This commit is contained in:
Kopatz
2025-01-06 16:11:17 +01:00
parent dec931c150
commit 7299f8b5ac
6 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,8 @@
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
#CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
CPU_ENERGY_PERF_POLICY_ON_BAT = "balance_power";
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
CPU_MIN_PERF_ON_AC = 0;