While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Lutris now being built with Claude AI, developer decides to hide it after backlash [updated]
- Letter from the owner - our stance on generative AI
- Valve posted a statement on the New York lootbox lawsuit
- HORSES wins the 2026 Nuovo Award despite the bans from Steam and Epic Games
- Transport Tycoon Deluxe returns from Atari - now a requirement for OpenTTD via Steam and GOG
- > See more over 30 days here
- Proton/Wine Games Locking Up
- Xpander - Avowed asking for C++ Visual Runtime when launching from Battle.n…
- MostlyMara - steam overlay performance monitor - issues
- Xpander - Introduce Yourself!
- MostlyMara - Welcome back to the GamingOnLinux Forum
- MrBelles - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
Thanks!
P.S. Maybe I should give you my specs: i7 4690k, AMD 290X, 16GB Ram
find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete
You may need to run this again after each major update as steam loves downloading those old libraries (it also priorities them over newer ones).
PS. AMD 290x cards are not Linux friendly IMO, I have a 390x and performance is facepalming bad for allot of games, give it a shot anyway and let me know your experiences!
It worked! And I really have to delete the libraries after every Steam update. And Steam will always tell me, that the installed version is outdated and that I should get the newest one. Is it to Valve to fix this problem or is it Ubuntu related, only. What kind of libraries are these?
sh -c "LD_PRELOAD='/usr/$LIB/libstdc++.so.6' DISPLAY=:0 steam"This method will continue working after steam updates itself.