Reduce CPU frequency on battery
This commit is contained in:
parent
03cc9279e5
commit
7d8d35e511
|
@ -13,7 +13,7 @@
|
|||
CPU_SCALING_MIN_FREQ_ON_AC = 800000;
|
||||
CPU_SCALING_MAX_FREQ_ON_AC = 3000000;
|
||||
CPU_SCALING_MIN_FREQ_ON_BAT = 800000;
|
||||
CPU_SCALING_MAX_FREQ_ON_BAT = 2300000;
|
||||
CPU_SCALING_MAX_FREQ_ON_BAT = 2000000;
|
||||
|
||||
# Enable audio power saving for Intel HDA, AC97 devices (timeout in secs).
|
||||
# A value of 0 disables, >=1 enables power saving (recommended: 1).
|
||||
|
|
Loading…
Reference in New Issue