You are not logged in.
Just install clean archlinux32 through general guide.
Then try
pacman -S plasma-meta
There were problem with rav1e (needed 0.32), mkinitcpio (needed 38) and explicitly pacman -S icu76
systemctl start sddm
Xorg has started but with black screen and mouse cursor only
Jan 09 16:18:47 vpc-p11 systemd[1]: Started Simple Desktop Display Manager.
Jan 09 16:18:47 vpc-p11 sddm[1019]: Initializing...
Jan 09 16:18:47 vpc-p11 sddm[1019]: Starting...
Jan 09 16:18:47 vpc-p11 sddm[1019]: Logind interface found
Jan 09 16:18:47 vpc-p11 sddm[1019]: Adding new display on vt 1 ...
Jan 09 16:18:47 vpc-p11 sddm[1019]: Loading theme configuration from ""
Jan 09 16:18:47 vpc-p11 sddm[1019]: Display server starting...
Jan 09 16:18:47 vpc-p11 sddm[1019]: Adding cookie to "/var/run/sddm/{be82c83f-4409-4ca9-9683-e1ec0a50b508}"
Jan 09 16:18:47 vpc-p11 sddm[1019]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{be82c83f-4409-4ca9-9683-e1ec0a50b508} -noreset -displayfd 17
Jan 09 16:18:48 vpc-p11 sddm[1019]: Setting default cursor
Jan 09 16:18:48 vpc-p11 sddm[1019]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
Jan 09 16:18:48 vpc-p11 sddm[1019]: Display server started.
Jan 09 16:18:48 vpc-p11 sddm[1019]: Socket server starting...
Jan 09 16:18:48 vpc-p11 sddm[1019]: Socket server started.
Jan 09 16:18:48 vpc-p11 sddm[1019]: Loading theme configuration from ""
Jan 09 16:18:48 vpc-p11 sddm[1019]: Greeter starting...
Jan 09 16:18:48 vpc-p11 sddm-helper[1027]: [PAM] Starting...
Jan 09 16:18:48 vpc-p11 sddm-helper[1027]: [PAM] Authenticating...
Jan 09 16:18:48 vpc-p11 sddm-helper[1027]: [PAM] returning.
Jan 09 16:18:48 vpc-p11 sddm-helper[1027]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=968) by (uid=0)
Jan 09 16:18:50 vpc-p11 sddm[1019]: Greeter session started successfully
Jan 09 16:18:50 vpc-p11 sddm[1019]: Auth: sddm-helper exited with 127
Jan 09 16:18:50 vpc-p11 sddm[1019]: Greeter stopped.
Jan 09 16:19:49 vpc-p11 sddm[1019]: Signal received: SIGTERM
Jan 09 16:19:50 vpc-p11 systemd[1]: Stopping Simple Desktop Display Manager...
Jan 09 16:19:50 vpc-p11 sddm[1019]: Socket server stopping...
Jan 09 16:19:50 vpc-p11 sddm[1019]: Socket server stopped.
Jan 09 16:19:50 vpc-p11 sddm[1019]: Display server stopping...
Jan 09 16:19:50 vpc-p11 sddm[1019]: Display server stopped.
Jan 09 16:19:50 vpc-p11 sddm[1019]: Running display stop script "/usr/share/sddm/scripts/Xstop"
Jan 09 16:19:50 vpc-p11 systemd[1]: sddm.service: Deactivated successfully.
Jan 09 16:19:50 vpc-p11 systemd[1]: Stopped Simple Desktop Display Manager.
Jan 09 16:19:50 vpc-p11 systemd[1]: sddm.service: Consumed 1.716s CPU time, 15.5M memory peak, 0B memory swap peak.Could only stop sddm from another terminal.
Therefore try to start plasma standalone
$ /usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland
/usr/bin/startplasma-wayland: symbol lookup error: /usr/lib/libQt5Quick.so.5: undefined symbol: _ZN14QDistanceFieldC1E5QSizeRK12QPainterPathjb, version Qt_5_PRIVATE_APISo I have some problem with qt versions?
Can anybody help and explain?
Full log at pastebin https://pastebin.com/cMpqNZjc
Last edited by tijl (2026-01-10 00:45:42)
Offline
Seems QT dependencies are broken:
$ startplasma-wayland
startplasma-wayland: symbol lookup error: /usr/lib/libQt5Quick.so.5: undefined symbol: _ZN14QDistanceFieldC1E5QSizeRK12QPainterPathjb, version Qt_5_PRIVATE_APIAnd seems video driver too:
(in xerm)
$ glxinfo
name of display: :0
Error: couldn't find RGB GLX visual or fbconfigLast edited by tijl (2026-01-10 20:22:32)
Offline