diff options
author | lassulus <lass@aidsballs.de> | 2016-01-17 13:22:42 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-01-17 13:22:42 +0100 |
commit | 8b88007fac9154d0bf7ada6c9ce375989d230d93 (patch) | |
tree | c7ab8f2c6de2724133f1a50951a08a3f6f66b775 /makefu/2configs/hw | |
parent | 63910263ccaf2f18bd83ed6e5d49301601ba53e1 (diff) | |
parent | de891cf43181d28cbc9526993df4e55022d230da (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r-- | makefu/2configs/hw/tp-x2x0.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/makefu/2configs/hw/tp-x2x0.nix b/makefu/2configs/hw/tp-x2x0.nix index 047895ce6..ebc72a06e 100644 --- a/makefu/2configs/hw/tp-x2x0.nix +++ b/makefu/2configs/hw/tp-x2x0.nix @@ -24,5 +24,12 @@ with lib; services.tlp.enable = true; services.tlp.extraConfig = '' START_CHARGE_THRESH_BAT0=80 + + CPU_SCALING_GOVERNOR_ON_AC=performance + CPU_SCALING_GOVERNOR_ON_BAT=ondemand + CPU_MIN_PERF_ON_AC=0 + CPU_MAX_PERF_ON_AC=100 + CPU_MIN_PERF_ON_BAT=0 + CPU_MAX_PERF_ON_BAT=30 ''; } |