adjust thinkpad CPU scaling

This commit is contained in:
Yan Lin 2025-11-23 15:35:10 +01:00
parent 0afd3d1720
commit a14af7dbb4

View file

@ -115,7 +115,7 @@
enable = true;
settings = {
# CPU power management
CPU_SCALING_GOVERNOR_ON_AC = "powersave";
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
CPU_ENERGY_PERF_POLICY_ON_AC = "balance_performance";
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";