this post was submitted on 01 Aug 2026
262 points (99.2% liked)

Linux

5454 readers
7 users here now

Shit, just linux.

Use this community for anything related to linux for now, if it gets too huge maybe there will be some sort of meme/gaming/shitpost spinoff. Currently though… go nuts

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] iocase@lemmy.zip 3 points 2 weeks ago (1 children)

One tip I can give you is never skip shader compilation. If you do, then Vulkan compiles shaders on-the-fly which causes lag spikes and stuttering. If you let it compile then it pulls from a shader cache or RAM.

[–] nkat2112@sh.itjust.works 2 points 2 weeks ago

I appreciate this tip - thank you!