You are not logged in.

#1 2015-03-12 12:47:18

n_t
Member
Registered: 2013-02-01
Posts: 48

LightDM Blank Screen on Fresh Install

I'm just installing arch on my new laptop and I'm having some issues setting up my desktop environment. When I enable the lightdm service, it just boots to a blank screen.

Things That Work
- "startx" - starts Xorg and I can type into the terminals and move the mouse cursor
- "startxfce4" - if I create an .xinitrc (for root or non-root) and put in "exec startxfce4", xfce4 succesfully boots
- "lightdm --test-mode --debug" -  interestingly this works. Starts lightdm and lets me log in

Things That Don't Work
- booting into lightdm (blank screen)
- "gnome-session" shows a blank screen and then "oh no! something went wrong" message with logout button (via terminal, test mode lightdm, or .xinitrc)
- same problem with other DMs - GDM and SLIM both boot to blank screen

$ cat /var/log/Xorg.0.log | grep EE
[    39.974] Current Operating System: Linux joobdesktop 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    40.070] (EE) Failed to load module "nv" (module does not exist, 0)
[    40.071] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    40.071] (EE) Failed to load module "vesa" (module does not exist, 0)
[    40.073] (EE) [drm] KMS not enabled
[    40.082] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
$ cat /var/log/Xorg.0.log | grep WW
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    39.985] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    40.070] (WW) Warning, couldn't open module nv
[    40.071] (WW) Warning, couldn't open module fbdev
[    40.071] (WW) Warning, couldn't open module vesa
[    40.073] (WW) Falling back to old probe method for modesetting
# cat lightdm.log
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.12.2, UID=0 PID=369
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.01s] DEBUG: Registered seat module xlocal
[+0.01s] DEBUG: Registered seat module xremote
[+0.01s] DEBUG: Registered seat module unity
[+0.03s] DEBUG: Monitoring logind for seats
[+0.03s] DEBUG: New seat added from logind: seat0
[+0.03s] DEBUG: Seat seat0: Starting
[+0.03s] DEBUG: Seat seat0: Creating greeter session
[+0.03s] DEBUG: Seat seat0: Creating display server of type x
[+0.03s] DEBUG: Could not run plymouth --ping: Failed to execute child process "plymouth" (No such file or directory)
[+0.03s] DEBUG: Using VT 1
[+0.03s] DEBUG: Seat seat0: Starting local X display on VT 1
[+0.03s] DEBUG: DisplayServer x-0: Logging to /var/log/lightdm/x-0.log
[+0.03s] DEBUG: DisplayServer x-0: Writing X server authority to /run/lightdm/root/:0
[+0.03s] DEBUG: DisplayServer x-0: Launching X Server
[+0.03s] DEBUG: Launching process 373: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt1 -novtswitch
[+0.03s] DEBUG: DisplayServer x-0: Waiting for ready signal from X server :0
[+0.03s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.04s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.16s] DEBUG: Loading users from org.freedesktop.Accounts
[+0.16s] DEBUG: User /org/freedesktop/Accounts/User1000 added
[+0.30s] DEBUG: Got signal 10 from process 373
[+0.30s] DEBUG: DisplayServer x-0: Got signal from X server :0
[+0.30s] DEBUG: DisplayServer x-0: Connecting to XServer :0
[+0.30s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+0.30s] DEBUG: Session pid=395: Started with service 'lightdm-greeter', username 'lightdm'
[+0.31s] DEBUG: Session pid=395: Authentication complete with return value 0: Success
[+0.31s] DEBUG: Seat seat0: Session authenticated, running command
[+0.31s] DEBUG: Session pid=395: Running command /usr/bin/lightdm-gtk-greeter
[+0.31s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+0.31s] DEBUG: Session pid=395: Logging to /var/log/lightdm/x-0-greeter.log
[+0.31s] DEBUG: Activating VT 1
[+0.31s] DEBUG: Activating login1 session c1
[+0.42s] DEBUG: Session pid=395: Greeter connected version=1.12.2 resettable=false
[+0.50s] DEBUG: Session pid=395: Greeter start authentication for nick
[+0.50s] DEBUG: Session pid=415: Started with service 'lightdm', username 'nick'
[+0.50s] DEBUG: Session pid=415: Got 1 message(s) from PAM
[+0.50s] DEBUG: Session pid=395: Prompt greeter with 1 message(s)
[+3.62s] DEBUG: Session pid=395: Continue authentication
[+3.63s] DEBUG: Session pid=415: Authentication complete with return value 0: Success
[+3.63s] DEBUG: Session pid=395: Authenticate result for user nick: Success
[+3.63s] DEBUG: Session pid=395: User nick authorized
[+3.63s] DEBUG: Session pid=395: Greeter sets language en_GB.utf8
[+3.65s] DEBUG: Session pid=395: Greeter requests session gnome-classic
[+3.65s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
[+3.65s] DEBUG: Session pid=395: Sending SIGTERM
[+3.66s] DEBUG: Session pid=395: Greeter closed communication channel
[+3.66s] DEBUG: Session pid=395: Exited with return value 0
[+3.66s] DEBUG: Seat seat0: Session stopped
[+3.66s] DEBUG: Seat seat0: Greeter stopped, running session
[+3.66s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
[+3.66s] DEBUG: Session pid=415: Running command /etc/lightdm/Xsession env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic
[+3.66s] DEBUG: Creating shared data directory /var/lib/lightdm-data/nick
[+3.66s] DEBUG: Session pid=415: Logging to .xsession-errors
[+3.67s] DEBUG: Activating VT 1
[+3.67s] DEBUG: Activating login1 session c1
[+23.99s] DEBUG: Got signal 15 from process 1
[+23.99s] DEBUG: Caught Terminated signal, shutting down
[+23.99s] DEBUG: Stopping display manager
[+23.99s] DEBUG: Seat seat0: Stopping
[+23.99s] DEBUG: Seat seat0: Stopping display server
[+23.99s] DEBUG: Sending signal 15 to process[ 373
[+23.99s] DEBUG: Seat seat0: Stopping session
[+23.99s] DEBUG: Session pid=415: Sending SIGTERM
[+23.99s] DEBUG: Got signal 1 from process 364
[+23.99s] DEBUG: Caught Hangup signal, shutting down
[+23.99s] DEBUG: Got signal 1 from process 1
# cat x-0-greeter.log

** (lightdm-gtk-greeter:397): WARNING **: [PIDs] Failed to execute command: upstart

** (lightdm-gtk-greeter:397): WARNING **: Fail.ed to load user image: Failed to open file '/home/nick/.face': Permission denied
# cat slim.log 


slim: waiting for X server to begin accepting connections.
slim: unexpected signal 15
slim: connection to X server lost.

slim: waiting for X server to shut down



slim: waiting for X server to begin accepting connections.
slim: unexpected signal 15
slim: connection to X server lost.

slim: waiting for X server to shut down

Last edited by n_t (2015-03-12 15:02:25)

Offline

#2 2015-03-13 12:48:41

FlowIt
Member
Registered: 2014-10-25
Posts: 239

Re: LightDM Blank Screen on Fresh Install

Please read this post, it may help you:
https://bbs.archlinux.org/viewtopic.php?id=140190
Or this one:
https://bbs.archlinux.org/viewtopic.php?id=169609

Last edited by FlowIt (2015-03-13 12:50:52)

Offline

Board footer

Powered by FluxBB