Steam games freeze or run below 1 FPS on Linux Mint with an RTX 3060

0
0
Asked By MellowQuartz47 On

I switched to Linux Mint Cinnamon about a week ago, and non-Steam games have worked fairly well through Proton. However, several games launched through Steam either show a frozen version of my desktop, display a black screen, or run at less than 1 FPS. The problem occurs in games such as Among Us, Bloons TD 6, Cult of the Lamb, Hades, and The Long Drive. I tried Proton 9 and added PROTON_USE_WINE3D=1 %command%, and I also changed the NVIDIA driver between the recommended and newest versions. My system has an RTX 3060, a Ryzen 5 7600X, and 64 GB of RAM. Secure Boot is enabled. What should I check or change?

3 Answers

Answered By PixelHarbor6 On

Remove PROTON_USE_WINE3D=1 from the launch options. That forces Proton to use WineD3D instead of DXVK, which is usually much slower and can cause awful performance on NVIDIA hardware. Try leaving the launch options empty, or use the normal Proton version after confirming that the proprietary NVIDIA driver is active.

Answered By QuietMaple31 On

The hardware should easily handle these games, so this probably is not a RAM, CPU, or GPU capability issue. Verify the active renderer with a tool such as nvidia-smi and check that the game is using the RTX 3060 rather than a software renderer. Also test one game with the default Proton settings before changing drivers repeatedly; otherwise it becomes difficult to tell which change helped.

Answered By CopperLynx82 On

The first thing to investigate is whether the proprietary NVIDIA driver is actually loaded. With Secure Boot enabled, Mint may install the driver but prevent its kernel module from loading unless it has been properly signed and enrolled. Check the driver status and consider disabling Secure Boot temporarily, then reinstalling or selecting the recommended proprietary driver through Driver Manager. If the NVIDIA module is not active, games can fall back to a very slow renderer and produce exactly these symptoms.

MellowQuartz47 -

Secure Boot is enabled on this installation, so I’ll check whether the NVIDIA module is loading and try disabling Secure Boot if necessary.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.