You are not logged in.

#1 2020-03-22 21:46:42

yorkz
Member
Registered: 2020-03-22
Posts: 27

Xorg hangs with minimal configuration

My video card is Nvidia GeForce GTX 1650. I installed the proprietary driver by:

    sudo pacman -S nvidia

j
The output from

lspci -k | grep -A 2 -E "(VGA|3D)"

:

00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile)
	DeviceName: Second VGA
	Subsystem: ASUSTeK Computer Inc. UHD Graphics 630 (Mobile)
	Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation TU117M [GeForce GTX 1650 Mobile / Max-Q] (rev a1)
	DeviceName: VGA
	Subsystem: ASUSTeK Computer Inc. TU117M [GeForce GTX 1650 Mobile / Max-Q]
	Kernel driver in use: nvidia

When there was no configuration file xorg.conf in /etc/X11/, Xorg was able to start without issue. However, once I had the file /etc/X11/xorg.conf with the following minimal configuration:

Section "Device"
    Identifier     "Nvidia Card"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1650 Mobile / Max-Q"
EndSection

The Xorg no longer started.

The following is the log file /var/log/Xorg.0.log:

[  2670.585] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  2670.585] 
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[  2670.585] Build Operating System: Linux Arch Linux
[  2670.586] Current Operating System: Linux york-xxxx 5.5.10-arch1-1 #1 SMP PREEMPT Wed, 18 Mar 2020 08:40:35 +0000 x86_64
[  2670.586] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0aaf5593-e0a0-44bf-8cd2-85f08aaaec09 rw loglevel=3 quiet
[  2670.586] Build Date: 14 January 2020  07:13:52AM
[  2670.586]  
[  2670.586] Current version of pixman: 0.38.4
[  2670.586] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2670.586] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2670.586] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 22 19:27:57 2020
[  2670.586] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2670.586] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2670.586] (==) No Layout section.  Using the first Screen section.
[  2670.586] (==) No screen section available. Using defaults.
[  2670.586] (**) |-->Screen "Default Screen Section" (0)
[  2670.586] (**) |   |-->Monitor "<default monitor>"
[  2670.587] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  2670.587] (**) |   |-->Device "Nvidia Card"
[  2670.587] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  2670.587] (==) Automatically adding devices
[  2670.587] (==) Automatically enabling devices
[  2670.587] (==) Automatically adding GPU devices
[  2670.587] (==) Automatically binding GPU devices
[  2670.587] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2670.587] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  2670.587] 	Entry deleted from font path.
[  2670.587] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  2670.587] 	Entry deleted from font path.
[  2670.587] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  2670.587] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2670.587] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2670.587] (II) Module ABI versions:
[  2670.587] 	X.Org ANSI C Emulation: 0.4
[  2670.587] 	X.Org Video Driver: 24.1
[  2670.587] 	X.Org XInput driver : 24.1
[  2670.587] 	X.Org Server Extension : 10.0
[  2670.587] (++) using VT number 1

