https://bugs.kde.org/show_bug.cgi?id=494804
--- Comment #12 from thankarezos <thankare...@gmail.com> --- I managed to kinda fix it by setting my primary monitor on ssdm with xrand (also I fixed the weird order and resolution of the monitors buts that's unrelated) by putting this on my /usr/share/sddm/scripts/Xsetup file. xrandr --output DP-0 --mode 1280x1024 --rotate normal --auto --noprimary \ --output DP-4 --mode 2560x1440 --rotate normal --auto --primary --right-of DP-0 \ --output DP-3 --mode 1920x1080 --rotate normal --auto --noprimary --right-of DP-4 \ --output HDMI-0 --mode 1920x1080 --rotate normal --auto --noprimary --right-of DP-3 You have to run `xrandr | grep -w connected` in an X11 session to get the correct names though, Wayland will report the display names wrong. -- You are receiving this mail because: You are watching all bug changes.