[Bug 344252] Re: CPU Frequency Scaling defaults to "Performance" instead of "OnDemand"

2020-08-20 Thread Dimitri John Ledkov
*** This bug is a duplicate of bug 1885730 *** https://bugs.launchpad.net/bugs/1885730 We are finally fixing this. ** This bug has been marked a duplicate of bug 1885730 Please switch default, hwe, oem kernel flavours governor to CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y , such that

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2014-10-26 Thread Daniel Hollocher
I think this is still present in 14.04/14.10. I'm talking about the issue with cpufreqd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/344252 Title: CPU Frequency Scaling defaults to Performance

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2011-03-02 Thread Giuseppe Santillo
This bug shows up in Ubuntu 10.10 64bit too. My CPU: AMD Athlon II X2 250. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/344252 Title: CPU Frequency Scaling defaults to Performance instead of

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2011-02-18 Thread Andy Iverson
Solution from comment #42 works for me, even after resuming from sleep it is respecting the ondemand setting. In summary: edit: /etc/rc.local add: cpufreq-selector -g ondemand I have a Toshiba Tecra M10 Core2Duo 2.4GHz processor. Thanks for the help! -- You received this bug notification

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2011-02-18 Thread Ivan Kharlamov
Andy, thanks! I'm glad to be helpful. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/344252 Title: CPU Frequency Scaling defaults to Performance instead of OnDemand -- ubuntu-bugs mailing list

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-12-01 Thread Jeremy Foshee
Hi Scaine, Please be sure to confirm this issue exists with the latest development release of Ubuntu. ISO CD images are available from http://cdimage.ubuntu.com/daily/current/ . If the issue remains, please run the following command from a Terminal (Applications-Accessories-Terminal). It

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-12-01 Thread Scaine
I've changed laptops since reporting this bug 18 months ago. This is no longer the case on my Toshiba Satellite U405. I can no longer contribute to this bug except to suggest that this bug would go away if the app remembered what the user chose and stick to it. A common trait on the Gnome

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-11-12 Thread Davide P.
I can confirm the performance default governor is setted also in the last Ubuntu 10.10 Maverick Kernel 2.6.35-23. ** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- CPU Frequency Scaling defaults to Performance instead of OnDemand

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-11-07 Thread johanhelgesson
I also have this bug. The cpufreq govenor is always set to performance selecting the maximum freq (1.83GHz) for my 2 cores. I have to execute sudo cpufreq-set -g ondemand -d 100 -u 1833000 -c 0 sudo cpufreq-set -g ondemand -d 100 -u 1833000 -c 1 to get to ondemand. Annoyingly it does

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-11-07 Thread johanhelgesson
The only way around it is to create a cronjob as root and reset to ondemand every once and awhile: cronjob -e add a job (every minute) */1 * * * * /usr/bin/cpufreq-set -g ondemand -d 100 -u 1833000 -c 0 */1 * * * * /usr/bin/cpufreq-set -g ondemand -d 100 -u 1833000 -c 1 Ugly as hell

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-11-07 Thread johanhelgesson
OK, I think I got it...well at least for you guys having speed stepped Intel CPUs: just edit '/etc/cpufreqd.conf' and make sure that the settings are correct. For me the default settings were ## # Basic states ## # when AC use performance mode [Rule] name=AC Rule ac=on#

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-08-28 Thread guisardo
I was having the same issue so I try this: $ sudo start-stop-daemon --stop --name cpufreqd $ sudo cpufreqd -D -V 7 That started the cpufreq daemon and print how the rules were evaluated. So I find out than the problem is in the temp sensors. The sensors always shows 50ºC (122ºF) which is wrong

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-07-31 Thread Daniel Lee
My laptop sometimes does not switch to ondemand as it should be. Calling /etc/init.d/ondemand manually after logging in seems to work. -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-07-30 Thread Ivan Kharlamov
I fixed this issue on my Lucid desktop by running $sudo nano /etc/rc.local and adding cpufreq-selector -g ondemand before exit 0 line. -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-06-30 Thread jabberwok
my athlon64 laptop stays at performance until I change it with the applet after boot but on my core2 duo laptop it switches to ondemand a little while after login. Both machines run lucid with the latest updates. -- CPU Frequency Scaling defaults to Performance instead of OnDemand

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-06-22 Thread FactTech
I'm not 100% positive this is the right bug to be reporting on, but I have a situation similar to W. Kyle White (comment #31). A laptop I'm using with a fresh install of Lucid will not allow me to select anything other than Performance as the governor in the GNOME CPU frequency scaling applet.

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-06-22 Thread FactTech
Regarding Jiri Trnka's comment #37, a closer look at the man page for start-stop-daemon at http://manpages.ubuntu.com/manpages/lucid/man8/start-stop-daemon.8.html seems to show that there should be no difference in behavior whether or not the -- portion of the command is present. It's a legal

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-05-20 Thread rene gommes
On my Dell D830 with core duo and Lucid, the trick above (changing -- background to background) does not work -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-05-06 Thread Jiri Trnka
I also confirm this bug in Lucid with all updates. The problem is inside /etc/init.d/ondemand script. (Bug #576022) At line 19: ... /etc/init.d/ondemand -- background should be changed to ... /etc/init.d/ondemand background. Ondemand script waits for 60s after startup and then swithes CPU

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-05-05 Thread Mehul J. Rajput
Yes confirm this in lucid too... every time I login I have to change the cpu frequency from the applet... little annoying not sure how it didn't make it to the paper cuts list of issues which were fixed -- CPU Frequency Scaling defaults to Performance instead of OnDemand

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-04-28 Thread bluefo...@gmail.com
Same here Lucid Final latest updates. A year old bug for this??!! -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-04-18 Thread JohnyN
Same problem here. Ludic Beta 2, latest updates and kernel -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-04-07 Thread Marcos Negrete Cedeño
Confirmed. Acer 5536 laptop (AMD64) running Ubuntu 10.04 beta 1 I found the same init.d script that modifies the frequency to ondemand after 60 seconds, but apparently this does not run correctly, so it is with apache and postgres, several times I had to start them manually. Maybe the problem is

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-03-31 Thread johnnynyquist
Just a me too. I would prefer that I be able to select the default CPU freq mode persistently. So there are two issues here: (1) the wrong default (should be ondemand), and (2) the mechanism for overriding the default, already an ugly hack, (/etc/init.d/ondemand) no longer works. Why not just

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-03-18 Thread W. Kyle White
For comment #27, #28 - I have an Optiplex GX270 and a laptop which can't be set to ondemand or conservative. It seems to be a problem with any computers I have which use p4_clockmod - try: $lsmod | grep p4_clockmod The only workaround I've found is to install and start powernowd with the

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-03-12 Thread David Clayton
Is also a problem in 10.04 alpha as of this date. It can be set to something else with the CPU Frequency Scaling Monitor applet but it starts the Gnome session in Performance mode and any change does not seem to stick for a future session. -- CPU Frequency Scaling defaults to Performance instead

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2010-03-12 Thread David Clayton
More info, in 9.04 the gnome-applets package could be set with root privileges so the CPU Frequency Scaling Monitor would be able to change things when it was loaded, in 10.04 this is no longer possible and the CPU Frequency Scaling Monitor requires a admin password to change the setting. This

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-11-25 Thread jap1968
Same problem here: Asus EeePC with Celeron M at 900MHz. Eight levels available (from 112MHz to 900MHz). I can choose a fixed frequency level, but I am unable to change the policy. I am not able to choose ondemand (even after doing that, the system remains in performance mode) Ubuntu 9.10, 32 bit,

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-11-20 Thread olivernz
Same problem here P4 1.7Ghz, DELL Optiplex GX270. Just stays in performance no matter what I do and I've done this on dozens of machines. Seems to be 9.10. -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-11-09 Thread Scott James Remnant
The kernel default is performance because it is the only sensible setting while booting; after the boot and desktop login have finished, it's somewhat hackily set back to ondemand -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-11-04 Thread Robbie Williamson
** Changed in: cpufreqd (Ubuntu) Assignee: Canonical Foundations Team (canonical-foundations) = (unassigned) -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-11-04 Thread Paulius Sladkevičius
Same problem with kernel 2.6.31-14-generic (Ubuntu 9.10). HP Pavillion dv5-1010eu laptop. -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-07-01 Thread bford16
Confirmed as a problem here with kernel 2.6.28-13-generic with all updates. After starting set to 'performance.' -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-06-23 Thread 8200
I can confirm this bug too on my acer aspire 5610 laptop. After starting it is set to performance. Jaunty 32bit with all latest updates. -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-06-10 Thread ericc
I have the same problem (Jaunty 32bit). Except that it is not always the case : sometimes it is set on 'ondemand' after login and sometimes 'performance'. I have not found the conditions yet... -- CPU Frequency Scaling defaults to Performance instead of OnDemand

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-05-24 Thread MarcosJr
I can confirm it using Jaunty 32, evn with latest updates, cpu defaults to Performance. -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-05-24 Thread eymey
Same problem here! In fact, the lack of useful powersave settings in Ubuntu (but Linux- based laptops/desktops in general) is annoying me even since I started to use Linux in non-server environments regularly. When will there be a proper setting in ubuntu (or more generic in the designated

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-05-20 Thread MarcosJr
I can confirm. I have Jaunty 64 with latest updates running on hp tx2110us. -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-05-11 Thread Axx83
[quote] Strange problem here. Often (but not always) the governor is not set to Ondemand after 60 seconds, but remains set to Performance. Using Jaunty with latest updates.[/quote] I have the same problem, sometimes the governor is NOT set to ondemand after 60 seconds. -- CPU Frequency

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-05-09 Thread Guglielmo Cola
Strange problem here. Often (but not always) the governor is not set to Ondemand after 60 seconds, but remains set to Performance. Using Jaunty with latest updates. -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-04-21 Thread Andreas Berger
since this bug in its original form is fixed, should i make a new bug report for the problem mentioned above? -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-04-18 Thread Andreas Berger
Steps to reproduce a situation for which this bug is still problematic: 1. add cpufreq-selector -g powersave to /etc/rc.local (instead of powersave use your preferred governor) 2. reboot 3. watch governor be reset to ondemand about half a minute after login 4. change governor back to your

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-04-17 Thread Andreas Berger
Not fixed. (for me?) It takes half a minute after login to change from Performance to Ondemand. That's the time i have to wait now to switch it to whatever governor i prefer. Because if i set it to Powersave immediately after login it gets switched back to Ondemand after that half minute. --

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-04-16 Thread Cory Maccarrone
Can this be selectively disabled? When my laptop is on ondemand, it very aggressively scales the CPU down, making the system practically unusable. I would much rather the CPU go to ondemand when using battery and be on performance when on AC power. -- CPU Frequency Scaling defaults to

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-03-24 Thread saads
** Changed in: cpufreqd (Ubuntu) Status: Confirmed = Fix Released -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-03-23 Thread Giovanni Condello
Seems fixed with the latest updates (ondemand governor is selected upon boot) -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-03-23 Thread Jaroslav Šmíd
Fixed for me too. -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-03-22 Thread Andrea Chiavazza
Even though the latest kernel is still compiled with performance as default governor it appears that once the desktop is loaded the governor is set as ondemand. My guess is that now the governor used is saved on shutdown and reloaded on startup. I am not sure where this is saved and by what

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-03-22 Thread Sebastian Keller
There is a script called /etc/init.d/ondemand which sets it to ondemand 60 seconds after boot. It is part of the initscripts package and I guess the purpose of this is to speed up booting by using the performance scheduler during boot. -- CPU Frequency Scaling defaults to Performance instead of

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-03-18 Thread xbmc50
Applies also to HP Pavilion DV7 1003oe series with 64bit Jaunty install 2.6.28-10-generic #33-Ubuntu SMP Mon Mar 16 23:49:27 UTC 2009 x86_64 GNU/Linux -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-03-18 Thread Tuomas Aavikko
As multiple persons affected, changing status to confirmed. ** Changed in: cpufreqd (Ubuntu) Status: New = Confirmed -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-03-18 Thread Giovanni Condello
Just found this: nanomad ~ $ grep -i default_gov /boot/config-2.6.28-10-generic # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set #

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-03-18 Thread Dave
Confirmed. -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-03-17 Thread Chak Man Yeung
Whenever I boot the system, the governor is set to Performance by default, and I would have to change it back to Ondemand every time. It gets very annoying, and I would really like a choice in choosing what speed governor I use when I'm on AC power and on battery power. -- CPU Frequency Scaling

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-03-17 Thread Scaine
Yep, confirmed here too. Even when updating /sys/devices/cpu0/cpufreq/scaling_governer (for both my CPUs), it still reverts back to Performance on next boot, so clearly there's a script over-writing this. I thought there might be something in /etc/default, but I can't see anything relevant at a

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-03-17 Thread Andy Lawrence
Also confirmed here. I defaults to performance on every boot. -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 344252] Re: CPU Frequency Scaling defaults to Performance instead of OnDemand

2009-03-17 Thread jsolomon
Confirmed. -- CPU Frequency Scaling defaults to Performance instead of OnDemand https://bugs.launchpad.net/bugs/344252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com