1
0
Fork 0

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:
Ondřej Lysoněk 2019-03-06 10:40:29 +01:00
parent 52873fa9c8
commit 8de59ffee2

View file

@ -10,7 +10,7 @@ cpufreq_conservative=+r
[cpu]
priority=10
governor=conservative
governor=conservative|powersave
energy_perf_bias=normal
[audio]