balanced: Fallback to the 'powersave' scaling governor
Fallback to the 'powersave' CPU scaling governor if 'conservative' is not available. This can happen if the intel_pstate driver is active - at least on newer kernels, the only available governors are 'powersave' and 'performance' if the driver is active. As far as we can tell, the 'powersave' governor is the closest to the 'conservative' governor. Resolves: rhbz#1679205 Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
parent
52873fa9c8
commit
8de59ffee2
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ cpufreq_conservative=+r
|
|||
|
||||
[cpu]
|
||||
priority=10
|
||||
governor=conservative
|
||||
governor=conservative|powersave
|
||||
energy_perf_bias=normal
|
||||
|
||||
[audio]
|
||||
|
|
|
|||
Loading…
Reference in a new issue