[Bug 65791] Re: DPMS timeout restored incorrectly on login

2011-02-04 Thread Bug Watch Updater
** Changed in: guidance Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/65791 Title: DPMS timeout restored incorrectly on login -- ubuntu-bugs mailing list ubuntu-bu

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2007-01-07 Thread Bug Watch Updater
** Changed in: guidance (upstream) Status: Confirmed => Fix Released -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2007-01-07 Thread John Dong
Awesome. Now, what about a SRU for Edgy? -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2007-01-07 Thread Luka Renko
Fix uploaded to Feisty (and also committed to KDE SVN for 3.5.6 and 4.0) ** Changed in: kdebase (Ubuntu) Status: Fix Committed => Fix Released -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https:

Re: [Bug 65791] Re: DPMS timeout restored incorrectly on login

2007-01-06 Thread sebas
On Saturday 06 January 2007 15:27, Luka Renko wrote: > I did not get any response from last changer of kenergy, so I have > prepared patch for kdebase that should address this for feisty. Is this recorded on bugs.kde.org? If you CCMAIL: kde-devel, I'm pretty sure someone can commit the fix to KDE

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2007-01-06 Thread Luka Renko
I did not get any response from last changer of kenergy, so I have prepared patch for kdebase that should address this for feisty. Debdiff is available on: http://lure.lu.funpic.de/kubuntu/feisty/kdebase16.debdiff ** Changed in: kdebase (Ubuntu) Status: Confirmed => Fix Committed ** Chan

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-12-21 Thread Stefan Skotte
I find this bug very annoying, as I have to adjust those settings _every_ time I log in! It has taken 2 months already Please do something about it ! -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com ht

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-12-09 Thread Luka Renko
Jonh, thanks for pushing this one forward. I think both of suggested patches are not really appropriate, as they just cure the side effect and not the root cause. The issue is that kdisplayrc contains values in minutes, therefore it does not make sense to change defaults to seconds as suggested by

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-12-05 Thread John Dong
There must be a more complete way of just simply castrating kdebase of kenergy altogether, since its functionality is all done by guidance, and heck kenergy isn't even user-visible in any fashion. I'd rather see that happen than any of the workarounds posted this far. I still have an inclination

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-12-05 Thread Francisco
Here is my patch. --- energy.cpp~ 2006-12-05 23:12:07.0 -0200 +++ energy.cpp 2006-12-05 23:15:14.0 -0200 @@ -77,8 +77,8 @@ #endif static const int DFLT_STANDBY = 0; -static const int DFLT_SUSPEND = 30; -static const int DFLT_OFF = 60; +static const int DFLT_SUSPEND = 1

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-12-05 Thread Francisco
Hi John, greetings for nailing the bug! I wouldn't have the time not even to try. By taking a look on the code, it seems the multiply by 60 thing crept in when they added the capability to get the system settings. The hardwired constants DFLT_STANDBY, DFLT_SUSPEND and DFLT_OFF are meant to be mi

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-12-05 Thread John Dong
Testing packages available by putting the following in your sources.list: "deb http://buntudot.org/people/~jdong/kdebase/ ./" Package built from Edgy kdebase with that one patch above. -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- kubuntu-bugs mailing list

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-12-05 Thread John Dong
wrong status ** Changed in: kdebase (Ubuntu) Status: Rejected => Confirmed -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-12-05 Thread John Dong
Found the culprit in kdebase. This patch makes DPMS timeouts accurate again. I will upload some testing packages soon. --- kdebase-3.5.5.orig/kcontrol/energy/energy.cpp +++ kdebase-3.5.5/kcontrol/energy/energy.cpp @@ -340,7 +340,7 @@ if (hasDPMS) { if (enable) { DPMSEnab

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-12-04 Thread Francisco
This (trapping xset) has already been done. https://launchpad.net/distros/ubuntu/+source/kde-guidance/+bug/65791/comments/10 It seems what is changing the setting is not using xset. -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- kubuntu-bugs mailing list kubu

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-12-04 Thread sebas
Exactly. So it's _not_ a bug in guidance. Can someone who suffers from this problem just look up the real problem? Replacing xset with some debugging trap would help _a_lot_ here. -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- kubuntu-bugs mailing list kubuntu

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-12-03 Thread John Dong
That actually doesn't work on my system -- it restores the DPMS timeout too early and it gets overwritten again. Previously I had a sleep 20 && displayconfig-restore and similar lines for 20,30,and 40 second delays, but even then when my system is under IO load and logging in, it would not work. -

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-12-03 Thread Francisco
An easier on the system workaround is: ln -s /usr/bin/displayconfig-restore ~/.kde/Autostart/displayconfig- restore It uses the system settings value (the real one, not multiplied by 60 as system settings insists on displaying). -- DPMS timeout restored incorrectly on login https://launchpad.ne

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-29 Thread Ivo Mans
John Dong wrote: > A horrific workaround I'm currently using is a python script in the > background that checks DPMS periodically and resets it if it's an > unexpected value It sure is brute force, but it works for me! -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-29 Thread Bug Watch Updater
** Changed in: guidance (upstream) Status: Unknown => Confirmed -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-28 Thread yamal
** Bug watch added: KDE Bug Tracking System #128696 http://bugs.kde.org/show_bug.cgi?id=128696 ** Also affects: guidance (upstream) via http://bugs.kde.org/show_bug.cgi?id=128696 Importance: Unknown Status: Unknown -- DPMS timeout restored incorrectly on login https://launchpad.n

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-28 Thread John Dong
A horrific workaround I'm currently using is a python script in the background that checks DPMS periodically and resets it if it's an unexpected value [EMAIL PROTECTED]:~$ cat /usr/local/bin/dpmswatch #!/usr/bin/python import os import time while True: st=os.popen('xset -q | grep Standby').r

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-14 Thread Francisco
Just tried the nv driver. Same problem. -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-14 Thread Francisco
Kubuntu edgy here shows this problem. I'm using the nVidia closed source driver. -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-11 Thread John Dong
I already did that, Simon... only thing that uses xset is displayconfig-restore, and it does call it with correct values. I am using closed-source fglrx. On 11/11/06, Simon Edwards <[EMAIL PROTECTED]> wrote: > > Thanks for the info John. My next step would be to 'wedge' the xset > binary with a s

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-11 Thread Simon Edwards
Thanks for the info John. My next step would be to 'wedge' the xset binary with a something dummy. At least I don't have to bother now. I wonder which API xset uses for setting DPMS mmm. Is this driver related in some way? I'm using the closed source nVidia driver. -- DPMS timeout restored i

Re: [Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-11 Thread sebas
On Saturday 11 November 2006 17:43, John Dong wrote: > Simon: Lure & I also spent some time investigating this prior to Edgy's > release, and we arrived at the same conclusion as you -- guidance is > behaving properly, but something else in the login sequence is changing > the DPMS timeout. > > > I

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-11 Thread John Dong
Simon: Lure & I also spent some time investigating this prior to Edgy's release, and we arrived at the same conclusion as you -- guidance is behaving properly, but something else in the login sequence is changing the DPMS timeout. In addition, I tried trapping xset with my own dummy binary, and

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-11 Thread Simon Edwards
A few weeks ago I spent some time trying to get to the bottom of this problem. It appears that guidance is working fine and is setting the dpms values correctly during login. But once the login sequence is complete xset reports wrong values. I've checked that displayconfig- restore is using the cor

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-11 Thread H Jalonen
Sorry, but the patch doesn't fix this problem. Although it fixes the bug about not saving monitor power off setting (bug #46585 https://launchpad.net/bugs/46585 and KDE bug tracker bug #128696 https://bugs.kde.org/show_bug.cgi?id=128696 ). I made a clean install of Kubuntu 6.10, applied the fix an

Re: [Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-08 Thread Alessandro Colaci
Good. :) -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-07 Thread sebas
Attached fix went into KDE svn yesterday. ** Attachment added: "Fix saving DPMS settings on apply" http://librarian.launchpad.net/4981950/displayconfig-fix-dpms-saving.diff -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-11-01 Thread Lithium
I'm seeing this problem on Edgy. If I set the Offtime to 30 minutes, it reverts to 5 hours. If I set the Offtime to 1 minute, it reverts to 1 hour. -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://l

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-10-28 Thread screemo
I have the exact same issue on Kubuntu Edgy also... When I select 15minutes, the value is always 5 hours after login. -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinf

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-10-19 Thread Luka Renko
Similar report but after resume: bug 65734 -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-10-15 Thread Luka Renko
Similar report also on Gnome - see bug 66277 ** Bug 66026 has been marked a duplicate of this bug ** Bug 66215 has been marked a duplicate of this bug -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com http

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-10-14 Thread Luka Renko
** Bug 65887 has been marked a duplicate of this bug -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 65791] Re: DPMS timeout restored incorrectly on login

2006-10-12 Thread John Dong
Lure and abattoir both have indicated that they experience this too. ** Changed in: kde-guidance (Ubuntu) Status: Unconfirmed => Confirmed -- DPMS timeout restored incorrectly on login https://launchpad.net/bugs/65791 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://li