https://bugs.kde.org/show_bug.cgi?id=486986
TraceyC <kde...@tlcnet.info> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |CONFIRMED Ever confirmed|0 |1 Resolution|WAITINGFORINFO |--- --- Comment #4 from TraceyC <kde...@tlcnet.info> --- The original problem is no longer reproducible, but the timers are differently bugged now. Let me know if this should go in a separate report. IMO this looks like perhaps a result of trying to fix the first bug broke things in other ways. 1. The setting for turning off the screen when locked is always used, even if there's a shorter setting for turning off the screen when the system is idle but not locked 2. If the screen turn off time is the same for locked and unlocked, the timer to turn off the screen resets when the display is locked, even if the system is idle the whole time 3. If the turn off time is equal to the dim time, the timer is *not* reset and activates relative to idle time Details: Note: Energy Savings is now called Power Management 1. In Power Management, go to On AC Power. Dim set to 2 minutes and Turn off Screen set to 5 minutes (also for when locked). "After a period of inactivity" is set to Do nothing. 2. Set screen to lock after 1 minute of inactivity and require password after 5 seconds 1:00 - screen locked 2:00 - screen dimmed 6:00 - screen turned off - This looks wrong, it's one minute later than I would expect (5 min idle time). It looks like the timer got reset after the session locked. If this is intentional, it's not explained in the UI anywhere. Given the next result, this looks unintentional. Changed screen turn off time to 2m (same as dim), for both locked and unlocked 1:00 - screen locked 2:00 - screen turned off - 1 minute after locking, in keeping with the setting With Screen lock 1 min, Dim 1 min, Turn off Screen 2 min (also for when locked): 1 min - screen locked & dimmed 3:00 - screen turned off - 2 minutes after locking rather than after idle With Screen lock 1 min, Dim 1 min, Turn off Screen 5 min (20 sec for when locked): 1:00 - screen locked & dimmed 1:20 - screen turned off - ok With Screen lock 1 min, Dim 1 min, Turn off Screen 2 min (5 min for when locked): 1 min - screen locked & dimmed 2 min - screen did not off as expected - not ok 6 min - screen turned off per locked setting 5 min after lock With Screen lock never, Dim 1 min, Turn off Screen 2 min (5 min for when locked): 1 min - screen dimmed 2 min - screen turned off as expected -- You are receiving this mail because: You are watching all bug changes.