Activity log for bug #65791

Date Who What changed Old value New value Message
2006-10-12 22:57:15 John Dong bug added bug
2006-10-12 22:57:47 John Dong kde-guidance: status Unconfirmed Confirmed
2006-10-12 22:57:47 John Dong kde-guidance: statusexplanation Lure and abattoir both have indicated that they experience this too.
2006-11-08 01:44:57 Sebastian Kügler bug added attachment 'displayconfig-fix-dpms-saving.diff' (Fix saving DPMS settings on apply)
2006-11-29 01:07:54 jcfp bug assigned to guidance (upstream)
2006-11-29 12:31:37 Bug Watch Updater guidance: status Unknown Confirmed
2006-12-05 23:21:42 John Dong kde-guidance: status Confirmed Rejected
2006-12-05 23:21:42 John Dong kde-guidance: statusexplanation Lure and abattoir both have indicated that they experience this too.
2006-12-05 23:22:14 John Dong bug assigned to kdebase (Ubuntu)
2006-12-05 23:23:26 John Dong kdebase: status Unconfirmed Rejected
2006-12-05 23:23:26 John Dong kdebase: statusexplanation 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) { DPMSEnable(dpy); - DPMSSetTimeouts(dpy, 60*standby, 60*suspend, 60*off); +// DPMSSetTimeouts(dpy, 60*standby, 60*suspend, 60*off); } else DPMSDisable(dpy); } else
2006-12-05 23:23:54 John Dong kdebase: status Rejected Confirmed
2006-12-05 23:23:54 John Dong kdebase: statusexplanation 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) { DPMSEnable(dpy); - DPMSSetTimeouts(dpy, 60*standby, 60*suspend, 60*off); +// DPMSSetTimeouts(dpy, 60*standby, 60*suspend, 60*off); } else DPMSDisable(dpy); } else wrong status
2007-01-06 14:27:29 Luka Renko kdebase: status Confirmed Fix Committed
2007-01-06 14:27:29 Luka Renko kdebase: statusexplanation wrong status 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
2007-01-06 14:27:47 Luka Renko kdebase: importance Undecided Medium
2007-01-06 14:27:47 Luka Renko kdebase: assignee lure
2007-01-06 14:27:47 Luka Renko kdebase: statusexplanation 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
2007-01-07 16:47:07 Luka Renko kdebase: status Fix Committed Fix Released
2007-01-07 16:47:07 Luka Renko kdebase: statusexplanation Fix uploaded to Feisty (and also committed to KDE SVN for 3.5.6 and 4.0)
2007-01-08 05:08:23 Bug Watch Updater guidance: status Confirmed Fix Released
2010-02-21 21:43:30 Launchpad Janitor branch linked lp:ubuntu/kdebase
2011-02-04 08:15:50 Bug Watch Updater guidance: importance Unknown Medium