I play a few native games and ones using proton. After playing for about 30 minutes in any of them suddenly my frame times skyrocket from 6ms to ~60ms. Restarting the game always fixes this. Any ideas what to look for? nvtop seems to show normal usage and I don’t see anything abnormal in journald.
Some info about my setup: Arch/endeavourOS, KDE wayland, nvidia 3060ti with proprietary drivers, 3 monitors (1440 165hz, 1080 165hz, 1080 75hz). Games I play are CS2, Marvel Rivals, Overwatch 2, Lethal Company.
I had a similar issue with Overwatch, adding
LD_PRELOAD=""
to the launch arguments fixed it. It seems like the issue I had is caused by a change in steam overlay for the new game recording feature, which happens even if the overlay and recording are disabled.https://github.com/ValveSoftware/steam-for-linux/issues/11446
https://github.com/doitsujin/dxvk/issues/4436#issuecomment-2466646597
This was the fix! Thank you so much
Anything odd with temperatures or power draws perhaps? nv-top shows both for me (but I run an AMD GPU + non-proprietary drivers), otherwise lm-sensors might be good.
nvtop seems to show normal usage
Neither the GPU nor CPU utilisation change at the 30 min mark? If one is pegged at 100% then it’s probably hard to work out what is going on. Running a singleplayer game staring at a wall and configured with limited framrate might let you run both the CPU and GPU at less than 100%, perhaps making it easier to see if one or the other suddenly changes.
Nvidia driver’s version? 565.57.01 has memory leaks.
I’ve got 565.77 so I think it can’t be that
Still fresh from the oven, you might want to notify Nvidia of the isuue in their forums. I think there’s still issues with memory and they might be preparing for full Vulkan support and it still need to drop in the next Mesa driver.
You can check some replies here that seem to fit your issues : https://forums.developer.nvidia.com/t/565-release-feedback-discussion/310777/304
It seems like those posts are about freezing or crashes. This is more of a degradation I would say.
I had a similar issue, low frequency or crashes after gaming for a while, turns out the fan control wasn’t setting the fan correctly and the GPU was overheating. Utilisation didn’t show it, but frequency did.
Restarting the game could be giving it enough time to cool off?
I have seen this as well with a couple games(FarCry 4/5). Also Arch/Plasma 6 with Nvidia 4080. I don’t know if it is driver, kwin or dxvk related or something else though.
I haven’t figured out how to resolve it either.