this post was submitted on 22 Apr 2025
196 points (100.0% liked)

Linux Gaming

18103 readers
276 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
 

To check which version of glibc you have, run ldd --version in the terminal.

you are viewing a single comment's thread
view the rest of the comments
[–] BananaTrifleViolin@lemmy.world 40 points 5 days ago (2 children)

Regardless of OS version? That sounds like nonsense. Only someone who doesn't know how Linux works would believe that.

glibc is a fundamental library that underpins Linux. Its been going since the 1980s and is constantly updated and patched.

Similarly the Linux kernel undergoes constant evolution and change.

No one can promise to support Linux regardless of the OS version because by necessity it is constantly changing. Even slow release cycle distros like Debian move forward with each major release. Backwards compatibility is actually a bit of a nightmare on Linux. Ironically it can be easier to get old windows software running on Linux than old Linux software.

People running systems older than glibc 2.31 really should patch and update their systems. That package itself is already 5 years old.

[–] Clusterfck@lemmy.sdf.org 22 points 5 days ago

I don't think buddy knows the difference between a Linux version and a Linux distro.

[–] VindictiveJudge@lemmy.world 9 points 5 days ago

Backwards compatibility is actually a bit of a nightmare on Linux. Ironically it can be easier to get old windows software running on Linux than old Linux software.

I've been discovering this on Steam, actually. Square Enix released Linux versions of some games, like Life is Strange or the most recent Tomb Raider trilogy, but they'll crash at the main menu if you try to run them. Similarly, the Shadowrun games from Harebrained Schemes assume that you have a configured .asoundsrc file in your home directory, which likely isn't true if you're on a distro that has migrated to pipewire. The .asoundsrc issue is easy to fix by just making the file yourself, but LIS and TR have to use the Windows versions via Proton to run at all.