this post was submitted on 26 Sep 2025
706 points (98.8% liked)

Linux

58574 readers
968 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

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
[–] brucethemoose@lemmy.world 82 points 1 day ago* (last edited 1 day ago) (2 children)

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.

[–] DonutsRMeh@lemmy.world 63 points 1 day ago (1 children)

And excellent, because being linux, drawing attention to issues increases the chances of them getting fixed, whereas that is hardly the case for Windows.

This is the most important part of this whole thing to me. Imagine Nvidia watching Steve shitting on them for having horrible drivers on Linux and millions of people seeing that.

[–] iopq@lemmy.world 14 points 1 day ago (1 children)

My game randomly freezes like once an hour on linux. Thanks, Nvidia!

[–] curled@lemmy.dbzer0.com 3 points 1 day ago (1 children)

Idk what wm/de you're using, but disabling gpu acceleration in steam fixed this for me in hyprland

[–] iopq@lemmy.world 1 points 1 day ago (1 children)

I'm not even running steam, I'm launching directly from wine

[–] curled@lemmy.dbzer0.com 3 points 1 day ago (1 children)

Damn that's hardcore, gonna go ahead and assume you've already exhausted all troubleshooting options then xD

[–] iopq@lemmy.world 1 points 19 hours ago

The log screams at me about the Nvidia driver and page flipping and stuff and I doubt I can do much at this point

[–] Dudewitbow@lemmy.zip 27 points 1 day ago* (last edited 1 day ago) (2 children)

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.

[–] MalReynolds@piefed.social 17 points 1 day ago* (last edited 1 day ago) (3 children)

Experienced here, did my time in Arch, learned a lot, perhaps even more than necessary, now retired to Fedora, then Bazzite and Aurora-dev. It just gets out of my way nicely. Something, something, Bell curve meme, plateau of enlightenment meme.

And I would absolutely recommend Arch to a technically competent gamer newcomer as the fastest way to get up to speed.

Horses, Courses.

[–] chunkystyles@sopuli.xyz 10 points 1 day ago (2 children)

Bazzite was my first attempt at really daily driving Linux. I ended up on Aurora dev and I don't have any reasons to move to something different.

The U-Blue OSs really feel like the future to me.

Incredibly cool tech, but it just works.

[–] warmaster@lemmy.world 1 points 1 day ago

I daily drive Aurora on my work laptop on an external usb c m2 nvme ssd via a caddy. I love it.

Are you using devpods? It's always been buggy for me.

[–] MalReynolds@piefed.social 5 points 1 day ago* (last edited 1 day ago)

Yup, you can just do your Arch (or other distro-hopping) stuff in a distrobox if you want. Break it, blow it away and start fresh, uBlue don't care... Switch DEs, that's a one liner (although Gnome and KDE still don't play well together, so use a fresh user). What's not to love?

[–] Deckname@discuss.tchncs.de 2 points 1 day ago (1 children)

I (want to) like Ublue distros but for some reason i can't get drag and drop in flatpak firefox and Thunderbird to work, how do you deal with this, if you don't mind the stupid question :D

[–] MalReynolds@piefed.social 3 points 1 day ago (1 children)

As in between them ? Not something I do enough to care about, and I use Zen and Betterbird, Ctrl-C, Ctrl-V, but I just selected something from Zen and dropped it into a new message in Betterbird without issue...KDE FWIW. There are still some rough edges with flatpak and wayland, but they're mostly smoothed now. It's usually permissions (KeepassXC and firefox is a bitch for example, but doable).

[–] Deckname@discuss.tchncs.de 1 points 1 day ago (1 children)

No i meant like uploading files somewhere or attaching stuff to Mails, when i have the folder already open.

Couldn't yet find a really satisfying solution to that

[–] MalReynolds@piefed.social 1 points 1 day ago

Attaching files from Dolphin to mail just works as Drag and Drop (gives you the choice of inline or attachment for images, cool, did not know that). Not sure for firefox, would need a target, but there's always right click, copy location, paste into any file chooser.

[–] marlowe221@lemmy.world 2 points 1 day ago

Bluefin-dx user here. This is the way.

[–] iopq@lemmy.world 6 points 1 day ago (2 children)

NixOS is bleeding edge immutable, but it's like deep in the weeds

[–] Nibodhika@lemmy.world 7 points 1 day ago

NixOS would be ideal for a purely testing, if I were setting a test bench I would definitely use Nix. BUT they also need to use something that people watching might be willing/able to use, and Nix has a very steep learning curve.

[–] kuberoot@discuss.tchncs.de 5 points 1 day ago (2 children)

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.

[–] marcie@lemmy.ml 1 points 20 hours ago

You don't necessarily need to make your own NixOS flakes, you can use ones maintained by others

It's great for homeservers

[–] WalnutLum@lemmy.ml 6 points 1 day ago

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.