mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-07 05:38:30 +02:00
config: Introduce new setting "softrealtime"
This adds support for a new configuration option "softrealtime" to be read from the general section. This commit alone does nothing, the following commit adds actually making use of the value. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
@@ -7,6 +7,10 @@ desiredgov=performance
|
||||
; The default governer is used when leaving GameMode instead of restoring the original value
|
||||
defaultgov=powersave
|
||||
|
||||
; By default, GameMode changes the scheduler policy to SCHED_ISO with 4 or more CPU cores,
|
||||
; force enable or disable with "on" or "off"
|
||||
softrealtime=auto
|
||||
|
||||
[filter]
|
||||
; If "whitelist" entry has a value(s)
|
||||
; gamemode will reject anything not in the whitelist
|
||||
|
Reference in New Issue
Block a user