this post was submitted on 14 Jun 2024
38 points (89.6% liked)
KDE
5289 readers
222 users here now
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.
Plasma 6 Bugs
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.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
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
.@jlsalvador
It also happens on two 1080 monitors
🤷