Summary: | Dragonplayer turns on DPMS | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Zach <zachleigh> |
Component: | powermanagement | Assignee: | Dario Freddi <drf> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | myriam, oliver.henshaw |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Zach
2013-02-10 04:50:43 UTC
(from https://bugs.kde.org/show_bug.cgi?id=295814#c21 ) > Upgraded to 4.10 and was still having issues. Did some playing around and > found that Dragonplayer turns DPMS on. On startup, xset -q gives the proper > output, but after playing a video in Dragonplayer... > > DPMS (Energy Star): > Standby: 0 Suspend: 0 Off: 0 > DPMS is Enabled > Monitor is On This is fine - the zero timeouts means that DPMS is effectively off. Are you sure this is from after you closed dragonplayer? But you shouldn't need to manually disable DPMS with xset, just configure powerdevil appropriately (assuming kde-workspace >= 4.9.3, as noted in the earlier bug). What Oliver said. Moving to solid pm as this is not a problem in dragon. True, because of the zero timeouts DPMS doesnt actually turn on, but Dragonplayer should not be activiating DPMS. Enabling DPMS in some situations is something that can't be avoided (e.g. 'xset -dpms; xset -q; sleep 5; xset dpms force off' and 'xset -q' after you wake the screen and you'll see that dpms has been re-enabled) - that's why we now set the timeouts to zero when dpms should be disabled. It's possible that the phonon backend is doing this, i.e. disabling and enabling dpms by itself. It's sub-optimal but harmless. I think that vlc 2.1 will perform better in this regard, i.e. using the freedesktop ScreenSaver inhibit interface. So resolving as INVALID seems the best fit. Please re-open if I've misunderstood and there's a real problem here. |