After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 577434 - [PATCHES] gnome-extra/gnome-power-manager-2.26 cpufreq regression (upstream)
[PATCHES] gnome-extra/gnome-power-manager-2.26 cpufreq regression (upstream)
Status: RESOLVED FIXED
Product: gnome-power-manager
Classification: Deprecated
Component: general
2.26.x
Other All
: Normal normal
: ---
Assigned To: GNOME Power Manager Maintainer(s)
GNOME Power Manager Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-03-31 10:20 UTC by Romain Perier
Modified: 2012-03-23 09:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
libhal-glib API patch (21.20 KB, patch)
2009-03-31 10:39 UTC, Romain Perier
none Details | Review
daemon and gnome-power-preferences patch (26.08 KB, patch)
2009-03-31 10:39 UTC, Romain Perier
none Details | Review
glade sheet gnome-power-preference patch (4.18 KB, patch)
2009-03-31 10:42 UTC, Romain Perier
none Details | Review
translation updates for gnome-power-preferences (266.25 KB, patch)
2009-03-31 10:43 UTC, Romain Perier
none Details | Review

Description Romain Perier 2009-03-31 10:20:21 UTC
Please describe the problem:
Hi,
i'm gentoo gnome-overlay contributor and i written patches to re-integrate cpufreq feature in gnome-power-manager and gnome-power-preferences,
it's especially for other distributions ;)

you could find patches at link : https://bugs.gentoo.org/show_bug.cgi?id=263891.

mrpouet

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Romain Perier 2009-03-31 10:39:07 UTC
Created attachment 131764 [details] [review]
libhal-glib API patch
Comment 2 Romain Perier 2009-03-31 10:39:48 UTC
Created attachment 131765 [details] [review]
daemon and gnome-power-preferences patch
Comment 3 Romain Perier 2009-03-31 10:42:25 UTC
Created attachment 131766 [details] [review]
glade sheet gnome-power-preference patch
Comment 4 Romain Perier 2009-03-31 10:43:26 UTC
Created attachment 131767 [details] [review]
translation updates for gnome-power-preferences
Comment 5 Romain Perier 2009-03-31 10:44:45 UTC
Please find in attachments patches which re-add feature
Comment 6 Luca Cavalli 2009-03-31 11:59:33 UTC
I really miss this feature too.
Comment 7 Richard Hughes 2009-04-01 10:05:53 UTC
What's the logic for adding this feature back? Now ondemand works, there's no need to change the governor at all.
Comment 8 Luca Cavalli 2009-04-01 10:43:02 UTC
Richard, I think it is mainly psychological, but having the cpufreq-applet graph jumping up and down while the laptop is AC powered gives me a strange feeling... If you assure me that the speed is exactly the same with ondemand and performance governors, than I think I will remove the cpufreq-applet from the panel :)
Comment 9 Richard Hughes 2009-04-01 10:52:03 UTC
Luca, there are a few use cases where ondemand doesn't do the right thing. A few are:

* Low latency intermittent database accesses
* Decoding on a processor that is very close to saturation for a lot of the burst time

Neither are typical on a workstation and in the 0.1% of cases where such special tuning is being used, the user sure isn't using gnome-power-manager, or even Xorg.

Using ondemand in preference to performance (or powersave) actually saves a lot of power.