this post was submitted on 05 Apr 2025
1204 points (97.6% liked)
Games
37570 readers
1400 users here now
Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Weekly Threads:
Rules:
-
Submissions have to be related to games
-
No bigotry or harassment, be civil
-
No excessive self-promotion
-
Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts
-
Mark Spoilers and NSFW
-
No linking to piracy
More information about the community rules can be found here and here.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, I always hesitate to recommend distros. ๐
There's tons out there and they all exist, because some smart person decided to put in lots of work, as the existing ones didn't match what they wanted.
If we exclude Ubuntu/Debian-based, that narrows it down somewhat. The other major distros are:
It's the most "maximalist" mainstream distro, in that it preinstalls relatively much software. Personally, I think the other distros are a bit silly with their minimalist tendencies, but yeah, I'm biased. And well, downsides of openSUSE are that it is somewhat niche. You'll find a helpful, tight-knit community, but it's less likely that guides mention how to do things on openSUSE. Similarly, you're less likely to find pre-packaged software for openSUSE. May have to compile from source more often, although SoS has a good amount of software, too.
As for whether a different distro is too much experimenting, if you do jump into it, you'll understand why I talked about the desktop environment instead. ๐
The DE makes a much bigger difference. Some people conflate distro and DE, because certain distros will have certain default DEs.
But if you used the same DE on two distros, honestly the main difference you'd notice is a different package manager. Where Ubuntu Studio and Mint use
apt
, openSUSE useszypper
, Fedora usesdnf
and Arch usespacman
. They handle somewhat differently, but largely do the same things (i.e. install/update/remove packages).Obviously, there are more differences to the distros, like how quickly they update and some of the default configuration, like the snapshotting I raved about, but ultimately it's still a Linux system with much of the same software running on both...
Thanks again for the rundown! Snapshotting like that is definitely cool, I can see why you enjoy it. I'm no stranger to having to nuke the system partition and reinstalling because I broke something so snapshots definitely sound like a convenient tool. Though I might be older and lazier now and less prone to do a bunch of weird things.
I know the memes of "Arch, btw" and have always been scared of it tbh. Maybe it isn't so bad though? I've also heard people praise Bazzite, but I might lot end up doing much gaming on my laptop as I said.
Is the whole thing about real-time or low-latency kernel still a thing, or is that old news? Just in case I wanted to play around with JACK again.
Yeah, I don't have first-hand experience with Arch for that reason either. Well, and also because I do want a distro to set things up for me. You could set up the snapshotting (with BTRFS and Snapper) on theoretically any distro, but not having to figure out how and what settings are good, that's why I go with openSUSE.
I might look into NixOS at some point. It obsoletes the need for OS snapshots, because the entire OS configuration is made in configuration files. But from what I hear, it helps to be a programmer (which I am) to really appreciate NixOS.
And yeah, don't know much about Bazzite either, but from what I've heard, it really has some design decisions that make it feel more like a games console. The atomic/transactional updates, for example. As I understand, updates and such are applied to a copy of your OS, which gets swapped in when you do the next reboot. This helps keep the system stable after applying updates, but implies that you can't really just poke around manually in your root partition.
It can be helpful for users not looking to experiment, but yeah, can be a pain, if you do want to.
As for a real-time kernel, the JACK FAQ says you don't need it, but the distro might limit real-time scheduling anyways: https://jackaudio.org/faq/linux_rt_config.html
I've had JACK running on my system about a year ago, although I didn't really have a need for low latency, so I can't say, if it actually worked correctly.
Perhaps also worth pointing out that "Pipewire" is becoming a thing, which tries to make interfacing with JACK and PulseAudio much easier. I believe, I also used Pipewire back then. But yeah, folks who've dealt with JACK a lot more than I have, seem to be really excited about it, so it's presumably doing a great job.
You are just a font of information, thank you so much! I'm starting to feel like I have a handle on the landscape. NixOS sounds like a cool idea, though I am not a programmer so maybe it's not for me at this current time.
I probably know what to start looking at now when the time comes to make the change, this has been a great help. Pipewire sounds great and I'll definitely look into that, I do remember tearing my hair a bit occasionally dealing with PulseAudio back in the day ๐