You are not logged in.

#1 2020-03-28 11:20:04

Null101
Member
Registered: 2019-05-13
Posts: 7

lightdm doesnot start

Hello All,

Lightdm on my arch does not start, I tried reinstalling it but still it did not work. So I have to logon to a different tty and startx from there to get to i3wm. Here are some snippets that may help pinpoint the issue:

Output of

sudo lightdm --test-mode --debug 
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=1156
[+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 Xephyr for X servers
[+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.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
[+0.00s] DEBUG: Monitoring logind for seats
[+0.00s] DEBUG: New seat added from logind: seat0
[+0.00s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.00s] DEBUG: Seat seat0: Starting
[+0.00s] DEBUG: Seat seat0: Creating greeter session
[+0.00s] DEBUG: Seat seat0: Creating display server of type x
[+0.00s] DEBUG: posix_spawn avoided (fd close requested)
[+0.01s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
[+0.01s] DEBUG: Using VT 7
[+0.01s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.01s] DEBUG: XServer 1: Logging to /var/log/lightdm/x-1.log
[+0.01s] DEBUG: XServer 1: Writing X server authority to /run/lightdm/root/:1
[+0.01s] DEBUG: XServer 1: Launching X Server
[+0.01s] DEBUG: Launching process 1161: /usr/bin/Xephyr :1 -seat seat0 -auth /run/lightdm/root/:1 -nolisten tcp vt7 -novtswitch
[+0.01s] DEBUG: XServer 1: Waiting for ready signal from X server :1
[+0.01s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.01s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.01s] 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.01s] DEBUG: Loading user config from /etc/lightdm/users.conf
[+0.01s] DEBUG: User ark added
[+0.01s] DEBUG: Process 1161 exited with return value 127
[+0.01s] DEBUG: XServer 1: X server stopped
[+0.01s] DEBUG: Releasing VT 7
[+0.01s] DEBUG: XServer 1: Removing X server authority /run/lightdm/root/:1
[+0.01s] DEBUG: Seat seat0: Display server stopped
[+0.01s] DEBUG: Seat seat0: Stopping session
[+0.01s] DEBUG: Seat seat0: Session stopped
[+0.01s] DEBUG: Seat seat0: Stopping display server, no sessions require it
[+0.01s] DEBUG: Seat seat0: Stopping; greeter display server failed to start
[+0.01s] DEBUG: Seat seat0: Stopping
[+0.01s] DEBUG: Seat seat0: Stopped
[+0.01s] DEBUG: Required seat has stopped
[+0.01s] DEBUG: Stopping display manager
[+0.01s] DEBUG: Display manager stopped
[+0.01s] DEBUG: Stopping daemon
[+0.01s] DEBUG: Exiting with return value 1
 sudo systemctl status lightdm.service 
● lightdm.service - Light Display Manager
   Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Sat 2020-03-28 15:51:00 IST; 33min ago
     Docs: man:lightdm(1)
  Process: 678 ExecStart=/usr/bin/lightdm (code=exited, status=1/FAILURE)
 Main PID: 678 (code=exited, status=1/FAILURE)

Mar 28 15:51:00 Pearl systemd[1]: lightdm.service: Service RestartSec=100ms expired, scheduling resta>
Mar 28 15:51:00 Pearl systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 5.
Mar 28 15:51:00 Pearl systemd[1]: Stopped Light Display Manager.
Mar 28 15:51:00 Pearl systemd[1]: lightdm.service: Start request repeated too quickly.
Mar 28 15:51:00 Pearl systemd[1]: lightdm.service: Failed with result 'exit-code'.
Mar 28 15:51:00 Pearl systemd[1]: Failed to start Light Display Manager.
 /etc/lightdm/lightdm.conf 
#
# General configuration
#
# start-default-seat = True to always start one seat if none are defined in the configuration
# greeter-user = User to run greeter as
# minimum-display-number = Minimum display number to use for X servers
# minimum-vt = First VT to run displays on
# lock-memory = True to prevent memory from being paged to disk
# user-authority-in-system-dir = True if session authority should be in the system location
# guest-account-script = Script to be run to setup guest account
# logind-check-graphical = True to on start seats that are marked as graphical by logind
# log-directory = Directory to log information to
# run-directory = Directory to put running state in
# cache-directory = Directory to cache to
# sessions-directory = Directory to find sessions
# remote-sessions-directory = Directory to find remote sessions
# greeters-directory = Directory to find greeters
# backup-logs = True to move add a .old suffix to old log files when opening new ones
# dbus-service = True if LightDM provides a D-Bus service to control it
#
[LightDM]
#start-default-seat=true
#greeter-user=lightdm
#minimum-display-number=0
#minimum-vt=1 # Setting this to a value < 7 implies security issues, see FS#46799
#lock-memory=true
#user-authority-in-system-dir=false
#guest-account-script=guest-account
#logind-check-graphical=false
#log-directory=/var/log/lightdm
run-directory=/run/lightdm
#cache-directory=/var/cache/lightdm
#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
#remote-sessions-directory=/usr/share/lightdm/remote-sessions
#greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
#backup-logs=true
#dbus-service=true

#
# Seat configuration
#
# Seat configuration is matched against the seat name glob in the section, for example:
# [Seat:*] matches all seats and is applied first.
# [Seat:seat0] matches the seat named "seat0".
# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
#
# type = Seat type (local, xremote)
# pam-service = PAM service to use for login
# pam-autologin-service = PAM service to use for autologin
# pam-greeter-service = PAM service to use for greeters
# xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
# xserver-config = Config file to pass to X server
# xserver-layout = Layout to pass to X server
# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
# xserver-share = True if the X server is shared for both greeter and session
# xserver-hostname = Hostname of X server (only for type=xremote)
# xserver-display-number = Display number of X server (only for type=xremote)
# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
# xdmcp-port = XDMCP UDP/IP port to communicate on
# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
# greeter-session = Session to load for greeter
# greeter-hide-users = True to hide the user list
# greeter-allow-guest = True if the greeter should show a guest login option
# greeter-show-manual-login = True if the greeter should offer a manual login option
# greeter-show-remote-login = True if the greeter should offer a remote login option
# user-session = Session to load for users
# allow-user-switching = True if allowed to switch users
# allow-guest = True if guest login is allowed
# guest-session = Session to load for guests (overrides user-session)
# session-wrapper = Wrapper script to run session with
# greeter-wrapper = Wrapper script to run greeter with
# guest-wrapper = Wrapper script to run guest sessions with
# display-setup-script = Script to run when starting a greeter session (runs as root)
# display-stopped-script = Script to run after stopping the display server (runs as root)
# greeter-setup-script = Script to run when starting a greeter (runs as root)
# session-setup-script = Script to run when starting a user session (runs as root)
# session-cleanup-script = Script to run when quitting a user session (runs as root)
# autologin-guest = True to log in as guest by default
# autologin-user = User to log in with by default (overrides autologin-guest)
# autologin-user-timeout = Number of seconds to wait before loading default user
# autologin-session = Session to load for automatic login (overrides user-session)
# autologin-in-background = True if autologin session should not be immediately activated
# exit-on-failure = True if the daemon should exit if this seat fails
#
[Seat:*]
#type=local
#pam-service=lightdm
#pam-autologin-service=lightdm-autologin
#pam-greeter-service=lightdm-greeter
#xserver-command=X
#xmir-command=Xmir
#xserver-config=
#xserver-layout=
#xserver-allow-tcp=false
#xserver-share=true
#xserver-hostname=
#xserver-display-number=
#xdmcp-manager=
#xdmcp-port=177
#xdmcp-key=
greeter-session=lightdm-gtk-greeter
#greeter-hide-users=false
#greeter-allow-guest=true
#greeter-show-manual-login=false
#greeter-show-remote-login=true
#user-session=default
#allow-user-switching=true
#allow-guest=true
#guest-session=
session-wrapper=/etc/lightdm/Xsession
#greeter-wrapper=
#guest-wrapper=
#display-setup-script=
#display-stopped-script=
#greeter-setup-script=
#session-setup-script=
#session-cleanup-script=
#autologin-guest=false
#autologin-user=
#autologin-user-timeout=0
#autologin-in-background=false
#autologin-session=
#exit-on-failure=false

#
# XDMCP Server configuration
#
# enabled = True if XDMCP connections should be allowed
# port = UDP/IP port to listen for connections on
# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
#
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
# it can be a word and the first 7 characters are used as the key.
#
[XDMCPServer]
#enabled=false
#port=177
#listen-address=
#key=
#hostname=

#
# VNC Server configuration
#
# enabled = True if VNC connections should be allowed
# command = Command to run Xvnc server with
# port = TCP/IP port to listen for connections on
# listen-address = Host/address to listen for VNC connections (use all addresses if not present)
# width = Width of display to use
# height = Height of display to use
# depth = Color depth of display to use
#
[VNCServer]
#enabled=false
#command=Xvnc
#port=5900
#listen-address=
#width=1024
#height=768
#depth=9
 sudo systemctl list-unit-files | grep enabled 
autovt@.service                                                  enabled
bluetooth.service                                                enabled
bumblebeed.service                                               enabled
dbus-org.bluez.service                                           enabled
dbus-org.freedesktop.ModemManager1.service                       enabled
dbus-org.freedesktop.NetworkManager.service                      enabled
dbus-org.freedesktop.nm-dispatcher.service                       enabled
display-manager.service                                          enabled
getty@.service                                                   enabled
lightdm.service                                                  enabled
ModemManager.service                                             enabled
NetworkManager-dispatcher.service                                enabled
NetworkManager-wait-online.service                               enabled
NetworkManager.service                                           enabled
rlmsrvssq.service                                                enabled
rpcbind.service                                                  enabled
sshd.service                                                     enabled
systemd-fsck-root.service                                        enabled-runtime
systemd-remount-fs.service                                       enabled-runtime
teamviewerd.service                                              enabled
wifi-resume.service                                              enabled
remote-fs.target                                                 enabled
fstrim.timer                                                     enabled
 sudo systemctl get-default 
 graphical.target 
 sudo systemctl list-dependencies --reverse lightdm.service 
 
lightdm.service
● └─graphical.target
 sudo systemctl list-dependencies lightdm.service 
lightdm.service
● ├─dbus.socket
● ├─system.slice
● └─sysinit.target
●   ├─dev-hugepages.mount
●   ├─dev-mqueue.mount
●   ├─kmod-static-nodes.service
●   ├─ldconfig.service
●   ├─lvm2-lvmetad.socket
●   ├─lvm2-lvmpolld.socket
●   ├─lvm2-monitor.service
●   ├─proc-sys-fs-binfmt_misc.automount
●   ├─sys-fs-fuse-connections.mount
●   ├─sys-kernel-config.mount
●   ├─sys-kernel-debug.mount
●   ├─systemd-ask-password-console.path
●   ├─systemd-binfmt.service
●   ├─systemd-firstboot.service
●   ├─systemd-hwdb-update.service
●   ├─systemd-journal-catalog-update.service
●   ├─systemd-journal-flush.service
●   ├─systemd-journald.service
●   ├─systemd-machine-id-commit.service
●   ├─systemd-modules-load.service
●   ├─systemd-random-seed.service
●   ├─systemd-sysctl.service
●   ├─systemd-sysusers.service
●   ├─systemd-tmpfiles-setup-dev.service
●   ├─systemd-tmpfiles-setup.service
●   ├─systemd-udev-trigger.service
●   ├─systemd-udevd.service
●   ├─systemd-update-done.service
●   ├─systemd-update-utmp.service
●   ├─cryptsetup.target
●   ├─local-fs.target
●   │ ├─-.mount
●   │ ├─boot.mount
●   │ ├─home-phoenix-Files.mount
●   │ ├─systemd-fsck-root.service
●   │ ├─systemd-remount-fs.service
●   │ └─tmp.mount
●   └─swap.target
●     └─dev-disk-by\x2duuid-07a4d716\x2da73d\x2d4fe6\x2d92ed\x2d50d583e59df6.swap
 sudo systemctl list-dependencies graphical.target 
graphical.target
● ├─bumblebeed.service
● ├─lightdm.service                    (red dot)
● └─multi-user.target
●   ├─dbus.service
●   ├─man-db.timer
●   ├─ModemManager.service
●   ├─NetworkManager.service
●   ├─rlmsrvssq.service               (red dot)
●   ├─rpcbind.service
●   ├─sshd.service
●   ├─systemd-ask-password-wall.path
●   ├─systemd-logind.service
●   ├─systemd-user-sessions.service
●   ├─teamviewerd.service
●   ├─basic.target
●   │ ├─-.mount
●   │ ├─tmp.mount
●   │ ├─paths.target
●   │ ├─slices.target
●   │ │ ├─-.slice
●   │ │ └─system.slice
●   │ ├─sockets.target
●   │ │ ├─dbus.socket
●   │ │ ├─dm-event.socket
●   │ │ ├─systemd-coredump.socket
●   │ │ ├─systemd-initctl.socket
●   │ │ ├─systemd-journald-audit.socket
●   │ │ ├─systemd-journald-dev-log.socket
●   │ │ ├─systemd-journald.socket
●   │ │ ├─systemd-udevd-control.socket
●   │ │ └─systemd-udevd-kernel.socket
●   │ ├─sysinit.target
●   │ │ ├─dev-hugepages.mount
●   │ │ ├─dev-mqueue.mount
●   │ │ ├─kmod-static-nodes.service
●   │ │ ├─ldconfig.service
●   │ │ ├─lvm2-lvmetad.socket
●   │ │ ├─lvm2-lvmpolld.socket
●   │ │ ├─lvm2-monitor.service
●   │ │ ├─proc-sys-fs-binfmt_misc.automount
●   │ │ ├─sys-fs-fuse-connections.mount
●   │ │ ├─sys-kernel-config.mount
●   │ │ ├─sys-kernel-debug.mount
●   │ │ ├─systemd-ask-password-console.path
●   │ │ ├─systemd-binfmt.service
●   │ │ ├─systemd-firstboot.service
●   │ │ ├─systemd-hwdb-update.service
●   │ │ ├─systemd-journal-catalog-update.service
●   │ │ ├─systemd-journal-flush.service
●   │ │ ├─systemd-journald.service
●   │ │ ├─systemd-machine-id-commit.service
●   │ │ ├─systemd-modules-load.service
●   │ │ ├─systemd-random-seed.service
●   │ │ ├─systemd-sysctl.service
●   │ │ ├─systemd-sysusers.service
●   │ │ ├─systemd-tmpfiles-setup-dev.service
●   │ │ ├─systemd-tmpfiles-setup.service
●   │ │ ├─systemd-udev-trigger.service
●   │ │ ├─systemd-udevd.service
●   │ │ ├─systemd-update-done.service
●   │ │ ├─systemd-update-utmp.service
●   │ │ ├─cryptsetup.target
●   │ │ ├─local-fs.target
●   │ │ │ ├─-.mount
●   │ │ │ ├─boot.mount
●   │ │ │ ├─home-phoenix-Files.mount
●   │ │ │ ├─systemd-fsck-root.service
●   │ │ │ ├─systemd-remount-fs.service
●   │ │ │ └─tmp.mount
●   │ │ └─swap.target
●   │ │   └─dev-disk-by\x2duuid-07a4d716\x2da73d\x2d4fe6\x2d92ed\x2d50d583e59df6.…
●   │ └─timers.target
●   │   ├─fstrim.timer
●   │   ├─logrotate.timer
●   │   ├─shadow.timer
●   │   └─systemd-tmpfiles-clean.timer
●   ├─getty.target
●   │ └─getty@tty1.service
●   └─remote-fs.target
●     └─var-lib-machines.mount
 journalctl -b -u lightdm.service 
-- Logs begin at Sat 2019-03-02 11:16:39 IST, end at Sat 2020-03-28 16:41:00 IST. --
Mar 28 15:50:57 Pearl systemd[1]: Starting Light Display Manager...
Mar 28 15:50:58 Pearl lightdm[615]: 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
Mar 28 15:50:58 Pearl systemd[1]: Started Light Display Manager.
Mar 28 15:50:58 Pearl systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Mar 28 15:50:58 Pearl systemd[1]: lightdm.service: Failed with result 'exit-code'.
Mar 28 15:50:58 Pearl systemd[1]: lightdm.service: Service RestartSec=100ms expired, scheduling restart.
Mar 28 15:50:58 Pearl systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 1.
Mar 28 15:50:58 Pearl systemd[1]: Stopped Light Display Manager.
Mar 28 15:50:58 Pearl systemd[1]: Starting Light Display Manager...
Mar 28 15:50:58 Pearl systemd[1]: Started Light Display Manager.
Mar 28 15:50:58 Pearl lightdm[655]: 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
Mar 28 15:50:58 Pearl systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Mar 28 15:50:58 Pearl systemd[1]: lightdm.service: Failed with result 'exit-code'.
Mar 28 15:50:59 Pearl systemd[1]: lightdm.service: Service RestartSec=100ms expired, scheduling restart.
Mar 28 15:50:59 Pearl systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 2.
Mar 28 15:50:59 Pearl systemd[1]: Stopped Light Display Manager.
Mar 28 15:50:59 Pearl systemd[1]: Starting Light Display Manager...
Mar 28 15:50:59 Pearl systemd[1]: Started Light Display Manager.
Mar 28 15:50:59 Pearl lightdm[662]: 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
Mar 28 15:50:59 Pearl systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Mar 28 15:50:59 Pearl systemd[1]: lightdm.service: Failed with result 'exit-code'.
Mar 28 15:50:59 Pearl systemd[1]: lightdm.service: Service RestartSec=100ms expired, scheduling restart.
Mar 28 15:50:59 Pearl systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 3.
Mar 28 15:50:59 Pearl systemd[1]: Stopped Light Display Manager.
Mar 28 15:50:59 Pearl systemd[1]: Starting Light Display Manager...
Mar 28 15:50:59 Pearl systemd[1]: Started Light Display Manager.
Mar 28 15:50:59 Pearl lightdm[669]: 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
Mar 28 15:50:59 Pearl systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Mar 28 15:50:59 Pearl systemd[1]: lightdm.service: Failed with result 'exit-code'.
Mar 28 15:51:00 Pearl systemd[1]: lightdm.service: Service RestartSec=100ms expired, scheduling restart.
Mar 28 15:51:00 Pearl systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 4.
Mar 28 15:51:00 Pearl systemd[1]: Stopped Light Display Manager.
Mar 28 15:51:00 Pearl systemd[1]: Starting Light Display Manager...
Mar 28 15:51:00 Pearl systemd[1]: Started Light Display Manager.
Mar 28 15:51:00 Pearl lightdm[678]: 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
Mar 28 15:51:00 Pearl systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Mar 28 15:51:00 Pearl systemd[1]: lightdm.service: Failed with result 'exit-code'.
Mar 28 15:51:00 Pearl systemd[1]: lightdm.service: Service RestartSec=100ms expired, scheduling restart.
Mar 28 15:51:00 Pearl systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 5.
Mar 28 15:51:00 Pearl systemd[1]: Stopped Light Display Manager.
Mar 28 15:51:00 Pearl systemd[1]: lightdm.service: Start request repeated too quickly.
Mar 28 15:51:00 Pearl systemd[1]: lightdm.service: Failed with result 'exit-code'.
Mar 28 15:51:00 Pearl systemd[1]: Failed to start Light Display Manager.

Thanks

Offline

#2 2020-03-28 11:47:28

loqs
Member
Registered: 2014-03-06
Posts: 19,080

Re: lightdm doesnot start

What are the contents of /var/log/Xorg.0.log and /var/log/lightdm/lightdm.log? (make sure lightdm.service was run after lightdm --test-mode --debug so the log is from lightdm.service)

Offline

#3 2020-03-28 12:41:18

Null101
Member
Registered: 2019-05-13
Posts: 7

Re: lightdm doesnot start

Here are the outputs:

/var/log/Xorg.0.log

[   103.865] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   103.865] 
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[   103.865] Build Operating System: Linux Arch Linux
[   103.865] Current Operating System: Linux Pearl 5.1.5-arch1-2-ARCH #1 SMP PREEMPT Mon May 27 03:37:39 UTC 2019 x86_64
[   103.865] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=bc26312e-ec83-43f4-86d8-9be9e18ffb44 rw quiet resume=UUID=07a4d716-a73d-4fe6-92ed-50d583e59df6
[   103.865] Build Date: 14 January 2020  07:13:52AM
[   103.865]  
[   103.865] Current version of pixman: 0.38.4
[   103.865] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   103.866] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   103.866] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 28 15:52:37 2020
[   103.866] (==) Using config file: "/etc/X11/xorg.conf"
[   103.866] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   103.866] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   103.869] (==) ServerLayout "X.org Configured"
[   103.869] (**) |-->Screen "Screen0" (0)
[   103.869] (**) |   |-->Monitor "Monitor0"
[   103.869] (**) |   |-->Device "Card0"
[   103.869] (**) |-->Screen "Screen1" (1)
[   103.869] (**) |   |-->Monitor "Monitor1"
[   103.870] (**) |   |-->Device "Card1"
[   103.870] (**) |-->Input Device "Mouse0"
[   103.870] (**) |-->Input Device "Keyboard0"
[   103.870] (==) Automatically adding devices
[   103.870] (==) Automatically enabling devices
[   103.870] (==) Automatically adding GPU devices
[   103.870] (==) Automatically binding GPU devices
[   103.870] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   103.870] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   103.870] 	Entry deleted from font path.
[   103.870] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   103.870] 	Entry deleted from font path.
[   103.870] (**) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   103.870] (**) ModulePath set to "/usr/lib/xorg/modules"
[   103.870] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   103.870] (WW) Disabling Mouse0
[   103.870] (WW) Disabling Keyboard0
[   103.870] (II) Module ABI versions:
[   103.870] 	X.Org ANSI C Emulation: 0.4
[   103.870] 	X.Org Video Driver: 24.1
[   103.870] 	X.Org XInput driver : 24.1
[   103.870] 	X.Org Server Extension : 10.0
[   103.870] (++) using VT number 2

