
Ahmed Hnewa
Published
-noeac
Just add the launch options and make sure you installed your games in EXT4 instead of using windows partition (NTFS)
gamemoderun %command% -novid -nojoy -fullscreen
You just have to edit some game files in order to work https://www.reddit.com/r/linux_gaming/comments/qbko9i/ubuntu_2110_csgo_crash/
for Fedora
1/ install some packges sudo dnf in gperftools
then navigate to game files example: cd /mnt/c2283a3e-7de0-458f-9b3f-c5939f73ab72/SteamLibrary/steamapps/common/Counter-Strike Global Offensive/bin/linux64
2/ rename libtcmalloc_minimal.so.0 to libtcmalloc_minimal.so.0.bak and libtcmalloc_minimal.so.4 to libtcmalloc_minimal.so.4.bak mv libtcmalloc_minimal.so.0 libtcmalloc_minimal.so.0.bak && mv libtcmalloc_minimal.so.4 libtcmalloc_minimal.so.4.bak
3/ get libtcmalloc_minimal.so.0 and libtcmalloc_minimal.so.4 files from your OS.
ln -s /usr/lib64/libtcmalloc_minimal.so.4 libtcmalloc_minimal.so.0 ln -s /usr/lib64/libtcmalloc_minimal.so.4 libtcmalloc_minimal.so.4
This game didn't work after patch 1.5, even patch 1.5.2 didn't help
gamemoderun %command% --launcher-skip -skipStartScreen
I heard this game work (before patch 1.5), but I didn't try it on Linux before patch 1.5 I hope CDRP fix this issue in the next patch
gamemoderun %command% --launcher-skip -skipStartScreen
Unfortunately, the performance was worse than Windows, even with Proton GE 7-10
it Work very well
Make sure to install gamemode package (depending on your Linux distro) to optimize the game and get 5-10% peformance.
You don't have to add 'gamemoderun %command%' in the launch options because this game will use it by default
There were only minor performance hiccups on the very first time I played the game, after that it worked just fine
gamemoderun %command%
Make sure to install gamemode package (depending on your Linux distro) to optimize the game and get 5-10% peformance.
You have to add 'gamemoderun %command%' in the launch options to use it
PROTON_USE_WINED3D=1 gamemoderun %command%
Unfortunately, the game did not work on Heroic Games Launcher (Gog version) and I tried to solve it but I couldn't, so I have to buy TW1 on Steam
You can launch the program, but you can't change wallpapers
You can use the wallpapers of wallpaper engine using third party program or extension but it is not easy and depending on your desktop enviroment
When you try to change the wallpaper, it will change but it will not change the wallpaper of your actual Linux desktop, you can install wallpaper-engine-kde-plugin but this is only for KDE desktop environment users