You are not logged in.
Yesterday after a routine update i get a screen saying the screen locker was broken.
I change to tty2 and unlock using loginctl.
After i restart the computer i'm stuck in the sddm login.. after input password i get back to the login screen.
I'm pretty sure i came across this situation before and the problem was the wallpapper somehow.. but i don't remember how i fixed it.
don't know what info should i provide..
journalctl -b EDIT: apparently was something with the solig-git package
Last edited by wosiack (2023-04-01 15:37:52)
Offline
Mar 31 14:13:45 arch sddm[594]: Running display setup script "/sbin/prime-offload"
Mar 31 14:15:13 arch sddm[594]: Running display stop script "/sbin/prime-switch"
Mar 31 14:15:15 arch sddm[594]: Running display setup script "/sbin/prime-offload"
Mar 31 14:23:08 arch sddm[594]: Running display stop script "/sbin/prime-switch"
Mar 31 14:23:09 arch sddm[594]: Running display setup script "/sbin/prime-offload"
Mar 31 14:54:45 arch sddm[594]: Running display stop script "/sbin/prime-switch"
Mar 31 14:54:46 arch sddm[594]: Running display setup script "/sbin/prime-offload"Don't use optimus-manager, you've a turing chip that's eligible for full prime+powersaving support.
Offline
Mar 31 14:13:45 arch sddm[594]: Running display setup script "/sbin/prime-offload" Mar 31 14:15:13 arch sddm[594]: Running display stop script "/sbin/prime-switch" Mar 31 14:15:15 arch sddm[594]: Running display setup script "/sbin/prime-offload" Mar 31 14:23:08 arch sddm[594]: Running display stop script "/sbin/prime-switch" Mar 31 14:23:09 arch sddm[594]: Running display setup script "/sbin/prime-offload" Mar 31 14:54:45 arch sddm[594]: Running display stop script "/sbin/prime-switch" Mar 31 14:54:46 arch sddm[594]: Running display setup script "/sbin/prime-offload"Don't use optimus-manager, you've a turing chip that's eligible for full prime+powersaving support.
Thanks. but i'm not sure what should i use instead...
And that's not the problem with the login loop right? i uninstall optimus-manager and nothing happened
Offline
Also get rid of all xorg config files optimus-manager left behind and post your xorg log.
You're running /usr/bin/startplasma-x11 and then the session immediately closes, there's nothing in the journal to explain that.
You could try to log into an openbox session and see whether that works.
Offline
Also get rid of all xorg config files optimus-manager left behind and post your xorg log.
You're running /usr/bin/startplasma-x11 and then the session immediately closes, there's nothing in the journal to explain that.
You could try to log into an openbox session and see whether that works.
could't find any xorg config files
here's the xorg log:
Offline
The log's fine, suggests no problems and is actually from a running server (~10 minutes)?
Edit:
You could try to log into an openbox session and see whether that works.
Last edited by seth (2023-03-31 20:16:46)
Offline
The log's fine, suggests no problems and is actually from a running server (~10 minutes)?
Edit:
seth wrote:You could try to log into an openbox session and see whether that works.
Don't know how to use it
i've tried and got this error
Openbox-Message: Couldn't set messages locale category from environment.
Openbox-Message: Couldn't set locale from environment.
Openbox-Message: Failed to open the display from the DISPLAY environment variable.Offline
You select openbox in the sddm session menu?
That being said:
Openbox-Message: Couldn't set locale from environment.
localectl
locale
locale -aOffline
You select openbox in the sddm session menu?
That being said:
Openbox-Message: Couldn't set locale from environment.
localectl locale locale -a
i manage to start a session with the openbox
but i can't do anything.. every option under "system" comes back with "not found", file manager also
edit:
"KDE/Openbox" doesn't work, it's the same as plasma, goes back to login
only session "Openbox"
Last edited by wosiack (2023-03-31 21:00:55)
Offline
The menu items will mostly reference stuff you don't have installed, but that's not important.
Make sure you've a terminal (xterm), post the locale outputs, make sure your $HOME is writable, check whether there KDE related coredumps https://wiki.archlinux.org/title/Core_d … _core_dump
and try to run "startplasma-x11" from within the xterm in openbox and see whether that prints any usable errors.
Offline
The menu items will mostly reference stuff you don't have installed, but that's not important.
Make sure you've a terminal (xterm), post the locale outputs, make sure your $HOME is writable, check whether there KDE related coredumps https://wiki.archlinux.org/title/Core_d … _core_dump
and try to run "startplasma-x11" from within the xterm in openbox and see whether that prints any usable errors.
Locale
LANG=en_us.UTF-8
LC_CTYPE="en_us.UTF-8"
LC_NUMERIC="en_us.UTF-8"
LC_TIME="en_us.UTF-8"
LC_COLLATE="en_us.UTF-8"
LC_MONETARY="en_us.UTF-8"
LC_MESSAGES="en_us.UTF-8"
LC_PAPER="en_us.UTF-8"
LC_NAME="en_us.UTF-8"
LC_ADDRESS="en_us.UTF-8"
LC_TELEPHONE="en_us.UTF-8"
LC_MEASUREMENT="en_us.UTF-8"
LC_IDENTIFICATION="en_us.UTF-8"
LC_ALL=Locale -a
C
C.UTF-8
POSIX
en_US.utf8startplasma-x11: error while loading shared libraries: libKF5Solid.so.5: cannot open shared object file: No such file or directoryLast edited by wosiack (2023-03-31 22:13:49)
Offline
Well, there's at least part of the problem.
% pacman -F libKF5Solid.so.5
extra/solid 5.104.0-1 (kf5)
usr/lib/libKF5Solid.so.5pacman -Qkk solid
sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files'Offline
Well, there's at least part of the problem.
% pacman -F libKF5Solid.so.5 extra/solid 5.104.0-1 (kf5) usr/lib/libKF5Solid.so.5pacman -Qkk solid sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files'
try startplasma-x11 and got the same error
so i change the solid-git to solid package and everything works fine now (except my mplayer crashes with exit code 127, but thats not important rn)
i appreciate you take the time to help me, thanks
Offline