[Bug 65791] Re: DPMS timeout restored incorrectly on login
John Dong
john.dong at gmail.com
Tue Dec 5 23:23:26 UTC 2006
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
** Changed in: kde-guidance (Ubuntu)
Status: Confirmed => Rejected
** Also affects: kdebase (Ubuntu)
Importance: Undecided
Status: Unconfirmed
** Changed in: kdebase (Ubuntu)
Status: Unconfirmed => Rejected
--
DPMS timeout restored incorrectly on login
https://launchpad.net/bugs/65791
More information about the kubuntu-bugs
mailing list