You are not logged in.
Pages: 1
I use the acpi_cpufreq and cpufreq_ondemand modules to control the frequency of my E6750. This works fine however, every time I log in, the scaling governor is set to performance, not ondemand which I want it to be. I thought this was controlled by setting
governor="ondemand"
in /etc/conf.d/cpufreq. This apparently doesn't work though, so what can I do to avoid having to do
$ cpufreq-set -g ondemand -c 0
$ cpufreq-set -g ondemand -c 1
every time I login?
Thanks
Last edited by Emphrygian (2007-08-05 20:28:50)
Offline
put the two commands in the /etc/rc.local file thats it...
sorry for my bad english
Offline
put the two commands in the /etc/rc.local file thats it...
Forgot to say that this worked, of course.
Thanks
Offline
Pages: 1