Closed ptr1337 closed 4 months ago
User can add to the Game Launch Options: game-performance %command%
For that to work you need to run something like here
Also the todo is essential imho
User can add to the Game Launch Options: game-performance %command%
For that to work you need to run something like here
like that:
#!/bin/bash
# Helper script to enable the performance gov with proton or others
# set perf
powerprofilesctl set performance
# launch what was passed as arguments
exec "$@"
CachyOS does not use Gamemode as default, which makes it a bit harder to switch to the performance governor.
Lets provide a script, which simply utilizes power-profiles-daemon to switch to the performance mode.
User can add to the Game Launch Options:
game-performance %command%
todo:
Make it maybe reset, when game does stop