
xan
Published
Counter-Strike: Global Offensive
Tinker Steps:Set launch options, Changed configuration
gamemoderun %command% -novid -nojoy
The game fails to start by default. In order to make it run on Fedora, I had to install gperftools, which provides tcmalloc, and symlink the installed ones replacing the game provided files. Steps are:
dnf install gperftools
cd ~/.local/share/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/bin/linux64
mv libtcmalloc_minimal.so.0 libtcmalloc_minimal.so.0.bak
mv libtcmalloc_minimal.so.4 libtcmalloc_minimal.so.4.bak
ln -s /usr/lib64/libtcmalloc_minimal.so.4 libtcmalloc_minimal.so.0
ln -s /usr/lib64/libtcmalloc_minimal.so.4 libtcmalloc_minimal.so.4
then, one can start the game with one of the following options:
For OpenGL:
gamemoderun %command% -novid -nojoy
For Vulkan:
gamemoderun %command% -novid -nojoy -vulkan
Native
Distro:Linux 5.x
Kernel:5.11.16-200.fc33.x86_64
RAM:32 GB
GPU Driver:4.6 Mesa 21.2.0-devel
GPU:AMD Radeon Pro WX 5100 (POLARIS10, DRM 3.40.0, 5.11.16-200.fc33.x86_64, LLVM 11.0.0)
CPU:AMD Ryzen 9 5900X 12-Core
Native
Distro:Linux 5.x
Kernel:5.11.16-200.fc33.x86_64
RAM:32 GB
GPU Driver:4.6 Mesa 21.2.0-devel
GPU:AMD Radeon Pro WX 5100 (POLARIS10, DRM 3.40.0, 5.11.16-200.fc33.x86_64, LLVM 11.0.0)
CPU:AMD Ryzen 9 5900X 12-Core
Sonic & SEGA All-Stars Racing
In order to make the launcher work and use a more "decent" resolution, I had to manually install dotnet46 using protontricks. protontricks 212480 dotnet46
Proton 6.3-2
Distro:Linux 5.x
Kernel:5.11.16-200.fc33.x86_64
RAM:32 GB
GPU Driver:4.6 Mesa 21.2.0-devel
GPU:AMD Radeon Pro WX 5100 (POLARIS10, DRM 3.40.0, 5.11.16-200.fc33.x86_64, LLVM 11.0.0)
CPU:AMD Ryzen 9 5900X 12-Core
Proton 6.3-2
Distro:Linux 5.x
Kernel:5.11.16-200.fc33.x86_64
RAM:32 GB
GPU Driver:4.6 Mesa 21.2.0-devel
GPU:AMD Radeon Pro WX 5100 (POLARIS10, DRM 3.40.0, 5.11.16-200.fc33.x86_64, LLVM 11.0.0)
CPU:AMD Ryzen 9 5900X 12-Core