SOURCES: powernowd.sysconfig - expand arguments to variables
glen
glen at pld-linux.org
Tue Sep 5 12:32:58 CEST 2006
Author: glen Date: Tue Sep 5 10:32:58 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- expand arguments to variables
---- Files affected:
SOURCES:
powernowd.sysconfig (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/powernowd.sysconfig
diff -u SOURCES/powernowd.sysconfig:1.3 SOURCES/powernowd.sysconfig:1.4
--- SOURCES/powernowd.sysconfig:1.3 Tue Sep 5 11:45:53 2006
+++ SOURCES/powernowd.sysconfig Tue Sep 5 12:32:52 2006
@@ -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=""
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/powernowd.sysconfig?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list