[  2670.588] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_314
[  2670.588] (II) xfree86: Adding drm device (/dev/dri/card1)
[  2670.588] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[  2670.588] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2670.589] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  2670.589] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  2670.590] (--) PCI:*(0@0:2:0) 8086:3e9b:1043:106f rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[  2670.590] (--) PCI: (1@0:0:0) 10de:1f91:1043:106f rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[  2670.590] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2670.590] (II) LoadModule: "glx"
[  2670.590] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2670.591] (II) Module glx: vendor="X.Org Foundation"
[  2670.591] 	compiled for 1.20.7, module version = 1.0.0
[  2670.591] 	ABI class: X.Org Server Extension, version 10.0
[  2670.591] (II) LoadModule: "nvidia"
[  2670.591] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2670.591] (II) Module nvidia: vendor="NVIDIA Corporation"
[  2670.591] 	compiled for 1.6.99.901, module version = 1.0.0
[  2670.591] 	Module class: X.Org Video Driver
[  2670.591] (II) NVIDIA dlloader X Driver  440.64  Fri Feb 21 00:49:33 UTC 2020
[  2670.591] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  2670.592] (II) systemd-logind: releasing fd for 226:1
[  2670.592] (II) Loading sub module "fb"
[  2670.592] (II) LoadModule: "fb"
[  2670.592] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2670.592] (II) Module fb: vendor="X.Org Foundation"
[  2670.592] 	compiled for 1.20.7, module version = 1.0.0
[  2670.592] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2670.592] (II) Loading sub module "wfb"
[  2670.592] (II) LoadModule: "wfb"
[  2670.592] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  2670.592] (II) Module wfb: vendor="X.Org Foundation"
[  2670.592] 	compiled for 1.20.7, module version = 1.0.0
[  2670.592] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2670.592] (II) Loading sub module "ramdac"
[  2670.592] (II) LoadModule: "ramdac"
[  2670.592] (II) Module "ramdac" already built-in
[  2670.592] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  2670.592] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  2670.592] (==) NVIDIA(0): RGB weight 888
[  2670.592] (==) NVIDIA(0): Default visual is TrueColor
[  2670.592] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  2670.592] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  2670.592] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  2670.592] (**) NVIDIA(0): Enabling 2D acceleration
[  2670.592] (II) Loading sub module "glxserver_nvidia"
[  2670.592] (II) LoadModule: "glxserver_nvidia"
[  2670.592] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  2670.596] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  2670.596] 	compiled for 1.6.99.901, module version = 1.0.0
[  2670.596] 	Module class: X.Org Server Extension
[  2670.596] (II) NVIDIA GLX Module  440.64  Fri Feb 21 00:46:14 UTC 2020
[  2670.597] (II) NVIDIA: The X server supports PRIME Render Offload.
[  2671.072] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  2671.072] (--) NVIDIA(0):     DFP-0
[  2671.073] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1650 (TU117-A) at PCI:1:0:0 (GPU-0)
[  2671.073] (--) NVIDIA(0): Memory: 4194304 kBytes
[  2671.073] (--) NVIDIA(0): VideoBIOS: 90.17.15.00.1d
[  2671.073] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  2671.073] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2671.073] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2671.073] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[  2671.073] (--) NVIDIA(GPU-0): 
[  2671.073] (==) NVIDIA(0): 
[  2671.073] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  2671.073] (==) NVIDIA(0):     will be used as the requested mode.
[  2671.073] (==) NVIDIA(0): 
[  2671.073] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[  2671.073] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[  2671.074] (II) NVIDIA(0): Validated MetaModes:
[  2671.074] (II) NVIDIA(0):     "NULL"
[  2671.074] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[  2671.074] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[  2671.074] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  2671.074] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[  2671.074] (II) NVIDIA:     access.
[  2671.083] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2671.083] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  2671.083] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  2671.083] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  2671.083] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  2671.083] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  2671.083] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2671.083] (II) NVIDIA(0):     Config Options in the README.
[  2671.104] (II) NVIDIA(0): Setting mode "NULL"
[  2671.111] (==) NVIDIA(0): Disabling shared memory pixmaps
[  2671.111] (==) NVIDIA(0): Backing store enabled
[  2671.111] (==) NVIDIA(0): Silken mouse disabled
[  2671.111] (==) NVIDIA(0): DPMS enabled
[  2671.112] (II) Loading sub module "dri2"
[  2671.112] (II) LoadModule: "dri2"
[  2671.112] (II) Module "dri2" already built-in
[  2671.112] (II) NVIDIA(0): [DRI2] Setup complete
[  2671.112] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  2671.112] (II) Initializing extension Generic Event Extension
[  2671.112] (II) Initializing extension SHAPE
[  2671.112] (II) Initializing extension MIT-SHM
[  2671.112] (II) Initializing extension XInputExtension
[  2671.112] (II) Initializing extension XTEST
[  2671.112] (II) Initializing extension BIG-REQUESTS
[  2671.112] (II) Initializing extension SYNC
[  2671.112] (II) Initializing extension XKEYBOARD
[  2671.112] (II) Initializing extension XC-MISC
[  2671.112] (II) Initializing extension SECURITY
[  2671.112] (II) Initializing extension XFIXES
[  2671.112] (II) Initializing extension RENDER
[  2671.112] (II) Initializing extension RANDR
[  2671.112] (II) Initializing extension COMPOSITE
[  2671.112] (II) Initializing extension DAMAGE
[  2671.112] (II) Initializing extension MIT-SCREEN-SAVER
[  2671.112] (II) Initializing extension DOUBLE-BUFFER
[  2671.112] (II) Initializing extension RECORD
[  2671.112] (II) Initializing extension DPMS
[  2671.112] (II) Initializing extension Present
[  2671.112] (II) Initializing extension DRI3
[  2671.112] (II) Initializing extension X-Resource
[  2671.112] (II) Initializing extension XVideo
[  2671.112] (II) Initializing extension XVideo-MotionCompensation
[  2671.112] (II) Initializing extension GLX
[  2671.112] (II) Initializing extension GLX
[  2671.112] (II) Indirect GLX disabled.
[  2671.112] (II) GLX: Another vendor is already registered for screen 0
[  2671.112] (II) Initializing extension XFree86-VidModeExtension
[  2671.112] (II) Initializing extension XFree86-DGA
[  2671.112] (II) Initializing extension XFree86-DRI
[  2671.112] (II) Initializing extension DRI2
[  2671.112] (II) Initializing extension NV-GLX
[  2671.112] (II) Initializing extension NV-CONTROL
[  2671.158] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  2671.158] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2671.158] (**) Power Button: Applying InputClass "system-keyboard"
[  2671.158] (II) LoadModule: "libinput"
[  2671.158] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  2671.159] (II) Module libinput: vendor="X.Org Foundation"
[  2671.159] 	compiled for 1.20.5, module version = 0.29.0
[  2671.159] 	Module class: X.Org XInput Driver
[  2671.159] 	ABI class: X.Org XInput driver, version 24.1
[  2671.159] (II) Using input driver 'libinput' for 'Power Button'
[  2671.160] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[  2671.160] (**) Power Button: always reports core events
[  2671.160] (**) Option "Device" "/dev/input/event3"
[  2671.160] (**) Option "_source" "server/udev"
[  2671.161] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  2671.161] (II) event3  - Power Button: device is a keyboard
[  2671.161] (II) event3  - Power Button: device removed
[  2671.161] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  2671.161] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2671.161] (**) Option "xkb_model" "pc105"
[  2671.161] (**) Option "xkb_layout" "us,us"
[  2671.161] (**) Option "xkb_variant" "dvorak,"
[  2671.161] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.172] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  2671.172] (II) event3  - Power Button: device is a keyboard
[  2671.172] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event16)
[  2671.172] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[  2671.172] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[  2671.172] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[  2671.172] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 36 paused 0
[  2671.172] (**) Asus Wireless Radio Control: always reports core events
[  2671.172] (**) Option "Device" "/dev/input/event16"
[  2671.172] (**) Option "_source" "server/udev"
[  2671.173] (II) event16 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[  2671.173] (II) event16 - Asus Wireless Radio Control: device is a keyboard
[  2671.173] (II) event16 - Asus Wireless Radio Control: device removed
[  2671.173] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input16/event16"
[  2671.173] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[  2671.173] (**) Option "xkb_model" "pc105"
[  2671.173] (**) Option "xkb_layout" "us,us"
[  2671.173] (**) Option "xkb_variant" "dvorak,"
[  2671.173] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.174] (II) event16 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[  2671.174] (II) event16 - Asus Wireless Radio Control: device is a keyboard
[  2671.174] (II) config/udev: Adding input device Video Bus (/dev/input/event23)
[  2671.174] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2671.174] (**) Video Bus: Applying InputClass "system-keyboard"
[  2671.174] (II) Using input driver 'libinput' for 'Video Bus'
[  2671.175] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 37 paused 0
[  2671.175] (**) Video Bus: always reports core events
[  2671.175] (**) Option "Device" "/dev/input/event23"
[  2671.175] (**) Option "_source" "server/udev"
[  2671.175] (II) event23 - Video Bus: is tagged by udev as: Keyboard
[  2671.175] (II) event23 - Video Bus: device is a keyboard
[  2671.175] (II) event23 - Video Bus: device removed
[  2671.175] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input26/event23"
[  2671.175] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  2671.175] (**) Option "xkb_model" "pc105"
[  2671.175] (**) Option "xkb_layout" "us,us"
[  2671.175] (**) Option "xkb_variant" "dvorak,"
[  2671.175] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.176] (II) event23 - Video Bus: is tagged by udev as: Keyboard
[  2671.176] (II) event23 - Video Bus: device is a keyboard
[  2671.177] (II) config/udev: Adding input device Video Bus (/dev/input/event24)
[  2671.177] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2671.177] (**) Video Bus: Applying InputClass "system-keyboard"
[  2671.177] (II) Using input driver 'libinput' for 'Video Bus'
[  2671.177] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 38 paused 0
[  2671.177] (**) Video Bus: always reports core events
[  2671.177] (**) Option "Device" "/dev/input/event24"
[  2671.177] (**) Option "_source" "server/udev"
[  2671.178] (II) event24 - Video Bus: is tagged by udev as: Keyboard
[  2671.178] (II) event24 - Video Bus: device is a keyboard
[  2671.178] (II) event24 - Video Bus: device removed
[  2671.178] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input27/event24"
[  2671.178] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[  2671.178] (**) Option "xkb_model" "pc105"
[  2671.178] (**) Option "xkb_layout" "us,us"
[  2671.178] (**) Option "xkb_variant" "dvorak,"
[  2671.178] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.179] (II) event24 - Video Bus: is tagged by udev as: Keyboard
[  2671.179] (II) event24 - Video Bus: device is a keyboard
[  2671.179] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  2671.179] (II) No input driver specified, ignoring this device.
[  2671.179] (II) This device may have been added with another device file.
[  2671.180] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  2671.180] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2671.180] (**) Power Button: Applying InputClass "system-keyboard"
[  2671.180] (II) Using input driver 'libinput' for 'Power Button'
[  2671.180] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 39 paused 0
[  2671.180] (**) Power Button: always reports core events
[  2671.180] (**) Option "Device" "/dev/input/event2"
[  2671.180] (**) Option "_source" "server/udev"
[  2671.181] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  2671.181] (II) event2  - Power Button: device is a keyboard
[  2671.181] (II) event2  - Power Button: device removed
[  2671.181] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[  2671.181] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[  2671.181] (**) Option "xkb_model" "pc105"
[  2671.181] (**) Option "xkb_layout" "us,us"
[  2671.181] (**) Option "xkb_variant" "dvorak,"
[  2671.181] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.181] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  2671.182] (II) event2  - Power Button: device is a keyboard
[  2671.182] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  2671.182] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  2671.182] (**) Sleep Button: Applying InputClass "system-keyboard"
[  2671.182] (II) Using input driver 'libinput' for 'Sleep Button'
[  2671.182] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 40 paused 0
[  2671.182] (**) Sleep Button: always reports core events
[  2671.182] (**) Option "Device" "/dev/input/event1"
[  2671.182] (**) Option "_source" "server/udev"
[  2671.183] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  2671.183] (II) event1  - Sleep Button: device is a keyboard
[  2671.183] (II) event1  - Sleep Button: device removed
[  2671.183] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[  2671.183] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[  2671.183] (**) Option "xkb_model" "pc105"
[  2671.183] (**) Option "xkb_layout" "us,us"
[  2671.183] (**) Option "xkb_variant" "dvorak,"
[  2671.183] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.184] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  2671.184] (II) event1  - Sleep Button: device is a keyboard
[  2671.184] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[  2671.184] (II) No input driver specified, ignoring this device.
[  2671.184] (II) This device may have been added with another device file.
[  2671.184] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event21)
[  2671.184] (II) No input driver specified, ignoring this device.
[  2671.184] (II) This device may have been added with another device file.
[  2671.185] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event22)
[  2671.185] (II) No input driver specified, ignoring this device.
[  2671.185] (II) This device may have been added with another device file.
[  2671.185] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event25)
[  2671.185] (II) No input driver specified, ignoring this device.
[  2671.185] (II) This device may have been added with another device file.
[  2671.185] (II) config/udev: Adding input device HOLDCHIP USB Gaming Keyboard (/dev/input/event5)
[  2671.185] (**) HOLDCHIP USB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  2671.185] (**) HOLDCHIP USB Gaming Keyboard: Applying InputClass "system-keyboard"
[  2671.185] (II) Using input driver 'libinput' for 'HOLDCHIP USB Gaming Keyboard'
[  2671.186] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 41 paused 0
[  2671.186] (**) HOLDCHIP USB Gaming Keyboard: always reports core events
[  2671.186] (**) Option "Device" "/dev/input/event5"
[  2671.186] (**) Option "_source" "server/udev"
[  2671.187] (II) event5  - HOLDCHIP USB Gaming Keyboard: is tagged by udev as: Keyboard
[  2671.187] (II) event5  - HOLDCHIP USB Gaming Keyboard: device is a keyboard
[  2671.187] (II) event5  - HOLDCHIP USB Gaming Keyboard: device removed
[  2671.187] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:04D9:0024.0001/input/input5/event5"
[  2671.187] (II) XINPUT: Adding extended input device "HOLDCHIP USB Gaming Keyboard" (type: KEYBOARD, id 12)
[  2671.187] (**) Option "xkb_model" "pc105"
[  2671.187] (**) Option "xkb_layout" "us,us"
[  2671.187] (**) Option "xkb_variant" "dvorak,"
[  2671.187] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.188] (II) event5  - HOLDCHIP USB Gaming Keyboard: is tagged by udev as: Keyboard
[  2671.188] (II) event5  - HOLDCHIP USB Gaming Keyboard: device is a keyboard
[  2671.189] (II) config/udev: Adding input device HOLDCHIP USB Gaming Keyboard System Control (/dev/input/event6)
[  2671.189] (**) HOLDCHIP USB Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  2671.189] (**) HOLDCHIP USB Gaming Keyboard System Control: Applying InputClass "system-keyboard"
[  2671.189] (II) Using input driver 'libinput' for 'HOLDCHIP USB Gaming Keyboard System Control'
[  2671.189] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 42 paused 0
[  2671.189] (**) HOLDCHIP USB Gaming Keyboard System Control: always reports core events
[  2671.189] (**) Option "Device" "/dev/input/event6"
[  2671.189] (**) Option "_source" "server/udev"
[  2671.190] (II) event6  - HOLDCHIP USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  2671.190] (II) event6  - HOLDCHIP USB Gaming Keyboard System Control: device is a keyboard
[  2671.190] (II) event6  - HOLDCHIP USB Gaming Keyboard System Control: device removed
[  2671.190] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:04D9:0024.0002/input/input6/event6"
[  2671.190] (II) XINPUT: Adding extended input device "HOLDCHIP USB Gaming Keyboard System Control" (type: KEYBOARD, id 13)
[  2671.190] (**) Option "xkb_model" "pc105"
[  2671.190] (**) Option "xkb_layout" "us,us"
[  2671.190] (**) Option "xkb_variant" "dvorak,"
[  2671.190] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.191] (II) event6  - HOLDCHIP USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  2671.191] (II) event6  - HOLDCHIP USB Gaming Keyboard System Control: device is a keyboard
[  2671.192] (II) config/udev: Adding input device HOLDCHIP USB Gaming Keyboard Consumer Control (/dev/input/event7)
[  2671.192] (**) HOLDCHIP USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2671.192] (**) HOLDCHIP USB Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[  2671.192] (II) Using input driver 'libinput' for 'HOLDCHIP USB Gaming Keyboard Consumer Control'
[  2671.192] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 43 paused 0
[  2671.192] (**) HOLDCHIP USB Gaming Keyboard Consumer Control: always reports core events
[  2671.192] (**) Option "Device" "/dev/input/event7"
[  2671.192] (**) Option "_source" "server/udev"
[  2671.193] (II) event7  - HOLDCHIP USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2671.193] (II) event7  - HOLDCHIP USB Gaming Keyboard Consumer Control: device is a keyboard
[  2671.193] (II) event7  - HOLDCHIP USB Gaming Keyboard Consumer Control: device removed
[  2671.193] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:04D9:0024.0002/input/input7/event7"
[  2671.193] (II) XINPUT: Adding extended input device "HOLDCHIP USB Gaming Keyboard Consumer Control" (type: KEYBOARD, id 14)
[  2671.193] (**) Option "xkb_model" "pc105"
[  2671.193] (**) Option "xkb_layout" "us,us"
[  2671.193] (**) Option "xkb_variant" "dvorak,"
[  2671.193] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.194] (II) event7  - HOLDCHIP USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2671.194] (II) event7  - HOLDCHIP USB Gaming Keyboard Consumer Control: device is a keyboard
[  2671.195] (II) config/udev: Adding input device HOLDCHIP USB Gaming Keyboard (/dev/input/event8)
[  2671.195] (**) HOLDCHIP USB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  2671.195] (**) HOLDCHIP USB Gaming Keyboard: Applying InputClass "system-keyboard"
[  2671.195] (II) Using input driver 'libinput' for 'HOLDCHIP USB Gaming Keyboard'
[  2671.195] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[  2671.195] (**) HOLDCHIP USB Gaming Keyboard: always reports core events
[  2671.195] (**) Option "Device" "/dev/input/event8"
[  2671.195] (**) Option "_source" "server/udev"
[  2671.196] (II) event8  - HOLDCHIP USB Gaming Keyboard: is tagged by udev as: Keyboard
[  2671.196] (II) event8  - HOLDCHIP USB Gaming Keyboard: device is a keyboard
[  2671.197] (II) event8  - HOLDCHIP USB Gaming Keyboard: device removed
[  2671.197] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:04D9:0024.0002/input/input8/event8"
[  2671.197] (II) XINPUT: Adding extended input device "HOLDCHIP USB Gaming Keyboard" (type: KEYBOARD, id 15)
[  2671.197] (**) Option "xkb_model" "pc105"
[  2671.197] (**) Option "xkb_layout" "us,us"
[  2671.197] (**) Option "xkb_variant" "dvorak,"
[  2671.197] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.198] (II) event8  - HOLDCHIP USB Gaming Keyboard: is tagged by udev as: Keyboard
[  2671.198] (II) event8  - HOLDCHIP USB Gaming Keyboard: device is a keyboard
[  2671.198] (II) config/udev: Adding input device Logitech Wireless Mouse PID:b007 (/dev/input/event256)
[  2671.198] (**) Logitech Wireless Mouse PID:b007: Applying InputClass "libinput pointer catchall"
[  2671.198] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse PID:b007'
[  2671.199] (II) systemd-logind: got fd for /dev/input/event256 13:256 fd 45 paused 0
[  2671.199] (**) Logitech Wireless Mouse PID:b007: always reports core events
[  2671.199] (**) Option "Device" "/dev/input/event256"
[  2671.199] (**) Option "_source" "server/udev"
[  2671.200] (II) event256 - Logitech Wireless Mouse PID:b007: is tagged by udev as: Mouse
[  2671.200] (II) event256 - Logitech Wireless Mouse PID:b007: device is a pointer
[  2671.200] (II) event256 - Logitech Wireless Mouse PID:b007: device removed
[  2671.200] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.3/1-5.3:1.0/0003:046D:C71C.0008/0003:046D:B007.000A/input/input45/event256"
[  2671.200] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse PID:b007" (type: MOUSE, id 16)
[  2671.200] (**) Option "AccelerationScheme" "none"
[  2671.200] (**) Logitech Wireless Mouse PID:b007: (accel) selected scheme none/0
[  2671.200] (**) Logitech Wireless Mouse PID:b007: (accel) acceleration factor: 2.000
[  2671.200] (**) Logitech Wireless Mouse PID:b007: (accel) acceleration threshold: 4
[  2671.201] (II) event256 - Logitech Wireless Mouse PID:b007: is tagged by udev as: Mouse
[  2671.202] (II) event256 - Logitech Wireless Mouse PID:b007: device is a pointer
[  2671.202] (II) config/udev: Adding input device Logitech Wireless Mouse PID:b007 (/dev/input/mouse2)
[  2671.202] (II) No input driver specified, ignoring this device.
[  2671.202] (II) This device may have been added with another device file.
[  2671.203] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event9)
[  2671.203] (**) ASUSTeK Computer Inc. N-KEY Device: Applying InputClass "libinput keyboard catchall"
[  2671.203] (**) ASUSTeK Computer Inc. N-KEY Device: Applying InputClass "system-keyboard"
[  2671.203] (II) Using input driver 'libinput' for 'ASUSTeK Computer Inc. N-KEY Device'
[  2671.203] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 46 paused 0
[  2671.203] (**) ASUSTeK Computer Inc. N-KEY Device: always reports core events
[  2671.203] (**) Option "Device" "/dev/input/event9"
[  2671.203] (**) Option "_source" "server/udev"
[  2671.204] (II) event9  - ASUSTeK Computer Inc. N-KEY Device: is tagged by udev as: Keyboard
[  2671.204] (II) event9  - ASUSTeK Computer Inc. N-KEY Device: device is a keyboard
[  2671.204] (II) event9  - ASUSTeK Computer Inc. N-KEY Device: device removed
[  2671.204] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0B05:1866.0004/input/input9/event9"
[  2671.204] (II) XINPUT: Adding extended input device "ASUSTeK Computer Inc. N-KEY Device" (type: KEYBOARD, id 17)
[  2671.204] (**) Option "xkb_model" "pc105"
[  2671.204] (**) Option "xkb_layout" "us,us"
[  2671.204] (**) Option "xkb_variant" "dvorak,"
[  2671.204] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.205] (II) event9  - ASUSTeK Computer Inc. N-KEY Device: is tagged by udev as: Keyboard
[  2671.205] (II) event9  - ASUSTeK Computer Inc. N-KEY Device: device is a keyboard
[  2671.206] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event10)
[  2671.206] (**) ASUSTeK Computer Inc. N-KEY Device: Applying InputClass "libinput keyboard catchall"
[  2671.206] (**) ASUSTeK Computer Inc. N-KEY Device: Applying InputClass "system-keyboard"
[  2671.206] (II) Using input driver 'libinput' for 'ASUSTeK Computer Inc. N-KEY Device'
[  2671.206] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 47 paused 0
[  2671.206] (**) ASUSTeK Computer Inc. N-KEY Device: always reports core events
[  2671.206] (**) Option "Device" "/dev/input/event10"
[  2671.206] (**) Option "_source" "server/udev"
[  2671.207] (II) event10 - ASUSTeK Computer Inc. N-KEY Device: is tagged by udev as: Keyboard
[  2671.207] (II) event10 - ASUSTeK Computer Inc. N-KEY Device: device is a keyboard
[  2671.207] (II) event10 - ASUSTeK Computer Inc. N-KEY Device: device removed
[  2671.207] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1866.0005/input/input10/event10"
[  2671.207] (II) XINPUT: Adding extended input device "ASUSTeK Computer Inc. N-KEY Device" (type: KEYBOARD, id 18)
[  2671.207] (**) Option "xkb_model" "pc105"
[  2671.208] (**) Option "xkb_layout" "us,us"
[  2671.208] (**) Option "xkb_variant" "dvorak,"
[  2671.208] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.209] (II) event10 - ASUSTeK Computer Inc. N-KEY Device: is tagged by udev as: Keyboard
[  2671.209] (II) event10 - ASUSTeK Computer Inc. N-KEY Device: device is a keyboard
[  2671.209] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event11)
[  2671.209] (II) No input driver specified, ignoring this device.
[  2671.209] (II) This device may have been added with another device file.
[  2671.210] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device Consumer Control (/dev/input/event12)
[  2671.210] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2671.210] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: Applying InputClass "system-keyboard"
[  2671.210] (II) Using input driver 'libinput' for 'ASUSTeK Computer Inc. N-KEY Device Consumer Control'
[  2671.210] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 48 paused 0
[  2671.210] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: always reports core events
[  2671.210] (**) Option "Device" "/dev/input/event12"
[  2671.210] (**) Option "_source" "server/udev"
[  2671.211] (II) event12 - ASUSTeK Computer Inc. N-KEY Device Consumer Control: is tagged by udev as: Keyboard
[  2671.211] (II) event12 - ASUSTeK Computer Inc. N-KEY Device Consumer Control: device is a keyboard
[  2671.211] (II) event12 - ASUSTeK Computer Inc. N-KEY Device Consumer Control: device removed
[  2671.211] (II) libinput: ASUSTeK Computer Inc. N-KEY Device Consumer Control: needs a virtual subdevice
[  2671.211] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:0B05:1866.0006/input/input12/event12"
[  2671.211] (II) XINPUT: Adding extended input device "ASUSTeK Computer Inc. N-KEY Device Consumer Control" (type: MOUSE, id 19)
[  2671.211] (**) Option "AccelerationScheme" "none"
[  2671.211] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: (accel) selected scheme none/0
[  2671.211] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: (accel) acceleration factor: 2.000
[  2671.211] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: (accel) acceleration threshold: 4
[  2671.212] (II) event12 - ASUSTeK Computer Inc. N-KEY Device Consumer Control: is tagged by udev as: Keyboard
[  2671.212] (II) event12 - ASUSTeK Computer Inc. N-KEY Device Consumer Control: device is a keyboard
[  2671.213] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event14)
[  2671.213] (II) No input driver specified, ignoring this device.
[  2671.213] (II) This device may have been added with another device file.
[  2671.213] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event15)
[  2671.213] (II) No input driver specified, ignoring this device.
[  2671.213] (II) This device may have been added with another device file.
[  2671.213] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/event17)
[  2671.213] (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "libinput pointer catchall"
[  2671.213] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Mouse'
[  2671.214] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 49 paused 0
[  2671.214] (**) ELAN1203:00 04F3:307A Mouse: always reports core events
[  2671.214] (**) Option "Device" "/dev/input/event17"
[  2671.214] (**) Option "_source" "server/udev"
[  2671.215] (II) event17 - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[  2671.215] (II) event17 - ELAN1203:00 04F3:307A Mouse: device is a pointer
[  2671.216] (II) event17 - ELAN1203:00 04F3:307A Mouse: device removed
[  2671.216] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1203:00/0018:04F3:307A.0009/input/input29/event17"
[  2671.216] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Mouse" (type: MOUSE, id 20)
[  2671.216] (**) Option "AccelerationScheme" "none"
[  2671.216] (**) ELAN1203:00 04F3:307A Mouse: (accel) selected scheme none/0
[  2671.216] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration factor: 2.000
[  2671.216] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration threshold: 4
[  2671.217] (II) event17 - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[  2671.217] (II) event17 - ELAN1203:00 04F3:307A Mouse: device is a pointer
[  2671.218] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/mouse0)
[  2671.218] (II) No input driver specified, ignoring this device.
[  2671.218] (II) This device may have been added with another device file.
[  2671.218] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/event18)
[  2671.218] (**) ELAN1203:00 04F3:307A Touchpad: Applying InputClass "libinput touchpad catchall"
[  2671.218] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Touchpad'
[  2671.219] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 50 paused 0
[  2671.219] (**) ELAN1203:00 04F3:307A Touchpad: always reports core events
[  2671.219] (**) Option "Device" "/dev/input/event18"
[  2671.219] (**) Option "_source" "server/udev"
[  2671.220] (II) event18 - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[  2671.220] (II) event18 - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[  2671.220] (II) event18 - ELAN1203:00 04F3:307A Touchpad: device removed
[  2671.220] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1203:00/0018:04F3:307A.0009/input/input30/event18"
[  2671.220] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Touchpad" (type: TOUCHPAD, id 21)
[  2671.221] (**) Option "AccelerationScheme" "none"
[  2671.221] (**) ELAN1203:00 04F3:307A Touchpad: (accel) selected scheme none/0
[  2671.221] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration factor: 2.000
[  2671.221] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration threshold: 4
[  2671.222] (II) event18 - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[  2671.222] (II) event18 - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[  2671.223] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/mouse1)
[  2671.223] (II) No input driver specified, ignoring this device.
[  2671.223] (II) This device may have been added with another device file.
[  2671.223] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event26)
[  2671.223] (II) No input driver specified, ignoring this device.
[  2671.223] (II) This device may have been added with another device file.
[  2671.223] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event27)
[  2671.223] (II) No input driver specified, ignoring this device.
[  2671.223] (II) This device may have been added with another device file.
[  2671.223] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event28)
[  2671.223] (II) No input driver specified, ignoring this device.
[  2671.223] (II) This device may have been added with another device file.
[  2671.224] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event29)
[  2671.224] (II) No input driver specified, ignoring this device.
[  2671.224] (II) This device may have been added with another device file.
[  2671.224] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event30)
[  2671.224] (II) No input driver specified, ignoring this device.
[  2671.224] (II) This device may have been added with another device file.
[  2671.224] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event31)
[  2671.224] (II) No input driver specified, ignoring this device.
[  2671.224] (II) This device may have been added with another device file.
[  2671.224] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event13)
[  2671.224] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  2671.224] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[  2671.224] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[  2671.225] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 51 paused 0
[  2671.225] (**) Asus WMI hotkeys: always reports core events
[  2671.225] (**) Option "Device" "/dev/input/event13"
[  2671.225] (**) Option "_source" "server/udev"
[  2671.225] (II) event13 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  2671.225] (II) event13 - Asus WMI hotkeys: device is a keyboard
[  2671.225] (II) event13 - Asus WMI hotkeys: device removed
[  2671.225] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input28/event13"
[  2671.225] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 22)
[  2671.225] (**) Option "xkb_model" "pc105"
[  2671.225] (**) Option "xkb_layout" "us,us"
[  2671.225] (**) Option "xkb_variant" "dvorak,"
[  2671.225] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.226] (II) event13 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  2671.226] (II) event13 - Asus WMI hotkeys: device is a keyboard
[  2671.226] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[  2671.226] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  2671.226] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[  2671.226] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  2671.227] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 52 paused 0
[  2671.227] (**) AT Translated Set 2 keyboard: always reports core events
[  2671.227] (**) Option "Device" "/dev/input/event4"
[  2671.227] (**) Option "_source" "server/udev"
[  2671.227] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  2671.228] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  2671.228] (II) event4  - AT Translated Set 2 keyboard: device removed
[  2671.228] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[  2671.228] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 23)
[  2671.228] (**) Option "xkb_model" "pc105"
[  2671.228] (**) Option "xkb_layout" "us,us"
[  2671.228] (**) Option "xkb_variant" "dvorak,"
[  2671.228] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.229] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  2671.229] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  2671.230] (II) config/udev: Adding input device PC Speaker (/dev/input/event20)
[  2671.230] (II) No input driver specified, ignoring this device.
[  2671.230] (II) This device may have been added with another device file.
[  2671.233] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2671.233] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: Applying InputClass "system-keyboard"
[  2671.233] (II) Using input driver 'libinput' for 'ASUSTeK Computer Inc. N-KEY Device Consumer Control'
[  2671.233] (II) systemd-logind: returning pre-existing fd for /dev/input/event12 13:76
[  2671.233] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: always reports core events
[  2671.233] (**) Option "Device" "/dev/input/event12"
[  2671.233] (**) Option "_source" "_driver/libinput"
[  2671.233] (II) libinput: ASUSTeK Computer Inc. N-KEY Device Consumer Control: is a virtual subdevice
[  2671.233] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:0B05:1866.0006/input/input12/event12"
[  2671.233] (II) XINPUT: Adding extended input device "ASUSTeK Computer Inc. N-KEY Device Consumer Control" (type: KEYBOARD, id 24)
[  2671.233] (**) Option "xkb_model" "pc105"
[  2671.233] (**) Option "xkb_layout" "us,us"
[  2671.233] (**) Option "xkb_variant" "dvorak,"
[  2671.233] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  2671.291] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2671.291] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2671.291] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[  2671.291] (--) NVIDIA(GPU-0): 
[  2671.291] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2671.291] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2671.291] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[  2671.291] (--) NVIDIA(GPU-0): 
[  2671.694] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2671.694] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2671.694] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[  2671.694] (--) NVIDIA(GPU-0): 
[  2672.294] (**) Option "fd" "33"
[  2672.294] (II) event3  - Power Button: device removed
[  2672.294] (**) Option "fd" "36"
[  2672.294] (II) event16 - Asus Wireless Radio Control: device removed
[  2672.295] (**) Option "fd" "37"
[  2672.295] (II) event23 - Video Bus: device removed
[  2672.295] (**) Option "fd" "38"
[  2672.295] (II) event24 - Video Bus: device removed
[  2672.295] (**) Option "fd" "39"
[  2672.295] (II) event2  - Power Button: device removed
[  2672.295] (**) Option "fd" "40"
[  2672.295] (II) event1  - Sleep Button: device removed
[  2672.295] (**) Option "fd" "41"
[  2672.295] (II) event5  - HOLDCHIP USB Gaming Keyboard: device removed
[  2672.296] (**) Option "fd" "42"
[  2672.296] (II) event6  - HOLDCHIP USB Gaming Keyboard System Control: device removed
[  2672.296] (**) Option "fd" "43"
[  2672.296] (II) event7  - HOLDCHIP USB Gaming Keyboard Consumer Control: device removed
[  2672.296] (**) Option "fd" "44"
[  2672.296] (II) event8  - HOLDCHIP USB Gaming Keyboard: device removed
[  2672.296] (**) Option "fd" "45"
[  2672.296] (II) event256 - Logitech Wireless Mouse PID:b007: device removed
[  2672.296] (**) Option "fd" "46"
[  2672.296] (II) event9  - ASUSTeK Computer Inc. N-KEY Device: device removed
[  2672.297] (**) Option "fd" "47"
[  2672.297] (II) event10 - ASUSTeK Computer Inc. N-KEY Device: device removed
[  2672.297] (**) Option "fd" "48"
[  2672.297] (**) Option "fd" "49"
[  2672.297] (II) event17 - ELAN1203:00 04F3:307A Mouse: device removed
[  2672.297] (**) Option "fd" "50"
[  2672.297] (II) event18 - ELAN1203:00 04F3:307A Touchpad: device removed
[  2672.297] (**) Option "fd" "51"
[  2672.297] (II) event13 - Asus WMI hotkeys: device removed
[  2672.297] (**) Option "fd" "52"
[  2672.297] (II) event4  - AT Translated Set 2 keyboard: device removed
[  2672.298] (**) Option "fd" "48"
[  2672.298] (II) event12 - ASUSTeK Computer Inc. N-KEY Device Consumer Control: device removed
[  2672.372] (II) systemd-logind: got pause for 13:68
[  2672.372] (II) systemd-logind: got pause for 13:73
[  2672.372] (II) systemd-logind: got pause for 13:81
[  2672.372] (II) systemd-logind: got pause for 13:69
[  2672.372] (II) systemd-logind: got pause for 13:71
[  2672.372] (II) systemd-logind: got pause for 13:76
[  2672.372] (II) systemd-logind: got pause for 13:67
[  2672.372] (II) systemd-logind: got pause for 226:0
[  2672.372] (II) systemd-logind: got pause for 13:77
[  2672.372] (II) systemd-logind: got pause for 13:80
[  2672.372] (II) systemd-logind: got pause for 13:70
[  2672.372] (II) systemd-logind: got pause for 13:74
[  2672.372] (II) systemd-logind: got pause for 13:72
[  2672.372] (II) systemd-logind: got pause for 13:65
[  2672.372] (II) systemd-logind: got pause for 13:82
[  2672.372] (II) systemd-logind: got pause for 13:88
[  2672.372] (II) systemd-logind: got pause for 13:256
[  2672.372] (II) systemd-logind: got pause for 13:66
[  2672.372] (II) systemd-logind: got pause for 13:87

