]> git.pld-linux.org Git - packages/powernowd.git/commitdiff
- expand arguments to variables
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 5 Sep 2006 10:32:52 +0000 (10:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    powernowd.sysconfig -> 1.4

powernowd.sysconfig

index 0696a7f7cf5da4d7b7fdc79559694d6436452670..73b1a70c457a2808b44872d43d43d81587dd8016 100644 (file)
@@ -1,4 +1,23 @@
 # Customized settings for powernowd
 
-# Program arguments: (powernowd -h for help)
-PROGRAM_ARGS=""
+# Modes of operation, can be 0, 1, 2, or 3:
+# 0 = SINE, 1 = AGGRESSIVE (default), 2 = PASSIVE, 3 = LEAPS
+#OPERATION_MODE="1"
+
+# Frequency step in kHz (default = 100000)
+#FREQUENCY_STEP="100000"
+
+# Polling frequency in msecs (default = 1000)
+#POLLING_FREQUENCY="1000"
+
+# Specify number of threads per power-managed core
+#THREADS_COUNT=""
+
+# CPU usage upper limit percentage [0 .. 100, default 80]
+#CPU_UPPER="80"
+
+# CPU usage lower limit percentage [0 .. 100, default 20]
+#CPU_LOWER="20"
+
+# Other program arguments: (powernowd -h for help)
+#PROGRAM_ARGS=""
This page took 0.07531 seconds and 4 git commands to generate.