No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
Activity
Sort or filter
Newest first
Oldest first
Show all activity
Show comments only
Show history only
Alexander Kurakinchanged title from Doesn't unlock / Doesn't wake up / Black screen- on lid close to Doesn't unlock / Doesn't wake up / Black screen- on lid close
changed title from Doesn't unlock / Doesn't wake up / Black screen- on lid close to Doesn't unlock / Doesn't wake up / Black screen- on lid close
Alexander Kurakinchanged title from Doesn't unlock / Doesn't wake up / Black screen - on lid close to Doesn't unlock / Doesn't wake up / Black screen - on lid close
changed title from Doesn't unlock / Doesn't wake up / Black screen - on lid close to Doesn't unlock / Doesn't wake up / Black screen - on lid close
I can confirm absolutely the same problem. Also Calculate Linux 23 (Gentoo). The problem arose after updating the following packages: xfce4-settings-4.18.2, xfce4-power-manager-4.18.1, xfce4-panel-4.18.2, libxfce4ui-4.18.2, xfce4-session-4.18.1. The downgrade of xfce4-settings and xfce4-power-manager does not help.
Well I couldn't take it any more! This quite annoying issue was keeping me from embarking on changing over to an Arch Distribution (RebornOS) as my main desktop OS. But none of my other Debian based distros with Xfce have this issue, so I decided to venture in to finding out why. Sure an easy work around is to set the "Connecting Displays" property for "When new displays are connected:" to anything but "Do nothing" makes the session wake up from sleep and display properly, but I got tired of dismissing the display settings dialog and I don't want to chance the side affect of "Mirror" and "Extend" if I have more than one monitor connected. So the following two patches give me what I want (the display wakes from sleep and my monitor's profile gets applied).
This is just a quick fix for my situation. I don't know the interface design between Xfce and power management for sleep/wake. It appears though that a monitor event is getting detected, so the xfce_displays_helper_screen_on_event function needs to be executed. It cannot be bypassed by literally doing nothing. Maybe "Do nothing" should be changed to "Do as little as necessary to make it work" until the real root cause is discovered.
Kidding aside, the behavior of opening the display settings dialog is my preferred action (so I can select whether to mirror or extend an additional monitor). I see the logic for determining if additional monitors became connected or not. Maybe I'll look in to that logic to see if it's simple to compare old to new and not pop up the dialog, if that is the selected action, when they match.