1.3
Known Issues
- When building with Meson versions older than 0.47.0 (including the version provided by Ubuntu 18.04),
gamemoderun
will not be installed with executable permissions and will therefore fail to run. Runsudo chmod +x /usr/bin/gamemoderun
after installation to fix (#115).
Changes
- Disable screensaver when the game is running (can help when playing with gamepad or joystick for games which don't do this themselves).
- Add a
gamemoderun
helper script to do the necessary setup (setLD_PRELOAD
) to enable GameMode on games which do not support it themselves. - Support for overclocking on NVIDIA GPUs (experimental, use at your own risk). See
example/gamemode.ini
for further details. - Support for configuring performance level on AMD GPUs (experimental, use at your own risk). See
example/gamemode.ini
. - Increase I/O priority of game processes.
softrealtime
andrenice
options are no longer enabled by default since they require extra system configuration. Seeexample/gamemode.ini
.- Add supervisor API which allows requesting GameMode on behalf of another process.
- Add tests for GameMode functionality (run with
gamemoded -t
). - Various other minor fixes and improvements.
Contributors
The new features in this release are primarily the effort of our contributors, thanks to them for their work:
- Marc Di Luzio @mdiluz
- Kai Krakow @kakra
- Matthias Gerstner @mgerstner
- Suvayu Ali @suvayu
- Térence Clastres @terencode