rpms/cpuspeed/FC-6 cpuspeed.conf,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 12 16:33:02 UTC 2007


Author: jwilson

Update of /cvs/dist/rpms/cpuspeed/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv10498

Modified Files:
	cpuspeed.conf 
Log Message:
forgot to bring over config file documentation updates from devel...


Index: cpuspeed.conf
===================================================================
RCS file: /cvs/dist/rpms/cpuspeed/FC-6/cpuspeed.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cpuspeed.conf	10 Jan 2007 03:23:13 -0000	1.1
+++ cpuspeed.conf	12 Jan 2007 16:33:00 -0000	1.2
@@ -7,28 +7,30 @@
 # Your CPUFreq driver module
 # Note that many drivers are now built-in, rather than built as modules,
 # so its usually best not to specify one. The most commonly-needed driver
-# module these days is 'p4-clockmod'.
-# default value: empty (auto-detect/use built-in)
+# module these days is 'p4-clockmod', however, in most cases, it is not
+# recommended for use. See: http://lkml.org/lkml/2006/2/25/84
+# default value: empty (try to auto-detect/use built-in)
 DRIVER=
 
 ### GOVERNOR ###
 # Which scaling governor to use
-# Valid scaling governors for your cpu(s) can be found in
-# /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors
-# on systems that support frequency scaling.
+# Details on scaling governors for your cpu(s) can be found in
+# cpu-freq/governors.txt, part of the kernel-doc package
 # NOTES:
-# - The GOVERNOR parameter is only valid on centrino and powernow-k8 (amd64)
-#   platforms, other platforms that support frequency scaling always use
-#   the 'userspace' governor.
+# - The GOVERNOR parameter is only valid on centrino, powernow-k8 (amd64)
+#   and p4-clockmod platforms, other platforms that support frequency
+#   scaling always use the 'userspace' governor.
 # - Using the 'userspace' governor will trigger the cpuspeed daemon to run,
 #   which provides said user-space frequency scaling.
-# default value: empty (defaults to ondemand)
+# default value: empty (defaults to ondemand on centrino, powernow-k8,
+#                       and p4-clockmod systems, userspace on others)
 GOVERNOR=
 
 ### FREQUENCIES ###
 # NOTE: valid max/min frequencies for your cpu(s) can be found in
 # /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_frequencies
-# on systems that support frequency scaling.
+# on systems that support frequency scaling (though only after the
+# appropriate drivers have been loaded via the cpuspeed initscript).
 # maximum speed to scale up to
 # default value: empty (use cpu reported maximum)
 MAX_SPEED=




More information about the fedora-cvs-commits mailing list