You are not logged in.
I'm using KDE Plasma. Everything was working fine until yesterday. I messed up something.
I tried to completely reset pipewire, because my USB microphone stopped receiving input. So, I deleted pipewire directory (/usr/share/pipewire) with .so file(s), and then completely removed ~/.cache. One of these actions was wrong I think:/
After successfully entering my password, the screen goes black, and then returns me to the login prompt. I've tried SDDM and LightDM with lightdm-gtk-greeter. The same issue in both DM.
I can't log in as root either.
When I'm logging in via terminal, everything works fine.
I'm getting this message when using sudo lightdm --test-mode:
failed to use bus name org.freedesktop.displaymanager: do you have appropriate permissions?Also, I can't use lightdm --test-mode without root - i'm getting permission related issues.
I'll post logs and needed files when I'll return home.
Thanks for support. I don't want to lose my files, but if there is no other way, I will chroot, reinstall the system and be more careful next time.
Last edited by sadorowo (2023-09-13 05:51:44)
Offline
as i said, i'll update this post in a few hours when I will have access to my PC. thanks
Offline
journalctl -b -u sddm.servicecat /etc/X11/xorg.confcat /var/log/Xorg.0.logcat /var/log/Xorg.1.logOffline
also, I don't see user icon on SDDM password prompt.
Offline
Please stop multiposting. If you are the last person to post in a thread, and you have something to add, please use the edit button to amend the last post.
Offline
wrz 13 13:09:07 beast sddm[524]: Authentication for user "sador" successful
wrz 13 13:09:07 beast sddm-helper[598]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
wrz 13 13:09:07 beast sddm-helper[598]: pam_unix(sddm:session): session opened for user sador(uid=1000) by sador(uid=0)
wrz 13 13:09:07 beast sddm[524]: Auth: sddm-helper exited successfully
wrz 13 13:09:07 beast sddm[524]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
wrz 13 13:09:07 beast sddm-helper[598]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
wrz 13 13:09:07 beast sddm-helper[598]: Writing cookie to "/tmp/xauth_CRjGRL"
wrz 13 13:09:07 beast sddm-helper[598]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
wrz 13 13:09:07 beast sddm[524]: Session started true
wrz 13 13:09:07 beast sddm-helper[598]: [PAM] Closing session
wrz 13 13:09:07 beast sddm-helper[598]: pam_unix(sddm:session): session closed for user sadorSesssion starts and immediately stops.
[ 13.782] (==) Using config file: "/etc/X11/xorg.conf"
[ 13.782] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13.782] (==) ServerLayout "Layout0"
[ 13.782] (**) |-->Screen "Screen0" (0)
[ 13.782] (**) | |-->Monitor "Monitor0"
[ 13.782] (**) | |-->Device "Device0"
[ 13.782] (**) |-->Input Device "Keyboard0"
[ 13.782] (**) |-->Input Device "Mouse0"Get rid of the nvidia-settings generated cruft.
Doesn't look like the session-breaker, though.
Please post your complete system journal for the boot after trying to start KDE:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
here it is
edit: i renegerated my xorg.conf using nvidia-xconfig. Issue still persists. I also tried to load my config from the old backup - this didn't helped too.
EDIT 2
issue fixed, I reinstalled nvidia and removed nvidia-settings. Also reinstalled libpulse because in .xsession-errors i had this line:
error while loading shared libraries: libpulsecommon-16.1.so: cannot open shared object file: No such file or directory
But the files were there. I tried using chmod on /usr/lib/pulseaudio and boom, working now.
thanks for support and I'm sorry for inconsistent statements in some places, but I'm just starting my adventure with Arch.
Last edited by sadorowo (2023-09-13 14:08:15)
Offline
but can you help me with my first issue, with usb microphone? yesterday I bought it and it worked fine. maybe i changed something in settings, i don't know
now I only hear noises when doing the microphone test, at first time I heard my voice without any noises
edit: confirmed hardware issue, thread can be closed
Last edited by sadorowo (2023-09-13 14:45:33)
Offline
edit: i renegerated my xorg.conf using nvidia-xconfig.
Don't do that, remove any /etc/X11/xorg.conf you create this way.
The autogenerated config breaks more things than it helps.
wrz 13 13:21:17 beast kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer devicehttps://wiki.archlinux.org/title/NVIDIA … de_setting
But the files were there. I tried using chmod on /usr/lib/pulseaudio and boom, working now.
Neither PA nor pipewire are running in the journal you posted, but at least the pipewire socket is active
=> get rid of pulseaudio, use pipewire and pipewire-pulse
now I only hear noises when doing the microphone test
Then check eg. "alsamixer -D hw:0" for the microphone settings.
The journal doesn't contain any session starting errors - nor indication that any session ever successfully started.
You're running SDDM on wayland and are trying to start plasma on X11, could be because of the simpledrm device.
Remove the xorg.conf, enable modesetting, replace pulseaudio w/ pipewire-pulse, reboot and report back w/ an udpated journal and X11 log.
Offline