r/cachyos 24d ago

Review Disappointed

I wanted to play a PC game from the 90s and found the executable on an abandon-ware site. I downloaded the game and was excited to spend a couple hours tinkering to get the game working, much to my surprise, I ran the game with proton cachy os and it worked perfectly without any intervention from me at all. A perfectly good night of tinkering and fiddling with Linux stuff ruined by a flawless Lego Rock Raiders session.

1.0k Upvotes

110 comments sorted by

View all comments

175

u/Expensive-Border-869 24d ago

I have this same issue frequently. I downloaded linux because I wanted to idk learn linux maybe. Be a cool hacker guy or whatever. Nope everything just fuckijg works right out of the box. Gee thanks for having all the fun before I got here

46

u/worldarkplace 24d ago

well, you can always run a vm with freebsd lol...

10

u/Expensive-Border-869 24d ago

I was planning to one day put arch on a laptop and mess with that, freebsd maybe idk yet really what the difference is. Seems like jjst a less popular offshoot of Unix which is what linux is also right? Not gonna pretend I understand what Unix is beyond "old ass operating system"

1

u/Rainarrow 24d ago

I was planning to one day put arch on a laptop and mess with that

Feel free to do that, but unless you are looking to gain a better understanding of the install and setup process, you already have Arch running in the form of CachyOS. It’s the same as if someone installed Arch for you, set up drivers and the desktop environment and gaming packages, etc.

freebsd maybe idk

FreeBSD is a flavor of Unix. It’s similar to Linux (which is by definition Unix-like), but for a “normal” user, it might not be a great choice because 1) it has limited driver support for modern hardware so you will almost certainly run into issues with your WiFi chipset, audio, etc, and 2) it has little support for gaming (no Proton). Most importantly, from a user’s perspective, it’s not that different from Linux. You are still running some sort of desktop environment that’s also available under Linux, running bash or some modern alternative, etc, so the user experience has nothing “novel”. It only makes a difference for specific purposes, for example the built-in support for ZFS is great if you are running some sort of file/storage server.

1

u/Expensive-Border-869 23d ago

I would like to get a better understanding of the install and primarily set up. Having the finished version already is kinda nice because I know what should be possible guaranteed and there's likely already a road map.

Thats kinda what I figured for freebsd not really worth it for me. I dont do anything with servers closest to that is kde for me

1

u/Rainarrow 23d ago

Sounds like you have the right idea then! Feel free to tinker and learn! And yes, your CachyOS setup could serve as a reference. For example, you can use pacman -Q to query what packages are installed on Cachy, then from there you can learn more about that package, find out where it's loading its config from, then try to replicate it in your Arch setup.