summarylogtreecommitdiffstats
path: root/performance
diff options
context:
space:
mode:
authorQue Quotion2019-07-09 03:35:44 +0900
committerQue Quotion2019-07-09 03:35:44 +0900
commit153b9e512cea8c5a58ffadd0661f5fdd9dec5c63 (patch)
treed0b922b4d34edd99acce19611da1826d3de7c540 /performance
parentccf5862c0e84f648bee1b6be971d4e50e077baa8 (diff)
downloadaur-153b9e512cea8c5a58ffadd0661f5fdd9dec5c63.tar.gz
Partial rewrite:
Separate configuration into /etc/throttle.d/{performance,powersave} Use functions to reduce redundancy in throttle Expand natural language syntax ({cpu,gov}), and add more options such as "cpu check", etc. Mimic systemd controller syntax {start, stop}: start means "begin to throttle", so "reduce performance" stop means "cease to throttle", so "improve performance"
Diffstat (limited to 'performance')
-rw-r--r--performance21
1 files changed, 21 insertions, 0 deletions
diff --git a/performance b/performance
new file mode 100644
index 000000000000..a99aad22f750
--- /dev/null
+++ b/performance
@@ -0,0 +1,21 @@
+HYPERTHREADS="1"
+GOVERNOR="performance"
+XPSTURBO="0"
+ENERGYPERF="0"
+BACKLIGHT="1" # Higher?
+LAPTOP="0"
+DIRTYWBC="500"
+NMIDOG="1"
+POLICY="max_performance"
+APM="255"
+AAM="254"
+CONTROL="on"
+AUTOSUSPEND="-1"
+DISKAUTOSUSPEND="-1"
+POWERSAVE="0"
+CONTROLLER="N"
+WLPOWERSAVE="off"
+WOLA="g"
+WOLB="enabled"
+LEDBRIGHT="255"
+NVPM="1"