Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on techhub.social

20 replies

lemmy.zip

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

13
jaxiiruffreply
lemmy.zip

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.

2

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!

8
lemmy.world

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

7
Zamundaaareply
discuss.tchncs.de

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

4

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

5

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.

2
jlsalvadorreply
lemmy.ml

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

6
SteveTechreply
programming.dev

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?

4

You reached the end