Oggi, quando ho avviato Ubuntu, non è iniziato lightdm
, mostrando una schermata nera. Sono passato alla console Ctrl-Alt-F1 e ho provato ad avviarlo lightdm
manualmente
sudo start lightdm
Mi ha lanciato sulla console grafica (Ctrl-Alt-F7) e ha mostrato la stessa schermata nera. Inoltre, sembra che inizi, la console ha restituito il numero di processo,
lightdm start/running, process 3616
Tuttavia, dopo
sudo stop lightdm
ho ottenuto
stop: unknown instance
Poi ho iniziato gdm
sudo start gdm
e gdm
iniziato normale. Quindi, il problema lightdm
.
Per risolvere il problema ho provato a eliminare lightdm
e reinstallarlo
sudo apt-get purge lightdm
sudo apt-get install lightdm
e
sudo apt-get install --reinstall lightdm
Entrambi i modi non hanno aiutato.
Ora lo uso gdm
, ma vuole ripristinare lightdm
se è possibile.
Grazie a tutti per il vostro aiuto!
PS: Di recente non ho installato alcun driver aggiuntivo (e non ho alcuna scheda NVidia).
PPS: alcune informazioni aggiuntive
$ sudo start lightdm
lightdm start/running, process 2466
$ dmesg | grep lightdm
[ 18.284992] init: lightdm main process (1446) killed by TERM signal
[ 57.691273] init: lightdm main process (2466) terminated with status 1
$ sudo start lightdm
lightdm start/running, process 8140
$ sudo cat /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.2.3, UID=0 PID=8140
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Registered seat module xlocal
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Adding default seat
[+0.00s] DEBUG: Starting seat
[+0.00s] DEBUG: Starting new display for automatic login as user stas
[+0.00s] DEBUG: Starting local X display
[+0.00s] DEBUG: Using VT 7
[+0.00s] DEBUG: Activating VT 7
[+0.01s] DEBUG: Logging to /var/log/lightdm/x-0.log
[+0.01s] DEBUG: Writing X server authority to /var/run/lightdm/root/:0
[+0.01s] DEBUG: Launching X Server
[+0.01s] DEBUG: Launching process 8145: /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.01s] DEBUG: Waiting for ready signal from X server :0
[+0.01s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.01s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.03s] DEBUG: Process 8145 exited with return value 1
[+0.03s] DEBUG: X server stopped
[+0.03s] DEBUG: Removing X server authority /var/run/lightdm/root/:0
[+0.03s] DEBUG: Releasing VT 7
[+0.03s] DEBUG: Display server stopped
[+0.03s] DEBUG: Stopping display
[+0.03s] DEBUG: Display stopped
[+0.03s] DEBUG: Stopping X local seat, failed to start a display
[+0.03s] DEBUG: Stopping seat
[+0.03s] DEBUG: Seat stopped
[+0.03s] DEBUG: Required seat has stopped
[+0.03s] DEBUG: Stopping display manager
[+0.03s] DEBUG: Display manager stopped
[+0.03s] DEBUG: Stopping daemon
[+0.03s] DEBUG: Exiting with return value 1
$ sudo cat x-0.log
X: cannot stat /etc/X11/X (No such file or directory), aborting.
cat /var/log/lightdm/lightdm.log
.
/var/log/Xorg.0.log
a vedere perché X sta smettendo.
/var/log/Xorg.0.log
. Ho fatto i seguenti comandi sudo cat /var/log/Xorg.0.log > 1.log
sudo start lightdm
sudo cat /var/log/Xorg.0.log > 2.log
I file 1.log
e 2.log
sono identici. Cosa ho fatto di sbagliato?
/var/log/lightdm
?