I’ve installed Bazzite myself. What do you mean by immutable? I ran into an issue trying to install VPN the other night. Something about the fs being read only. I’m still yet to look into it.
drmoose@lemmy.world 5 months ago
I’ve converted all my gaming to linux including vr and couldn’t be happier! Even hardware works flawlessly these days with the exception of VR. I’m still struggling to get No Man’s Sky to work on my quest 3 and linux VR and thats really the only thing I’m missing but it seems close to working just needs more fiddling.
Drbreen@sh.itjust.works 5 months ago
AmbiguousProps@lemmy.today 5 months ago
That’s what immutable means in this case. You can’t modify outside of your user directory, at least not directly, on immutable distros. The files outside of your
~home path are read-only. You can override that a few different ways, however. If your VPN has a flatpak, that’s the easiest way to get it up and running. If you don’t care about more space (minimal, if you only do it for your VPN) being used, you may be able to follow your VPN’s fedora instructions, replacingdnfwithrpm-ostree. That will likely allow you to install as you can in other distros.Feel free to ask any questions if you have any, I’m happy to help.
Drbreen@sh.itjust.works 5 months ago
Thanks mate. I’m very new to Linux and still have the 101’s to learn. I’m going to see if I can find a CLI cheat sheet somewhere to memorise 😜
AmbiguousProps@lemmy.today 5 months ago
Ah, yeah, if your VPN only provides a run script you may need to try it in distrobox and see if it works there. It’s probably trying to put libraries in immutable portions of the install. Good work figuring Linux out, I know it can be a bit daunting at first but you’ll get the hang of it!
Holytimes@sh.itjust.works 5 months ago
Cachy does everything bazzite does but better less complicated and more friendly to new users coming from windows.
Immutable distros just add endless headache for new users and are a pain in the ass to look things up for if you don’t explicitly understand what your os is.
drmoose@lemmy.world 5 months ago
Immutable distros just add endless headache for new users
I disagree here. Sure it makes copy/paste computing a bit harder but it also prevents newbies from working themselves into a dysfunctional operating system which happens way more often than you’d think. People open a port or set some system variable for one thing and never set it back breaking everything else. With immutable system new users are forced into sustainable, reversible and transparent solutions.
The issue is that immutable linux is still pretty new so some mutable solutions aren’t adapted in immutable ways yet but if you’re just gaming you should never be on that side of the bleeding edge anyway.
Wispy2891@lemmy.world 5 months ago
I use cachy on my laptop but I wouldn’t call friendly an arch based distro that during setup asks the user “which of those 19 desktop environment do you want? Choose wisely only one”
It doesn’t even have a gui to install new software (at least, I am not an expert, I chose hyprland and it didn’t install that, and when I manually installed KDE Discover and the GNOME software manager, they only show and install flatpak apps - but because I’m not an expert I might have messed something up)
ZombiFrancis@sh.itjust.works 5 months ago
It is a perfect baseline OS. It gets people connected to Steam faster and easier to Windows, which is the main access to most games.
Biggest obstacles to venturing out in Linux is the documentation for everything is not built or assuming normie users. The default assumption of competancy does not exist in Windows manuals.
But even so using Homebrew in Bazzite is no more complex than in Windows.
drmoose@lemmy.world 5 months ago
Been a while since I used windows but afaik docs are much worse on that side of things. At least on Linux you find some command or smt that could fix your issue, many windows problems are unsolvable and completely undocumented. There isn’t even a centralized log system like journalctl on windows so every error is just an alert pop up that says nothing or just complete silence.