ubuntu_desktop:gaming
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu_desktop:gaming [2020/07/23 12:16] – created 185.104.185.238 | ubuntu_desktop:gaming [2020/09/11 20:34] (current) – 192.168.1.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu Desktop - Gaming ====== | ====== Ubuntu Desktop - Gaming ====== | ||
+ | |||
+ | [[Ubuntu Desktop: | ||
+ | |||
+ | ---- | ||
===== Video Drivers ===== | ===== Video Drivers ===== | ||
Line 63: | Line 67: | ||
sudo pacman -S lib32-mesa vulkan-radeon lib32-vulkan-radeon vulkan-icd-loader lib32-vulkan-icd-loader -y | sudo pacman -S lib32-mesa vulkan-radeon lib32-vulkan-radeon vulkan-icd-loader lib32-vulkan-icd-loader -y | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Install a Custom Linux Kernel ===== | ||
+ | |||
+ | ==== Xanmod (Debian-based Only) ==== | ||
+ | |||
+ | Official Site: https:// | ||
+ | |||
+ | <code bash> | ||
+ | echo 'deb http:// | ||
+ | sudo apt update && sudo apt install linux-xanmod -y | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Liquorix (Debian-based Only) ==== | ||
+ | |||
+ | Official Site: https:// | ||
+ | |||
+ | Debian Prerequisites (No PPA) | ||
+ | |||
+ | <code bash> | ||
+ | codename=" | ||
+ | </ | ||
+ | |||
+ | Ubuntu based Prerequisites (PPA): | ||
+ | |||
+ | <code bash> | ||
+ | sudo add-apt-repository ppa: | ||
+ | </ | ||
+ | |||
+ | 64-bit Install: | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt-get install linux-image-liquorix-amd64 linux-headers-liquorix-amd64 -y | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Zen (Arch-based Only) ==== | ||
+ | |||
+ | Built into Arch Linux and part of the official pacman repositories. | ||
+ | |||
+ | This does a lot of the same tweaks as Liquorix but for Arch based distributions. | ||
+ | |||
+ | <code bash> | ||
+ | pacman -S linux-zen -y | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Mainline (Debian Bleeding Edge) ==== | ||
+ | |||
+ | Source Project: https:// | ||
+ | |||
+ | This will update a debian stable release to the latest official kernel. | ||
+ | |||
+ | === Installation === | ||
+ | |||
+ | <code bash> | ||
+ | apt install wget -y | ||
+ | wget https:// | ||
+ | chmod +x ubuntu-mainline-kernel.sh | ||
+ | sudo mv ubuntu-mainline-kernel.sh / | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | === Usage === | ||
+ | |||
+ | From terminal type any of the following commands: | ||
+ | |||
+ | <code bash> | ||
+ | ubuntu-mainline-kernel.sh -c # Check if Newer Kernel available | ||
+ | ubuntu-mainline-kernel.sh -i # Install latest kernel | ||
+ | ubuntu-mainline-kernel.sh -l # List locally installed kernels | ||
+ | ubuntu-mainline-kernel.sh -u # Uninstall mainline kernel | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== ACO - Faster Compiling (AMD Only) ===== | ||
+ | |||
+ | This changes the compiling from LLVM to ACO which is considerably faster. | ||
+ | |||
+ | See | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | You do need up-to-date drivers mesa 20+ and edit / | ||
+ | |||
+ | Add this to / | ||
+ | |||
+ | <file bash / | ||
+ | RADV_PERFTEST=aco | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Wine Dependancies and Lutris ===== | ||
+ | |||
+ | There are several packages that wine, proton and lutris game installs need. | ||
+ | |||
+ | It is recommended installing all the dependancies before installing lutris. | ||
+ | |||
+ | ==== Ubuntu/ | ||
+ | |||
+ | <code bash> | ||
+ | sudo add-apt-repository 'deb https:// | ||
+ | sudo add-apt-repository ppa: | ||
+ | sudo apt update | ||
+ | sudo apt-get install --install-recommends winehq-staging -y | ||
+ | sudo apt-get install libgnutls30: | ||
+ | sudo apt-get install lutris -y | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Arch-Based Distros ==== | ||
+ | |||
+ | <code bash> | ||
+ | sudo pacman -S wine-staging giflib lib32-giflib libpng lib32-libpng libldap lib32-libldap gnutls lib32-gnutls mpg123 lib32-mpg123 openal lib32-openal v4l-utils lib32-v4l-utils libpulse lib32-libpulse libgpg-error lib32-libgpg-error alsa-plugins lib32-alsa-plugins alsa-lib lib32-alsa-lib libjpeg-turbo lib32-libjpeg-turbo sqlite lib32-sqlite libxcomposite lib32-libxcomposite libxinerama lib32-libgcrypt libgcrypt lib32-libxinerama ncurses lib32-ncurses opencl-icd-loader lib32-opencl-icd-loader libxslt lib32-libxslt libva lib32-libva gtk3 lib32-gtk3 gst-plugins-base-libs lib32-gst-plugins-base-libs vulkan-icd-loader lib32-vulkan-icd-loader lutris -y | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== ESync - Helps Game Overhead ===== | ||
+ | |||
+ | Check to see if esync is enabled already (most distributions do by default) | ||
+ | |||
+ | <code bash> | ||
+ | ulimit -Hn | ||
+ | </ | ||
+ | |||
+ | |||
+ | If this returns more than 500,000 than ESYNC IS ENABLED! If not, proceed with these instructions: | ||
+ | |||
+ | Change the following files and add this line to the bottom | ||
+ | |||
+ | / | ||
+ | |||
+ | <file bash / | ||
+ | DefaultLimitNOFILE=524288 | ||
+ | </ | ||
+ | |||
+ | <file bash / | ||
+ | DefaultLimitNOFILE=524288 | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | / | ||
+ | |||
+ | <file bash / | ||
+ | username hard nofile 524288 | ||
+ | </ | ||
+ | |||
+ | <WRAP important> | ||
+ | **IMPORTANT: | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== GameMode - No CPU Throttling ===== | ||
+ | |||
+ | GitHub Source Project: https:// | ||
+ | |||
+ | ==== Ubuntu/ | ||
+ | |||
+ | <code bash> | ||
+ | apt install meson libsystemd-dev pkg-config ninja-build git libdbus-1-dev libinih-dev dbus-user-session -y | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Arch Dependencies ==== | ||
+ | |||
+ | <code bash> | ||
+ | pacman -S meson systemd git dbus -y | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Build and Install GameMode ==== | ||
+ | |||
+ | <code bash> | ||
+ | git clone https:// | ||
+ | cd gamemode | ||
+ | git checkout 1.5.1 # omit to build the master branch | ||
+ | ./ | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Uninstall GameMode ==== | ||
+ | |||
+ | <code bash> | ||
+ | systemctl --user stop gamemoded.service | ||
+ | ninja uninstall -C builddir | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== GameMode Usage ==== | ||
+ | |||
+ | There are multiple ways to Use GameMode | ||
+ | |||
+ | * Lutris - Under settings you can enable GameMode for all games you launch | ||
+ | * Steam - Go to Launch options for the game of choice and type in <code bash> | ||
+ | * Terminal - type <code bash> | ||
+ | * Gnome Tool - If you use GNOME Desktop Environment install this extension: https:// | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Custom Proton ===== | ||
+ | |||
+ | The stock steam proton is rather old and behind the Wine team. | ||
+ | |||
+ | Which means there are a lot of performance tweaks and improvements that you aren’t getting yet. | ||
+ | |||
+ | It is therefore recommended that you install Custom proton which should provide a considerable improvement when gaming in Steam. | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | Source Project: https:// | ||
+ | |||
+ | Auto-Install Project: https:// | ||
+ | |||
+ | For Installation, | ||
+ | |||
+ | <code bash> | ||
+ | cd ~ | ||
+ | wget https:// | ||
+ | sudo chmod +x cproton.sh | ||
+ | ./ | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
===== References ===== | ===== References ===== | ||
https:// | https:// | ||
+ | https:// | ||
ubuntu_desktop/gaming.1595506603.txt.gz · Last modified: 2020/07/23 12:16 by 185.104.185.238