cannot set default frequency or mode
Bug #1082868 reported by
Pelle van der Scheer
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
indicator-cpufreq |
New
|
Undecided
|
Unassigned |
Bug Description
It would be very welcome to set a default frequency to use on startup, for example in a conf file somewhere?
using 0.1.4-0ubuntu2
on dualcore 1.9ghz laptop
To post a comment you must log in.
I see your point, but don't currently see an easy solution. Ubuntu CPU governor is usually "performance", when the system boots for maximum speed during bootup. After 60 seconds (reasonably chosen boot time) the system explicitly switches the governor to "ondemand".
There is a small conflict here — if indicator-cpufreq chooses some frequency after you log in, Ubuntu system scripts may override it just a bit later, because of the above hardcoded behaviour, which is actually okay for many users. Thoughts?