Gaming setup guide for Linux mint
Posted: Tue Aug 25, 2020 5:21 am
I optimized my installation for gaming with the excellent tutorial from Chris Titus that can be found here:
https://christitus.com/ultimate-linux-gaming-guide/
https://www.youtube.com/watch?v=-jLCjY7PNig
To get Libfaudio0 just follows the links according to your operating system:
LM19:
amd64 https://download.opensuse.org/repositor ... _amd64.deb
i386 https://download.opensuse.org/repositor ... c_i386.deb
LM20:
amd64 http://archive.ubuntu.com/ubuntu/pool/u ... _amd64.deb
i386 http://archive.ubuntu.com/ubuntu/pool/u ... 2_i386.deb
LMDE4:
wine dependency
amd64 https://download.opensuse.org/repositor ... _amd64.deb
i386 https://download.opensuse.org/repositor ... r_i386.deb
To download and install the last custom Proton, easier than the tutorial's script:
Download https://github.com/GloriousEggroll/prot ... -ST.tar.gz
Install https://github.com/GloriousEggroll/prot ... ustom/wiki
It's working well on LM19/20 and LMDE4
https://christitus.com/ultimate-linux-gaming-guide/
https://www.youtube.com/watch?v=-jLCjY7PNig
To get Libfaudio0 just follows the links according to your operating system:
LM19:
amd64 https://download.opensuse.org/repositor ... _amd64.deb
Code: Select all
sudo gdebi libfaudio0_19.07-0~bionic_amd64.deb
i386 https://download.opensuse.org/repositor ... c_i386.deb
Code: Select all
sudo gdebi libfaudio0_19.07-0~bionic_i386.deb
LM20:
amd64 http://archive.ubuntu.com/ubuntu/pool/u ... _amd64.deb
Code: Select all
sudo gdebi libfaudio0_20.04-2_amd64.deb
i386 http://archive.ubuntu.com/ubuntu/pool/u ... 2_i386.deb
Code: Select all
sudo gdebi libfaudio0_20.04-2_i386.deb
LMDE4:
wine dependency
Code: Select all
wget http://ftp.us.debian.org/debian/pool/main/libs/libsdl2/libsdl2-2.0-0_2.0.9+dfsg1-1_amd64.deb
Code: Select all
sudo gdebi libsdl2-2.0-0_2.0.9+dfsg1-1_amd64.deb
Code: Select all
sudo apt install libstb0 -y
amd64 https://download.opensuse.org/repositor ... _amd64.deb
Code: Select all
sudo gdebi libfaudio0_20.01-0~buster_amd64.deb
i386 https://download.opensuse.org/repositor ... r_i386.deb
Code: Select all
sudo gdebi libfaudio0_20.01-0~buster_i386.deb
To download and install the last custom Proton, easier than the tutorial's script:
Download https://github.com/GloriousEggroll/prot ... -ST.tar.gz
Install https://github.com/GloriousEggroll/prot ... ustom/wiki
It's working well on LM19/20 and LMDE4
