Team Fortress 2

Team Fortress 2

评价数不足
How to play TF2 on Fedora Linux (Outdated)
由 Zero 制作
This is a guide for those who are using Fedora Linux, but have problems starting TF2 up.
2
   
奖励
收藏
已收藏
取消收藏
Fixing the crashing bug that affects TF2 on Fedora
I fixed this bug by removing the libtcmalloc_minimal.so.4 library in the bin folder in the tf2 folder and making a symbolic link to the libtcmalloc_minimal.so.4 library from the system. But it is worth installing packages, by command sudo dnf install gperftools gperftools-devel gperftools-libs.i686

Note: create a symlink from /lib/libtcmalloc_minimal.so.4
Note 2: cd to .local/share/Steam/steamapps/common/Team Fortress 2/bin/ then ln -s /lib/libtcmalloc_minimal.so.4
Audio Fix
Audio might not play so type into terminal on fedora: sudo ausearch -c 'hl2_linux' --raw | audit2allow -M my-hl2linux and sudo semodule -i my-hl2linux.pp


OR

sudo dnf copr enable kylegospo/hl2linux-selinux
sudo dnf install hl2linux-selinux
sudo setsebool -P selinuxuser_execheap 1
Fix for a recent bug that happened for everybody else and Fedora users
LLVM is having issues recently,
sudo dnf install gperftools-libs.x86_64 then set your launch commands to LD_PRELOAD=/usr/lib/libtmalloc_and_profiler.so.4 %command%

This will fix LLVM issues.
32 条留言
Isshin the Glock Saint 2024 年 11 月 10 日 下午 12:19 
please help. i am on fedora linux on MAC
Isshin the Glock Saint 2024 年 11 月 10 日 上午 11:37 
Tf2 starts up fine, but after 10 minutes gets very stuttery than closes. Please I’m using fedora Linux MacBook Air m2.
Isshin the Glock Saint 2024 年 11 月 10 日 上午 11:34 
amazing guide thank you
Zero  [作者] 2024 年 1 月 25 日 下午 7:40 
Just to be clear in relation to people telling others just to use flatpak is flawed. You'll still experience the same issues on a Fedora system.
aspens 2023 年 9 月 18 日 下午 1:26 
i made a guide with some more detailed instructions based on this guide that seem to work for me :)
aspens 2023 年 9 月 6 日 下午 7:11 
note that you have to be using the flatpak [flathub.org] of steam for this to work!
🌸Azuma🌸 2023 年 8 月 31 日 下午 12:44 
rip
Zero  [作者] 2023 年 8 月 30 日 下午 8:59 
Somebody tried using this solution on Arch without a second thought. They deleted their comment afterwards.
🌸Azuma🌸 2023 年 8 月 30 日 下午 8:26 
I am not using arch I am using Fedora 38
Zero  [作者] 2023 年 8 月 30 日 下午 6:10 
Please be aware that this guide isn't meant for Arch. I would wait for Valve to update steam to fix any issues.