So i have a gaming desktop that not the best or the newest. What takes up most of my drive space is games, updates, and software’s. Im wondering if i should switch to linux and if linux will improve any performance for my main machine? If you believe i should switch what os should i go with or why or why not should i switch?
I mostly game and do mess with ollama/ai tools because i think that’s cool. I want to do more things in the future but that might beyond my drive space?
What would you advise?
I like bazzite but the immutable aspect makes downloading some thing even more complicated for a newb. Truly can never go wrong with zorinos or mint
That’s exactly why I’m recommending it. For a user that just wants to game, it has the guardrails in place to stop them from bricking their install. Think about how comparatively hard it is to severely mess up a Windows install.
There are plenty of other ways to install software, Bazzite highly recommends Flatpak and AppImage. As well, if you do really need anything else, it can be run in a Distrobox and there are plenty of people on the forums who can help with that.
Recommending Mint to users that just want to game, that don’t want to learn technical stuff, needs to die. Sure, if someone comes in and says they’re happy to learn tech stuff, Mint is a great option. But for everyone else, something like Bazzite is just so much closer to “it just works”. Hell, I have technical skills, headless Debian over SSH is my happy place, but I have Bazzite on my desktop and handheld because I can’t mess with it. It’s always ready to game when I am!
True true, still modern linux doesn’t break as easily as u frame it. And is user friendly enough for even non tech ppl. A user would have to go out of their way todo something weird in cli. As long as they are just installing games then not a whole lot can go wrong.
On bazzite if u want to install something that isn’t virtualized like flats, than u would have to dive more into cli. That instead of simply typing sudo apt install.
I mean, I’ve bricked plenty of installs before I knew what I was doing more. I still regularly see, in certain places, people give purposefully destructive commands.
rm -rf /
doesn’t work directly anymore, but it’ll work on your home folder for example. You also don’t need CLI to install games, I would say literally never.If a good third-party launcher that needed to be run as a system package showed up, Bazzite would just add that. Games that just ship a Linux executable like a lot of itch.io stuff generally works regardless and doesn’t need the CLI. Can you give an example of a gaming usecase that requires
sudo apt
?You can also install packages to the system on Bazzite by the way. It’s atomic, not actually immutable. It’s just frowned upon because it makes things less stable, and increases the length of updates. You use
sudo rpm-ostree install
in the same way, and it layers the package on top of the current version. It’s treated as an absolute last resort, but it is way easier to reset to the base image if anything goes wrong.No not a lot. Was just distro hopping and tried bazzite. When I tried to install something that wans’t in the software centrum it indeed said to try sudo rpm-ostree install. But monkey brain already found it too much. So yeah… My bazzite views probaly aren’t the best lol. Have to give it a better try some day.
I mean, Bazzite is Fedora so even if it wasn’t atomic, you’d be using
dnf
instead ofapt
. Subbing outrpm-ostree
isn’t much different :PI’ve been using Linux for 25 years and I kinda hate how clunky immutable Fedora is.