this post was submitted on 14 Jun 2024
37 points (89.4% liked)

KDE

4933 readers
324 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
 

This sddm bug is driving me insane
(No, I don't want to clean my desk)
@kde

top 20 comments
sorted by: hot top controversial new old
[–] jaxiiruff 15 points 2 months ago (1 children)

SDDM needs major work honestly. Easily the worst part of KDE. So glad I switched to greetd instead.

[–] [email protected] 4 points 2 months ago (1 children)

@jaxiiruff
Can you give me a guide on how to switch to greetd or lightdm ?

[–] jaxiiruff 4 points 2 months ago (1 children)

I use nixos so im not sure I'd be able to help you, I recommend using the arch wiki https://wiki.archlinux.org/title/Greetd for getting an idea of how to get started even if you dont use arch. I personally use tuigreet as its pretty minimal configuration and nice looking.

[–] [email protected] 9 points 2 months ago

Has this been reported? If not, please report it:

https://bugs.kde.org

If it has, maybe bump it with your video? It is clear indicator as to what is wrong.

Thanks you for your cooperation!

[–] [email protected] 5 points 2 months ago

Ugh, no offence to someone who worked on it but sddm is such a failure of display manager. It was only introduced around 10 years ago replacing kdm. It was meant to be simple (duh, thus the name). It has all sorts of issues and is constantly being fixed, just for something super basic like login screen

[–] [email protected] 5 points 2 months ago (1 children)

I have one better. Regardless of which port and which monitor, physically, logically, sddm always inverts the position of my dual monitors versus everything else.

Fedora 40 KDE, Wayland

[–] [email protected] 4 points 2 months ago (1 children)

That's just a law of computers, the default arrangement of monitors must always be wrong.

You can just sync your Plasma settings to SDDM though, and it'll use the same output settings as your session

[–] [email protected] 2 points 2 months ago (1 children)

How? Nothing I've tried makes it work.

[–] [email protected] 1 points 2 months ago

Just click the button in the sddm settings page

[–] [email protected] 3 points 2 months ago (1 children)

@kde
It even persists after the login!
Doesn't get fixed until I re-align my displays in xrandr

[–] [email protected] 6 points 2 months ago* (last edited 2 months ago) (3 children)

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

[–] [email protected] 4 points 2 months ago (1 children)

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?

[–] [email protected] -3 points 2 months ago

@SteveTech @jlsalvador
Wayland is trash IMO and it doesn't even start on my system. I have an nvidia gpu

[–] [email protected] 0 points 2 months ago (1 children)

@jlsalvador
It also happens on two 1080 monitors

[–] [email protected] 1 points 2 months ago
[–] [email protected] 0 points 2 months ago (1 children)

@jlsalvador
Can I fully disable the second monitor on sddm?

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago)

Yes, using xrandr in the /etc/sddm.conf (https://man.archlinux.org/man/sddm.conf.5#DisplayCommand=) /usr/share/sddm/scripts/Xsetup.

[–] [email protected] 2 points 2 months ago

@alavi
Thats new to me.
@kde

[–] [email protected] 2 points 2 months ago

Ha, I had basically the same bug (functionally) in GNOME a few months back. Moving the mouse off the screen scrolled it around.

The top left was anchored at least so it was easy to reset.