https://bugs.kde.org/show_bug.cgi?id=452614
--- Comment #13 from k...@waleet.com --- I think I solved it. It's an issue with SDDM, it is not following the monitor settings from the user KDE session and the KDE session just reuse whatever setting the monitor are set on from SDDM. So to fix it, as root: cat >> /etc/sddm.conf.d/login-screen.conf [X11] DisplayCommand=/usr/share/sddm/scripts/Xsetup Ctrl+D cat >> /usr/share/sddm/scripts/Xsetup xrandr --output DisplayPort-1 --rotate right --left-of DisplayPort-2 --output DisplayPort-2 --rotate normal --primary Ctrl+D and bob is your uncle -- You are receiving this mail because: You are watching all bug changes.