this post was submitted on 18 Apr 2024
114 points (97.5% liked)

Linux Gaming

15459 readers
21 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
 

So after one of my recent comments about if Linux is ready for gaming, I decided to pick-up a new Intel based wifi adapter (old one was broadcom and the drivers on fedora sucked and would drop connection every few minutes).

So far everything is great! Performance wise I can usually run every game about one tier higher graphically (med -> high) with the same or better performance than on Windows. This is on an rx 5700 and an ultrawide.

Bazzite is running great as always. Still getting used to the immutability of the system as I usually use Arch btw, but there are obviously workarounds to that.

Overall I'm still getting used to the Steam "processing vulkan shaders" pretty much every time a game updates, but it's worth it for the extra performance. Now I'm 100% Linux for my gaming between my Steamdeck and PC.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 4 months ago (2 children)

turning it off will wipe the cached shaders. That cleaned up like ~40 GB (IIRC) for me, without any noticeable difference in performance, stability or smoothness. Though my set of games at the time wasn't all that big: path of exile, subnautica: below zero, portal 2 and some random smaller games.

[–] [email protected] 18 points 4 months ago* (last edited 4 months ago) (1 children)

Turning it off just pushes the shader cashe-ing to runtime. You might have micro stutters, but it's temporary as things get cashed as you play.

[–] [email protected] 1 points 4 months ago (1 children)

yep, I'm aware. I just haven't observed* any compilation stutters - so in that sense I'd rather keep it off and save the few minutes (give or take) on launch

*Now, I'm sure the stutters are there and/or the games I've recently played on linux haven't been susceptible to them, but the tradeoff is worth it for me either way.

[–] [email protected] 6 points 4 months ago* (last edited 4 months ago) (1 children)

If you're using AMD, you probably have ACO compilation which tends to be much faster than LLVM.
For me I use pre-compilation + ACO + DXVK Async so it compiles and cache super quickly.

[–] [email protected] 1 points 4 months ago (1 children)

amd cpu, but nvidia gpu, so as far as I'd understand, not using ACO then?

[–] [email protected] 4 points 4 months ago* (last edited 4 months ago)

Correct. Your GPU is probably just really fast.
NVK is going to be killer on your system.

[–] [email protected] 4 points 4 months ago (3 children)

Aah okay that makes sense. I wouldn't mind the extra space.

If that's turned off, do you know if the game generates and caches shaders as you play? If so, does that also apply to games run outside of Steam?

Currently I'm just playing games like Hunt Showdown and Helldivers.

[–] [email protected] 4 points 4 months ago

For Hunt Showdown specifically, I have tried skipping pre-caching before and the load into a level took so long that I got disconnected from the match. I recommend keeping it enabled for multiplayer games for that reason.

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago)

well, I do have this one game I've tried to play, Enshrouded, it does do the shader compilation on it's own, in-game. The compiled shaders seem to persist between launches, reboots, etc, but not driver/game updates. So it stands to reason they are cached somewhere. As for where, not a clue.

And since if it's the game doing the compilation, I would assume non-steam games can do it too. Why wouldn't they?

But, ultimately, I don't know - just saying these are my observations and assumptions based on those. :P

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago)

It's usually disabled outside of steam. However you can use environment variables :

DXVK_ASYNC=1
DXVK_STATE_CACHE=true
DXVK_SHADER_CACHE=true
DXVK_STATE_PATH=
DXVK_STATE_CACHE_PATH=