this post was submitted on 05 Jun 2024
0 points (NaN% liked)

Linux

46821 readers
1138 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 5 years ago
MODERATORS
0
submitted 2 months ago* (last edited 2 months ago) by governorkeagan@lemdro.id to c/linux@lemmy.ml
 

TL;DR: Is there really a performance benefit to a gaming distro over a regular distro? Or is it more of a “this is the least work” to get setup?

——

I run EndeavourOS on my desktop and haven’t had any issues with performance. I just like playing with new things and learning from the experience.

I’ve seen loads of people recommending Bazzite as a gaming distro for various reasons. It’s gotten to the point that I installed it on a second SSD to do my own testing but I’d still like to see others perspective.

From my research, there doesn’t seem to be that much performance to be gained (generally speaking). I’ll be testing this on my own hardware but is this generally true?

I think a big draw (especially for new users) would be that these distros would require very minimal work to get up and running into a game.

I think the TL;DR at the top best describes my question. I’ve just been thinking about this and haven’t been sure how to express it in a clear manner for others to understand. Also, this video got me thinking more.

EDIT:

Glad to see that I’m not alone in my thinking. Biggest benefit of a “gaming distro” is the convenience of having everything setup and there is no real performance difference.

top 9 comments
sorted by: hot top controversial new old
[–] Nibodhika@lemmy.world 2 points 2 months ago (1 children)

Someone without any Linux experience thinks it's all the same.

Someone with minimal experience will tell you they're completely different.

Someone with some experience will tell you only the package manager changes.

Someone with lots of experience will tell you it's all the same, only philosophy matters.

Any distro can be made to be the same as any other, your choice should be on the path of least resistance for you, if you need every last frame something that updates the drivers more often is preferable, otherwise you would need to update your driver's manually, bit it's never impossible, it's just more hassle.

[–] Jesus_666@feddit.de 1 points 2 months ago

Yep. I run Garuda and the main pull is that it's a more user-friendly Arch with a lot of stuff I want to use preinstalled. I don't really care about how XTREME it is or whether I might potentially get 1 FPS more.

[–] ItsPlasmaSir@lemmy.ml 1 points 2 months ago

In my experience, gaming distros primary benefit is being preconfigured with apps and patches you’d install on a normal distro.

For normal distros, this difference isn’t big enough to impact your distro choice in most cases. The reason these get recommended is due to their post-install setup being easier than the distro its based on, hence being friendlier to new Linux users.

However, for immutable distros this is a big factor as it reduces the need for layering. Layering makes updating much slower, so less is always better.

[–] rotopenguin@infosec.pub 1 points 2 months ago

I would gander that a "gaming distro" is more aggressive at chasing the latest video drivers, stability be damned.

[–] chrisbit@leminal.space 1 points 2 months ago

From what I've seen, there's no real performance difference with a gaming distro. What they tend to offer is an out of box experience that is more tailored towards gaming than a regular distro (think 'game mode', Steam, Proton, and maybe Lutris pre-installed, Nvidia drivers if you need them).

[–] just_another_person@lemmy.world 0 points 2 months ago* (last edited 2 months ago) (1 children)

I'm going to say this in all Caps because I'm sick of this question:

THERE IS NO PERFORMANCE DIFFERENCE BETWEEN LINUX DISTRIBUTIONS. ITS ALL THE SAME PIECES ASIDE FROM HOW THE OS IS MANAGED AT THE PACKAGE LEVEL. DISTRO X WILL NEVER BE MORE PERFORMANT THAN Y IN ANY MEANINGFUL WAY.

I feel like I need to start a voice channel for people to just be told "no" at this point. There is literally no difference.

[–] Bitrot@lemmy.sdf.org 1 points 2 months ago (1 children)

Psh, that’s just because you don’t use Gentoo.

[–] nyan@sh.itjust.works 1 points 2 months ago* (last edited 2 months ago)

Gentoo's benefits come from having software specifically compiled for your specific CPU, which can take advantage of its quirks. Technically that's achievable with other distros as well; it's just a lot more work when it isn't built into your package manager. You can also eke out additional performance by building a custom kernel and removing various features that are meant to protect against bugs or security concerns, and while Gentoo doesn't push custom kernels as hard as it did twenty years ago, the capability is still readily accessible.

So: Gentoo makes it easier to access methods than can in theory be used to speed up any distro. The gains are either quite modest (for custom compilation) or not necessarily that good a tradeoff (disabling Spectre mitigations and other protections in the kernel). 🤷

(Yes, I wrote a serious response to a joke post. Bite me.)

[–] MonkderDritte@feddit.de 0 points 2 months ago* (last edited 2 months ago)

Some kernels trade efficiency with a bit more power. Setup (like, schedulers) is probably optimized for this too. Gaming features like esync fsync ootb enabled. Integration of some launchers/services. That's the main differences.