GameMode: Difference between revisions

imported>MetaDark
mNo edit summary
imported>MetaDark
mNo edit summary
Line 63: Line 63:


== Known Errors ==
== Known Errors ==
{{Tip|The logs of the daemon service can be accessed with <code>journalctl --user -u gamemoded.service</code>.}}
Renice & ioprio optimisations sometimes fail. This is caused by GameMode trying to apply optimisations on processes that exit before the optimisations can be applied. See [https://github.com/FeralInteractive/gamemode/issues/167#issuecomment-524277666 FeralInteractive/gamemode#167 (comment)].
Renice & ioprio optimisations sometimes fail. This is caused by GameMode trying to apply optimisations on processes that exit before the optimisations can be applied. See [https://github.com/FeralInteractive/gamemode/issues/167#issuecomment-524277666 FeralInteractive/gamemode#167 (comment)].


Line 87: Line 89:
programs.gamemode.settings.general.inhibit_screensaver = 0;
programs.gamemode.settings.general.inhibit_screensaver = 0;
</syntaxhighlight>
</syntaxhighlight>
{{Tip|The logs of the daemon service can be accessed with <code>journalctl --user -u gamemoded.service</code>.}}