You are not logged in.
/etc/conf.d/cpufreq
governor="powersave"
# valid suffixes: Hz, kHz (default), MHz, GHz, THz
min_freq="800MHz"
max_freq="1.73GHz"
my rc.conf
MODULES=(slhc tg3 ipw2200 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore acpi-cpufreq cpufreq_powersave cpufreq_ondemand cpufreq_userspace)
DAEMONS=(syslog-ng network netfs crond alsa acpid @hal gdm cpufreq @openntpd)
after restart i have default governor ondemand and i want to have powersave
Can you help how to change it?
Offline
I have those lines in my /etc/rc.local
cpufreq-set -c 0 -g powersave
cpufreq-set -c 1 -g powersave
(my processor is a dual core so I have to set the governor for both cpu)
Love will tear us apart
Offline
in /etc/conf.d/cpufreq
search the wiki for more details on how to set it up.
Offline
How you can see It is setted up from wiki, but dont know why it is not working. It should set powersave after restart, dont know why ondemand.
Offline