[   103.872] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   103.873] (II) xfree86: Adding drm device (/dev/dri/card0)
[   103.873] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   103.875] (--) PCI:*(0@0:2:0) 8086:0416:17aa:380a rev 6, Mem @ 0xb5000000/4194304, 0xc0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[   103.875] (--) PCI: (7@0:0:0) 10de:1292:17aa:380a rev 161, Mem @ 0xb3000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128
[   103.875] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   103.875] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   103.875] (II) LoadModule: "glx"
[   103.876] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   103.877] (II) Module glx: vendor="X.Org Foundation"
[   103.877] 	compiled for 1.20.7, module version = 1.0.0
[   103.877] 	ABI class: X.Org Server Extension, version 10.0
[   103.877] (II) LoadModule: "intel"
[   103.877] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   103.879] (II) Module intel: vendor="X.Org Foundation"
[   103.879] 	compiled for 1.20.6, module version = 2.99.917
[   103.879] 	Module class: X.Org Video Driver
[   103.879] 	ABI class: X.Org Video Driver, version 24.0
[   103.879] (II) LoadModule: "nvidia"
[   103.880] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   103.880] (II) Module nvidia: vendor="NVIDIA Corporation"
[   103.880] 	compiled for 1.6.99.901, module version = 1.0.0
[   103.880] 	Module class: X.Org Video Driver
[   103.880] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   103.880] (II) intel: Driver for Intel(R) HD Graphics
[   103.880] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   103.880] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   103.880] (II) NVIDIA dlloader X Driver  440.64  Fri Feb 21 00:49:33 UTC 2020
[   103.880] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   103.881] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20190207
[   103.881] (II) intel(0): SNA compiled from 2.99.917-899-gf66d3954
[   103.897] (II) Loading sub module "fb"
[   103.897] (II) LoadModule: "fb"
[   103.898] (II) Loading /usr/lib/xorg/modules/libfb.so
[   103.898] (II) Module fb: vendor="X.Org Foundation"
[   103.898] 	compiled for 1.20.7, module version = 1.0.0
[   103.898] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   103.898] (II) Loading sub module "wfb"
[   103.898] (II) LoadModule: "wfb"
[   103.898] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   103.898] (II) Module wfb: vendor="X.Org Foundation"
[   103.898] 	compiled for 1.20.7, module version = 1.0.0
[   103.898] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   103.898] (II) Loading sub module "ramdac"
[   103.898] (II) LoadModule: "ramdac"
[   103.898] (II) Module "ramdac" already built-in
[   103.899] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[   103.899] (EE) NVIDIA:     system's kernel log for additional error messages and
[   103.899] (EE) NVIDIA:     consult the NVIDIA README for details.
[   103.900] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
[   103.900] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[   103.900] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   103.900] (==) intel(0): RGB weight 888
[   103.900] (==) intel(0): Default visual is TrueColor
[   103.901] (II) intel(0): Output eDP1 using monitor section Monitor0
[   103.901] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   103.901] (II) intel(0): Enabled output eDP1
[   103.901] (II) intel(0): Output VGA1 has no monitor section
[   103.901] (II) intel(0): Enabled output VGA1
[   103.901] (II) intel(0): Output HDMI1 has no monitor section
[   103.902] (II) intel(0): Enabled output HDMI1
[   103.902] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   103.902] (II) intel(0): Output VIRTUAL1 has no monitor section
[   103.902] (II) intel(0): Enabled output VIRTUAL1
[   103.902] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[   103.902] (==) intel(0): TearFree disabled
[   103.902] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   103.902] (==) intel(0): DPI set to (96, 96)
[   103.902] (II) Loading sub module "dri3"
[   103.902] (II) LoadModule: "dri3"
[   103.902] (II) Module "dri3" already built-in
[   103.902] (II) Loading sub module "dri2"
[   103.902] (II) LoadModule: "dri2"
[   103.902] (II) Module "dri2" already built-in
[   103.902] (II) Loading sub module "present"
[   103.902] (II) LoadModule: "present"
[   103.902] (II) Module "present" already built-in
[   103.905] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[   103.905] (==) intel(0): Backing store enabled
[   103.905] (==) intel(0): Silken mouse disabled
[   103.905] (II) intel(0): HW Cursor enabled
[   103.906] (==) intel(0): DPMS enabled
[   103.906] (==) intel(0): Display hotplug detection enabled
[   103.906] (II) intel(0): [DRI2] Setup complete
[   103.906] (II) intel(0): [DRI2]   DRI driver: i965
[   103.906] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   103.906] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   103.906] (II) intel(0): hardware support for Present enabled
[   103.906] (II) Initializing extension Generic Event Extension
[   103.906] (II) Initializing extension SHAPE
[   103.906] (II) Initializing extension MIT-SHM
[   103.906] (II) Initializing extension XInputExtension
[   103.907] (II) Initializing extension XTEST
[   103.907] (II) Initializing extension BIG-REQUESTS
[   103.907] (II) Initializing extension SYNC
[   103.907] (II) Initializing extension XKEYBOARD
[   103.907] (II) Initializing extension XC-MISC
[   103.907] (II) Initializing extension SECURITY
[   103.907] (II) Initializing extension XFIXES
[   103.907] (II) Initializing extension RENDER
[   103.907] (II) Initializing extension RANDR
[   103.907] (II) Initializing extension COMPOSITE
[   103.907] (II) Initializing extension DAMAGE
[   103.907] (II) Initializing extension MIT-SCREEN-SAVER
[   103.907] (II) Initializing extension DOUBLE-BUFFER
[   103.907] (II) Initializing extension RECORD
[   103.907] (II) Initializing extension DPMS
[   103.907] (II) Initializing extension Present
[   103.907] (II) Initializing extension DRI3
[   103.907] (II) Initializing extension X-Resource
[   103.907] (II) Initializing extension XVideo
[   103.907] (II) Initializing extension XVideo-MotionCompensation
[   103.907] (II) Initializing extension GLX
[   103.935] (II) AIGLX: Loaded and initialized i965
[   103.935] (II) GLX: Initialized DRI2 GL provider for screen 0
[   103.935] (II) Initializing extension XFree86-VidModeExtension
[   103.935] (II) Initializing extension XFree86-DGA
[   103.935] (II) Initializing extension XFree86-DRI
[   103.935] (II) Initializing extension DRI2
[   103.939] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   103.946] (II) intel(0): Setting screen physical size to 508 x 285
[   104.062] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   104.062] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   104.062] (II) LoadModule: "libinput"
[   104.062] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   104.066] (II) Module libinput: vendor="X.Org Foundation"
[   104.066] 	compiled for 1.20.3, module version = 0.28.2
[   104.066] 	Module class: X.Org XInput Driver
[   104.066] 	ABI class: X.Org XInput driver, version 24.1
[   104.066] (II) Using input driver 'libinput' for 'Power Button'
[   104.067] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 18 paused 0
[   104.067] (**) Power Button: always reports core events
[   104.067] (**) Option "Device" "/dev/input/event2"
[   104.067] (**) Option "_source" "server/udev"
[   104.072] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   104.072] (II) event2  - Power Button: device is a keyboard
[   104.072] (II) event2  - Power Button: device removed
[   104.072] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   104.072] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   104.073] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   104.073] (II) event2  - Power Button: device is a keyboard
[   104.074] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[   104.074] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   104.074] (II) Using input driver 'libinput' for 'Video Bus'
[   104.074] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 21 paused 0
[   104.074] (**) Video Bus: always reports core events
[   104.074] (**) Option "Device" "/dev/input/event15"
[   104.074] (**) Option "_source" "server/udev"
[   104.075] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[   104.075] (II) event15 - Video Bus: device is a keyboard
[   104.075] (II) event15 - Video Bus: device removed
[   104.075] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input19/event15"
[   104.075] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   104.076] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[   104.076] (II) event15 - Video Bus: device is a keyboard
[   104.076] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[   104.076] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   104.076] (II) Using input driver 'libinput' for 'Video Bus'
[   104.077] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 22 paused 0
[   104.077] (**) Video Bus: always reports core events
[   104.077] (**) Option "Device" "/dev/input/event14"
[   104.077] (**) Option "_source" "server/udev"
[   104.078] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[   104.078] (II) event14 - Video Bus: device is a keyboard
[   104.078] (II) event14 - Video Bus: device removed
[   104.078] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4b/LNXVIDEO:00/input/input18/event14"
[   104.078] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   104.079] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[   104.079] (II) event14 - Video Bus: device is a keyboard
[   104.079] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   104.079] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   104.079] (II) Using input driver 'libinput' for 'Power Button'
[   104.080] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 23 paused 0
[   104.080] (**) Power Button: always reports core events
[   104.080] (**) Option "Device" "/dev/input/event1"
[   104.080] (**) Option "_source" "server/udev"
[   104.081] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   104.081] (II) event1  - Power Button: device is a keyboard
[   104.081] (II) event1  - Power Button: device removed
[   104.081] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   104.081] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   104.081] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   104.081] (II) event1  - Power Button: device is a keyboard
[   104.082] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   104.082] (II) No input driver specified, ignoring this device.
[   104.082] (II) This device may have been added with another device file.
[   104.082] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event16)
[   104.082] (II) No input driver specified, ignoring this device.
[   104.082] (II) This device may have been added with another device file.
[   104.082] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event17)
[   104.082] (II) No input driver specified, ignoring this device.
[   104.082] (II) This device may have been added with another device file.
[   104.083] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event18)
[   104.083] (II) No input driver specified, ignoring this device.
[   104.083] (II) This device may have been added with another device file.
[   104.083] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event19)
[   104.083] (II) No input driver specified, ignoring this device.
[   104.083] (II) This device may have been added with another device file.
[   104.083] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event20)
[   104.083] (II) No input driver specified, ignoring this device.
[   104.083] (II) This device may have been added with another device file.
[   104.084] (II) config/udev: Adding input device Lenovo EasyCamera: Lenovo EasyC (/dev/input/event13)
[   104.084] (**) Lenovo EasyCamera: Lenovo EasyC: Applying InputClass "libinput keyboard catchall"
[   104.084] (II) Using input driver 'libinput' for 'Lenovo EasyCamera: Lenovo EasyC'
[   104.084] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 24 paused 0
[   104.084] (**) Lenovo EasyCamera: Lenovo EasyC: always reports core events
[   104.084] (**) Option "Device" "/dev/input/event13"
[   104.084] (**) Option "_source" "server/udev"
[   104.085] (II) event13 - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[   104.085] (II) event13 - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[   104.085] (II) event13 - Lenovo EasyCamera: Lenovo EasyC: device removed
[   104.085] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/input/input17/event13"
[   104.085] (II) XINPUT: Adding extended input device "Lenovo EasyCamera: Lenovo EasyC" (type: KEYBOARD, id 10)
[   104.086] (II) event13 - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[   104.086] (II) event13 - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[   104.087] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event4)
[   104.087] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[   104.087] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[   104.087] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[   104.087] (**) Logitech USB Receiver: always reports core events
[   104.087] (**) Option "Device" "/dev/input/event4"
[   104.087] (**) Option "_source" "server/udev"
[   104.089] (II) event4  - Logitech USB Receiver: is tagged by udev as: Keyboard
[   104.089] (II) event4  - Logitech USB Receiver: device is a keyboard
[   104.089] (II) event4  - Logitech USB Receiver: device removed
[   104.089] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:046D:C534.0001/input/input5/event4"
[   104.089] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
[   104.090] (II) event4  - Logitech USB Receiver: is tagged by udev as: Keyboard
[   104.090] (II) event4  - Logitech USB Receiver: device is a keyboard
[   104.090] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/event5)
[   104.090] (**) Logitech USB Receiver Mouse: Applying InputClass "libinput pointer catchall"
[   104.090] (II) Using input driver 'libinput' for 'Logitech USB Receiver Mouse'
[   104.091] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 26 paused 0
[   104.091] (**) Logitech USB Receiver Mouse: always reports core events
[   104.091] (**) Option "Device" "/dev/input/event5"
[   104.091] (**) Option "_source" "server/udev"
[   104.093] (II) event5  - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[   104.093] (II) event5  - Logitech USB Receiver Mouse: device is a pointer
[   104.093] (II) event5  - Logitech USB Receiver Mouse: device removed
[   104.093] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:046D:C534.0002/input/input6/event5"
[   104.093] (II) XINPUT: Adding extended input device "Logitech USB Receiver Mouse" (type: MOUSE, id 12)
[   104.093] (**) Option "AccelerationScheme" "none"
[   104.093] (**) Logitech USB Receiver Mouse: (accel) selected scheme none/0
[   104.093] (**) Logitech USB Receiver Mouse: (accel) acceleration factor: 2.000
[   104.093] (**) Logitech USB Receiver Mouse: (accel) acceleration threshold: 4
[   104.094] (II) event5  - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[   104.094] (II) event5  - Logitech USB Receiver Mouse: device is a pointer
[   104.094] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/mouse0)
[   104.094] (II) No input driver specified, ignoring this device.
[   104.094] (II) This device may have been added with another device file.
[   104.095] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event6)
[   104.095] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[   104.095] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[   104.096] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 27 paused 0
[   104.096] (**) Logitech USB Receiver Consumer Control: always reports core events
[   104.096] (**) Option "Device" "/dev/input/event6"
[   104.096] (**) Option "_source" "server/udev"
[   104.097] (II) event6  - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[   104.097] (II) event6  - Logitech USB Receiver Consumer Control: device is a keyboard
[   104.097] (II) event6  - Logitech USB Receiver Consumer Control: device removed
[   104.097] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[   104.097] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:046D:C534.0002/input/input7/event6"
[   104.097] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 13)
[   104.097] (**) Option "AccelerationScheme" "none"
[   104.097] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[   104.097] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[   104.097] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[   104.098] (II) event6  - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[   104.098] (II) event6  - Logitech USB Receiver Consumer Control: device is a keyboard
[   104.099] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event7)
[   104.099] (**) Logitech USB Receiver System Control: Applying InputClass "libinput keyboard catchall"
[   104.099] (II) Using input driver 'libinput' for 'Logitech USB Receiver System Control'
[   104.100] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 28 paused 0
[   104.100] (**) Logitech USB Receiver System Control: always reports core events
[   104.100] (**) Option "Device" "/dev/input/event7"
[   104.100] (**) Option "_source" "server/udev"
[   104.101] (II) event7  - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[   104.101] (II) event7  - Logitech USB Receiver System Control: device is a keyboard
[   104.101] (II) event7  - Logitech USB Receiver System Control: device removed
[   104.101] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:046D:C534.0002/input/input8/event7"
[   104.101] (II) XINPUT: Adding extended input device "Logitech USB Receiver System Control" (type: KEYBOARD, id 14)
[   104.102] (II) event7  - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[   104.102] (II) event7  - Logitech USB Receiver System Control: device is a keyboard
[   104.103] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[   104.103] (II) No input driver specified, ignoring this device.
[   104.103] (II) This device may have been added with another device file.
[   104.103] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[   104.103] (II) No input driver specified, ignoring this device.
[   104.103] (II) This device may have been added with another device file.
[   104.103] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[   104.103] (II) No input driver specified, ignoring this device.
[   104.103] (II) This device may have been added with another device file.
[   104.104] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
[   104.104] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[   104.104] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[   104.104] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 29 paused 0
[   104.104] (**) Ideapad extra buttons: always reports core events
[   104.104] (**) Option "Device" "/dev/input/event9"
[   104.104] (**) Option "_source" "server/udev"
[   104.106] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[   104.106] (II) event9  - Ideapad extra buttons: device is a keyboard
[   104.106] (II) event9  - Ideapad extra buttons: device removed
[   104.106] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input12/event9"
[   104.106] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 15)
[   104.107] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[   104.107] (II) event9  - Ideapad extra buttons: device is a keyboard
[   104.107] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   104.107] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   104.107] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   104.108] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[   104.108] (**) AT Translated Set 2 keyboard: always reports core events
[   104.108] (**) Option "Device" "/dev/input/event3"
[   104.108] (**) Option "_source" "server/udev"
[   104.109] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   104.109] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   104.109] (II) event3  - AT Translated Set 2 keyboard: device removed
[   104.109] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   104.109] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[   104.110] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   104.110] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   104.111] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event21)
[   104.111] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[   104.111] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[   104.112] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 31 paused 0
[   104.112] (**) ETPS/2 Elantech Touchpad: always reports core events
[   104.112] (**) Option "Device" "/dev/input/event21"
[   104.112] (**) Option "_source" "server/udev"
[   104.113] (II) event21 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   104.154] (II) event21 - ETPS/2 Elantech Touchpad: device is a touchpad
[   104.154] (II) event21 - ETPS/2 Elantech Touchpad: device removed
[   104.154] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input13/event21"
[   104.154] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 17)
[   104.155] (**) Option "AccelerationScheme" "none"
[   104.155] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[   104.155] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   104.155] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   104.156] (II) event21 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   104.162] (II) event21 - ETPS/2 Elantech Touchpad: device is a touchpad
[   104.162] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[   104.162] (II) No input driver specified, ignoring this device.
[   104.162] (II) This device may have been added with another device file.
[   104.163] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[   104.163] (II) No input driver specified, ignoring this device.
[   104.163] (II) This device may have been added with another device file.
[   104.178] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[   104.179] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[   104.179] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[   104.179] (**) Logitech USB Receiver Consumer Control: always reports core events
[   104.179] (**) Option "Device" "/dev/input/event6"
[   104.179] (**) Option "_source" "_driver/libinput"
[   104.179] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[   104.179] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:046D:C534.0002/input/input7/event6"
[   104.179] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 18)
[   104.312] (II) intel(0): EDID vendor "AUO", prod id 4845
[   104.312] (II) intel(0): Printing DDC gathered Modelines:
[   104.312] (II) intel(0): Modeline "1920x1080"x0.0  141.40  1920 1968 2068 2112  1080 1088 1102 1112 -hsync -vsync (67.0 kHz eP)
[   118.721] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.1/0000:07:00.0/drm/card1 /dev/dri/card1
[   118.721] (II) config/udev: Adding drm device (/dev/dri/card1)
[   118.721] (II) xfree86: Adding drm device (/dev/dri/card1)
[   118.722] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 47 paused 0
[   118.722] (II) LoadModule: "modesetting"
[   118.722] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   118.724] (II) Module modesetting: vendor="X.Org Foundation"
[   118.724] 	compiled for 1.20.7, module version = 1.20.7
[   118.724] 	Module class: X.Org Video Driver
[   118.724] 	ABI class: X.Org Video Driver, version 24.1
[   118.724] (II) modeset(G0): using drv /dev/dri/card1
[   118.725] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   118.725] (==) modeset(G0): RGB weight 888
[   118.725] (==) modeset(G0): Default visual is TrueColor
[   118.725] (II) Loading sub module "glamoregl"
[   118.725] (II) LoadModule: "glamoregl"
[   118.725] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   118.729] (EE) Failed to load /usr/lib/xorg/modules/libglamoregl.so: /usr/lib/xorg/modules/libglamoregl.so: undefined symbol: epoxy_eglGetDisplayDriverName
[   118.729] (EE) modeset: Failed to load module "glamoregl" (loader failed, 0)
[   118.729] (EE) modeset(G0): Failed to load glamor module.
[   118.729] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[   118.729] (II) modeset(G0): Double-buffered shadow updates: off
[   118.729] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   118.729] (**) modeset(G0): Display dimensions: (340, 190) mm
[   118.729] (**) modeset(G0): DPI set to (76, 102)
[   118.729] (II) Loading sub module "fb"
[   118.729] (II) LoadModule: "fb"
[   118.729] (II) Loading /usr/lib/xorg/modules/libfb.so
[   118.729] (II) Module fb: vendor="X.Org Foundation"
[   118.729] 	compiled for 1.20.7, module version = 1.0.0
[   118.729] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   118.729] (II) Loading sub module "shadow"
[   118.729] (II) LoadModule: "shadow"
[   118.729] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   118.730] (II) Module shadow: vendor="X.Org Foundation"
[   118.730] 	compiled for 1.20.7, module version = 1.1.0
[   118.730] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   118.730] (==) modeset(G0): Backing store enabled
[   118.730] (==) modeset(G0): Silken mouse disabled
[   118.730] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[   118.730] (==) modeset(G0): DPMS enabled
[   118.730] (II) modeset(G0): Damage tracking initialized
[   118.730] xf86: found device 2
[  1334.321] (II) event5  - Logitech USB Receiver Mouse: SYN_DROPPED event - some input events have been lost.
[  7545.944] (**) Option "fd" "18"
[  7545.944] (II) event2  - Power Button: device removed
[  7545.945] (**) Option "fd" "21"
[  7545.945] (II) event15 - Video Bus: device removed
[  7545.945] (**) Option "fd" "22"
[  7545.945] (II) event14 - Video Bus: device removed
[  7545.945] (**) Option "fd" "23"
[  7545.945] (II) event1  - Power Button: device removed
[  7545.945] (**) Option "fd" "24"
[  7545.945] (II) event13 - Lenovo EasyCamera: Lenovo EasyC: device removed
[  7545.946] (**) Option "fd" "25"
[  7545.946] (II) event4  - Logitech USB Receiver: device removed
[  7545.946] (**) Option "fd" "26"
[  7545.946] (II) event5  - Logitech USB Receiver Mouse: device removed
[  7545.946] (**) Option "fd" "27"
[  7545.946] (**) Option "fd" "28"
[  7545.946] (II) event7  - Logitech USB Receiver System Control: device removed
[  7545.946] (**) Option "fd" "29"
[  7545.946] (II) event9  - Ideapad extra buttons: device removed
[  7545.947] (**) Option "fd" "30"
[  7545.947] (II) event3  - AT Translated Set 2 keyboard: device removed
[  7545.947] (**) Option "fd" "31"
[  7545.947] (II) event21 - ETPS/2 Elantech Touchpad: device removed
[  7545.947] (**) Option "fd" "27"
[  7545.947] (II) event6  - Logitech USB Receiver Consumer Control: device removed
[  7545.947] (II) AIGLX: Suspending AIGLX clients for VT switch
[  7546.033] (II) systemd-logind: got pause for 13:66
[  7546.033] (II) systemd-logind: got pause for 13:79
[  7546.033] (II) systemd-logind: got pause for 13:78
[  7546.033] (II) systemd-logind: got pause for 13:85
[  7546.033] (II) systemd-logind: got pause for 13:65
[  7546.033] (II) systemd-logind: got pause for 226:1
[  7546.033] (II) systemd-logind: got pause for 13:70
[  7546.033] (II) systemd-logind: got pause for 13:69
[  7546.033] (II) systemd-logind: got pause for 13:73
[  7546.033] (II) systemd-logind: got pause for 13:68
[  7546.033] (II) systemd-logind: got pause for 13:77
[  7546.033] (II) systemd-logind: got pause for 13:71
[  7546.033] (II) systemd-logind: got pause for 226:0
[  7546.033] (II) systemd-logind: got pause for 13:67
[  7560.962] (II) systemd-logind: got resume for 13:66
[  7560.978] (II) systemd-logind: got resume for 13:79
[  7561.009] (II) systemd-logind: got resume for 13:78
[  7561.038] (II) systemd-logind: got resume for 13:85
[  7561.054] (II) systemd-logind: got resume for 13:65
[  7561.322] (II) systemd-logind: got resume for 226:1
[  7561.356] (II) systemd-logind: got resume for 13:70
[  7561.382] (II) systemd-logind: got resume for 13:69
[  7561.423] (II) systemd-logind: got resume for 13:73
[  7561.450] (II) systemd-logind: got resume for 13:68
[  7561.477] (II) systemd-logind: got resume for 13:77
[  7561.505] (II) systemd-logind: got resume for 13:71
[  7561.505] (II) systemd-logind: got resume for 226:0
[  7561.505] (II) AIGLX: Resuming AIGLX clients after VT switch
[  7561.505] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  7561.575] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  7561.575] (II) event2  - Power Button: device is a keyboard
[  7561.577] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[  7561.577] (II) event15 - Video Bus: device is a keyboard
[  7561.579] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[  7561.579] (II) event14 - Video Bus: device is a keyboard
[  7561.581] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  7561.581] (II) event1  - Power Button: device is a keyboard
[  7561.584] (II) event13 - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[  7561.584] (II) event13 - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[  7561.586] (II) event4  - Logitech USB Receiver: is tagged by udev as: Keyboard
[  7561.586] (II) event4  - Logitech USB Receiver: device is a keyboard
[  7561.588] (II) event5  - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[  7561.588] (II) event5  - Logitech USB Receiver Mouse: device is a pointer
[  7561.589] (II) event6  - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[  7561.589] (II) event6  - Logitech USB Receiver Consumer Control: device is a keyboard
[  7561.590] (II) event7  - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[  7561.590] (II) event7  - Logitech USB Receiver System Control: device is a keyboard
[  7561.591] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[  7561.591] (II) event9  - Ideapad extra buttons: device is a keyboard
[  7561.592] (II) event21 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[  7561.598] (II) event21 - ETPS/2 Elantech Touchpad: device is a touchpad
[  7561.598] (II) systemd-logind: got resume for 13:67
[  7561.599] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  7561.599] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard

