stuff
This commit is contained in:
@@ -2,22 +2,23 @@
|
||||
{
|
||||
services = {
|
||||
auto-cpufreq = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
settings = {
|
||||
# settings for when connected to a power source
|
||||
charger = {
|
||||
# see available governors by running: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
|
||||
# preferred governor
|
||||
governor = "schedutil";
|
||||
governor = "performance";
|
||||
|
||||
# minimum cpu frequency (in kHz)
|
||||
# example: for 800 MHz = 800000 kHz --> scaling_min_freq = 800000
|
||||
# Available: 912 MHz, 1284 MHz, 1752 MHz, 2004 MHz, 2256 MHz, 2424 MHz
|
||||
# 702000 948000 1188000 1452000 1704000 1968000 2208000 2400000 2568000 2724000 2868000 3000000 3132000 3264000
|
||||
# boost 3360000 3408000 3504000
|
||||
# see conversion info: https://www.rapidtables.com/convert/frequency/mhz-to-hz.html
|
||||
# to use this feature, uncomment the following line and set the value accordingly
|
||||
scaling_min_freq = 912000;
|
||||
scaling_max_freq = 3500000;
|
||||
scaling_min_freq = 702000;
|
||||
scaling_max_freq = 3504000;
|
||||
# scaling_min_freq = 702000;
|
||||
# scaling_max_freq = 1968000;
|
||||
|
||||
@@ -28,7 +29,7 @@
|
||||
battery = {
|
||||
# see available governors by running: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
|
||||
# preferred governor
|
||||
governor = "powersave";
|
||||
governor = "schedutil";
|
||||
|
||||
# minimum cpu frequency (in kHz)
|
||||
# example: for 800 MHz = 800000 kHz --> scaling_min_freq = 800000
|
||||
@@ -36,7 +37,7 @@
|
||||
# 702000 948000 1188000 1452000 1704000 1968000 2208000 2400000 2568000 2724000 2868000 3000000 3132000 3264000
|
||||
# see conversion info: https://www.rapidtables.com/convert/frequency/mhz-to-hz.html
|
||||
# to use this feature, uncomment the following line and set the value accordingly
|
||||
scaling_min_freq = 912000;
|
||||
scaling_min_freq = 702000;
|
||||
scaling_max_freq = 2424000;
|
||||
|
||||
# turbo boost setting (always, auto, or never)
|
||||
|
||||
Reference in New Issue
Block a user