Please help.

Thank you so much in advance

Last edited by yorkz (2020-03-23 00:01:24)

Offline

#2 2020-03-22 21:58:17

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Xorg hangs with minimal configuration

X is starting fine: see the last line of the log. What are you trying to start in X, and how?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2020-03-22 22:07:16

Skunky
Member
Registered: 2018-01-25
Posts: 230

Re: Xorg hangs with minimal configuration

Does adding the nvidia module in your mkinitcpio.conf MODULES array help?
https://wiki.archlinux.org/index.php/Ke … _KMS_start

Offline

#4 2020-03-22 22:12:44

yorkz
Member
Registered: 2020-03-22
Posts: 27

Re: Xorg hangs with minimal configuration

Hi jasonwryan,

The problem is that the Window Manager didn't start, the GUI interface never comes.

I start StumpWM in X, by issuing:

    exec startx ~/.xinitrc StumpWM

in ~/.bash_profile, and have the following in ~/.xinitrc:

#!/bin/bash

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [[ -f $sysresources ]]; then
    xrdb -merge $sysresources
fi

if [[ -f $sysmodmap ]]; then
    xmodmap $sysmodmap
fi

if [[ -f "$userresources" ]]; then
    xrdb -merge "$userresources"
fi

if [[ -f "$usermodmap" ]]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [[ -d /etc/X11/xinit/xinitrc.d ]] ; then
    for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
        [[ -x "$f" ]] && . "$f"
    done
    unset f
