Laptop: Difference between revisions

imported>Skylark
See also: Power Management
imported>Neongreensniper
Line 23: Line 23:
         CPU_MIN_PERF_ON_BAT = 0;
         CPU_MIN_PERF_ON_BAT = 0;
         CPU_MAX_PERF_ON_BAT = 20;
         CPU_MAX_PERF_ON_BAT = 20;
      #Optional helps save long term battery health
      START_CHARGE_THRESH_BAT0 = 40; # 40 and bellow it starts to charge
      STOP_CHARGE_THRESH_BAT0 = 80; # 80 and above it stops charging
       };
       };
};
};