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:
parent
8de59ffee2
commit
f52be8843b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
summary=Optimize for low power consumption
|
||||
|
||||
[cpu]
|
||||
governor=ondemand
|
||||
governor=ondemand|powersave
|
||||
energy_perf_bias=powersave|power
|
||||
|
||||
[eeepc_she]
|
||||
|
|
|
|||
Loading…
Reference in a new issue