mucho intelo

This commit is contained in:
2026-02-18 00:35:38 +01:00
parent f80cb738c7
commit 24822d9388
2 changed files with 7 additions and 1 deletions

View File

@@ -9,8 +9,10 @@
settings = {
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 = "balance_power";
CPU_ENERGY_PERF_POLICY_ON_AC = "balance_performance";
CPU_MIN_PERF_ON_BAT = 0;
CPU_MAX_PERF_ON_BAT = 80;
};
};
}