Summary: | When connected to AC power, screen locks and device sleeps every minute | ||
---|---|---|---|
Product: | [Unmaintained] Active | Reporter: | Thomas Pfeiffer <thomas.pfeiffer> |
Component: | General | Assignee: | active |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | notmart, oliver.henshaw, sebas |
Priority: | NOR | ||
Version: | Master | ||
Target Milestone: | unscheduled | ||
Platform: | unspecified | ||
OS: | Other | ||
Latest Commit: | http://commits.kde.org/plasma-mobile/c07f1381545005d64e72e0699c9f0de37b492f62 | Version Fixed In: | |
Sentry Crash Report: |
Description
Thomas Pfeiffer
2012-11-22 14:22:16 UTC
behavior should be a bit better now. needs more testing as on a couple of devices here seems to work but i'm not sure is really fixed It seems to be fixed on my viewtab. It looks like In applications/settings/modules/powermanagement/contents/ui/Power.qml the DPMS timeouts are converted to centiseconds (?) instead of seconds; the suspend timeouts are converted to centiseconds instead of milliseconds; in one place, the AC suspend timeout is converted to seconds instead of milliseconds. This is probably responsible for much of the weirdness, and the fact that the two config UIs appear to clash (bug #304877). My WeTab is behaving okay now, too. Marking this bug as fixed. Re-opening this to try to fix it properly. Git commit 7c33ee0a6d2fa5b92431ad974e512f1b5d978366 by Oliver Henshaw. Committed on 25/03/2013 at 17:21. Pushed by oliverhenshaw into branch 'oliverhenshaw/power-timeouts'. DPMS idle timeouts are stored in seconds Meant that screen power-saving was probably never activated. Related: bug 304877 M +7 -7 applications/settings/modules/powermanagement/contents/ui/Power.qml http://commits.kde.org/plasma-mobile/7c33ee0a6d2fa5b92431ad974e512f1b5d978366 Git commit c07f1381545005d64e72e0699c9f0de37b492f62 by Oliver Henshaw. Committed on 25/03/2013 at 17:34. Pushed by oliverhenshaw into branch 'oliverhenshaw/power-timeouts'. Suspend idle timeouts are stored in milliseconds Was storing in centiseconds(?) and in seconds in one place. Meant that suspend was activated much too soon. Suspend timeouts are currently commented out due this problem but should work properly when or if they are re-enabled. Related: bug 304877 M +7 -7 applications/settings/modules/powermanagement/contents/ui/Power.qml http://commits.kde.org/plasma-mobile/c07f1381545005d64e72e0699c9f0de37b492f62 |