ubuntu_desktop:gaming
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu_desktop:gaming [2020/07/23 12:30] – [ESync - Helps Game Overhead] 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 233: | Line 237: | ||
GitHub Source Project: https:// | 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 | ||
+ | ./ | ||
+ | </ | ||
Line 241: | Line 316: | ||
https:// | https:// | ||
+ | https:// | ||
ubuntu_desktop/gaming.1595507440.txt.gz · Last modified: 2020/07/23 12:30 by 185.104.185.238