Reduce CPU frequency on battery

This commit is contained in:
2022-12-25 13:28:27 +01:00
parent 03cc9279e5
commit 7d8d35e511

View File

@@ -13,7 +13,7 @@
CPU_SCALING_MIN_FREQ_ON_AC = 800000; CPU_SCALING_MIN_FREQ_ON_AC = 800000;
CPU_SCALING_MAX_FREQ_ON_AC = 3000000; CPU_SCALING_MAX_FREQ_ON_AC = 3000000;
CPU_SCALING_MIN_FREQ_ON_BAT = 800000; 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). # Enable audio power saving for Intel HDA, AC97 devices (timeout in secs).
# A value of 0 disables, >=1 enables power saving (recommended: 1). # A value of 0 disables, >=1 enables power saving (recommended: 1).