/var/log/lightdm/lightdm.log

[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=5094
[+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.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
[+0.00s] DEBUG: Monitoring logind for seats
[+0.00s] DEBUG: New seat added from logind: seat0
[+0.00s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.00s] DEBUG: Seat seat0: Starting
[+0.00s] DEBUG: Seat seat0: Creating greeter session
[+0.00s] DEBUG: Seat seat0: Creating display server of type x
[+0.00s] DEBUG: posix_spawn avoided (fd close requested) 
[+0.00s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.00s] DEBUG: Using VT 7
[+0.00s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.00s] DEBUG: XServer 1: Logging to /var/log/lightdm/x-1.log
[+0.00s] DEBUG: XServer 1: Writing X server authority to /run/lightdm/root/:1
[+0.00s] DEBUG: XServer 1: Launching X Server
[+0.01s] DEBUG: Launching process 5100: /usr/bin/X :1 -seat seat0 -auth /run/lightdm/root/:1 -nolisten tcp vt7 -novtswitch
[+0.01s] DEBUG: XServer 1: Waiting for ready signal from X server :1
[+0.01s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.01s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.01s] 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.01s] DEBUG: Loading user config from /etc/lightdm/users.conf
[+0.01s] DEBUG: User ark added
[+0.01s] DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) 
[+0.64s] DEBUG: Got signal 10 from process 5100
[+0.64s] DEBUG: XServer 1: Got signal from X server :1
[+0.64s] DEBUG: XServer 1: Connecting to XServer :1
[+0.65s] DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) 
[+0.65s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+0.65s] DEBUG: Session pid=5115: Started with service 'lightdm-greeter', username 'lightdm'
[+0.66s] DEBUG: Session pid=5115: Authentication complete with return value 0: Success
[+0.66s] DEBUG: Seat seat0: Session authenticated, running command
[+0.66s] DEBUG: Session pid=5115: Running command /usr/bin/lightdm-gtk-greeter
[+0.66s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+0.66s] DEBUG: Session pid=5115: Logging to /var/log/lightdm/seat0-greeter.log
[+0.67s] DEBUG: Activating VT 7
[+0.67s] DEBUG: Activating login1 session c5
[+0.67s] DEBUG: Seat seat0 changes active session to c5
[+0.67s] DEBUG: Session c5 is already active
[+0.68s] DEBUG: Greeter closed communication channel
[+0.68s] DEBUG: Session pid=5115: Exited with return value 127
[+0.68s] DEBUG: Seat seat0: Session stopped
[+0.68s] DEBUG: Seat seat0: Stopping; failed to start a greeter
[+0.68s] DEBUG: Seat seat0: Stopping
[+0.68s] DEBUG: Seat seat0: Stopping display server
[+0.68s] DEBUG: Sending signal 15 to process 5100
[+0.69s] DEBUG: Seat seat0 changes active session to 
[+1.16s] DEBUG: Process 5100 exited with return value 0
[+1.16s] DEBUG: XServer 1: X server stopped
[+1.16s] DEBUG: Releasing VT 7
[+1.16s] DEBUG: XServer 1: Removing X server authority /run/lightdm/root/:1
[+1.16s] DEBUG: Seat seat0: Display server stopped
[+1.16s] DEBUG: Seat seat0: Stopped
[+1.16s] DEBUG: Required seat has stopped
[+1.16s] DEBUG: Stopping display manager
[+1.16s] DEBUG: Display manager stopped
[+1.16s] DEBUG: Stopping daemon
[+1.17s] DEBUG: Exiting with return value 1

Offline

#4 2020-03-28 14:00:02

loqs
Member
Registered: 2014-03-06
Posts: 19,080

Re: lightdm doesnot start

The contents of /var/log/lightdm/seat0-greeter.log please.

Offline

#5 2020-03-28 14:06:39

Null101
Member
Registered: 2019-05-13
Posts: 7

Re: lightdm doesnot start

/var/log/lightdm/seat0-greeter.log

/usr/bin/lightdm-gtk-greeter: error while loading shared libraries: libicuuc.so.64: cannot open shared object file: No such file or directory

There is the issue. Thanks a lot. Now I have to figure out how to install this library

Offline

#6 2020-03-28 14:08:30

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: lightdm doesnot start

Start by updating your entire system. This is a classic symptom of a partial update. Make sure you haven't replaced any repo packages with AUR packages as well.

Offline

#7 2020-04-08 10:11:59

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: lightdm doesnot start

Hi Null101, have you found a solution? I've a similar issue snce I can't get lightdm working on my Arch system.

The seat0-greeter.log is kind different from your:

Error writing X authority: Failed to open X authority /var/lib/lightdm/.Xauthority: Permission denied

but a ls -la on /var/lib shows the ownership is right:

drwxrwx--T  4 lightdm      lightdm         4096 15 nov  2014 lightdm
drwxrwx--T  4 lightdm      lightdm         4096  8 apr 11.56 lightdm-data
~ » sudo ls -la /var/lib/lightdm                             
totale 20
drwxrwx--T  4 lightdm lightdm 4096 15 nov  2014 .
drwxr-xr-x 48 root    root    4096  8 apr 12.01 ..
drwxr-xr-x  3     620     620 4096 26 lug  2014 .cache
drwxr-xr-x  3     620     620 4096 26 lug  2014 .local
-rw-------  1     620     620   56 26 lug  2014 .Xauthority

EDIT: I found the solution after writing this, since lightdm was installed on 2014 maybe something changed. The fix was a simple

sudo rm -rf /var/lib/lightdm

and reinstalling back with pacman, now I've lightdm working correctly!

Last edited by toketin (2020-04-08 10:27:12)

Offline

Board footer

Powered by FluxBB