User Tools

Site Tools


ubuntu_desktop:gaming

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu_desktop:gaming [2020/07/23 12:30] – [ESync - Helps Game Overhead] 185.104.185.238ubuntu_desktop:gaming [2020/09/11 20:34] (current) 192.168.1.1
Line 1: Line 1:
 ====== Ubuntu Desktop - Gaming ====== ====== Ubuntu Desktop - Gaming ======
 +
 +[[Ubuntu Desktop:Gaming:Mame|Mame]]
 +
 +----
  
 ===== Video Drivers ===== ===== Video Drivers =====
Line 223: Line 227:
  
 <WRAP important> <WRAP important>
-**NOTE:**  Change username to your username!!!+**IMPORTANT:**  Change username to your username!!!
 </WRAP> </WRAP>
  
Line 233: Line 237:
 GitHub Source Project: https://github.com/FeralInteractive/gamemode GitHub Source Project: https://github.com/FeralInteractive/gamemode
  
 +==== Ubuntu/Debian Dependencies ====
 +
 +<code bash>
 +apt install meson libsystemd-dev pkg-config ninja-build git libdbus-1-dev libinih-dev dbus-user-session -y
 +</code>
 +
 +----
 +
 +==== Arch Dependencies ====
 +
 +<code bash>
 +pacman -S meson systemd git dbus -y
 +</code>
 +
 +----
 +
 +==== Build and Install GameMode ====
 +
 +<code bash>
 +git clone https://github.com/FeralInteractive/gamemode.git
 +cd gamemode
 +git checkout 1.5.1 # omit to build the master branch
 +./bootstrap.sh
 +</code>
 +
 +----
 +
 +==== Uninstall GameMode ====
 +
 +<code bash>
 +systemctl --user stop gamemoded.service
 +ninja uninstall -C builddir
 +</code>
 +
 +----
 +
 +==== 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>gamemoderun %command%</code>
 +  * Terminal - type <code bash>gamemoderun ./game</code>
 +  * Gnome Tool - If you use GNOME Desktop Environment install this extension: https://extensions.gnome.org/extension/1852/gamemode/
 +
 +----
 +
 +===== 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:**  DO NOT USE STEAM IN A FLATPAK!  You will lose some performance and modifications are more difficult!
 +</WRAP>
 +
 +Source Project: https://github.com/GloriousEggroll/proton-ge-custom#manual
 +
 +Auto-Install Project: https://github.com/Termuellinator/ProtonUpdater
 +
 +For Installation, we will use the ProtonUpdater script on GitHub.
 +
 +<code bash>
 +cd ~
 +wget https://raw.githubusercontent.com/Termuellinator/ProtonUpdater/master/cproton.sh
 +sudo chmod +x cproton.sh
 +./cproton.sh
 +</code>
  
  
Line 241: Line 316:
 https://christitus.com/ultimate-linux-gaming-guide/ https://christitus.com/ultimate-linux-gaming-guide/
  
 +https://www.reddit.com/r/linux_gaming/
  
ubuntu_desktop/gaming.1595507414.txt.gz · Last modified: 2020/07/23 12:30 by 185.104.185.238

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki