Improved performance on battery power
This commit is contained in:
@ -10,9 +10,9 @@
|
||||
turbo = "auto";
|
||||
};
|
||||
battery = {
|
||||
governor = "powersave";
|
||||
governor = "schedutil";
|
||||
scaling_min_freq = 1200000;
|
||||
scaling_max_freq = 2200000;
|
||||
scaling_max_freq = 2800000;
|
||||
turbo = "never";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user