blob: fcfb55294d335d91e8cfa396a166d7863a5846bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- gentoo/cpudyn.conf.orig 2004-01-08 17:20:39.575230665 +0100
+++ gentoo/cpudyn.conf 2004-01-08 17:20:37.450290151 +0100
@@ -32,6 +32,12 @@
THROTTLING_LOW=7
+#
+# Count also niced process in CPU usage. Default is no.
+#
+
+#NICE=yes
+
################################################
# DISK OPTIONS
# (disabled by default)
@@ -51,4 +57,14 @@
# DISKS=/dev/hda,/dev/hdb
+################################################
+# Special Startup Options
+# (you shouldn't need to change these)
+################################################
+# cpufreq sources for 2.4 kernels
+CPUFREQ_24="/proc/cpufreq"
+# cpufreq sources for 2.5/2.6 kernels
+CPUFREQ_25="/sys/devices/system/cpu/cpu0/cpufreq /sysfs/devices/system/cpu/cpu0/cpufreq"
+# pure acpi cpufreq
+CPUFREQ_ACPI="/proc/acpi/processor/CPU0/throttling"
|