profiles: Use 'power' instead of 'powersave' in energy_perf_bias
The x86_energy_perf_policy program changed its interface in the 4.13 kernel. The value 'power' now has to be used instead of 'powersave'. Resolves: rhbz#1508468
This commit is contained in:
parent
9587b5550f
commit
3c241af1d3
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ summary=Optimize for low power consumption
|
|||
|
||||
[cpu]
|
||||
governor=ondemand
|
||||
energy_perf_bias=powersave
|
||||
energy_perf_bias=power
|
||||
|
||||
[eeepc_she]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue