https://bugs.kde.org/show_bug.cgi?id=416226
--- Comment #5 from Jan Keith Darunday <jkcdarun...@gmail.com> --- Hi, just an update for this: I'm still experiencing this issue on both KDE Plasma 5.18.5 (LTS) and 5.18.90 (Beta). I have also found the ff. workaround: By default SDDM displays the greeter on both screens. Logging in to KDE (X11) with this default setting triggers this issue. However, one day, I was trying to make SDDM load on the external monitor as the laptop screen can be too bright at night and it made the issue no longer occur. What I did was add the ff. to /usr/share/sddm/scripts/Xsetup to turn off the laptop monitor in SDDM: ``` xrandr | egrep -i '^DP1 connected' && xrandr --output eDP1 --off && xrandr --output DP1 --auto --primary ``` Note that the issue occurs again if I remove this and return to the default. -- You are receiving this mail because: You are watching all bug changes.