fi

# eval `gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh`
export GPG_AGENT_INFO
export SSH_AUTH_SOCK

# Start StumpWM

xscreensaver &
exec sbcl --load "${HOME}/bin/start-stumpwm"

Last edited by yorkz (2020-03-22 22:28:34)

Offline

#5 2020-03-22 23:20:07

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,449
Website

Re: Xorg hangs with minimal configuration

exec startx ~/.xinitrc StumpWM

That's mostly nonsense.  Startx reads ~/.xinitrc by default, and your xinitrc doesn't use positional parameters, so StumpWM is completely ignored.  Where did you get the idea for that command?

While mostly nonsense, it would be benign if your xinitrc was executable?  Is it?  Most often it's not.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#6 2020-03-22 23:50:54

yorkz
Member
Registered: 2020-03-22
Posts: 27

Re: Xorg hangs with minimal configuration

Trilby wrote:
exec startx ~/.xinitrc StumpWM

That's mostly nonsense.  Startx reads ~/.xinitrc by default, and your xinitrc doesn't use positional parameters, so StumpWM is completely ignored.  Where did you get the idea for that command?

While mostly nonsense, it would be benign if your xinitrc was executable?  Is it?  Most often it's not.

Hi Trilby,

The reason I did that was because I wanted to be able to start different Window Manager or Desktop depending on which tty I was logging from. So, for example, I wanted to start StumpWM when I log in from tty1; and then, when I log in from tty2, pop up a menu to let me choose which Window Manager or Desktop I would like to start. Sorry I omitted these details because I wanted to make things simpler. The following is my full .bash_profile:

#
# ~/.bash_profile
#

[[ -f ~/.bashrc ]] && . ~/.bashrc

# Start X automatically

if [[ ! ${DISPLAY} ]]; then
    if [[ ${XDG_VTNR} -eq 1 ]]; then
        exec startx ~/.xinitrc StumpWM
    elif [[ ${XDG_VTNR} -eq 2 ]]; then
        PS3='Select the Window Manager or Desktop environment:'
        options=("StumpWM" "KDE" "Console")
        select session in "${options[@]}"; do
            case ${session} in
                StumpWM|KDE    ) exec startx ~/.xinitrc ${session};;
                Console        ) break;;
                *              ) exec startx ~/.xinitrc StumpWM;;
            esac
        done
    fi
