View previous topic :: View next topic |
Author |
Message |
Psykk n00b

Joined: 04 Feb 2005 Posts: 49
|
Posted: Mon Apr 25, 2005 4:55 am Post subject: Why isn't ondemand allowed as a default cpufreq governor? |
|
|
And more importantly, how can I change the menuconfig so that it can be set as the default cpufreq governor? _________________ The GPL is Harmful |
|
Back to top |
|
 |
fredgt Apprentice

Joined: 06 Dec 2004 Posts: 168 Location: Belgium
|
Posted: Mon Apr 25, 2005 7:16 am Post subject: |
|
|
As far as i know it's not possible to set the ondemand governor as Default CPUFreq governor. It hasn't been around that long so that's problably the reason. You could use some tool like klaptop (if you're using KDE), or something else to set it as the default governor. So for example on my laptop it's on ondemand when running on battery , but when running on ac it's on performance. |
|
Back to top |
|
 |
Headrush Watchman


Joined: 06 Nov 2003 Posts: 5597 Location: Bizarro World
|
Posted: Mon Apr 25, 2005 7:48 am Post subject: |
|
|
Code: | echo "echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor" >> /etc/conf.d/local.start |
Just copy and past the above line in shell. (as root)
Will be set on boot from now on. |
|
Back to top |
|
 |
|