You are not logged in.

#1 2016-07-19 22:08:16

MatzeP11
Member
Registered: 2016-07-19
Posts: 5

[SOLVED] SDDM fails to start Plasma Session

Hello there!

I've got a problem with starting my KDE Desktop Environment after trying to log in with SDDM. After I type in my password, the cursor becomes a black cross and nothing happens, the login screen just stays there. However I can CTRL+ALT+F2 to get to the tty2 command line.

Things I already tried:

Since zsh is my default shell I already checked the Xsession file and everthing is as it is supposed to be acording to this post: https://github.com/sddm/sddm/issues/352

I already removed the ~/.Xauthority file

I already checked if the theme is the cause. Changed from breeze to archlinux-simplyblack

And I tried to start sddm with sudo systemctl enable sddm and sudo systemctl enable sddm.service

I am the only user (except root) and use the Plasma5 DE

I heard about some GPU related issues and my GPU is a [AMD/ATI] Radeon HD 4225/4250 according to lspci

I am looking forward to any suggestions!

Last edited by MatzeP11 (2016-07-21 00:31:13)

Offline

#2 2016-07-19 22:30:56

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: [SOLVED] SDDM fails to start Plasma Session

If you suspect zsh could be causing the issue, try switching to bash and see if the problem persists.
Can you start X without DM using startx?

Offline

#3 2016-07-19 23:24:36

MatzeP11
Member
Registered: 2016-07-19
Posts: 5

Re: [SOLVED] SDDM fails to start Plasma Session

ooo wrote:

If you suspect zsh could be causing the issue, try switching to bash and see if the problem persists.
Can you start X without DM using startx?

Ok I tried changing back to bash and rebooted, but it didn't change anything .... wouldn't make sense actually since it's not my first time rebooting since using zsh

startx returned;

xauth:   timeout in locking authority file /home/(user)/.Xauthority
.....
SocketCreateListener() failed
....server already running
.....
xinit: giving up
xinit: unable to connect to X server: Resource temporarily unavailable

and the ~/.Xautority file isn't there anymore

the only thing that changed on my pc is that I installed another Linux distro on another partition without overwriting the MBR so grub still works and since I can open tty2 CLI nothing is fundamentaly brocken ......(only had to do swapoff mkswap swapon)

but like said I don't suspect this to be related ...... or am I wrong?

Offline

#4 2016-07-20 00:00:50

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: [SOLVED] SDDM fails to start Plasma Session

did you edit ~/.xinitrc to start kde? https://wiki.archlinux.org/index.php/KD … ing_Plasma
have you been able to start X via any DM or startx before?

post the full output, and ~/.local/share/xorg/Xorg.0.log, if startx still fails.

also please use code-tags when posting code as per https://wiki.archlinux.org/index.php/Co … s_and_code

Offline

#5 2016-07-20 00:57:53

MatzeP11
Member
Registered: 2016-07-19
Posts: 5

Re: [SOLVED] SDDM fails to start Plasma Session

ooo wrote:

did you edit ~/.xinitrc to start kde? https://wiki.archlinux.org/index.php/KD … ing_Plasma

Ok so my xinitrc is in /etc/X11/xinit and did not contain "exec startkde", so I added it and it still failed with the same output as before.

ooo wrote:

have you been able to start X via any DM or startx before?

Well SDDM and Plasma worked before and I never had to manually use startx. Other than that I am not sure what you mean ....

ooo wrote:

post the full output, and ~/.local/share/xorg/Xorg.0.log, if startx still fails.

The full output is:

xauth: timeout in locking authority file /home/matze/.Xauthority
xauth: timeout in locking authority file /home/matze/.Xauthority
xauth: timeout in locking authority file /home/matze/.Xauthority
xauth: timeout in locking authority file /home/matze/.Xauthority

_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running
(EE)
Fatal server error:
(EE) Cannot establish any listening sockets - Make sure an X server isn't already running(EE)
(EE)
Please consult the The X.Org Foundation support
            at http://wiki.x.org
 for help.
(EE) Please also ckeck the log file at "/home/matze/.local/share/xorg/Xorg.0.log" for additional information
(EE)
(EE) Server terminated with error (1). Closing log file.
No protocol specified
xinit: giving up
xinit: unable to connect to X server: Resource temporarily unavailable
xinit: server error
xauth: timeout in locking authority file /home/matze/.Xauthority

And the log contains:

[   666.861] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[   666.861] _XSERVTransMakeAllCOTSServerListeners: server already running
[   666.862] (EE) 
Fatal server error:
[   666.864] (EE) Cannot establish any listening sockets - Make sure an X server isn't already running(EE) 
[   666.865] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   666.870] (EE) Please also check the log file at "/home/matze/.local/share/xorg/Xorg.0.log" for additional information.
[   666.872] (EE) 
[   666.873] (EE) Server terminated with error (1). Closing log file.

Last edited by MatzeP11 (2016-07-20 08:56:58)

Offline

#6 2016-07-21 00:30:58

MatzeP11
Member
Registered: 2016-07-19
Posts: 5

Re: [SOLVED] SDDM fails to start Plasma Session

Ok so I came to the conclusion that SDDM is a mess. So I switched to GDM and everything works .....mor or less.

Thank you ooo for your help!

Offline

Board footer

Powered by FluxBB