- Update to version 1.8
* Requires users to be a member of the "gamemode" group to
utilise priviledged functionality like modifying the CPU
governor.
* Adds CPU core pinning and parking capability.
* Allows disabling the Linux kernel split lock mitigation.
* Fixes building when pidfd_open is available.
* Unifies privileged group configuration between pam, systemd,
and polkit.
* Various other bugfixes and improved default configuration
- Drop workaround for problematic pidfd_open dection on Tumbleweed
now that compilation with pidfd_open is fixed upstream.
- Drop no longer required only-build-shared-library.patch.
OBS-URL: https://build.opensuse.org/request/show/1132241
OBS-URL: https://build.opensuse.org/package/show/games:tools/gamemode?expand=0&rev=34
20 lines
555 B
Plaintext
20 lines
555 B
Plaintext
Launching the GameMode Daemon
|
|
=============================
|
|
|
|
The GameMode daemon is activated via D-Bus launch automatically on access by
|
|
the first client.
|
|
|
|
Reloading the GameMode configuration file
|
|
=========================================
|
|
|
|
Although activated via D-Bus. The daemon is run using Systemd and can easily
|
|
be restarted via systemctl.
|
|
|
|
systemctl --user restart gamemoded
|
|
|
|
Permissions
|
|
===========
|
|
|
|
Some feature, like renicing the process run in GameMode, require elevated priviledges.
|
|
To grant these, add your user to the "gamemode" group.
|