View previous topic :: View next topic |
Author |
Message |
Blind_Sniper Guru
Joined: 20 Apr 2018 Posts: 362
|
Posted: Mon Sep 02, 2024 5:47 pm Post subject: sddm autologin broken |
|
|
After updating to plasma 6 autologin got broken.
No autologin and even no sddm login screen. Just black screen and white text cursor at the left top corner.
Pressing Alt+Ctrl+F1 shows sddm login screen with wrong session type selected: Plasma (Wayland). Since wayland doesn't work for me, I have to select Plasma (X11) session type and then I can log into kde desktop.
Here is my /etc/sddm.cond.d/01gentoo.conf:
Code: | [General]
# Remove qtvirtualkeyboard as InputMethod default
InputMethod=
[Autologin]
User=username
Session=plasma.desktop |
Should I make any changes here to get autologin into plasma X11 working again? _________________ GNU is Not Usable |
|
Back to top |
|
|
Blind_Sniper Guru
Joined: 20 Apr 2018 Posts: 362
|
Posted: Mon Sep 02, 2024 6:17 pm Post subject: |
|
|
Fixed by editing
Code: | Session=plasma.desktop |
to
_________________ GNU is Not Usable |
|
Back to top |
|
|
dmpogo Advocate
Joined: 02 Sep 2004 Posts: 3416 Location: Canada
|
Posted: Mon Sep 02, 2024 7:12 pm Post subject: |
|
|
I added DisplayServer=X11 to /etc/sddm.conf (or /etc/sddm.conf.d/02X11.cond but have not tried it yet ! News item was talking about config of your display manager, so that is why I went this way. But again, monitor is not yet connected to that machine, so I do not know |
|
Back to top |
|
|
asturm Developer
Joined: 05 Apr 2007 Posts: 9262
|
Posted: Mon Sep 02, 2024 7:18 pm Post subject: |
|
|
dmpogo wrote: | I added DisplayServer=X11 to /etc/sddm.conf (or /etc/sddm.conf.d/02X11.cond but have not tried it yet ! News item was talking about config of your display manager, so that is why I went this way. But again, monitor is not yet connected to that machine, so I do not know :) |
That's not what the news item said - you simply pick your session in SDDM's login screen, but this is unrelated to AutoLogin anyway? |
|
Back to top |
|
|
|