Bugzilla – Bug 16481
Screensaver setting "None" persists even after changing setting
Last modified: 2011-03-16 04:47:17 UTC
Setting either of the screensavers to "None" (When Playing or When Stopped) seems to be permanent. Even after changing the setting to something else, digital clock for example, the screensaver action remains "None". This also persists across both screensavers. So setting None in When Stopped carries over to None in When Playing as well. I tested this using a delay of 10 seconds for the screensaver activation to make things easier to validate. I have not tested this using different delays. This also happens on Baby Boom, I have not checked other devices. Steps to repro: 1. Set screensaver delay to 10 seconds 2. Set When Stopped screensaver to Digital Clock 3. Ensure music is stopped and wait for screensaver, verify digital clock appears 4. Set When Stopped screensaver to None 5. Wait 10 seconds and verify screen dims but no screensaver activates 6. Set When Stopped screen saver to digital clock (or any other setting) 7. Wait 10 seconds for screensaver activation Expected: At 10 seconds the digital clock screensaver should activate Actual: At 10 seconds the screen dims and no screensaver activates 8. Set When Playing screen saver to digital clock 9. Play music and wait 10 seconds Expected: At 10 seconds the digital clock screensaver should activate Actual: At 10 seconds the screen dims and no screensaver activates
What firmware revision are you testing with?
Sorry about that, it's r9009
reproduced here. mine to fix. log is showing no attempt to kick in a screensaver at all. very puzzling...
== Auto-comment from SVN commit #9069 to the jive repo by bklaas == == http://svn.slimdevices.com/jive?view=revision&revision=9069 == Fixed Bug: 16481 Description: Screensaver timer is restarted when the SS window is exited. In the case of "none", there is no SS so the timer is never restarted. Therefore, when moving from "None" to any other SS in the settings window, it is important to restart the timer at this time. This is fixed in 7.6, but can be backported to 7.5 as seen fit.
== Auto-comment from SVN commit #9073 to the jive repo by bklaas == == http://svn.slimdevices.com/jive?view=revision&revision=9073 == Bug: 16481 Description: temporarily revert checkin to investigate problem with jive locking up on r9069 this reopens 16481, but hopefully only briefly until we can rule it out as the root cause of the lockup
== Auto-comment from SVN commit #9074 to the jive repo by bklaas == == http://svn.slimdevices.com/jive?view=revision&revision=9074 == Bug: 16481 Description: as expected, the previous checkin for this bug was not the cause of bug 16486 re-checking in change to fix that bug