this post was submitted on 27 Sep 2025
46 points (97.9% liked)
Linux Gaming
26874 readers
190 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
Help:
- ProtonDB
- Are We Anticheat Yet?
- r/linux_gaming FAQ
- Fork of an earlier version of the above
- PCGamingWiki
- LibreGameWiki
Launchers/Game Library Managers:
General:
Discord:
IRC:
Matrix:
Telegram:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Steam also supplies its own shared libraries, many of which are 32-bit. It does a lot of fuckery with
LD_PRELOADto load its own stuff instead of system libraries. Thesteam-native-runtimepackage in themultilibrepository replaces those with system libraries, and provides thesteam-nativecommand that runs Steam without said fuckery. I can't guarantee it'll work at all.Tried
steam-nativebut sadly didn't fix the issue. Apparently it does indeed fix some problems for some games. Maybe I can useLD_PRELOADto pull some system files before running the game via a launch option but no idea where to start or if it would work at all. I could also try flatpak Steam but whenever I tried that I had worse experiences.