
stoney baloney
Published
SteamDeck=1 %command% gamemoderun %command%
I was getting catastrophic frame rate drops on the menu and practice range, averaging 10-20fps. This issue was solved by installing gamemode, setting CPU governor to Performance, and allowing gamemode some system permissions. Still have to run some code and then restart my system every time I want to play.
My notes when getting the game to work: Install gamemode from git
If needed, update gamemode: apt update && apt install meson libsystemd-dev pkg-config ninja-build git dbus-user-session libdbus-1-dev libinih-dev build-essential
Build gamemode again if step 1 updated: git clone https://github.com/FeralInteractive/gamemode.git cd gamemode git checkout 1.8.2 # omit to build the master branch ./bootstrap.sh
Giving your system read/write permissions for gamemode.ini: sudo chown root:$YOURUSER /usr/share/gamemode/gamemode.ini sudo chmod g+rw /usr/share/gamemode/gamemode.ini
- Trying to fix issue getting gamemode to work by setting CPU to Performance:
sudo apt-get install cpufrequtils echo 'GOVERNOR="performance"' | sudo tee /etc/default/cpufrequtils sudo systemctl restart cpufrequtils cpufreq-info gamemoded -t RESTART