this post was submitted on 26 Sep 2025
731 points (98.8% liked)
Linux
58656 readers
388 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is interesting because theres not a ton of direct Windows vs. linux game benchmarking, and now there's about to be. GN churns though a lot of hardware and testing.
And excellent, because being linux, drawing attention to issues increases the chances of them getting fixed, whereas that is hardly the case for Windows.
Arch (with KDE I presume?) + Bazzite is not bad either. There's a lot of handwaving over they should have chosen this or that distro, but they're both very popular in the gaming space, so I feel that's fairly representative of many distros.
although i prefer the arch distros for bleeding edge and rolling updates. Bazzite makes sense for testing because of the immutable.
A lot of more experienced pc users might end up liking arch distros later in their life, but I would never recomnmend arch based distros to people who aren't comfortable with linux yet.
NixOS is bleeding edge immutable, but it's like deep in the weeds
If I understand correctly, it's a different kind of "immutable", since distros like Bazzite provide premade immutable images you use and anything else you need you install using alternative means, whereas NixOS is an immutable image generator that requires you to set up your own definitions for the image, but also lets you install software by adding it to that image.
They're both "immutable" in the sense that they're setting up either read-only Filesystem Hierarchies (as in bazzite, which uses ostree) or Symlinking their entire filesystem hierarchy to a read-only "store" (as in nixos).
Bazzite uses something called ostree to "diff" the filesystem hierarchy much like git does, while Nix basically makes giant read-only store of files and hashes them, then weaves them all together into a "view" of a filesystem that gets symlinked into the context of a running program.
You don't necessarily need to make your own NixOS flakes, you can use ones maintained by others
It's great for homeservers