this post was submitted on 18 Aug 2023
15 points (94.1% liked)

Linux Gaming

15514 readers
17 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
 

Hi guys.

I've finally returned to Linux gaming after a year hiatus back on Windows but currently have been unable to play anything due to Steam's shader caching. Trying to launch a game means I have to sit and leave my PC on for hours (I gave up after 2) just whilst the progress bar slowly goes up. I made sure background caching was on in the settings and even added a config file to enable more threads as I saw suggested online but after leaving Steam open overnight I'm still unable to play any games.

This wasn't an issue when I was dailying Linux a year ago so I'm assuming something in Proton must've changed?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 year ago (1 children)

I don't know what the issue is; but something to try if you haven't already is to go through the setup instructions on the Arch Wiki, paying special attention to making sure that you have the correct 32-bit graphics dependencies installed.

[โ€“] [email protected] 3 points 1 year ago

Oh, I forgot to do my fanboy plug. I've had the easiest time setting up Proton dependencies on NixOS. It unifies configuration with package management, so the Steam configuration module can reference your installed hardware, and load the appropriate graphics packages automatically.

Basically you opt into unfree packages, and put programs.steam.enable = true in your NixOS config, and that's it.