42
This sddm bug is driving me insane
(files.techhub.social)
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
@kde
It even persists after the login!
Doesn't get fixed until I re-align my displays in xrandr
Hahaha. Common problem with multiscreen with different resolutions. Your laptop screen is below and left of your main display, and X11 renders this black "virtual screen".
There are multiple solutions:
a) Set your screen resolution and position through KDE Plasma SystemSettings and push the button "apply to SDDM configuration" (I think Plasma 6.0 removed this option, try to find it in the SystemSettings KCM SDDM section).
b) The another solution is the old one. Create a file into
/etc/X11/xorg.conf/display.conf
with the proper values of position and resolution. Search in a wiki about examples (archlinux wiki?).c) There is a third one that I used few years ago. SDDM allows you run any command after the screen initialization. So you can exec your xrand command here. Search about
/etc/sddm.conf
Also a solution: Use Wayland, it'll probably break other things, and Nvidia support is only just getting there; but it's multi monitor support is amazing, so it should fix that issue. So maybe it's worth a try?
@SteveTech @jlsalvador
Wayland is trash IMO and it doesn't even start on my system. I have an nvidia gpu
@jlsalvador
It also happens on two 1080 monitors
🤷
@jlsalvador
Can I fully disable the second monitor on sddm?
Yes, using xrandr in the
/etc/sddm.conf
(https://man.archlinux.org/man/sddm.conf.5#DisplayCommand=)/usr/share/sddm/scripts/Xsetup
.