fi

and the following, .xinitrc:

#!/bin/bash

# This file is based on /etc/X11/xinit/xinitrc

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [[ -f $sysresources ]]; then
    xrdb -merge $sysresources
fi

if [[ -f $sysmodmap ]]; then
    xmodmap $sysmodmap
fi

if [[ -f "$userresources" ]]; then
    xrdb -merge "$userresources"
fi

if [[ -f "$usermodmap" ]]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [[ -d /etc/X11/xinit/xinitrc.d ]] ; then
    for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
        [[ -x "$f" ]] && . "$f"
    done
    unset f
fi

# Start flux

export GPG_AGENT_INFO
export SSH_AUTH_SOCK

# Start StumpWM

session=${1:-StumpWM}
case ${session} in
    StumpWM           )
        xscreensaver &
        exec sbcl --load "${HOME}/bin/start-stumpwm";;
        # exec stumpwm;;
    KDE               ) exec startkde;;
    # No known session, try to run it as command
    *                 ) exec "$1";;
esac

Offline

#7 2020-03-22 23:55:17

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,449
Website

Re: Xorg hangs with minimal configuration

For future reference, when we ask to see the content of a file, we want to see the actual content of the file, not some quietly edited form presenting only what you suspect will be relevant.

So is your xinitrc executable then?


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#8 2020-03-23 00:08:27

yorkz
Member
Registered: 2020-03-22
Posts: 27

Re: Xorg hangs with minimal configuration

jasonwryan wrote:

X is starting fine: see the last line of the log. What are you trying to start in X, and how?

Hi jasonwryan,

I think we should forget about the last line because it was probably a result of me terminating it by pressing the power button on my laptop. I pressed the power button because I thought the system was hung. However, I later figured out that the system was not hung, so I just log in from another tty, and grabbed the log file. I've update the log file in my original post.

While in another tty, I observed that the processes X, startx and sbcl are alive:

4239 /usr/lib/Xorg -nolisten tcp :0 vt1 -keeptty -auth /tmp/serverauth.NFZltSQyYF
4212 /bin/sh /usr/bin/startx
4246 sbcl --load /home/yzhao/bin/start-stumpwm

Thanks

Offline

#9 2020-03-23 00:10:53

yorkz
Member
Registered: 2020-03-22
Posts: 27

Re: Xorg hangs with minimal configuration

Trilby wrote:

For future reference, when we ask to see the content of a file, we want to see the actual content of the file, not some quietly edited form presenting only what you suspect will be relevant.

So is your xinitrc executable then?

That's a good idea for posting the actual content of the file.
Adding executable permission for .xinitrc doesn't make any difference.
Also, I have some important update in my replies to jasonwryan, please make sure to read them.

Thanks.

Last edited by yorkz (2020-03-23 00:13:44)

Offline

#10 2020-03-23 12:17:45

yorkz
Member
Registered: 2020-03-22
Posts: 27

Re: Xorg hangs with minimal configuration

I finally "solved" this problem by simply connecting an external monitor to the HDMI port of my laptop. Therefore, the real problem was not that no GUI output, but the output has been automatically switched to the HDMI port when this minimal xorg.conf was present. Switching the output to the external big monitor through the HDMI port was exactly what I was after. Therefore, I'm so happy with this unexpected side effect.

That being said, I still need to know why this happened, and I think it would be best if I'm able to switch the output whenever I need.

Last edited by yorkz (2020-03-23 12:18:33)

Offline

#11 2020-03-23 13:13:40

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Xorg hangs with minimal configuration

The laptop screen is connected to the intel integrated gpu, but your minimal configuration blocks X from using the intel graphics.

Check https://wiki.archlinux.org/index.php/NVIDIA_Optimus


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#12 2020-03-23 13:25:38

yorkz
Member
Registered: 2020-03-22
Posts: 27

Re: Xorg hangs with minimal configuration

Lone_Wolf wrote:

The laptop screen is connected to the intel integrated gpu, but your minimal configuration blocks X from using the intel graphics.

Check https://wiki.archlinux.org/index.php/NVIDIA_Optimus

Thanks Lone_Wolf. Is the connection between the Intel GPU to the internal monitor fixed? Can the Nvidia GPU be connected to the internal monitor as well? Why the GUI output is on the internal monitor when /etc/X11/xorg.conf is absent?

Offline

#13 2020-03-23 13:54:26

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Xorg hangs with minimal configuration

from the xorg log you posted in #1 :

[  2670.590] (--) PCI:*(0@0:2:0) 8086:3e9b:1043:106f rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[  2670.590] (--) PCI: (1@0:0:0) 10de:1f91:1043:106f rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288

On the first line you see a * just after PCI: . That star indicates the videocard X sees as primary/default card.
X uses a slightly different format for PCI addresses then lspci does.
0@0:2:0 from X log matches 00:02.0 in lspci , which is the address of the Intel Corporation UHD Graphics 630 chipset.

Without any configuration X will try to autodetect which drivers are needed and probably load both intel & nvidia drivers.

The connections between the graphic chipsets and output devices can be changed by software, but there are limitations and several of the possible choices conflict with eachother so can't be used simultaneously.
The nvidia optimus wiki page gives a good overview of the available options .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#14 2020-03-23 14:29:01

yorkz
Member
Registered: 2020-03-22
Posts: 27

Re: Xorg hangs with minimal configuration

Thank you Long_Wolf. Here's the updated Xorg.0.log after connecting my external monitor to the HDMI port:

[  1318.428] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  1318.429] 
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[  1318.429] Build Operating System: Linux Arch Linux
[  1318.429] Current Operating System: Linux york-xxxx 5.5.10-arch1-1 #1 SMP PREEMPT Wed, 18 Mar 2020 08:40:35 +0000 x86_64
[  1318.429] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0aaf5593-e0a0-44bf-8cd2-85f08aaaec09 rw loglevel=3 quiet
[  1318.429] Build Date: 14 January 2020  07:13:52AM
[  1318.429]  
[  1318.429] Current version of pixman: 0.38.4
[  1318.429] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1318.429] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1318.430] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 23 08:20:59 2020
[  1318.430] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1318.430] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1318.430] (==) No Layout section.  Using the first Screen section.
[  1318.430] (==) No screen section available. Using defaults.
[  1318.430] (**) |-->Screen "Default Screen Section" (0)
[  1318.430] (**) |   |-->Monitor "<default monitor>"
[  1318.430] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  1318.430] (**) |   |-->Device "Nvidia Card"
[  1318.430] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1318.430] (==) Automatically adding devices
[  1318.430] (==) Automatically enabling devices
[  1318.430] (==) Automatically adding GPU devices
[  1318.430] (==) Automatically binding GPU devices
[  1318.430] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1318.430] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1318.430] 	Entry deleted from font path.
[  1318.430] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1318.430] 	Entry deleted from font path.
[  1318.430] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  1318.430] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1318.430] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1318.430] (II) Module ABI versions:
[  1318.430] 	X.Org ANSI C Emulation: 0.4
[  1318.430] 	X.Org Video Driver: 24.1
[  1318.430] 	X.Org XInput driver : 24.1
[  1318.430] 	X.Org Server Extension : 10.0
[  1318.431] (++) using VT number 1

