https://bugs.kde.org/show_bug.cgi?id=438716
Fabio <ctrlal...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ctrlal...@gmail.com --- Comment #18 from Fabio <ctrlal...@gmail.com> --- I'm experiencing the same issue on 5.23.5. The cause of the issue is that the external monitor is reported of an "unknown" type, and so it's not considered as an external monitor. Basically reverting this fixes the issue: https://invent.kde.org/plasma/powerdevil/-/commit/d3162725cfffb79da7bb8f276a31a915e3349dab Of course reverting this will break suspend for the original post of the bug. A better fix would be to correctly detect the monitor type, but how? Maybe a possible workaround would be to check if: * there's only one "unkown" monitor connected => that's possibly the laptop panel => then suspend * there's more than one monitor connected, and one of them is type "unkown" => that's possibly an external monitor => don't suspend -- You are receiving this mail because: You are watching all bug changes.