Comment 26 for bug 1307545

Revision history for this message
b3nmore (b3nmore) wrote :

> Now, b3nmore, the bottom line of your feedback is that the bug does not affect utopic with default settings.

No (sorry, I should have mentioned, that #20 is from the same system), with the default settings in utopic we have:
lid action: result:
switch off display switches off display
lock screen suspends (and locks screen)

However, with those settings, the screen stays blank after unlocking a system resumed from a lid closed triggered suspend. To correct this issue, "xfce4-power-manager/logind-handle-lid-switch" has to be set to "true". Btw., this is what happens, if one disables and enables light-locker via the gui [1], [2].

Now, with the correct light-locker settings we get:
lid action: result:
switch off display suspends (and locks screen)
lock screen suspends (and locks screen)

[1] cf. http://xubuntu.org/news/laptop-users-fix-available-for-the-black-screen-on-unlock-bug/
[2] # defaults after creating new user
$ xfconf-query -c xfce4-power-manager -l -v
/xfce4-power-manager/blank-on-ac 15
/xfce4-power-manager/blank-on-battery 10
/xfce4-power-manager/brightness-switch 0
/xfce4-power-manager/brightness-switch-restore-on-exit 0
/xfce4-power-manager/dpms-enabled true
/xfce4-power-manager/dpms-on-ac-off 60
/xfce4-power-manager/dpms-on-ac-sleep 20
/xfce4-power-manager/dpms-on-battery-off 30
/xfce4-power-manager/dpms-on-battery-sleep 15
/xfce4-power-manager/lock-screen-suspend-hibernate true
/xfce4-power-manager/logind-handle-lid-switch false
/xfce4-power-manager/power-button-action 3

#above settings trigger blank bug (unblank by blindly starting a terminal and execute "xrandr --auto")

# disabling and enabling light-locker via settings gui
$ xfconf-query -c xfce4-power-manager -l -v
/xfce4-power-manager/blank-on-ac 15
/xfce4-power-manager/blank-on-battery 10
/xfce4-power-manager/brightness-switch 0
/xfce4-power-manager/brightness-switch-restore-on-exit 0
/xfce4-power-manager/dpms-enabled true
/xfce4-power-manager/dpms-on-ac-off 60
/xfce4-power-manager/dpms-on-ac-sleep 20
/xfce4-power-manager/dpms-on-battery-off 30
/xfce4-power-manager/dpms-on-battery-sleep 15
/xfce4-power-manager/lock-screen-suspend-hibernate true
/xfce4-power-manager/logind-handle-lid-switch true
/xfce4-power-manager/power-button-action 3