1
0
Fork 0

powersave: Fallback to the 'powersave' scaling governor

Fallback to the 'powersave' CPU scaling governor if 'ondemand' 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
'ondemand' 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:47:49 +01:00
parent 8de59ffee2
commit f52be8843b

View file

@ -6,7 +6,7 @@
summary=Optimize for low power consumption
[cpu]
governor=ondemand
governor=ondemand|powersave
energy_perf_bias=powersave|power
[eeepc_she]