this post was submitted on 14 Jul 2026
110 points (97.4% liked)

Linux Gaming

26785 readers
114 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

Help:

Launchers/Game Library Managers:

General:

Discord:

IRC:

Matrix:

Telegram:

founded 3 years ago
MODERATORS
 

Title. I always skip them and don't notice any detrimental effects at all. I used to let them run every time, but I don't want to wait 5 minutes for every patch update bug fix anymore

you are viewing a single comment's thread
view the rest of the comments
[–] FauxLiving@lemmy.world 5 points 6 days ago* (last edited 6 days ago)

To add to this, the compile time is usually in the range of a few ms each but often when you need to compile a new shader it's because a new entity appeared and there are likely several new shaders associated with that entity that you have to compile at once, so you could see a 100-200ms delay on the rendering for larger jobs.

Often times if you change settings you'll trigger recompilation of some shaders. This can result in worse performance which people often attribute to their setting change (so they revert it/change it some more, triggering more shader compiling). So, make sure you play a bit once you've changed settings before judging the performance.

Using something like MangoHud which displays CPU/GPU load and frame time graphs (and about a million other customizable things) you can generally see when you're having shader stuttering. Some games (Path of Exile 2, for example) have in-game performance monitor tools which will specifically tell you when shaders are compiling and how many are in the queue.