[  1318.432] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_35
[  1318.432] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1318.433] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[  1318.433] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1318.433] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  1318.434] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  1318.435] (--) PCI:*(0@0:2:0) 8086:3e9b:1043:106f rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[  1318.435] (--) PCI: (1@0:0:0) 10de:1f91:1043:106f rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[  1318.435] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1318.435] (II) LoadModule: "glx"
[  1318.436] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1318.436] (II) Module glx: vendor="X.Org Foundation"
[  1318.436] 	compiled for 1.20.7, module version = 1.0.0
[  1318.437] 	ABI class: X.Org Server Extension, version 10.0
[  1318.437] (II) LoadModule: "nvidia"
[  1318.437] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1318.437] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1318.437] 	compiled for 1.6.99.901, module version = 1.0.0
[  1318.437] 	Module class: X.Org Video Driver
[  1318.437] (II) NVIDIA dlloader X Driver  440.64  Fri Feb 21 00:49:33 UTC 2020
[  1318.437] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1318.437] (II) systemd-logind: releasing fd for 226:1
[  1318.437] (II) Loading sub module "fb"
[  1318.437] (II) LoadModule: "fb"
[  1318.437] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1318.438] (II) Module fb: vendor="X.Org Foundation"
[  1318.438] 	compiled for 1.20.7, module version = 1.0.0
[  1318.438] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1318.438] (II) Loading sub module "wfb"
[  1318.438] (II) LoadModule: "wfb"
[  1318.438] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1318.438] (II) Module wfb: vendor="X.Org Foundation"
[  1318.438] 	compiled for 1.20.7, module version = 1.0.0
[  1318.438] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1318.438] (II) Loading sub module "ramdac"
[  1318.438] (II) LoadModule: "ramdac"
[  1318.438] (II) Module "ramdac" already built-in
[  1318.438] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1318.438] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  1318.438] (==) NVIDIA(0): RGB weight 888
[  1318.438] (==) NVIDIA(0): Default visual is TrueColor
[  1318.438] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1318.438] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  1318.438] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  1318.438] (**) NVIDIA(0): Enabling 2D acceleration
[  1318.438] (II) Loading sub module "glxserver_nvidia"
[  1318.438] (II) LoadModule: "glxserver_nvidia"
[  1318.438] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  1318.444] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  1318.444] 	compiled for 1.6.99.901, module version = 1.0.0
[  1318.444] 	Module class: X.Org Server Extension
[  1318.444] (II) NVIDIA GLX Module  440.64  Fri Feb 21 00:46:14 UTC 2020
[  1318.444] (II) NVIDIA: The X server supports PRIME Render Offload.
[  1318.980] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  1318.980] (--) NVIDIA(0):     DFP-0 (boot)
[  1318.981] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1650 (TU117-A) at PCI:1:0:0 (GPU-0)
[  1318.981] (--) NVIDIA(0): Memory: 4194304 kBytes
[  1318.981] (--) NVIDIA(0): VideoBIOS: 90.17.15.00.1d
[  1318.981] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1319.010] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  1319.010] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  1319.010] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  1319.010] (--) NVIDIA(GPU-0): 
[  1319.041] (==) NVIDIA(0): 
[  1319.041] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  1319.041] (==) NVIDIA(0):     will be used as the requested mode.
[  1319.041] (==) NVIDIA(0): 
[  1319.042] (II) NVIDIA(0): Validated MetaModes:
[  1319.042] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[  1319.042] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[  1319.085] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
[  1319.085] (--) NVIDIA(0):     option
[  1319.086] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[  1319.086] (II) NVIDIA:     access.
[  1319.095] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1319.095] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  1319.095] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  1319.095] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  1319.095] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  1319.095] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  1319.095] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1319.095] (II) NVIDIA(0):     Config Options in the README.
[  1319.117] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[  1320.054] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1320.054] (==) NVIDIA(0): Backing store enabled
[  1320.054] (==) NVIDIA(0): Silken mouse disabled
[  1320.054] (==) NVIDIA(0): DPMS enabled
[  1320.054] (II) Loading sub module "dri2"
[  1320.054] (II) LoadModule: "dri2"
[  1320.054] (II) Module "dri2" already built-in
[  1320.054] (II) NVIDIA(0): [DRI2] Setup complete
[  1320.054] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1320.054] (II) Initializing extension Generic Event Extension
[  1320.054] (II) Initializing extension SHAPE
[  1320.054] (II) Initializing extension MIT-SHM
[  1320.054] (II) Initializing extension XInputExtension
[  1320.054] (II) Initializing extension XTEST
[  1320.054] (II) Initializing extension BIG-REQUESTS
[  1320.054] (II) Initializing extension SYNC
[  1320.054] (II) Initializing extension XKEYBOARD
[  1320.054] (II) Initializing extension XC-MISC
[  1320.054] (II) Initializing extension SECURITY
[  1320.054] (II) Initializing extension XFIXES
[  1320.054] (II) Initializing extension RENDER
[  1320.054] (II) Initializing extension RANDR
[  1320.054] (II) Initializing extension COMPOSITE
[  1320.054] (II) Initializing extension DAMAGE
[  1320.054] (II) Initializing extension MIT-SCREEN-SAVER
[  1320.054] (II) Initializing extension DOUBLE-BUFFER
[  1320.054] (II) Initializing extension RECORD
[  1320.054] (II) Initializing extension DPMS
[  1320.054] (II) Initializing extension Present
[  1320.054] (II) Initializing extension DRI3
[  1320.054] (II) Initializing extension X-Resource
[  1320.054] (II) Initializing extension XVideo
[  1320.055] (II) Initializing extension XVideo-MotionCompensation
[  1320.055] (II) Initializing extension GLX
[  1320.055] (II) Initializing extension GLX
[  1320.055] (II) Indirect GLX disabled.
[  1320.055] (II) GLX: Another vendor is already registered for screen 0
[  1320.055] (II) Initializing extension XFree86-VidModeExtension
[  1320.055] (II) Initializing extension XFree86-DGA
[  1320.055] (II) Initializing extension XFree86-DRI
[  1320.055] (II) Initializing extension DRI2
[  1320.055] (II) Initializing extension NV-GLX
[  1320.055] (II) Initializing extension NV-CONTROL
[  1320.055] (II) Initializing extension XINERAMA
[  1320.097] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1320.097] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1320.097] (**) Power Button: Applying InputClass "system-keyboard"
[  1320.097] (II) LoadModule: "libinput"
[  1320.097] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1320.098] (II) Module libinput: vendor="X.Org Foundation"
[  1320.098] 	compiled for 1.20.5, module version = 0.29.0
[  1320.098] 	Module class: X.Org XInput Driver
[  1320.098] 	ABI class: X.Org XInput driver, version 24.1
[  1320.098] (II) Using input driver 'libinput' for 'Power Button'
[  1320.098] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[  1320.098] (**) Power Button: always reports core events
[  1320.098] (**) Option "Device" "/dev/input/event3"
[  1320.098] (**) Option "_source" "server/udev"
[  1320.099] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1320.099] (II) event3  - Power Button: device is a keyboard
[  1320.099] (II) event3  - Power Button: device removed
[  1320.100] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  1320.100] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1320.100] (**) Option "xkb_model" "pc105"
[  1320.100] (**) Option "xkb_layout" "us,us"
[  1320.100] (**) Option "xkb_variant" "dvorak,"
[  1320.100] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.109] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1320.109] (II) event3  - Power Button: device is a keyboard
[  1320.110] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event16)
[  1320.110] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[  1320.110] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[  1320.110] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[  1320.110] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 36 paused 0
[  1320.110] (**) Asus Wireless Radio Control: always reports core events
[  1320.110] (**) Option "Device" "/dev/input/event16"
[  1320.110] (**) Option "_source" "server/udev"
[  1320.111] (II) event16 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[  1320.111] (II) event16 - Asus Wireless Radio Control: device is a keyboard
[  1320.111] (II) event16 - Asus Wireless Radio Control: device removed
[  1320.111] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input16/event16"
[  1320.111] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[  1320.111] (**) Option "xkb_model" "pc105"
[  1320.111] (**) Option "xkb_layout" "us,us"
[  1320.111] (**) Option "xkb_variant" "dvorak,"
[  1320.111] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.112] (II) event16 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[  1320.112] (II) event16 - Asus Wireless Radio Control: device is a keyboard
[  1320.112] (II) config/udev: Adding input device Video Bus (/dev/input/event22)
[  1320.112] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1320.112] (**) Video Bus: Applying InputClass "system-keyboard"
[  1320.112] (II) Using input driver 'libinput' for 'Video Bus'
[  1320.113] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 37 paused 0
[  1320.113] (**) Video Bus: always reports core events
[  1320.113] (**) Option "Device" "/dev/input/event22"
[  1320.113] (**) Option "_source" "server/udev"
[  1320.113] (II) event22 - Video Bus: is tagged by udev as: Keyboard
[  1320.113] (II) event22 - Video Bus: device is a keyboard
[  1320.113] (II) event22 - Video Bus: device removed
[  1320.113] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input26/event22"
[  1320.113] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  1320.113] (**) Option "xkb_model" "pc105"
[  1320.113] (**) Option "xkb_layout" "us,us"
[  1320.113] (**) Option "xkb_variant" "dvorak,"
[  1320.113] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.114] (II) event22 - Video Bus: is tagged by udev as: Keyboard
[  1320.114] (II) event22 - Video Bus: device is a keyboard
[  1320.114] (II) config/udev: Adding input device Video Bus (/dev/input/event24)
[  1320.114] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1320.114] (**) Video Bus: Applying InputClass "system-keyboard"
[  1320.114] (II) Using input driver 'libinput' for 'Video Bus'
[  1320.115] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 38 paused 0
[  1320.115] (**) Video Bus: always reports core events
[  1320.115] (**) Option "Device" "/dev/input/event24"
[  1320.115] (**) Option "_source" "server/udev"
[  1320.116] (II) event24 - Video Bus: is tagged by udev as: Keyboard
[  1320.116] (II) event24 - Video Bus: device is a keyboard
[  1320.116] (II) event24 - Video Bus: device removed
[  1320.116] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input27/event24"
[  1320.116] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[  1320.116] (**) Option "xkb_model" "pc105"
[  1320.116] (**) Option "xkb_layout" "us,us"
[  1320.116] (**) Option "xkb_variant" "dvorak,"
[  1320.116] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.116] (II) event24 - Video Bus: is tagged by udev as: Keyboard
[  1320.116] (II) event24 - Video Bus: device is a keyboard
[  1320.117] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1320.117] (II) No input driver specified, ignoring this device.
[  1320.117] (II) This device may have been added with another device file.
[  1320.117] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1320.117] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1320.117] (**) Power Button: Applying InputClass "system-keyboard"
[  1320.117] (II) Using input driver 'libinput' for 'Power Button'
[  1320.118] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 39 paused 0
[  1320.118] (**) Power Button: always reports core events
[  1320.118] (**) Option "Device" "/dev/input/event2"
[  1320.118] (**) Option "_source" "server/udev"
[  1320.118] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1320.118] (II) event2  - Power Button: device is a keyboard
[  1320.118] (II) event2  - Power Button: device removed
[  1320.118] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[  1320.118] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[  1320.118] (**) Option "xkb_model" "pc105"
[  1320.118] (**) Option "xkb_layout" "us,us"
[  1320.118] (**) Option "xkb_variant" "dvorak,"
[  1320.118] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.119] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1320.119] (II) event2  - Power Button: device is a keyboard
[  1320.119] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  1320.119] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1320.119] (**) Sleep Button: Applying InputClass "system-keyboard"
[  1320.119] (II) Using input driver 'libinput' for 'Sleep Button'
[  1320.120] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 40 paused 0
[  1320.120] (**) Sleep Button: always reports core events
[  1320.120] (**) Option "Device" "/dev/input/event1"
[  1320.120] (**) Option "_source" "server/udev"
[  1320.120] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  1320.120] (II) event1  - Sleep Button: device is a keyboard
[  1320.121] (II) event1  - Sleep Button: device removed
[  1320.121] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[  1320.121] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[  1320.121] (**) Option "xkb_model" "pc105"
[  1320.121] (**) Option "xkb_layout" "us,us"
[  1320.121] (**) Option "xkb_variant" "dvorak,"
[  1320.121] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.121] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  1320.121] (II) event1  - Sleep Button: device is a keyboard
[  1320.122] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event20)
[  1320.122] (II) No input driver specified, ignoring this device.
[  1320.122] (II) This device may have been added with another device file.
[  1320.122] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event21)
[  1320.122] (II) No input driver specified, ignoring this device.
[  1320.122] (II) This device may have been added with another device file.
[  1320.122] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event23)
[  1320.122] (II) No input driver specified, ignoring this device.
[  1320.122] (II) This device may have been added with another device file.
[  1320.122] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event25)
[  1320.122] (II) No input driver specified, ignoring this device.
[  1320.122] (II) This device may have been added with another device file.
[  1320.123] (II) config/udev: Adding input device HOLDCHIP USB Gaming Keyboard (/dev/input/event5)
[  1320.123] (**) HOLDCHIP USB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1320.123] (**) HOLDCHIP USB Gaming Keyboard: Applying InputClass "system-keyboard"
[  1320.123] (II) Using input driver 'libinput' for 'HOLDCHIP USB Gaming Keyboard'
[  1320.123] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 41 paused 0
[  1320.123] (**) HOLDCHIP USB Gaming Keyboard: always reports core events
[  1320.123] (**) Option "Device" "/dev/input/event5"
[  1320.123] (**) Option "_source" "server/udev"
[  1320.124] (II) event5  - HOLDCHIP USB Gaming Keyboard: is tagged by udev as: Keyboard
[  1320.124] (II) event5  - HOLDCHIP USB Gaming Keyboard: device is a keyboard
[  1320.124] (II) event5  - HOLDCHIP USB Gaming Keyboard: device removed
[  1320.124] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:04D9:0024.0001/input/input5/event5"
[  1320.124] (II) XINPUT: Adding extended input device "HOLDCHIP USB Gaming Keyboard" (type: KEYBOARD, id 12)
[  1320.124] (**) Option "xkb_model" "pc105"
[  1320.124] (**) Option "xkb_layout" "us,us"
[  1320.124] (**) Option "xkb_variant" "dvorak,"
[  1320.124] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.125] (II) event5  - HOLDCHIP USB Gaming Keyboard: is tagged by udev as: Keyboard
[  1320.125] (II) event5  - HOLDCHIP USB Gaming Keyboard: device is a keyboard
[  1320.126] (II) config/udev: Adding input device HOLDCHIP USB Gaming Keyboard System Control (/dev/input/event6)
[  1320.126] (**) HOLDCHIP USB Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  1320.126] (**) HOLDCHIP USB Gaming Keyboard System Control: Applying InputClass "system-keyboard"
[  1320.126] (II) Using input driver 'libinput' for 'HOLDCHIP USB Gaming Keyboard System Control'
[  1320.126] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 42 paused 0
[  1320.126] (**) HOLDCHIP USB Gaming Keyboard System Control: always reports core events
[  1320.126] (**) Option "Device" "/dev/input/event6"
[  1320.126] (**) Option "_source" "server/udev"
[  1320.127] (II) event6  - HOLDCHIP USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  1320.127] (II) event6  - HOLDCHIP USB Gaming Keyboard System Control: device is a keyboard
[  1320.127] (II) event6  - HOLDCHIP USB Gaming Keyboard System Control: device removed
[  1320.127] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:04D9:0024.0002/input/input6/event6"
[  1320.127] (II) XINPUT: Adding extended input device "HOLDCHIP USB Gaming Keyboard System Control" (type: KEYBOARD, id 13)
[  1320.127] (**) Option "xkb_model" "pc105"
[  1320.127] (**) Option "xkb_layout" "us,us"
[  1320.127] (**) Option "xkb_variant" "dvorak,"
[  1320.127] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.128] (II) event6  - HOLDCHIP USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  1320.128] (II) event6  - HOLDCHIP USB Gaming Keyboard System Control: device is a keyboard
[  1320.129] (II) config/udev: Adding input device HOLDCHIP USB Gaming Keyboard Consumer Control (/dev/input/event7)
[  1320.129] (**) HOLDCHIP USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1320.129] (**) HOLDCHIP USB Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[  1320.129] (II) Using input driver 'libinput' for 'HOLDCHIP USB Gaming Keyboard Consumer Control'
[  1320.129] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 43 paused 0
[  1320.129] (**) HOLDCHIP USB Gaming Keyboard Consumer Control: always reports core events
[  1320.129] (**) Option "Device" "/dev/input/event7"
[  1320.129] (**) Option "_source" "server/udev"
[  1320.130] (II) event7  - HOLDCHIP USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1320.130] (II) event7  - HOLDCHIP USB Gaming Keyboard Consumer Control: device is a keyboard
[  1320.130] (II) event7  - HOLDCHIP USB Gaming Keyboard Consumer Control: device removed
[  1320.130] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:04D9:0024.0002/input/input7/event7"
[  1320.130] (II) XINPUT: Adding extended input device "HOLDCHIP USB Gaming Keyboard Consumer Control" (type: KEYBOARD, id 14)
[  1320.130] (**) Option "xkb_model" "pc105"
[  1320.130] (**) Option "xkb_layout" "us,us"
[  1320.130] (**) Option "xkb_variant" "dvorak,"
[  1320.130] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.131] (II) event7  - HOLDCHIP USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1320.132] (II) event7  - HOLDCHIP USB Gaming Keyboard Consumer Control: device is a keyboard
[  1320.132] (II) config/udev: Adding input device HOLDCHIP USB Gaming Keyboard (/dev/input/event8)
[  1320.132] (**) HOLDCHIP USB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1320.132] (**) HOLDCHIP USB Gaming Keyboard: Applying InputClass "system-keyboard"
[  1320.132] (II) Using input driver 'libinput' for 'HOLDCHIP USB Gaming Keyboard'
[  1320.133] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[  1320.133] (**) HOLDCHIP USB Gaming Keyboard: always reports core events
[  1320.133] (**) Option "Device" "/dev/input/event8"
[  1320.133] (**) Option "_source" "server/udev"
[  1320.133] (II) event8  - HOLDCHIP USB Gaming Keyboard: is tagged by udev as: Keyboard
[  1320.133] (II) event8  - HOLDCHIP USB Gaming Keyboard: device is a keyboard
[  1320.134] (II) event8  - HOLDCHIP USB Gaming Keyboard: device removed
[  1320.134] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:04D9:0024.0002/input/input8/event8"
[  1320.134] (II) XINPUT: Adding extended input device "HOLDCHIP USB Gaming Keyboard" (type: KEYBOARD, id 15)
[  1320.134] (**) Option "xkb_model" "pc105"
[  1320.134] (**) Option "xkb_layout" "us,us"
[  1320.134] (**) Option "xkb_variant" "dvorak,"
[  1320.134] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.134] (II) event8  - HOLDCHIP USB Gaming Keyboard: is tagged by udev as: Keyboard
[  1320.135] (II) event8  - HOLDCHIP USB Gaming Keyboard: device is a keyboard
[  1320.135] (II) config/udev: Adding input device Logitech Wireless Mouse PID:b007 (/dev/input/event256)
[  1320.135] (**) Logitech Wireless Mouse PID:b007: Applying InputClass "libinput pointer catchall"
[  1320.135] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse PID:b007'
[  1320.136] (II) systemd-logind: got fd for /dev/input/event256 13:256 fd 45 paused 0
[  1320.136] (**) Logitech Wireless Mouse PID:b007: always reports core events
[  1320.136] (**) Option "Device" "/dev/input/event256"
[  1320.136] (**) Option "_source" "server/udev"
[  1320.137] (II) event256 - Logitech Wireless Mouse PID:b007: is tagged by udev as: Mouse
[  1320.137] (II) event256 - Logitech Wireless Mouse PID:b007: device is a pointer
[  1320.137] (II) event256 - Logitech Wireless Mouse PID:b007: device removed
[  1320.137] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.3/1-5.3:1.0/0003:046D:C71C.0009/0003:046D:B007.000A/input/input45/event256"
[  1320.137] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse PID:b007" (type: MOUSE, id 16)
[  1320.137] (**) Option "AccelerationScheme" "none"
[  1320.137] (**) Logitech Wireless Mouse PID:b007: (accel) selected scheme none/0
[  1320.137] (**) Logitech Wireless Mouse PID:b007: (accel) acceleration factor: 2.000
[  1320.137] (**) Logitech Wireless Mouse PID:b007: (accel) acceleration threshold: 4
[  1320.138] (II) event256 - Logitech Wireless Mouse PID:b007: is tagged by udev as: Mouse
[  1320.138] (II) event256 - Logitech Wireless Mouse PID:b007: device is a pointer
[  1320.139] (II) config/udev: Adding input device Logitech Wireless Mouse PID:b007 (/dev/input/mouse2)
[  1320.139] (II) No input driver specified, ignoring this device.
[  1320.139] (II) This device may have been added with another device file.
[  1320.139] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event9)
[  1320.139] (**) ASUSTeK Computer Inc. N-KEY Device: Applying InputClass "libinput keyboard catchall"
[  1320.139] (**) ASUSTeK Computer Inc. N-KEY Device: Applying InputClass "system-keyboard"
[  1320.139] (II) Using input driver 'libinput' for 'ASUSTeK Computer Inc. N-KEY Device'
[  1320.140] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 46 paused 0
[  1320.140] (**) ASUSTeK Computer Inc. N-KEY Device: always reports core events
[  1320.140] (**) Option "Device" "/dev/input/event9"
[  1320.140] (**) Option "_source" "server/udev"
[  1320.141] (II) event9  - ASUSTeK Computer Inc. N-KEY Device: is tagged by udev as: Keyboard
[  1320.141] (II) event9  - ASUSTeK Computer Inc. N-KEY Device: device is a keyboard
[  1320.141] (II) event9  - ASUSTeK Computer Inc. N-KEY Device: device removed
[  1320.141] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0B05:1866.0004/input/input9/event9"
[  1320.141] (II) XINPUT: Adding extended input device "ASUSTeK Computer Inc. N-KEY Device" (type: KEYBOARD, id 17)
[  1320.141] (**) Option "xkb_model" "pc105"
[  1320.141] (**) Option "xkb_layout" "us,us"
[  1320.141] (**) Option "xkb_variant" "dvorak,"
[  1320.141] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.142] (II) event9  - ASUSTeK Computer Inc. N-KEY Device: is tagged by udev as: Keyboard
[  1320.142] (II) event9  - ASUSTeK Computer Inc. N-KEY Device: device is a keyboard
[  1320.142] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event10)
[  1320.142] (**) ASUSTeK Computer Inc. N-KEY Device: Applying InputClass "libinput keyboard catchall"
[  1320.142] (**) ASUSTeK Computer Inc. N-KEY Device: Applying InputClass "system-keyboard"
[  1320.142] (II) Using input driver 'libinput' for 'ASUSTeK Computer Inc. N-KEY Device'
[  1320.143] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 47 paused 0
[  1320.143] (**) ASUSTeK Computer Inc. N-KEY Device: always reports core events
[  1320.143] (**) Option "Device" "/dev/input/event10"
[  1320.143] (**) Option "_source" "server/udev"
[  1320.144] (II) event10 - ASUSTeK Computer Inc. N-KEY Device: is tagged by udev as: Keyboard
[  1320.144] (II) event10 - ASUSTeK Computer Inc. N-KEY Device: device is a keyboard
[  1320.144] (II) event10 - ASUSTeK Computer Inc. N-KEY Device: device removed
[  1320.144] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1866.0005/input/input10/event10"
[  1320.144] (II) XINPUT: Adding extended input device "ASUSTeK Computer Inc. N-KEY Device" (type: KEYBOARD, id 18)
[  1320.144] (**) Option "xkb_model" "pc105"
[  1320.144] (**) Option "xkb_layout" "us,us"
[  1320.144] (**) Option "xkb_variant" "dvorak,"
[  1320.144] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.145] (II) event10 - ASUSTeK Computer Inc. N-KEY Device: is tagged by udev as: Keyboard
[  1320.145] (II) event10 - ASUSTeK Computer Inc. N-KEY Device: device is a keyboard
[  1320.145] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event11)
[  1320.145] (II) No input driver specified, ignoring this device.
[  1320.145] (II) This device may have been added with another device file.
[  1320.146] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device Consumer Control (/dev/input/event12)
[  1320.146] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1320.146] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: Applying InputClass "system-keyboard"
[  1320.146] (II) Using input driver 'libinput' for 'ASUSTeK Computer Inc. N-KEY Device Consumer Control'
[  1320.146] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 48 paused 0
[  1320.146] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: always reports core events
[  1320.146] (**) Option "Device" "/dev/input/event12"
[  1320.146] (**) Option "_source" "server/udev"
[  1320.147] (II) event12 - ASUSTeK Computer Inc. N-KEY Device Consumer Control: is tagged by udev as: Keyboard
[  1320.147] (II) event12 - ASUSTeK Computer Inc. N-KEY Device Consumer Control: device is a keyboard
[  1320.147] (II) event12 - ASUSTeK Computer Inc. N-KEY Device Consumer Control: device removed
[  1320.147] (II) libinput: ASUSTeK Computer Inc. N-KEY Device Consumer Control: needs a virtual subdevice
[  1320.147] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:0B05:1866.0006/input/input12/event12"
[  1320.147] (II) XINPUT: Adding extended input device "ASUSTeK Computer Inc. N-KEY Device Consumer Control" (type: MOUSE, id 19)
[  1320.147] (**) Option "AccelerationScheme" "none"
[  1320.148] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: (accel) selected scheme none/0
[  1320.148] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: (accel) acceleration factor: 2.000
[  1320.148] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: (accel) acceleration threshold: 4
[  1320.148] (II) event12 - ASUSTeK Computer Inc. N-KEY Device Consumer Control: is tagged by udev as: Keyboard
[  1320.148] (II) event12 - ASUSTeK Computer Inc. N-KEY Device Consumer Control: device is a keyboard
[  1320.149] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event14)
[  1320.149] (II) No input driver specified, ignoring this device.
[  1320.149] (II) This device may have been added with another device file.
[  1320.149] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event15)
[  1320.149] (II) No input driver specified, ignoring this device.
[  1320.149] (II) This device may have been added with another device file.
[  1320.150] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/event18)
[  1320.150] (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "libinput pointer catchall"
[  1320.150] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Mouse'
[  1320.150] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 49 paused 0
[  1320.150] (**) ELAN1203:00 04F3:307A Mouse: always reports core events
[  1320.150] (**) Option "Device" "/dev/input/event18"
[  1320.150] (**) Option "_source" "server/udev"
[  1320.151] (II) event18 - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[  1320.151] (II) event18 - ELAN1203:00 04F3:307A Mouse: device is a pointer
[  1320.152] (II) event18 - ELAN1203:00 04F3:307A Mouse: device removed
[  1320.152] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1203:00/0018:04F3:307A.0008/input/input29/event18"
[  1320.152] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Mouse" (type: MOUSE, id 20)
[  1320.152] (**) Option "AccelerationScheme" "none"
[  1320.152] (**) ELAN1203:00 04F3:307A Mouse: (accel) selected scheme none/0
[  1320.152] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration factor: 2.000
[  1320.152] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration threshold: 4
[  1320.153] (II) event18 - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[  1320.153] (II) event18 - ELAN1203:00 04F3:307A Mouse: device is a pointer
[  1320.154] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/mouse0)
[  1320.154] (II) No input driver specified, ignoring this device.
[  1320.154] (II) This device may have been added with another device file.
[  1320.155] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/event19)
[  1320.155] (**) ELAN1203:00 04F3:307A Touchpad: Applying InputClass "libinput touchpad catchall"
[  1320.155] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Touchpad'
[  1320.155] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 50 paused 0
[  1320.155] (**) ELAN1203:00 04F3:307A Touchpad: always reports core events
[  1320.155] (**) Option "Device" "/dev/input/event19"
[  1320.155] (**) Option "_source" "server/udev"
[  1320.156] (II) event19 - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[  1320.157] (II) event19 - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[  1320.157] (II) event19 - ELAN1203:00 04F3:307A Touchpad: device removed
[  1320.157] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1203:00/0018:04F3:307A.0008/input/input30/event19"
[  1320.157] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Touchpad" (type: TOUCHPAD, id 21)
[  1320.157] (**) Option "AccelerationScheme" "none"
[  1320.157] (**) ELAN1203:00 04F3:307A Touchpad: (accel) selected scheme none/0
[  1320.157] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration factor: 2.000
[  1320.157] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration threshold: 4
[  1320.158] (II) event19 - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[  1320.159] (II) event19 - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[  1320.159] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/mouse1)
[  1320.159] (II) No input driver specified, ignoring this device.
[  1320.159] (II) This device may have been added with another device file.
[  1320.159] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event26)
[  1320.159] (II) No input driver specified, ignoring this device.
[  1320.159] (II) This device may have been added with another device file.
[  1320.160] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event27)
[  1320.160] (II) No input driver specified, ignoring this device.
[  1320.160] (II) This device may have been added with another device file.
[  1320.160] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event28)
[  1320.160] (II) No input driver specified, ignoring this device.
[  1320.160] (II) This device may have been added with another device file.
[  1320.160] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event29)
[  1320.160] (II) No input driver specified, ignoring this device.
[  1320.160] (II) This device may have been added with another device file.
[  1320.160] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event30)
[  1320.160] (II) No input driver specified, ignoring this device.
[  1320.160] (II) This device may have been added with another device file.
[  1320.160] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event31)
[  1320.160] (II) No input driver specified, ignoring this device.
[  1320.160] (II) This device may have been added with another device file.
[  1320.161] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event13)
[  1320.161] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1320.161] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[  1320.161] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[  1320.161] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 51 paused 0
[  1320.161] (**) Asus WMI hotkeys: always reports core events
[  1320.161] (**) Option "Device" "/dev/input/event13"
[  1320.161] (**) Option "_source" "server/udev"
[  1320.162] (II) event13 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  1320.162] (II) event13 - Asus WMI hotkeys: device is a keyboard
[  1320.162] (II) event13 - Asus WMI hotkeys: device removed
[  1320.162] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input28/event13"
[  1320.162] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 22)
[  1320.162] (**) Option "xkb_model" "pc105"
[  1320.162] (**) Option "xkb_layout" "us,us"
[  1320.162] (**) Option "xkb_variant" "dvorak,"
[  1320.162] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.162] (II) event13 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  1320.162] (II) event13 - Asus WMI hotkeys: device is a keyboard
[  1320.163] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[  1320.163] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1320.163] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[  1320.163] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1320.163] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 52 paused 0
[  1320.163] (**) AT Translated Set 2 keyboard: always reports core events
[  1320.163] (**) Option "Device" "/dev/input/event4"
[  1320.163] (**) Option "_source" "server/udev"
[  1320.164] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1320.164] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  1320.165] (II) event4  - AT Translated Set 2 keyboard: device removed
[  1320.165] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[  1320.165] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 23)
[  1320.165] (**) Option "xkb_model" "pc105"
[  1320.165] (**) Option "xkb_layout" "us,us"
[  1320.165] (**) Option "xkb_variant" "dvorak,"
[  1320.165] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.166] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1320.166] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  1320.167] (II) config/udev: Adding input device PC Speaker (/dev/input/event17)
[  1320.167] (II) No input driver specified, ignoring this device.
[  1320.167] (II) This device may have been added with another device file.
[  1320.169] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1320.169] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: Applying InputClass "system-keyboard"
[  1320.169] (II) Using input driver 'libinput' for 'ASUSTeK Computer Inc. N-KEY Device Consumer Control'
[  1320.169] (II) systemd-logind: returning pre-existing fd for /dev/input/event12 13:76
[  1320.169] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: always reports core events
[  1320.169] (**) Option "Device" "/dev/input/event12"
[  1320.169] (**) Option "_source" "_driver/libinput"
[  1320.169] (II) libinput: ASUSTeK Computer Inc. N-KEY Device Consumer Control: is a virtual subdevice
[  1320.169] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:0B05:1866.0006/input/input12/event12"
[  1320.169] (II) XINPUT: Adding extended input device "ASUSTeK Computer Inc. N-KEY Device Consumer Control" (type: KEYBOARD, id 24)
[  1320.169] (**) Option "xkb_model" "pc105"
[  1320.169] (**) Option "xkb_layout" "us,us"
[  1320.169] (**) Option "xkb_variant" "dvorak,"
[  1320.169] (**) Option "xkb_options" "ctrl:menu_rctrl,caps:swapescape,grp:shifts_toggle"
[  1320.255] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  1320.255] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  1320.255] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  1320.255] (--) NVIDIA(GPU-0): 
[  1320.285] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  1320.285] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  1320.285] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  1320.285] (--) NVIDIA(GPU-0): 
[  1320.666] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  1320.666] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  1320.666] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  1320.666] (--) NVIDIA(GPU-0): 
[  1320.832] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  1320.832] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  1320.832] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  1320.832] (--) NVIDIA(GPU-0): 
[  1322.227] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  1322.227] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  1322.227] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  1322.227] (--) NVIDIA(GPU-0): 
[  1322.256] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  1322.256] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  1322.256] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  1322.256] (--) NVIDIA(GPU-0): 
[  2525.016] (II) event256 - Logitech Wireless Mouse PID:b007: Enabling spurious button debouncing, see https://wayland.freedesktop.org/libinput/doc/1.15.4/button-debouncing.html for details
[  3797.519] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  3797.519] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  3797.519] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  3797.519] (--) NVIDIA(GPU-0): 
[  3797.551] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  3797.551] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  3797.551] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  3797.551] (--) NVIDIA(GPU-0): 
[  3801.791] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  3801.791] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  3801.791] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  3801.791] (--) NVIDIA(GPU-0): 
[  3801.822] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  3801.822] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  3801.822] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  3801.822] (--) NVIDIA(GPU-0): 
[  3801.853] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  3801.853] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  3801.853] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  3801.853] (--) NVIDIA(GPU-0): 
[  3814.836] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  3814.836] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  3814.836] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  3814.836] (--) NVIDIA(GPU-0): 
[  3814.865] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  3814.865] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  3814.865] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  3814.865] (--) NVIDIA(GPU-0): 
[  3817.291] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  3817.291] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  3817.291] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  3817.291] (--) NVIDIA(GPU-0): 
[  3817.322] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  3817.322] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  3817.322] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  3817.322] (--) NVIDIA(GPU-0): 
[  4052.771] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  4052.771] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  4052.771] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  4052.771] (--) NVIDIA(GPU-0): 
[  6202.746] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  6202.746] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  6202.746] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  6202.746] (--) NVIDIA(GPU-0): 
[  6558.313] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  6558.313] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  6558.313] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  6558.313] (--) NVIDIA(GPU-0): 
[  7642.086] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  7642.086] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  7642.086] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock
[  7642.086] (--) NVIDIA(GPU-0): 

From this log, I noticed the following:

[  1318.980] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  1318.980] (--) NVIDIA(0):     DFP-0 (boot)
[  1318.981] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1650 (TU117-A) at PCI:1:0:0 (GPU-0)
[  1318.981] (--) NVIDIA(0): Memory: 4194304 kBytes
[  1318.981] (--) NVIDIA(0): VideoBIOS: 90.17.15.00.1d
[  1318.981] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1319.010] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): connected
[  1319.010] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): Internal TMDS
[  1319.010] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-0): 600.0 MHz maximum pixel clock

I think this means that 1:0:0, which was the Nvidia GPU, was being connected to the external monitor (LG) right?

Last edited by yorkz (2020-03-23 14:29:34)

Offline

#15 2020-03-25 14:40:06

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Xorg hangs with minimal configuration

Yes and changing that through software is only possible through custom commands when both videocards are active.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB