mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-26 02:03:21 +01:00
phone: Use maximum cpu frequency
Seems to be a bit more unstable but the performance difference is huge enough that I'd rather run this than the minimum cpu frequency. Battery life seems to be okay with around 3 hours of on-screen time and low brightness. The massive increase in performance means that there's much less time spent waiting for the phone, so the decrease in on-screen time should be offset by how long you have to keep the phone on waiting for it.
This commit is contained in:
parent
1b3637651a
commit
bb510a6ac6
@ -200,10 +200,10 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
cpufreq = rec {
|
cpufreq = rec {
|
||||||
min = 648000;
|
min = 1152000;
|
||||||
max = min;
|
max = min;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpuFreqGovernor = "powersave";
|
cpuFreqGovernor = "performance";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user