You are not logged in.

#1 2025-11-26 18:22:21

mms1313
Member
Registered: 2025-08-06
Posts: 27

[Fixed] SDDM wont launch

During the boot it gets stuck on 'Starting User Manager for UID 1000...' and i get these errors when trying to run sddm:

sudo sddm
Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
[19:14:35.064] (I) DAEMON: Initializing...
[19:14:35.071] (I) DAEMON: Starting...
[19:14:35.072] (I) DAEMON: Logind interface found
[19:14:35.072] (I) DAEMON: Adding new display...
[19:14:35.076] (I) DAEMON: Loaded empty theme configuration
[19:14:35.079] (I) DAEMON: Xauthority path: "/run/sddm/xauth_pelhL2x"
[19:14:35.082] (I) DAEMON: Using VT 1
[19:14:35.087] (II) DAEMON: Display server starting...
[19:14:35.091] (II) DAEMON: Writing cookie to "/run/sddm/xauth_pelhL2x"
[19:14:35.096] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /run/sddm/xauth_pelhL2x -noreset -displayfd 15
[19:14:35.103] (WW) DAEMON: Failed to read display number from pipe
[19:14:35.103] (II) DAEMON: Display server stopping...
[19:14:35.107] (II) DAEMON: Display server stopped.
[19:14:38.480] (II) DAEMON: Attempt 2 starting the Display server on vt 1
[19:14:38.482] (II) DAEMON: Display server starting...
[19:14:38.484] (II) DAEMON: Writing cookie to "/run/sddm/xauth_pelhL2x"
[19:14:38.489] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /run/sddm/xauth_pelhL2x -noreset -displayfd 15
[19:14:38.492] (WW) DAEMON: Failed to read display number from pipe
[19:14:38.492] (II) DAEMON: Display server stopping...
[19:14:38.494] (II) DAEMON: Display server stopped.
[19:14:43.302] (II) DAEMON: Attempt 3 starting the Display server on vt 1
[19:14:43.304] (II) DAEMON: Display server starting...
[19:14:43.306] (II) DAEMON: Writing cookie to "/run/sddm/xauth_pelhL2x"
[19:14:43.311] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /run/sddm/xauth_pelhL2x -noreset -displayfd 15
[19:14:43.313] (WW) DAEMON: Failed to read display number from pipe
[19:14:43.313] (II) DAEMON: Display server stopping...
[19:14:43.315] (II) DAEMON: Display server stopped.
[19:14:15.800] (WW) DAEMON: Cannot start Display server on vt 1
[19:14:15.800] (WW) DAEMON: Signal received: SIGINT

Note: this started happening after https://bbs.archlinux.org/viewtopic.php?id=310350

Last edited by mms1313 (2025-12-01 20:01:07)

Offline

#2 2025-11-26 19:25:37

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,075

Re: [Fixed] SDDM wont launch

Check/post your /var/log/Xorg.0.log

Offline

#3 2025-11-26 20:08:41

mms1313
Member
Registered: 2025-08-06
Posts: 27

Re: [Fixed] SDDM wont launch

sorry forgot:
http://0x0.st/K4rw.txt

Offline

#4 2025-11-26 20:29:53

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,075

Re: [Fixed] SDDM wont launch

Looks like the multi GPU glamor issue snuck into the  xorg server, this is supposed to be patched in 21.1.21, so update your system and make sure you get the new xorg packages. You might also want to consider removing the autoconfigured xorg.conf they are usually not necessary. (what's the second GPU for? if you don't actually need it you might be able to avoid some gotchas by disabling an eventual iGPU in your UEFI)

Last edited by V1del (2025-11-26 20:31:37)

Offline

#5 2025-11-27 15:54:52

mms1313
Member
Registered: 2025-08-06
Posts: 27

Re: [Fixed] SDDM wont launch

the update didnt help, i have also checked bios and i cant find a way to disable the iGPU, btw its a laptop

Offline

#6 2025-11-30 12:25:42

mms1313
Member
Registered: 2025-08-06
Posts: 27

Re: [Fixed] SDDM wont launch

can someone please help me?

Offline

#7 2025-11-30 16:28:38

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,675

Re: [Fixed] SDDM wont launch

Please post an updated Xorg log

Online

#8 2025-11-30 22:45:23

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,675

Online

#9 2025-12-01 13:29:43

mms1313
Member
Registered: 2025-08-06
Posts: 27

Re: [Fixed] SDDM wont launch

The log is the same but here it is:

http://0x0.st/KJfl.txt

Offline

#10 2025-12-01 16:11:13

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,675

Re: [Fixed] SDDM wont launch

See the other thread, notably

pacman -Qikk mesa llvm llvm-libs
pacman -Qs 'llvm|mesa'

Online

#11 2025-12-01 20:00:46

mms1313
Member
Registered: 2025-08-06
Posts: 27

Re: [Fixed] SDDM wont launch

Thank you so much, i saw in the thread that i got the same errors from

pacman -Qikk mesa llvm llvm-libs
pacman -Qs 'llvm|mesa'

So reinstalled llvm-libs and everything is working fine smile

Offline

#12 2025-12-01 20:20:32

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,675

Re: [Fixed] SDDM wont launch

\o/

That's a bit too co-incidental for a lazy universe - any idea what could have caused the library to end up being corrupted?

Online

Board footer

Powered by FluxBB