this post was submitted on 10 Jul 2025
21 points (100.0% liked)

Linux Gaming

19971 readers
248 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

I recently upgraded from an RX 580 to an RTX 3060 Ti, but The Finals now runs significantly worse than before. I’m getting around 40 FPS with frequent micro-stutters, making it nearly unplayable for competitive play.

This issue only occurs with The Finals, all other games, including other Steam titles, run fine.

It also doesn’t matter what settings I use. The game runs at 40 FPS whether I set everything to Ultra or drop to Low with DLSS on Ultra Performance.

The best performance I’ve managed (around 40–50 FPS) is using the following launch flags:

mangohud gamemoderun %command%

Here’s what I’ve tried so far (without success):

  • Tested Proton Hotfix, Experimental, Proton GE, and Proton EM (both Flatpak and native).
  • Ran the game with and without GameMode, MangoHUD, and Gamescope.
  • Updated drivers and system packages to the latest versions.

None of these made any improvement. Some configurations even caused the game not to launch at all.

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 2 days ago* (last edited 2 days ago) (1 children)

Which nvidia driver you're using? If you're using the regular old nvidia blob, you might want to try disabling the gsp firmware. But note that this can't be done with nvidia-open, only on nvidia.

Previously the gsp firmware was a bit problematic on some systems and wayland, disabling it solved some issues. But it has been fine since the 575 drivers, at least for me (rtx3090)

[–] [email protected] 1 points 2 days ago* (last edited 2 days ago) (1 children)

More info here

Note that consumer GeForce cards are not said to have GSP on by default

[–] [email protected] 1 points 2 days ago* (last edited 2 days ago)

well, they probably didn't back when 510 drivers were a thing (as the link you provided links to 510.xx driver documentation), but later on they were enabled.

https://wiki.archlinux.org/title/NVIDIA/Troubleshooting#GSP_firmware

The use of the GSP firmware, enabled by default since version 555 of the NVIDIA driver released in June 2024, is known to cause a range of issues including Vulkan failures and system crashes.

and https://download.nvidia.com/XFree86/Linux-x86_64/575.64/README/gsp.html

The GSP firmware will be used by default for all Turing and later GPUs

[–] [email protected] 3 points 2 days ago* (last edited 2 days ago)

FYI, nvidia driver will remove shader cache that bigger than 1024MB. That make the game run without shader cache and has poor performance. Set environment variable __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 to prevent this behavior.

https://github.com/HansKristian-Work/vkd3d-proton/issues/2506

Tips: Don't forget to search in issues of dxvk and vkd3d-proton when you meet game performance issue.

[–] Sylvartas 3 points 2 days ago* (last edited 2 days ago)

Are you running Steam big picture by any chance ? For some reason without hardware acceleration (off by default !) it has terrible performances on my RTX 3080 Ti (pop!_os, drivers 575) and affects the whole system.

[–] [email protected] 3 points 2 days ago

Knowing what operating system, desktop environment and drivers will be helpful for troubleshooting.

Also to my knowledge Gamescope doesn’t work with Nvidia cards. Unless something changed recently.