[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cpufreqd problem solved



Dirk Paul Finkeldey schrieb:
> Dirk Paul Finkeldey schrieb:
>   
>> Wie kann ich den cpufreqd zum arbeiten überreden, schon in der doko
>> gelesen aber nicht so wirklich fündig geworden.
>>
>> System 2 GB Ram ASUS Bord AMD3200+ SATA Platte.
>>
>> Falls ein auszug der Kernelconf hielft bitte mailen welcher Abschnitt
>> von interesse ist.
>>
>> Möchte das die CPU im "leerlauf" auf 1 Ghz runtergetaktet wird, und bei
>> steigender belastung wieder hoch regelt.
>>
>> Mit freundlichen Grüßen Dirk Finkeldey
>>     
> So jetzt geht es wie es sollte.
>
> Ich hätte mir mehr mühe geben sollen beim Lesen & Verstehen der
> cpufreqd.conf .
>
> So sieht die cpufreqd.conf bei mir aus :
>
> # this is a comment
> # see CPUFREQD.CONF(5) manpage for a complete reference
> #
> # Note: ondemand/conservative Profiles are disabled because
> #       they are not available on many platforms.
>
> [General]
> pidfile=/var/run/cpufreqd.pid
> poll_interval=2
> verbosity=4
> enable_remote=1
> remote_group=root
> double_check=1
> [/General]
>
> #[acpi]
> #acpid_socket=/var/run/acpid.socket
> #[/acpi]
>
> #[nforce2_atxp1]
> #vcore_path=/some/path
> #vcore_default=1500
> #[/nforce2_atxp1]
>
> [sensors_plugin]
> sensors_conf=/etc/sensors3.conf
> [/sensors_plugin]
>
> [Profile]
> name=On Demand High
> minfreq=40%
> maxfreq=100%
> policy=ondemand
> [/Profile]
>
> [Profile]
> name=On Demand Low
> minfreq=20%
> maxfreq=40%
> policy=ondemand
> [/Profile]
>
> #[Profile]
> #name=Performance High
> #minfreq=100%
> #maxfreq=100%
> #policy=performance
> #exec_post=echo 8 > /proc/acpi/sony/brightness
> #[/Profile]
>
> #[Profile]
> #name=Performance Low
> #minfreq=80%
> #maxfreq=80%
> #policy=performance
> #[/Profile]
>
> #[Profile]
> #name=Powersave High
> #minfreq=60%
> #maxfreq=60%
> #policy=powersave
> #[/Profile]
>
> #[Profile]
> #name=Powersave Low
> #minfreq=40%
> #maxfreq=40%
> #policy=powersave
> #[/Profile]
>
> #[Profile]
> #name=Conservative High
> #minfreq=33%
> #maxfreq=100%
> #policy=conservative
> #[/Profile]
>
> #[Profile]
> #name=Conservative Low
> #minfreq=0%
> #maxfreq=66%
> #policy=conservative
> #[/Profile]
>
> ##
> # Basic states
> ##
> # when AC use performance mode
> #[Rule]
> #name=AC Rule
> #ac=on                    # (on/off)
> #profile=Performance High
> #[/Rule]
>  
> # stay in performance mode for the first minutes
> #[Rule]
> #name=AC Off - High Power
> #ac=off                   # (on/off)
> #battery_interval=70-100
> #exec_post=echo 5 > /proc/acpi/sony/brightness
> #profile=Performance Low
> #[/Rule]
>
> # conservative mode when not AC
> #[Rule]
> #name=AC Off - Medium Battery
> #ac=off                   # (on/off)
> #battery_interval=30-70
> #exec_post=echo 3 > /proc/acpi/sony/brightness
> #profile=Powersave High
> #[/Rule]
>
> # conservative mode when not AC
> #[Rule]
> #name=AC Off - Low Battery
> #ac=off                   # (on/off)
> #battery_interval=0-30
> #exec_post=echo 3 > /proc/acpi/sony/brightness
> #profile=Powersave Low
> #[/Rule]
>
> ##
> # Special Rules
> ##
> # CPU Too hot!
> [Rule]
> name=CPU Too Hot
> sensor=temp1:60-85
> profile=On Demand Low
> [/Rule]
>
> # CPU Norm
> [Rule]
> name=CPU Norm
> sensor=temp1:0-60
> profile=On Demand High
> [/Rule]
>
> # use performance mode if I'm watching a movie
> # I don't care for batteries! 
> # But don't heat too much.
> #[Rule]
> #name=Movie Watcher
> #programs=xine,kaffeine,mplayer,gmplayer
> #battery_interval=0-100
> #acpi_temperature=0-60
> #cpu_interval=0-100
> #profile=Performance High
> #[/Rule]
>
> Dazu kommen die Module powernow-k8 und k8temp zum Einsatz.
>
> Da bei mir nur Änderungen in der sensoooors3.conf Auswirkungen haben
> habe ich diese angegeben.
>
> Mit freundlichen Grüßen Dirk Finkeldey
>   
Bitte jetzt keine Sprüche wegen Rechtschreibung, jedes mal wenn der PC 
sich verschluckt  Produziert er ungewollter weise mehrfach Buchstaben.


Reply to: