You are not logged in.

#1 2018-03-16 17:53:16

rharish
Member
Registered: 2018-02-19
Posts: 24

[Solved] LightDM shows black screen

I'm currently running Arch on an Asus ROG GL552VW with Nvidia drivers, Xfce as my DE, compiz as my WM, GDM as my DM and with plymouth. I tried to switch to LightDM by installing lightm, then lightdm-gtk-greeter and enabling lightdm.service (I've also tried lightdm-plymouth.service). I also configured lightdm.conf to have:

logind-check-graphical=true

Yet, I can't seem to get it to work. I've also tried lightdm-kde-greeter and lightdm-webkit2-greeter, both don't work. In each case I'm having a black screen.

Here are my files:

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=7 # 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, unity)
# 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-backend = X backend to use (mir)
# 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)
# unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option)
# unity-compositor-timeout = Number of seconds to wait for compositor to start
# 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-backend=
#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=
#unity-compositor-command=unity-system-compositor
#unity-compositor-timeout=60
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=8

lightdm.log

[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.24.1, UID=0 PID=741
[+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: Registered seat module unity
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+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.01s] DEBUG: Seat seat0: Creating display server of type x
[+1.03s] DEBUG: Using VT 7
[+1.03s] DEBUG: Seat seat0: Starting local X display on VT 7
[+1.03s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+1.04s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+1.05s] DEBUG: XServer 0: Launching X Server
[+1.05s] DEBUG: Launching process 770: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+1.05s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+1.05s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+1.05s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+1.10s] DEBUG: Loading users from org.freedesktop.Accounts
[+1.10s] DEBUG: User /org/freedesktop/Accounts/User1000 added

lightdm.log.old

[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.24.1, UID=0 PID=10121
[+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: Registered seat module unity
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+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: Using VT 7
[+0.00s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.00s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.00s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+0.01s] DEBUG: XServer 0: Launching X Server
[+0.01s] DEBUG: Launching process 10127: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.01s] DEBUG: XServer 0: 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.01s] DEBUG: Loading users from org.freedesktop.Accounts
[+0.01s] DEBUG: User /org/freedesktop/Accounts/User1000 added
[+1.32s] DEBUG: Got signal 10 from process 10127
[+1.32s] DEBUG: XServer 0: Got signal from X server :0
[+1.32s] DEBUG: XServer 0: Connecting to XServer :0
[+1.32s] CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
[+1.32s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+1.32s] DEBUG: Session pid=10131: Started with service 'lightdm-greeter', username 'lightdm'
[+1.34s] DEBUG: Session pid=10131: Authentication complete with return value 0: Success
[+1.34s] DEBUG: Seat seat0: Session authenticated, running command
[+1.34s] DEBUG: Session pid=10131: Running command /usr/bin/lightdm-webkit2-greeter
[+1.34s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+1.34s] DEBUG: Session pid=10131: Logging to /var/log/lightdm/seat0-greeter.log
[+1.37s] DEBUG: Activating VT 7
[+1.37s] DEBUG: Activating login1 session c3
[+1.38s] DEBUG: Seat seat0 changes active session to c3
[+1.38s] DEBUG: Session c3 is already active
[+1.60s] DEBUG: Greeter connected version=1.24.1 api=1 resettable=false
[+2.58s] DEBUG: Greeter requests data directory for user rharish
[+2.58s] DEBUG: Creating shared data directory /var/lib/lightdm-data/rharish
[+5.20s] DEBUG: Seat seat0 changes active session to c2
[+8.46s] DEBUG: Seat seat0 changes active session to 
[+9.45s] DEBUG: Seat seat0 changes active session to c1
[+11.45s] DEBUG: Seat seat0 changes active session to c2
[+308.28s] DEBUG: Seat seat0 changes active session to c1
[+310.08s] DEBUG: Seat seat0 changes active session to c2
[+426.29s] DEBUG: Seat seat0 changes active session to 
[+427.42s] DEBUG: Seat seat0 changes active session to c2
[+427.95s] DEBUG: Seat seat0 changes active session to c1
[+432.16s] DEBUG: Seat seat0 changes active session to c2
[+436.17s] DEBUG: Seat seat0 changes active session to c4
[+439.18s] DEBUG: Got signal 15 from process 1
[+439.20s] DEBUG: Caught Terminated signal, shutting down
[+439.20s] DEBUG: Stopping display manager
[+439.20s] DEBUG: Seat seat0: Stopping
[+439.20s] DEBUG: Seat seat0: Stopping display server
[+439.20s] DEBUG: Sending signal 15 to process 10127
[+439.20s] DEBUG: Seat seat0: Stopping session
[+439.20s] DEBUG: Terminating login1 session c3
[+439.22s] DEBUG: Session pid=10131: Sending SIGTERM
[+439.23s] DEBUG: Greeter closed communication channel
[+439.23s] DEBUG: Session pid=10131: Exited with return value 1
[+439.23s] DEBUG: Seat seat0: Session stopped
[+444.20s] DEBUG: Sending signal 9 to process 10127
[+444.24s] DEBUG: Process 10127 terminated with signal 9
[+444.24s] DEBUG: XServer 0: X server stopped
[+444.24s] DEBUG: Releasing VT 7
[+444.24s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
[+444.24s] DEBUG: Seat seat0: Display server stopped
[+444.24s] DEBUG: Seat seat0: Stopped
[+444.24s] DEBUG: Display manager stopped
[+444.24s] DEBUG: Stopping daemon
[+444.24s] DEBUG: Exiting with return value 0

Xorg.0.log

[     7.862] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[     7.862] X Protocol Version 11, Revision 0
[     7.862] Build Operating System: Linux 4.14.12-1-ARCH x86_64 
[     7.862] Current Operating System: Linux rharish-GL552VW 4.15.8-1-ARCH #1 SMP PREEMPT Sat Mar 10 00:00:33 UTC 2018 x86_64
[     7.862] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=54104c17-c54a-4f03-acc4-7c7e4b77b7ce rw intel_pstate=disable acpi_osi= quiet splash loglevel=3 vga=current rd.udev.log-priority=3 vt.global_cursor_default=0 nowatchdog reboot=acpi,pci
[     7.862] Build Date: 26 January 2018  10:25:18AM
[     7.862]  
[     7.862] Current version of pixman: 0.34.0
[     7.862] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     7.862] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     7.862] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 16 22:00:20 2018
[     7.865] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     7.865] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     7.867] (==) No Layout section.  Using the first Screen section.
[     7.867] (==) No screen section available. Using defaults.
[     7.867] (**) |-->Screen "Default Screen Section" (0)
[     7.867] (**) |   |-->Monitor "<default monitor>"
[     7.867] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[     7.867] (**) |   |-->Device "nvidia"
[     7.867] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     7.867] (==) Automatically adding devices
[     7.867] (==) Automatically enabling devices
[     7.867] (==) Automatically adding GPU devices
[     7.867] (==) Automatically binding GPU devices
[     7.867] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     7.872] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     7.872] 	Entry deleted from font path.
[     7.874] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     7.874] 	Entry deleted from font path.
[     7.874] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     7.874] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     7.874] 	Entry deleted from font path.
[     7.874] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     7.874] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[     7.874] (==) ModulePath set to "/usr/lib/xorg/modules"
[     7.874] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     7.874] (II) Loader magic: 0x56442355ad60
[     7.874] (II) Module ABI versions:
[     7.874] 	X.Org ANSI C Emulation: 0.4
[     7.874] 	X.Org Video Driver: 23.0
[     7.874] 	X.Org XInput driver : 24.1
[     7.874] 	X.Org Server Extension : 10.0
[     7.874] (++) using VT number 7

[     7.874] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     7.875] (II) xfree86: Adding drm device (/dev/dri/card1)
[     7.875] (II) xfree86: Adding drm device (/dev/dri/card0)
[     7.890] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     7.890] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[     7.891] (--) PCI: (0:0:2:0) 8086:191b:1043:1c5d rev 6, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[     7.891] (--) PCI:*(0:1:0:0) 10de:139b:1043:1c5d rev 162, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[     7.891] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     7.894] (II) "glx" will be loaded by default.
[     7.894] (II) LoadModule: "modesetting"
[     7.898] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     7.898] (II) Module modesetting: vendor="X.Org Foundation"
[     7.898] 	compiled for 1.19.6, module version = 1.19.6
[     7.898] 	Module class: X.Org Video Driver
[     7.898] 	ABI class: X.Org Video Driver, version 23.0
[     7.898] (II) LoadModule: "glx"
[     7.898] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[     7.962] (II) Module glx: vendor="NVIDIA Corporation"
[     7.971] 	compiled for 4.0.2, module version = 1.0.0
[     7.971] 	Module class: X.Org Server Extension
[     7.974] (II) NVIDIA GLX Module  390.25  Wed Jan 24 19:23:51 PST 2018
[     7.975] (II) LoadModule: "nvidia"
[     7.976] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     7.989] (II) Module nvidia: vendor="NVIDIA Corporation"
[     7.989] 	compiled for 4.0.2, module version = 1.0.0
[     7.989] 	Module class: X.Org Video Driver
[     7.990] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     7.990] (II) NVIDIA dlloader X Driver  390.25  Wed Jan 24 18:57:05 PST 2018
[     7.990] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs

Xorg.0.log.old

[  2115.177] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[  2115.177] X Protocol Version 11, Revision 0
[  2115.177] Build Operating System: Linux 4.14.12-1-ARCH x86_64 
[  2115.177] Current Operating System: Linux rharish-GL552VW 4.15.8-1-ARCH #1 SMP PREEMPT Sat Mar 10 00:00:33 UTC 2018 x86_64
[  2115.177] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=54104c17-c54a-4f03-acc4-7c7e4b77b7ce rw intel_pstate=disable acpi_osi= quiet splash loglevel=3 vga=current rd.udev.log-priority=3 vt.global_cursor_default=0 nowatchdog reboot=acpi,pci
[  2115.177] Build Date: 26 January 2018  10:25:18AM
[  2115.177]  
[  2115.177] Current version of pixman: 0.34.0
[  2115.177] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2115.177] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2115.177] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 16 21:52:12 2018
[  2115.177] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2115.177] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2115.177] (==) No Layout section.  Using the first Screen section.
[  2115.177] (==) No screen section available. Using defaults.
[  2115.177] (**) |-->Screen "Default Screen Section" (0)
[  2115.177] (**) |   |-->Monitor "<default monitor>"
[  2115.177] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  2115.177] (**) |   |-->Device "nvidia"
[  2115.177] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  2115.177] (==) Automatically adding devices
[  2115.177] (==) Automatically enabling devices
[  2115.178] (==) Automatically adding GPU devices
[  2115.178] (==) Automatically binding GPU devices
[  2115.178] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2115.178] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  2115.178] 	Entry deleted from font path.
[  2115.178] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  2115.178] 	Entry deleted from font path.
[  2115.178] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  2115.178] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  2115.178] 	Entry deleted from font path.
[  2115.178] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  2115.178] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[  2115.178] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2115.178] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2115.178] (II) Loader magic: 0x555c9f854d60
[  2115.178] (II) Module ABI versions:
[  2115.178] 	X.Org ANSI C Emulation: 0.4
[  2115.178] 	X.Org Video Driver: 23.0
[  2115.178] 	X.Org XInput driver : 24.1
[  2115.178] 	X.Org Server Extension : 10.0
[  2115.178] (++) using VT number 7

[  2115.178] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  2115.179] (II) xfree86: Adding drm device (/dev/dri/card1)
[  2115.179] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2115.181] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  2115.181] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[  2115.182] (--) PCI: (0:0:2:0) 8086:191b:1043:1c5d rev 6, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  2115.182] (--) PCI:*(0:1:0:0) 10de:139b:1043:1c5d rev 162, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[  2115.182] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2115.182] (II) "glx" will be loaded by default.
[  2115.182] (II) LoadModule: "modesetting"
[  2115.182] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  2115.183] (II) Module modesetting: vendor="X.Org Foundation"
[  2115.183] 	compiled for 1.19.6, module version = 1.19.6
[  2115.183] 	Module class: X.Org Video Driver
[  2115.183] 	ABI class: X.Org Video Driver, version 23.0
[  2115.183] (II) LoadModule: "glx"
[  2115.183] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[  2115.187] (II) Module glx: vendor="NVIDIA Corporation"
[  2115.187] 	compiled for 4.0.2, module version = 1.0.0
[  2115.187] 	Module class: X.Org Server Extension
[  2115.187] (II) NVIDIA GLX Module  390.25  Wed Jan 24 19:23:51 PST 2018
[  2115.187] (II) LoadModule: "nvidia"
[  2115.187] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2115.187] (II) Module nvidia: vendor="NVIDIA Corporation"
[  2115.187] 	compiled for 4.0.2, module version = 1.0.0
[  2115.187] 	Module class: X.Org Video Driver
[  2115.187] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  2115.187] (II) NVIDIA dlloader X Driver  390.25  Wed Jan 24 18:57:05 PST 2018
[  2115.187] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  2115.187] (WW) Falling back to old probe method for modesetting
[  2115.188] (II) Loading sub module "fb"
[  2115.188] (II) LoadModule: "fb"
[  2115.188] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2115.188] (II) Module fb: vendor="X.Org Foundation"
[  2115.188] 	compiled for 1.19.6, module version = 1.0.0
[  2115.188] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2115.188] (II) Loading sub module "wfb"
[  2115.188] (II) LoadModule: "wfb"
[  2115.188] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  2115.188] (II) Module wfb: vendor="X.Org Foundation"
[  2115.188] 	compiled for 1.19.6, module version = 1.0.0
[  2115.188] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2115.188] (II) Loading sub module "ramdac"
[  2115.188] (II) LoadModule: "ramdac"
[  2115.188] (II) Module "ramdac" already built-in
[  2115.189] (II) modeset(G0): using drv /dev/dri/card0
[  2115.189] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  2115.189] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  2115.189] (==) NVIDIA(0): RGB weight 888
[  2115.189] (==) NVIDIA(0): Default visual is TrueColor
[  2115.189] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  2115.189] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  2115.189] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  2115.189] (**) NVIDIA(0): Enabling 2D acceleration
[  2115.192] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960M (GM107-A) at PCI:1:0:0 (GPU-0)
[  2115.192] (--) NVIDIA(0): Memory: 4194304 kBytes
[  2115.192] (--) NVIDIA(0): VideoBIOS: 82.07.97.00.0e
[  2115.192] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  2115.192] (II) NVIDIA(0): Validated MetaModes:
[  2115.192] (II) NVIDIA(0):     "NULL"
[  2115.192] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[  2115.192] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[  2115.192] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  2115.192] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[  2115.192] (==) modeset(G0): RGB weight 888
[  2115.192] (==) modeset(G0): Default visual is TrueColor
[  2115.192] (II) Loading sub module "glamoregl"
[  2115.192] (II) LoadModule: "glamoregl"
[  2115.193] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  2115.193] (II) Module glamoregl: vendor="X.Org Foundation"
[  2115.193] 	compiled for 1.19.6, module version = 1.0.0
[  2115.193] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2115.193] (II) glamor: OpenGL accelerated X.org driver based.
[  2115.204] (II) glamor: EGL version 1.4 (DRI2):
[  2115.207] (II) modeset(G0): glamor initialized
[  2115.209] (II) modeset(G0): Output eDP-1-1 has no monitor section
[  2115.209] (II) modeset(G0): Output DP-1-1 has no monitor section
[  2115.320] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[  2115.329] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[  2115.329] (II) modeset(G0): Output DP-1-2 has no monitor section
[  2115.440] (II) modeset(G0): Output HDMI-1-3 has no monitor section
[  2115.441] (II) modeset(G0): EDID for output eDP-1-1
[  2115.441] (II) modeset(G0): Manufacturer: LGD  Model: 46f  Serial#: 0
[  2115.441] (II) modeset(G0): Year: 2014  Week: 0
[  2115.441] (II) modeset(G0): EDID Version: 1.4
[  2115.441] (II) modeset(G0): Digital Display Input
[  2115.441] (II) modeset(G0): 6 bits per channel
[  2115.441] (II) modeset(G0): Digital interface is DisplayPort
[  2115.441] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  2115.441] (II) modeset(G0): Gamma: 2.20
[  2115.441] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[  2115.441] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  2115.441] (II) modeset(G0): First detailed timing is preferred mode
[  2115.441] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[  2115.441] (II) modeset(G0): redX: 0.640 redY: 0.345   greenX: 0.335 greenY: 0.625
[  2115.441] (II) modeset(G0): blueX: 0.150 blueY: 0.052   whiteX: 0.313 whiteY: 0.329
[  2115.441] (II) modeset(G0): Manufacturer's mask: 0
[  2115.441] (II) modeset(G0): Supported detailed timing:
[  2115.441] (II) modeset(G0): clock: 138.7 MHz   Image Size:  344 x 194 mm
[  2115.441] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[  2115.441] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[  2115.441] (II) modeset(G0):  LG Display
[  2115.441] (II) modeset(G0):  LP156WF6-SPB5
[  2115.441] (II) modeset(G0): EDID (in hex):
[  2115.441] (II) modeset(G0): 	00ffffffffffff0030e46f0400000000
[  2115.441] (II) modeset(G0): 	0018010495221378eadc95a35855a026
[  2115.441] (II) modeset(G0): 	0d505400000001010101010101010101
[  2115.441] (II) modeset(G0): 	0101010101012e3680a070381f403020
[  2115.442] (II) modeset(G0): 	350058c21000001a0000000000000000
[  2115.442] (II) modeset(G0): 	00000000000000000000000000fe004c
[  2115.442] (II) modeset(G0): 	4720446973706c61790a2020000000fe
[  2115.442] (II) modeset(G0): 	004c503135365746362d535042350079
[  2115.442] (II) modeset(G0): Printing probed modes for output eDP-1-1
[  2115.442] (II) modeset(G0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[  2115.442] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  2115.442] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  2115.442] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  2115.442] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  2115.442] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  2115.442] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  2115.442] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  2115.442] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  2115.442] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  2115.442] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  2115.442] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  2115.442] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  2115.442] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  2115.442] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  2115.442] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  2115.442] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  2115.442] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  2115.442] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  2115.442] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  2115.442] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  2115.442] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  2115.442] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  2115.442] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  2115.442] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  2115.442] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  2115.442] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  2115.442] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  2115.442] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  2115.442] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  2115.442] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  2115.442] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  2115.442] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  2115.442] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  2115.442] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  2115.442] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  2115.442] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  2115.442] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  2115.442] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  2115.442] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  2115.442] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  2115.442] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  2115.442] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  2115.442] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  2115.442] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  2115.442] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  2115.442] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  2115.442] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  2115.442] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  2115.442] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  2115.442] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  2115.442] (II) modeset(G0): EDID for output DP-1-1
[  2115.552] (II) modeset(G0): EDID for output HDMI-1-1
[  2115.560] (II) modeset(G0): EDID for output HDMI-1-2
[  2115.560] (II) modeset(G0): EDID for output DP-1-2
[  2115.672] (II) modeset(G0): EDID for output HDMI-1-3
[  2115.672] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[  2115.672] (==) modeset(G0): DPI set to (96, 96)
[  2115.672] (II) Loading sub module "fb"
[  2115.672] (II) LoadModule: "fb"
[  2115.672] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2115.672] (II) Module fb: vendor="X.Org Foundation"
[  2115.672] 	compiled for 1.19.6, module version = 1.0.0
[  2115.672] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2115.672] (--) Depth 24 pixmap format is 32 bpp
[  2115.729] (==) modeset(G0): Backing store enabled
[  2115.729] (==) modeset(G0): Silken mouse enabled
[  2115.730] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  2115.795] (==) modeset(G0): DPMS enabled
[  2115.795] (II) modeset(G0): [DRI2] Setup complete
[  2115.795] (II) modeset(G0): [DRI2]   DRI driver: i965
[  2115.795] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[  2115.795] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[  2115.795] (II) NVIDIA:     access.
[  2115.799] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2115.799] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  2115.799] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  2115.799] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  2115.799] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  2115.799] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  2115.799] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2115.799] (II) NVIDIA(0):     Config Options in the README.
[  2115.817] (II) NVIDIA(0): Setting mode "NULL"
[  2115.820] (==) NVIDIA(0): Disabling shared memory pixmaps
[  2115.820] (==) NVIDIA(0): Backing store enabled
[  2115.820] (==) NVIDIA(0): Silken mouse enabled
[  2115.820] (==) NVIDIA(0): DPMS enabled
[  2115.820] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[  2115.820] (II) Loading sub module "dri2"
[  2115.820] (II) LoadModule: "dri2"
[  2115.820] (II) Module "dri2" already built-in
[  2115.820] (II) NVIDIA(0): [DRI2] Setup complete
[  2115.820] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  2115.820] (--) RandR disabled
[  2115.823] (II) Initializing extension GLX
[  2115.823] (II) Indirect GLX disabled.
[  2116.100] (II) modeset(G0): Damage tracking initialized
[  2116.134] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  2116.134] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2116.134] (**) Power Button: Applying InputClass "YSTEK G Mouse"
[  2116.134] (II) LoadModule: "libinput"
[  2116.134] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  2116.135] (II) Module libinput: vendor="X.Org Foundation"
[  2116.135] 	compiled for 1.19.3, module version = 0.26.0
[  2116.135] 	Module class: X.Org XInput Driver
[  2116.135] 	ABI class: X.Org XInput driver, version 24.1
[  2116.135] (II) Using input driver 'libinput' for 'Power Button'
[  2116.135] (**) Power Button: always reports core events
[  2116.135] (**) Option "Device" "/dev/input/event2"
[  2116.135] (**) Option "_source" "server/udev"
[  2116.135] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  2116.135] (II) event2  - Power Button: device is a keyboard
[  2116.135] (II) event2  - Power Button: device removed
[  2116.141] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  2116.141] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2116.141] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  2116.141] (II) event2  - Power Button: device is a keyboard
[  2116.141] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[  2116.141] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2116.141] (**) Video Bus: Applying InputClass "YSTEK G Mouse"
[  2116.141] (II) Using input driver 'libinput' for 'Video Bus'
[  2116.141] (**) Video Bus: always reports core events
[  2116.141] (**) Option "Device" "/dev/input/event3"
[  2116.141] (**) Option "_source" "server/udev"
[  2116.142] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  2116.142] (II) event3  - Video Bus: device is a keyboard
[  2116.142] (II) event3  - Video Bus: device removed
[  2116.154] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[  2116.154] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  2116.154] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  2116.154] (II) event3  - Video Bus: device is a keyboard
[  2116.154] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[  2116.154] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2116.154] (**) Video Bus: Applying InputClass "YSTEK G Mouse"
[  2116.154] (II) Using input driver 'libinput' for 'Video Bus'
[  2116.154] (**) Video Bus: always reports core events
[  2116.154] (**) Option "Device" "/dev/input/event4"
[  2116.154] (**) Option "_source" "server/udev"
[  2116.155] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  2116.155] (II) event4  - Video Bus: device is a keyboard
[  2116.155] (II) event4  - Video Bus: device removed
[  2116.166] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input4/event4"
[  2116.166] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  2116.166] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  2116.166] (II) event4  - Video Bus: device is a keyboard
[  2116.166] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  2116.166] (**) Lid Switch: Applying InputClass "YSTEK G Mouse"
[  2116.166] (II) Using input driver 'libinput' for 'Lid Switch'
[  2116.166] (**) Lid Switch: always reports core events
[  2116.166] (**) Option "Device" "/dev/input/event0"
[  2116.166] (**) Option "_source" "server/udev"
[  2116.167] (II) event0  - Lid Switch: is tagged by udev as: Switch
[  2116.167] (II) event0  - Lid Switch: device is a switch device
[  2116.167] (II) event0  - Lid Switch: device removed
[  2116.179] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0/event0"
[  2116.179] (II) XINPUT: Adding extended input device "Lid Switch" (type: KEYBOARD, id 9)
[  2116.179] (II) event0  - Lid Switch: is tagged by udev as: Switch
[  2116.179] (II) event0  - Lid Switch: device is a switch device
[  2116.180] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  2116.180] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  2116.180] (**) Sleep Button: Applying InputClass "YSTEK G Mouse"
[  2116.180] (II) Using input driver 'libinput' for 'Sleep Button'
[  2116.180] (**) Sleep Button: always reports core events
[  2116.180] (**) Option "Device" "/dev/input/event1"
[  2116.180] (**) Option "_source" "server/udev"
[  2116.180] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  2116.180] (II) event1  - Sleep Button: device is a keyboard
[  2116.180] (II) event1  - Sleep Button: device removed
[  2116.194] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[  2116.194] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[  2116.194] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  2116.194] (II) event1  - Sleep Button: device is a keyboard
[  2116.195] (II) config/udev: Adding input device USB2.0 UVC HD Webcam: USB2.0 UV (/dev/input/event19)
[  2116.195] (**) USB2.0 UVC HD Webcam: USB2.0 UV: Applying InputClass "libinput keyboard catchall"
[  2116.195] (**) USB2.0 UVC HD Webcam: USB2.0 UV: Applying InputClass "YSTEK G Mouse"
[  2116.195] (II) Using input driver 'libinput' for 'USB2.0 UVC HD Webcam: USB2.0 UV'
[  2116.195] (**) USB2.0 UVC HD Webcam: USB2.0 UV: always reports core events
[  2116.195] (**) Option "Device" "/dev/input/event19"
[  2116.195] (**) Option "_source" "server/udev"
[  2116.195] (II) event19 - USB2.0 UVC HD Webcam: USB2.0 UV: is tagged by udev as: Keyboard
[  2116.195] (II) event19 - USB2.0 UVC HD Webcam: USB2.0 UV: device is a keyboard
[  2116.195] (II) event19 - USB2.0 UVC HD Webcam: USB2.0 UV: device removed
[  2116.207] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input19/event19"
[  2116.207] (II) XINPUT: Adding extended input device "USB2.0 UVC HD Webcam: USB2.0 UV" (type: KEYBOARD, id 11)
[  2116.208] (II) event19 - USB2.0 UVC HD Webcam: USB2.0 UV: is tagged by udev as: Keyboard
[  2116.208] (II) event19 - USB2.0 UVC HD Webcam: USB2.0 UV: device is a keyboard
[  2116.208] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event16)
[  2116.208] (**) Elan Touchpad: Applying InputClass "libinput touchpad catchall"
[  2116.208] (**) Elan Touchpad: Applying InputClass "Elan Touchpad"
[  2116.208] (II) Using input driver 'libinput' for 'Elan Touchpad'
[  2116.208] (**) Elan Touchpad: always reports core events
[  2116.208] (**) Option "Device" "/dev/input/event16"
[  2116.208] (**) Option "_source" "server/udev"
[  2116.208] (II) event16 - Elan Touchpad: is tagged by udev as: Touchpad
[  2116.208] (II) event16 - Elan Touchpad: device is a touchpad
[  2116.208] (II) event16 - Elan Touchpad: device removed
[  2116.222] (**) Option "Tapping" "on"
[  2116.222] (**) Option "AccelSpeed" "0.6"
[  2116.222] (**) Option "NaturalScrolling" "true"
[  2116.222] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN1000:00/input/input16/event16"
[  2116.222] (II) XINPUT: Adding extended input device "Elan Touchpad" (type: TOUCHPAD, id 12)
[  2116.222] (**) Option "AccelerationScheme" "none"
[  2116.222] (**) Elan Touchpad: (accel) selected scheme none/0
[  2116.222] (**) Elan Touchpad: (accel) acceleration factor: 2.000
[  2116.222] (**) Elan Touchpad: (accel) acceleration threshold: 4
[  2116.222] (II) event16 - Elan Touchpad: is tagged by udev as: Touchpad
[  2116.222] (II) event16 - Elan Touchpad: device is a touchpad
[  2116.222] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse0)
[  2116.222] (**) Elan Touchpad: Applying InputClass "Elan Touchpad"
[  2116.222] (II) Using input driver 'libinput' for 'Elan Touchpad'
[  2116.222] (**) Elan Touchpad: always reports core events
[  2116.222] (**) Option "Device" "/dev/input/mouse0"
[  2116.222] (**) Option "_source" "server/udev"
[  2116.242] (II) mouse0  - failed to create input device '/dev/input/mouse0'.
[  2116.242] (EE) libinput: Elan Touchpad: Failed to create a device for /dev/input/mouse0
[  2116.242] (EE) PreInit returned 2 for "Elan Touchpad"
[  2116.242] (II) UnloadModule: "libinput"
[  2116.242] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[  2116.242] (**) HDA Intel PCH HDMI/DP,pcm=3: Applying InputClass "YSTEK G Mouse"
[  2116.242] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=3'
[  2116.242] (**) HDA Intel PCH HDMI/DP,pcm=3: always reports core events
[  2116.242] (**) Option "Device" "/dev/input/event10"
[  2116.242] (**) Option "_source" "server/udev"
[  2116.242] (II) event10 - HDA Intel PCH HDMI/DP,pcm=3: is tagged by udev as: Switch
[  2116.242] (II) event10 - HDA Intel PCH HDMI/DP,pcm=3: device removed
[  2116.254] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input10/event10"
[  2116.254] (II) XINPUT: Adding extended input device "HDA Intel PCH HDMI/DP,pcm=3" (type: KEYBOARD, id 13)
[  2116.254] (II) event10 - HDA Intel PCH HDMI/DP,pcm=3: is tagged by udev as: Switch
[  2116.254] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[  2116.254] (**) HDA Intel PCH HDMI/DP,pcm=7: Applying InputClass "YSTEK G Mouse"
[  2116.254] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=7'
[  2116.254] (**) HDA Intel PCH HDMI/DP,pcm=7: always reports core events
[  2116.254] (**) Option "Device" "/dev/input/event11"
[  2116.254] (**) Option "_source" "server/udev"
[  2116.254] (II) event11 - HDA Intel PCH HDMI/DP,pcm=7: is tagged by udev as: Switch
[  2116.254] (II) event11 - HDA Intel PCH HDMI/DP,pcm=7: device removed
[  2116.261] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input11/event11"
[  2116.261] (II) XINPUT: Adding extended input device "HDA Intel PCH HDMI/DP,pcm=7" (type: KEYBOARD, id 14)
[  2116.261] (II) event11 - HDA Intel PCH HDMI/DP,pcm=7: is tagged by udev as: Switch
[  2116.262] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[  2116.262] (**) HDA Intel PCH HDMI/DP,pcm=8: Applying InputClass "YSTEK G Mouse"
[  2116.262] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=8'
[  2116.262] (**) HDA Intel PCH HDMI/DP,pcm=8: always reports core events
[  2116.262] (**) Option "Device" "/dev/input/event12"
[  2116.262] (**) Option "_source" "server/udev"
[  2116.262] (II) event12 - HDA Intel PCH HDMI/DP,pcm=8: is tagged by udev as: Switch
[  2116.262] (II) event12 - HDA Intel PCH HDMI/DP,pcm=8: device removed
[  2116.274] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input12/event12"
[  2116.274] (II) XINPUT: Adding extended input device "HDA Intel PCH HDMI/DP,pcm=8" (type: KEYBOARD, id 15)
[  2116.274] (II) event12 - HDA Intel PCH HDMI/DP,pcm=8: is tagged by udev as: Switch
[  2116.274] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event13)
[  2116.274] (**) HDA Intel PCH HDMI/DP,pcm=9: Applying InputClass "YSTEK G Mouse"
[  2116.274] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=9'
[  2116.274] (**) HDA Intel PCH HDMI/DP,pcm=9: always reports core events
[  2116.274] (**) Option "Device" "/dev/input/event13"
[  2116.274] (**) Option "_source" "server/udev"
[  2116.274] (II) event13 - HDA Intel PCH HDMI/DP,pcm=9: is tagged by udev as: Switch
[  2116.274] (II) event13 - HDA Intel PCH HDMI/DP,pcm=9: device removed
[  2116.286] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input13/event13"
[  2116.286] (II) XINPUT: Adding extended input device "HDA Intel PCH HDMI/DP,pcm=9" (type: KEYBOARD, id 16)
[  2116.286] (II) event13 - HDA Intel PCH HDMI/DP,pcm=9: is tagged by udev as: Switch
[  2116.286] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event14)
[  2116.286] (**) HDA Intel PCH HDMI/DP,pcm=10: Applying InputClass "YSTEK G Mouse"
[  2116.286] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=10'
[  2116.286] (**) HDA Intel PCH HDMI/DP,pcm=10: always reports core events
[  2116.286] (**) Option "Device" "/dev/input/event14"
[  2116.286] (**) Option "_source" "server/udev"
[  2116.287] (II) event14 - HDA Intel PCH HDMI/DP,pcm=10: is tagged by udev as: Switch
[  2116.287] (II) event14 - HDA Intel PCH HDMI/DP,pcm=10: device removed
[  2116.302] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input14/event14"
[  2116.302] (II) XINPUT: Adding extended input device "HDA Intel PCH HDMI/DP,pcm=10" (type: KEYBOARD, id 17)
[  2116.302] (II) event14 - HDA Intel PCH HDMI/DP,pcm=10: is tagged by udev as: Switch
[  2116.302] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[  2116.302] (**) HDA Digital PCBeep: Applying InputClass "YSTEK G Mouse"
[  2116.302] (II) Using input driver 'libinput' for 'HDA Digital PCBeep'
[  2116.302] (**) HDA Digital PCBeep: always reports core events
[  2116.302] (**) Option "Device" "/dev/input/event7"
[  2116.302] (**) Option "_source" "server/udev"
[  2116.302] (II) event7  - HDA Digital PCBeep: not tagged as supported input device
[  2116.327] (II) event7  - not using input device '/dev/input/event7'.
[  2116.327] (EE) libinput: HDA Digital PCBeep: Failed to create a device for /dev/input/event7
[  2116.327] (EE) PreInit returned 2 for "HDA Digital PCBeep"
[  2116.327] (II) UnloadModule: "libinput"
[  2116.327] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[  2116.327] (**) HDA Intel PCH Mic: Applying InputClass "YSTEK G Mouse"
[  2116.327] (II) Using input driver 'libinput' for 'HDA Intel PCH Mic'
[  2116.327] (**) HDA Intel PCH Mic: always reports core events
[  2116.327] (**) Option "Device" "/dev/input/event8"
[  2116.327] (**) Option "_source" "server/udev"
[  2116.328] (II) event8  - HDA Intel PCH Mic: is tagged by udev as: Switch
[  2116.328] (II) event8  - HDA Intel PCH Mic: device removed
[  2116.342] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input8/event8"
[  2116.342] (II) XINPUT: Adding extended input device "HDA Intel PCH Mic" (type: KEYBOARD, id 18)
[  2116.342] (II) event8  - HDA Intel PCH Mic: is tagged by udev as: Switch
[  2116.342] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[  2116.342] (**) HDA Intel PCH Headphone: Applying InputClass "YSTEK G Mouse"
[  2116.342] (II) Using input driver 'libinput' for 'HDA Intel PCH Headphone'
[  2116.342] (**) HDA Intel PCH Headphone: always reports core events
[  2116.342] (**) Option "Device" "/dev/input/event9"
[  2116.342] (**) Option "_source" "server/udev"
[  2116.343] (II) event9  - HDA Intel PCH Headphone: is tagged by udev as: Switch
[  2116.343] (II) event9  - HDA Intel PCH Headphone: device removed
[  2116.356] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input9/event9"
[  2116.356] (II) XINPUT: Adding extended input device "HDA Intel PCH Headphone" (type: KEYBOARD, id 19)
[  2116.357] (II) event9  - HDA Intel PCH Headphone: is tagged by udev as: Switch
[  2116.357] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event15)
[  2116.357] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  2116.357] (**) Asus WMI hotkeys: Applying InputClass "YSTEK G Mouse"
[  2116.357] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[  2116.357] (**) Asus WMI hotkeys: always reports core events
[  2116.357] (**) Option "Device" "/dev/input/event15"
[  2116.357] (**) Option "_source" "server/udev"
[  2116.357] (II) event15 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  2116.357] (II) event15 - Asus WMI hotkeys: device is a keyboard
[  2116.357] (II) event15 - Asus WMI hotkeys: device removed
[  2116.364] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input15/event15"
[  2116.364] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 20)
[  2116.365] (II) event15 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  2116.365] (II) event15 - Asus WMI hotkeys: device is a keyboard
[  2116.365] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[  2116.365] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  2116.365] (**) AT Translated Set 2 keyboard: Applying InputClass "YSTEK G Mouse"
[  2116.365] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  2116.365] (**) AT Translated Set 2 keyboard: always reports core events
[  2116.365] (**) Option "Device" "/dev/input/event5"
[  2116.365] (**) Option "_source" "server/udev"
[  2116.366] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  2116.366] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[  2116.366] (II) event5  - AT Translated Set 2 keyboard: device removed
[  2116.381] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[  2116.381] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 21)
[  2116.382] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  2116.382] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[  2116.382] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[  2116.382] (**) PC Speaker: Applying InputClass "YSTEK G Mouse"
[  2116.382] (II) Using input driver 'libinput' for 'PC Speaker'
[  2116.382] (**) PC Speaker: always reports core events
[  2116.382] (**) Option "Device" "/dev/input/event6"
[  2116.382] (**) Option "_source" "server/udev"
[  2116.382] (II) event6  - PC Speaker: not tagged as supported input device
[  2116.403] (II) event6  - not using input device '/dev/input/event6'.
[  2116.403] (EE) libinput: PC Speaker: Failed to create a device for /dev/input/event6
[  2116.403] (EE) PreInit returned 2 for "PC Speaker"
[  2116.403] (II) UnloadModule: "libinput"
[  2116.404] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) (/dev/input/event17)
[  2116.404] (**) Xbox Gamepad (userspace driver): Applying InputClass "YSTEK G Mouse"
[  2116.404] (II) Using input driver 'libinput' for 'Xbox Gamepad (userspace driver)'
[  2116.404] (**) Xbox Gamepad (userspace driver): always reports core events
[  2116.404] (**) Option "Device" "/dev/input/event17"
[  2116.404] (**) Option "_source" "server/udev"
[  2116.404] (II) event17 - Xbox Gamepad (userspace driver): is tagged by udev as: Joystick
[  2116.404] (II) event17 - Xbox Gamepad (userspace driver): device is a joystick, ignoring
[  2116.425] (II) event17 - not using input device '/dev/input/event17'.
[  2116.425] (EE) libinput: Xbox Gamepad (userspace driver): Failed to create a device for /dev/input/event17
[  2116.425] (EE) PreInit returned 2 for "Xbox Gamepad (userspace driver)"
[  2116.425] (II) UnloadModule: "libinput"
[  2116.425] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) (/dev/input/js0)
[  2116.425] (**) Xbox Gamepad (userspace driver): Applying InputClass "YSTEK G Mouse"
[  2116.425] (II) Using input driver 'libinput' for 'Xbox Gamepad (userspace driver)'
[  2116.425] (**) Xbox Gamepad (userspace driver): always reports core events
[  2116.425] (**) Option "Device" "/dev/input/js0"
[  2116.425] (**) Option "_source" "server/udev"
[  2116.442] (II) js0     - failed to create input device '/dev/input/js0'.
[  2116.442] (EE) libinput: Xbox Gamepad (userspace driver): Failed to create a device for /dev/input/js0
[  2116.442] (EE) PreInit returned 2 for "Xbox Gamepad (userspace driver)"
[  2116.442] (II) UnloadModule: "libinput"
[  2116.442] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) #2 (/dev/input/event18)
[  2116.442] (**) Xbox Gamepad (userspace driver) #2: Applying InputClass "YSTEK G Mouse"
[  2116.442] (II) Using input driver 'libinput' for 'Xbox Gamepad (userspace driver) #2'
[  2116.442] (**) Xbox Gamepad (userspace driver) #2: always reports core events
[  2116.442] (**) Option "Device" "/dev/input/event18"
[  2116.442] (**) Option "_source" "server/udev"
[  2116.442] (II) event18 - Xbox Gamepad (userspace driver) #2: is tagged by udev as: Joystick
[  2116.442] (II) event18 - Xbox Gamepad (userspace driver) #2: device is a joystick, ignoring
[  2116.462] (II) event18 - not using input device '/dev/input/event18'.
[  2116.462] (EE) libinput: Xbox Gamepad (userspace driver) #2: Failed to create a device for /dev/input/event18
[  2116.462] (EE) PreInit returned 2 for "Xbox Gamepad (userspace driver) #2"
[  2116.462] (II) UnloadModule: "libinput"
[  2116.462] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) #2 (/dev/input/js1)
[  2116.462] (**) Xbox Gamepad (userspace driver) #2: Applying InputClass "YSTEK G Mouse"
[  2116.462] (II) Using input driver 'libinput' for 'Xbox Gamepad (userspace driver) #2'
[  2116.462] (**) Xbox Gamepad (userspace driver) #2: always reports core events
[  2116.462] (**) Option "Device" "/dev/input/js1"
[  2116.462] (**) Option "_source" "server/udev"
[  2116.480] (II) js1     - failed to create input device '/dev/input/js1'.
[  2116.480] (EE) libinput: Xbox Gamepad (userspace driver) #2: Failed to create a device for /dev/input/js1
[  2116.480] (EE) PreInit returned 2 for "Xbox Gamepad (userspace driver) #2"
[  2116.480] (II) UnloadModule: "libinput"
[  2119.931] (II) event2  - Power Button: device removed
[  2119.942] (II) event3  - Video Bus: device removed
[  2119.955] (II) event4  - Video Bus: device removed
[  2119.967] (II) event0  - Lid Switch: device removed
[  2119.986] (II) event1  - Sleep Button: device removed
[  2119.994] (II) event19 - USB2.0 UVC HD Webcam: USB2.0 UV: device removed
[  2120.006] (II) event16 - Elan Touchpad: device removed
[  2120.017] (II) event10 - HDA Intel PCH HDMI/DP,pcm=3: device removed
[  2120.031] (II) event11 - HDA Intel PCH HDMI/DP,pcm=7: device removed
[  2120.046] (II) event12 - HDA Intel PCH HDMI/DP,pcm=8: device removed
[  2120.054] (II) event13 - HDA Intel PCH HDMI/DP,pcm=9: device removed
[  2120.074] (II) event14 - HDA Intel PCH HDMI/DP,pcm=10: device removed
[  2120.123] (II) event8  - HDA Intel PCH Mic: device removed
[  2120.132] (II) event9  - HDA Intel PCH Headphone: device removed
[  2120.146] (II) event15 - Asus WMI hotkeys: device removed
[  2120.154] (II) event5  - AT Translated Set 2 keyboard: device removed

Last edited by rharish (2018-03-20 06:05:37)

Offline

#2 2018-03-16 18:50:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,659

Re: [Solved] LightDM shows black screen

You have to do some addition configuring, https://wiki.archlinux.org/index.php/NVIDIA_Optimus and decide whether you want to run primarily of the dedicated card, or use the intel card for day to day stuff and only use the more powerful nvidia card for specific applications. If the former follow the using nvidia section of that article, if the latter go on to the bumblebee article and set that up.

Online

#3 2018-03-17 02:50:30

rharish
Member
Registered: 2018-02-19
Posts: 24

Re: [Solved] LightDM shows black screen

I have already configured my graphics card to run Nvidia drivers (only running dedicated card) long back. I've setup my Arch and it's running fine with GDM as my DM. It's just that I can't switch to LightDM.

Offline

#4 2018-03-18 13:31:25

harryharryharry
Member
Registered: 2015-06-16
Posts: 4

Re: [Solved] LightDM shows black screen

edit: Never mind, didn't read your OP properly (I suggested installing at least one greeter, which was the reason why I got a black screen recently; I am wondering why they don't make at least one of the greeters a dependency for lightdm...)

Last edited by harryharryharry (2018-03-18 13:41:28)

Offline

#5 2018-03-19 13:00:42

rharish
Member
Registered: 2018-02-19
Posts: 24

Re: [Solved] LightDM shows black screen

I also just tried out LXDM, and I'm getting the black screen even with LXDM. Are they somehow related?

Offline

#6 2018-03-19 15:07:05

wellsaid
Member
Registered: 2016-04-13
Posts: 23

Re: [Solved] LightDM shows black screen

I think you might have the same problem i had (and that currently returned for me), try read here: https://bbs.archlinux.org/viewtopic.php?id=225196

For the moment i had to disable the usage of bbsiwtch in bumblebee configuration.

Last edited by wellsaid (2018-03-19 15:07:33)

Offline

#7 2018-03-20 05:55:58

rharish
Member
Registered: 2018-02-19
Posts: 24

Re: [Solved] LightDM shows black screen

wellsaid wrote:

I think you might have the same problem i had (and that currently returned for me), try read here: https://bbs.archlinux.org/viewtopic.php?id=225196

For the moment i had to disable the usage of bbsiwtch in bumblebee configuration.

I tried those kernel parameters, but nothing changed for me.

Offline

#8 2018-03-20 06:03:25

rharish
Member
Registered: 2018-02-19
Posts: 24

Re: [Solved] LightDM shows black screen

I found the solution. I forgot to look into the Arch Wiki for Nvidia drivers in Nvidia Optimus when installing LightDM. Here's the solution: https://wiki.archlinux.org/index.php/NV … us#LightDM

Offline

Board footer

Powered by FluxBB