this post was submitted on 11 Sep 2025
46 points (100.0% liked)

Linux Gaming

21242 readers
147 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
top 10 comments
sorted by: hot top controversial new old
[–] tabular@lemmy.world 25 points 1 week ago (2 children)

"Technical changes to the game’s netcode that prevent full compatibility with a native Linux build"

???

[–] bjoern_tantau@swg-empire.de 23 points 1 week ago

I bet it's new Windows-only anti cheat.

[–] sugar_in_your_tea@sh.itjust.works 17 points 1 week ago (1 children)

Sounds like incompetence to me. Cross platform networking code is tricky, but there are also copious libraries for this to the point where it's a solved problem.

[–] squaresinger@lemmy.world 0 points 1 week ago

Tbh, what's the point of targeting native Linux if you get a better result with less hassle targeting Proton?

there are also copious libraries for this to the point where it’s a solved problem.

Exactly. And the best known one is called Proton.

[–] squaresinger@lemmy.world 5 points 1 week ago (2 children)

Tbh, Proton is a better development target than native Linux support.

Proton is a nice and stable target that works predictably across all Linux systems.

Releasing native Linux software sucks and has always sucked due to the massive diversity of distros and whatever people do with their installations. That's why we have seen developers move away from native releases to flatpak/appimage/... releases for all sorts of software for a long time already.

Games are even more special than your run-of-the-mill office program. Proton effective provides a really good target platform that's not affected with all the customization people do to their Linux setups.

If I was to develop a game today that is only supposed to run on Linux, it's very likely that I'd develop directly for Proton. And doubly so if my game is supposed to run on Windows too.

[–] brisk@aussie.zone 3 points 1 week ago

What distro choices could actually affect how well a game works across Linux setups? The only one i can think of is maybe sound API with Pulse Compatible vs ALSA only (now very rare) vs JACK only.

Graphics APIs are uniform (Vulkan or OpenGL). Networking APIs have been uniform for decades. Controller API had a brief disruption in the joystick API vs Event API which I believe has very much resolved in favour of the latter.

What am I missing? /gen

[–] Mwa@thelemmy.club 2 points 1 week ago (1 children)

True
Most of the time OpenGL Instead of Vulkan(e,g. Xonotic,supertuxkart,GMOD Native.)
sometimes being outdated(e,g GMOD Native)
and sometimes Vulkan performaing worse them OpenGL/DXVK is the issues i faced (e,g.GZDOOM)

[–] squaresinger@lemmy.world 2 points 1 week ago

There's just too much variance in Linux setups that can cause issues and issues cause support requests and negative reviews. It's just not worth it in many cases.

[–] Mwa@thelemmy.club 5 points 1 week ago

Classic Unity

[–] FauxLiving@lemmy.world 3 points 1 week ago

I played it in Proton from the beginning