You are not logged in.
Hi,
I have two monitors. When I power on my computer, SDDM puts the cursor on the monitor-1. So, I type my password, but nothing appends. I need to put my cusor on the password field of the second monitor, then type it, and then SDDM logs me in.
What surprised me is that on the monitor 1, the buttons "Sleep". "Restart" and "Shutdown" are all greyed.
If I try to login directly on the monitor 2 (without entering my password on the monitor 1), it works as intended.
SDDM config :
# cat /etc/sddm.conf.d/kde_settings.conf
[Autologin]
Relogin=false
Session=
User=
[General]
HaltCommand=/usr/bin/systemctl poweroff
RebootCommand=/usr/bin/systemctl reboot
[Theme]
Current=breeze
CursorTheme=breeze_cursors
Font=Noto Sans,10,-1,0,400,0,0,0,0,0,0,0,0,0,0,1
[Users]
MaximumUid=60513
MinimumUid=1000
# cat /etc/systemd/system/display-manager.service
[Unit]
Description=Simple Desktop Display Manager
Documentation=man:sddm(1) man:sddm.conf(5)
Conflicts=getty@tty1.service
After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service systemd-logind.service
PartOf=graphical.target
StartLimitIntervalSec=30
StartLimitBurst=2
[Service]
ExecStart=/usr/bin/sddm
Restart=always
[Install]
Alias=display-manager.service
Related topic : https://bbs.archlinux.org/viewtopic.php?id=237091
Do you have any idea to either (1) set the cursor to the monitor 2 by default or (2) ensure SDDM logs me in on the monitor 1 ?
Last edited by Luh (2024-10-21 18:48:05)
Offline
I am currently also experiencing the same thing. It seems like an upstream bug, probably caused by an update to Qt 6.8, and it's already reported to the KDE Bugtracking System: https://bugs.kde.org/show_bug.cgi?id=494804
Offline
Same here, upgrade to Plasma 6.2.1 seems to be pretty buggy. When trying to login from external monitor it remains locked, no problem moving the mouse to the laptop screen and login from here.
Offline
Oh okey, thank you for your replies.
Offline
I am experiencing the same issue.
Offline