Skip to main content
Topic: Problems with lightdm  (Read 816 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Problems with lightdm

Hello!

After a normal instalation of artix I'm having some problems with the lightdm, it does not start with the system as it should.

I did create the symbolic link, and when I try to run the "sv up" command simply nothing happens.

I have both lightdm and lightdm-runit installed

Thank you guys in advance.
-Bx

 

Re: Problems with lightdm

Reply #1
Any log output? Maybe in /var/log/

Re: Problems with lightdm

Reply #2

i wrote a very elaborated message, but i was on my phone and it refreshed by no reason.

OK, i managed to get lightdm "working", the first problem was that i didn't had lightdm-gtk-greeter instaled. now with it downloaded  it works when i do "sudo lightdm --test-mode", but not on starting the system.

(note: this is after i loged in, using lightdm --test-mode!)

var/log/lightdm/lightdm.log
Code: [Select]
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=1088
[+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: Registered seat module local
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.06s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
[+0.07s] DEBUG: Monitoring logind for seats
[+0.07s] DEBUG: New seat added from logind: seat0
[+0.07s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.07s] DEBUG: Seat seat0: Starting
[+0.07s] DEBUG: Seat seat0: Creating greeter session
[+0.09s] DEBUG: Seat seat0: Creating display server of type x
[+0.09s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.09s] DEBUG: Using VT 7
[+0.09s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.10s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.10s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+0.10s] DEBUG: XServer 0: Launching X Server
[+0.10s] DEBUG: Launching process 1093: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.10s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+0.10s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.10s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.11s] WARNING: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
[+0.12s] DEBUG: Loading user config from /etc/lightdm/users.conf
[+0.14s] DEBUG: User asmitir added
[+0.82s] DEBUG: Seat seat0 changes active session to
[+5.68s] DEBUG: Got signal 10 from process 1093
[+5.68s] DEBUG: XServer 0: Got signal from X server :0
[+5.68s] DEBUG: XServer 0: Connecting to XServer :0
[+5.70s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+5.70s] DEBUG: Session pid=1112: Started with service 'lightdm-greeter', username 'lightdm'
[+5.73s] DEBUG: Session pid=1112: Authentication complete with return value 0: Success
[+5.73s] DEBUG: Seat seat0: Session authenticated, running command
[+5.73s] DEBUG: Session pid=1112: Running command /usr/bin/lightdm-gtk-greeter
[+5.73s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+5.73s] DEBUG: Session pid=1112: Logging to /var/log/lightdm/seat0-greeter.log
[+5.73s] DEBUG: Activating VT 7
[+7.07s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
[+8.38s] DEBUG: Greeter start authentication for asmitir
[+8.38s] DEBUG: Session pid=1142: Started with service 'lightdm', username 'asmitir'
[+8.40s] DEBUG: Session pid=1142: Got 1 message(s) from PAM
[+8.40s] DEBUG: Prompt greeter with 1 message(s)
[+10.88s] DEBUG: Continue authentication
[+10.91s] DEBUG: Session pid=1142: Authentication complete with return value 0: Success
[+10.91s] DEBUG: Authenticate result for user asmitir: Success
[+10.91s] DEBUG: User asmitir authorized
[+10.97s] DEBUG: Greeter requests session xfce
[+10.99s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
[+10.99s] DEBUG: Session pid=1112: Sending SIGTERM
[+11.20s] DEBUG: Greeter closed communication channel
[+11.20s] DEBUG: Session pid=1112: Exited with return value 0
[+11.20s] DEBUG: Seat seat0: Session stopped
[+11.20s] DEBUG: Seat seat0: Greeter stopped, running session
[+11.20s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
[+11.20s] DEBUG: Session pid=1142: Running command /etc/lightdm/Xsession startxfce4
[+11.20s] DEBUG: Creating shared data directory /var/lib/lightdm-data/asmitir
[+11.20s] DEBUG: Session pid=1142: Logging to .xsession-errors
[+11.21s] DEBUG: Activating VT 7
-Bx