View previous topic :: View next topic |
Author |
Message |
steveo314 n00b
Joined: 08 Sep 2006 Posts: 55
|
Posted: Tue Oct 08, 2024 3:18 pm Post subject: sddm and plasma |
|
|
hello all
I recently installed sddm and plasma. I can start plasma through startx just fine. I followed the guide to setup sddm to start at after boot.
SDDM does not start. What else would I need to check outside of that guide as to why sddm won't start? |
|
Back to top |
|
|
rfx Tux's lil' helper
Joined: 19 Apr 2023 Posts: 142 Location: de-by
|
Posted: Tue Oct 08, 2024 5:35 pm Post subject: |
|
|
Hi!
you set sddm in your /etc/conf.d/display-manager?
Sounds for me like your autostart is missing, if using openrc just use "rc-update add display-manager default" |
|
Back to top |
|
|
steveo314 n00b
Joined: 08 Sep 2006 Posts: 55
|
Posted: Tue Oct 08, 2024 9:15 pm Post subject: |
|
|
rfx wrote: | Hi!
you set sddm in your /etc/conf.d/display-manager?
Sounds for me like your autostart is missing, if using openrc just use "rc-update add display-manager default" |
/etc/conf.d/display-manager
Code: |
CHECKVT=7
DISPLAYMANAGER="sddm"
|
rc-update show
Code: |
...
elogind | boot
...
display-manager | default
...
|
|
|
Back to top |
|
|
steveo314 n00b
Joined: 08 Sep 2006 Posts: 55
|
Posted: Wed Oct 09, 2024 3:11 pm Post subject: |
|
|
Switched to lightdm. I found another forum post where someone else cannot get sddm working either. Thanks for all help. |
|
Back to top |
|
|
steve_v Guru
Joined: 20 Jun 2004 Posts: 409 Location: New Zealand
|
Posted: Thu Oct 10, 2024 4:35 am Post subject: |
|
|
Have a look at sddm's logs, or start it manually from a TTY. If you get whining about vt grabbing/permissions, see here and here. Without logs I don't know if this is your issue, but it worked for me. _________________ Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy. |
|
Back to top |
|
|
|