PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : CPUfreq Daemon gesucht



Russel-Athletic
02.02.05, 18:24
So ich suche einen CPUfreqdaemon der am besten über /sys und mit vielen Möglichkeiten zum Einstellen und besonders zum definieren von Regeln in Abhängigkeit der Zeit.
CPUfreqd hab ich schon ausprobiert, aber nicht zum laufen bekommen.

peschmae
02.02.05, 19:51
Ich benutz powernowd. Funktioniert bestens. All zu viel zu konfigurieren gibts da aber nicht - der tut halt seinen job :)

MfG Peschmä

munkmill
02.02.05, 19:52
So ich suche einen CPUfreqdaemon der am besten über /sys und mit vielen Möglichkeiten zum Einstellen und besonders zum definieren von Regeln in Abhängigkeit der Zeit.
CPUfreqd hab ich schon ausprobiert, aber nicht zum laufen bekommen.

Was funktioniert denn da nicht?

Sayonara
02.02.05, 19:57
Neben cpufreqd kenne ich noch ein paar weitere, die du dir vieleicht anschauen könntest.

cpudyn
speedfreq
powernowd

Wie weit die sich allerding konfigurieren lassen, weiß ich auch nicht.

mfg

Sayonara

Russel-Athletic
02.02.05, 20:05
Also im moment habe ich auch powernowd, aber stören tut mich, dass ich praktisch nicht mehr surfen kann sondern die Leistung künstlich erhöhen muss um vernünftig mit Tabs zu surfen.

Ich stell mir das so vor, dass ich von 14-23 Uhr er nur minimal bis 900 runtergeht und außerhalb der Zeit voll.

Zu cpufreqd:
Mein System ist nen Desktop P4 mit 2.6er Kernel ohne ACPI Zeug.
Fehlermeldung:


# cpufreqd -D -V7
find_cpufreq_interface(): found /sys/devices/system/cpu/cpu0/cpufreq interface.
find_cpufreq_interface(): minimum available frequency 299992
find_cpufreq_interface(): maximum available frequency 2399940
get_cpu_num(): found 1 CPUs
parse_config(): reading configuration file /etc/cpufreqd.conf
parse_config_general(): skipping "verbosity", overridden in the command line.
parse_config_profile(): [Profile] "hi_boost" translated max frequency to 2399940
parse_config_profile(): [Profile] "hi_boost" translated min frequency to 1583960
parse_config_profile(): [Profile] "medium_boost" translated max frequency to 158 3960
parse_config_profile(): [Profile] "medium_boost" translated min frequency to 791 980
parse_config_profile(): [Profile] "lo_boost" translated max frequency to 791980
parse_config_profile(): [Profile] "lo_boost" translated min frequency to 0
parse_config_profile(): [Profile] "lo_boost" min frequency 0 out of range
parse_config_profile(): [Profile] "lo_power" translated max frequency to 791980
parse_config_profile(): [Profile] "lo_power" translated min frequency to 0
parse_config_profile(): [Profile] "lo_power" min frequency 0 out of range
parse_config_rule(): read program: xine
parse_config_rule(): read program: mplayer
parse_config_rule(): read program: avidemux
parse_config(): Rule "conservative" has Profile "lo_boost"
parse_config(): Rule "lo_cpu_boost" has Profile "medium_boost"
parse_config(): Rule "hi_cpu_boost" has Profile "medium_boost"
parse_config(): Rule "AC_on" has Profile "hi_boost"
parse_config(): Rule "dvd_watching" has Profile "hi_boost"
Starting operations.
get_kversion(): read kernel version 2.6.10-gentoo-r6.
get_kversion(): kernel version is 2.6.
libsys_preinit(): pre-initialization done.
libsys_init(): /proc/apm: No such file or directory
load_libraries(): cannot initizalize PM plugin.
Cannot open shared libraries.
Exiting.


Die General von meiner config:


[General]
pidfile=/var/run/cpufreqd.pid
poll_interval=2
pm_type=apm #(acpi, apm or pmu)
# Uncomment the following line to enable ACPI workaround (see cpufreqd.conf(5))
# acpi_workaround=1
verbosity=4 #(if you want a minimal logging set to 5)