feat: less extreme energy savings
This commit is contained in:
parent
446dd0cd70
commit
a02296760a
1 changed files with 0 additions and 11 deletions
|
@ -7,17 +7,6 @@ _: {
|
||||||
start_charge = 40;
|
start_charge = 40;
|
||||||
stop_charge = 60;
|
stop_charge = 60;
|
||||||
in {
|
in {
|
||||||
CPU_SCALING_GOVERNOR_ON_AC = "performance";
|
|
||||||
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
|
|
||||||
|
|
||||||
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
|
|
||||||
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
|
|
||||||
|
|
||||||
CPU_MIN_PERF_ON_AC = 0;
|
|
||||||
CPU_MAX_PERF_ON_AC = 100;
|
|
||||||
CPU_MIN_PERF_ON_BAT = 0;
|
|
||||||
CPU_MAX_PERF_ON_BAT = 20;
|
|
||||||
|
|
||||||
START_CHARGE_THRESH_BAT0 = start_charge;
|
START_CHARGE_THRESH_BAT0 = start_charge;
|
||||||
STOP_CHARGE_THRESH_BAT0 = stop_charge;
|
STOP_CHARGE_THRESH_BAT0 = stop_charge;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue