I currently use Mint, as do several family members and friends. Its been nothing short of impeccable. I was occasionally tweaking things until now sometimes the game crashes, PC freezes requiring hard reset. Everything used to work pretty flawless out the box. Should I reinstall my mint or look at PopOS, Bazzite, Nobara, Etc? I'm at the point in my life. Where we all need something to just turn on and play. I want some shit that just works. Or reinstall mint but how without losing all my files and settings? and keep it moving as usual as it used to be flawless. Tweaking is fun until you tweaked so much shit breaks lol. I'm over tweaking. Just wanna game. I keep seeing immutable is good so that's why I ask. Thanks!!
5600x
6700xt
Its an all AMD build over here :)
Edit: You guys convinced me I'm booting it up now with KDE! I also plan to try PopOs. I'm excited. Thanks everyone!
Everything I touch breaks, and I also had enough of my system breaking because updating with an unstable power grid is like playing russian roulette.
I turned to Fedora Silverblue first, then rebased to uBlue. Aurora first, and then Bazzite.
Silverblue feels exactly as the regular variant, Aurora is great for desktop use, and for my gaming PC, Bazzite is fucking great. It just works.
It comes with a lot of tweaks and super many small additions that just make your life easier, especially for gaming.
Updates just happen in the background when there's nothing better to do and get applied to the next boot image.
And in case something doesn't work as expected, you can always go back in time.
You can also customise it almost/ just as much as regular distros, but it isn't quite as easy if you want to customise A LOT (e.g. using TWMs).
I didn't notice huge performance boosts tho, it just comes with more tools ootb, for example to make your GPU more silent when idle.
As said, Bazzite is based on Fedora, so you always get new great modern stuff, at the same time as the other Fedora users do.
In general, yes. Most of the difficulty is due to being on Linux and running games through the Proton/WINE compatibility layer, so there can be an extra layer of jank involved, but it's very possible.
If modding consists of dropping files into the game directory, it will work almost exactly the same as in Windows. However, if some of those files replace the game's DLLs, then whatever WINE runner you use might need to be told to use the DLLs in the game directory instead of its own.
If you need to use a mod manager, that situation is still not ideal - native Linux mod managers I know of are only the Nexus Mods app (very new, there's some talk of it being integrated directly into the Heroic launcher) and Limo. Everything else, you'll be running whatever bespoke Windows mod manager your game uses through Proton/WINE, probably with Steam Tinker Launch, possibly Lutris.
tl;dr There can be an extra layer of complexity over modding on Windows, but it's otherwise comparable.
Thanks a bunch! I’ve put my stuff together on my arch based distro (basically dropping files inside the game directory and setting game launch option. ) but i wanted to know if the same goes for immutable systems like bazzite
In general, Bazzite being immutable just means the core system isn't modular to the end user to the degree that Arch is. You of course can use flatpaks or appimages like any distro, and there are still several ways to install traditional rpm/deb/aur programs (the usual Fedora method doesn't work because dnf doesn't exist). If it's just an app that doesn't require significant integration with the OS, the recommendation is to install them into a distrobox container (where dnf does exist) and then distrobox-export [program] to make them visible to the host system. VPNs need a little more integration so those are installed by layering with rpm-ostree and then enabling the systemd service(s). Layering makes updates take longer to install so it should be avoided when possible.
One of the interesting things about Universal Blue's images like Bazzite is if you want the benefits of atomic while also having a more custom system than they offer without having to install a bunch of things in rpm-ostree, the process to build a custom image based on one of theirs is apparently quite easy to do and automate, though I haven't done it myself.