Reduce CPU frequency on battery

This commit is contained in:
coolneng 2022-12-25 13:28:27 +01:00
parent 03cc9279e5
commit 7d8d35e511
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -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).