You are not logged in.
Last night I ran pacman -Syyu and did a reboot. Now I can’t seem to login. It appears as if lightdm won’t load. My screen just cycles between a black screen and a terminal login prompt. I was able to login using single user mode and pull some log files. Maybe, someone can help because honestly I don’t even know where to start.
journal.boot
lightdm.log
x-0-greeter.log
/usr/sbin/lightdm-webkit2-greeter: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directoryXorg.0.log
Thanks
Last edited by Binary0010 (2015-08-07 19:24:59)
Offline
Welcome to the Arch Linux forums.
If you boot normally, can you get to a console using Ctrl-Alt-F2 (or F3, F4, ...). It might be that when you try this, you will get sucked back into tty1 when lightdm restarts.
If it does work, log in and use systemctl to stop lightdm. Otherwise, you can boot into single user mode and disable lightdm. Then you might try updating again, just in case you caught a server update in process. You might try reinstalling mesa-libgl
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Thanks for the help.
I was able to disable lightdm in single user mode. From there I tried startx but it would exit almost immediately. I figured it might be something with the nvidia driver. I found the following:
https://bbs.archlinux.org/viewtopic.php … 7#p1225337
I appended the following to the kernel line in /boot/grub/grub.cfg:
video=vesa:off vga=normal
This fixed my issue.
Offline