zephyrus: tlp: remove cpu governor tweak
The laptop's fans run really loud whenever it's plugged in, and cores are all at max frequency even when there's 0 load.
This commit is contained in:
parent
6afcd36d8e
commit
d7133e98de
|
@ -55,9 +55,6 @@ in
|
||||||
};
|
};
|
||||||
tlp = {
|
tlp = {
|
||||||
settings = {
|
settings = {
|
||||||
CPU_SCALING_GOVERNOR_ON_AC = "performance";
|
|
||||||
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
|
|
||||||
|
|
||||||
START_CHARGE_THRESH_BAT0 = 70;
|
START_CHARGE_THRESH_BAT0 = 70;
|
||||||
STOP_CHARGE_THRESH_BAT0 = 80;
|
STOP_CHARGE_THRESH_BAT0 = 80;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue