this post was submitted on 15 Mar 2026
272 points (98.6% liked)

Linux Gaming

24953 readers
73 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

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

It is also first in the Distrowatch rank

https://distrowatch.com/table.php?distribution=cachyos

I distro hopped to it from Bazzite a couple of months ago, and I could not be happier.

If you try the installer, be careful when selecting multiples DE/WM as the conflicts were not listed anywhere for the installation process.

Picking a single environment and then adding the others later was what worked for me.

you are viewing a single comment's thread
view the rest of the comments
[–] ada@piefed.blahaj.zone 47 points 3 days ago (2 children)

Arch gives you a bare bones DE, and you have to install/configure everything yourself.

CachyOS gives you a larger volume of default applications in a basic install, and lots of the stuff comes with useful configs out of the box. It also has hardware specific optimisations for multiple generations of CPU in its repos, but how much of a difference that makes in the real world is unclear

[–] Captain_Stupid@lemmy.world 17 points 3 days ago (1 children)

I did some Benchmarks and CachyOS claims of around 15% more performance seem to be true. Unigin Heavenbenchmark , Super Tuxkart and Furmark all got improved scores compared to PopOS. Additionally Fallout 4 now runs a lot smoother which is probably due to the BORE scheduler doing something better. My local LLMs also seem to be slightly faster and for some reason now need less V-Ram.

[–] cyberfae@piefed.social 11 points 3 days ago (2 children)

My local LLMs also seem to be slightly faster and for some reason now need less V-Ram.

This is likely due to zram being setup by default

[–] gothic_lemons@lemmy.world 9 points 3 days ago (3 children)
[–] cyberfae@piefed.social 17 points 3 days ago (1 children)

You know how you can compress files? It work for ram as well.

[–] cholesterol@lemmy.world 9 points 2 days ago (1 children)
[–] Admetus@sopuli.xyz 7 points 2 days ago

Oh god the meme is true

[–] Captain_Stupid@lemmy.world 8 points 3 days ago* (last edited 3 days ago) (2 children)

Basically it compresses your data in the RAM. Needs a little more work form the CPU but it is still faster than swap. fyi

[–] Hamartiogonic@sopuli.xyz 1 points 1 day ago

They should have called it cram. Lost opportunity.

[–] gothic_lemons@lemmy.world 3 points 2 days ago

Interesting thank you!

[–] KneeTitts@lemmy.world 0 points 2 days ago

The hell is zram

It something than claims to handle swapping better on low ram systems.. I never noticed much difference on the lower spec machines I tried it on.

[–] Captain_Stupid@lemmy.world 1 points 3 days ago (1 children)

I had zram setup on my previous OS as well and on cachy the LLM didn't need to use it while on my old OS it did. My guess would be that the driver had a little less overhead.

[–] cyberfae@piefed.social 3 points 3 days ago (1 children)

It would still use zram if it's setup, only way it wouldn't is if you gone out of your way to disable it. Combine zram and the bore scheduler and it's going to run better for sure.

[–] Captain_Stupid@lemmy.world 1 points 3 days ago (1 children)

But if the LLM stays in the V-RAM or even just stays in normal RAM does it still benefit from zram? I thought that only helped when the ram was not enough.

So I'd say it is more likely the bore scheduler + better drivers.

[–] cyberfae@piefed.social 2 points 2 days ago (1 children)

It's all three! Cachy OS sets it up where it applies to both regular ram and vram. Even if just using a swap in ram, it will still be much faster than swapping to disk. Plus to the application, it looks like it has more ram/vram than there is physical ram/vram.

[–] Captain_Stupid@lemmy.world 1 points 2 days ago

Yes but my previous OS had zram setup as well, unless PopOS was using a worse compression algorithm, zram was not the main player here. Also there is no such thing as zram for vram unless you are talking about hardware compression.

[–] yardy_sardley@lemmy.ca 5 points 3 days ago

To add a tiny bit of technical detail here, vanilla Arch enforces support for x86_64 v1, meaning all software available in the Arch repos is built to not use any cpu feature that didn't exist in v1. Not a bad thing since it allows for support of older (64 bit) hardware, but it does leave like 20 years of microarchitecture advancement on the table.

According to the CachyOS website, they have repos with software built for v3 and v4 which can apparently juice your rig for an extra 20% performance.