You are not logged in.
Pages: 1
I am attempting to get a second display working. I have two monitors, both outputs are using DisplayPort. I can get only one of them to display.
My output for xrandr looks like this:
[alex@lambda ~]$ xrandr
Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 32767 x 32767
DP-0 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
3840x2160 60.00*+ 119.91 59.94 50.00 30.00 29.97 25.00 23.98
2560x1440 143.63 120.00
1920x2160 143.84
1920x1080 143.56 119.88 60.00 59.94 50.00
1680x1050 59.95
1440x900 59.89
1280x1024 60.02
1280x960 60.00
1280x800 59.81
1280x720 60.00 59.94 50.00
1024x768 60.00
800x600 75.00 60.32 56.25
720x576 50.00
720x480 59.94
640x480 59.94 59.93
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
USB-C-0 disconnected (normal left inverted right x axis y axis)nvidia-settiings also only lists one display.
I have tried to get my xorg.conf configured properly, but it hasn't helped, although, that could be because I don't have a strong enough grasp of it.
Regardless, here is the contents of my xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 440.64
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "DPLeft"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "DPRight1"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
Option "RightOf" "DPLeft"
EndSection
Section "Device"
Identifier "Device0"
Option "Monitor-DP-0" "DPLeft"
Option "Monitor-DP-1" "DPRight1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "DPLeft"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSectionWhile I am not 100% sure which port is which, I have tried swapping in each of them for the "DPRight" monitor.
For completeness sake, here is also my /var/log/Xorg.0.log
[ 5.743]
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[ 5.743] Build Operating System: Linux Arch Linux
[ 5.743] Current Operating System: Linux lambda 5.5.9-arch1-2 #1 SMP PREEMPT Thu, 12 Mar 2020 23:01:33 +0000 x86_64
[ 5.743] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e7ea8788-6f26-436f-bff7-f0539cbd0c94 rw loglevel=3 quiet
[ 5.743] Build Date: 14 January 2020 07:13:52AM
[ 5.743]
[ 5.743] Current version of pixman: 0.38.4
[ 5.743] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 5.743] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 5.743] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 19 02:30:09 2020
[ 5.745] (==) Using config file: "/etc/X11/xorg.conf"
[ 5.745] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 5.745] (==) ServerLayout "Layout0"
[ 5.745] (**) |-->Screen "Screen0" (0)
[ 5.745] (**) | |-->Monitor "Monitor0"
[ 5.745] (**) | |-->Device "Device0"
[ 5.746] (**) |-->Input Device "Keyboard0"
[ 5.746] (**) |-->Input Device "Mouse0"
[ 5.746] (==) Automatically adding devices
[ 5.746] (==) Automatically enabling devices
[ 5.746] (==) Automatically adding GPU devices
[ 5.746] (==) Automatically binding GPU devices
[ 5.746] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 5.746] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[ 5.746] Entry deleted from font path.
[ 5.746] (Run 'mkfontdir' on "/usr/share/fonts/misc").
[ 5.746] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 5.746] Entry deleted from font path.
[ 5.746] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 5.746] Entry deleted from font path.
[ 5.746] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 5.746] Entry deleted from font path.
[ 5.747] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 5.747] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 5.747] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 5.747] (WW) Disabling Keyboard0
[ 5.747] (WW) Disabling Mouse0
[ 5.747] (II) Module ABI versions:
[ 5.747] X.Org ANSI C Emulation: 0.4
[ 5.747] X.Org Video Driver: 24.1
[ 5.747] X.Org XInput driver : 24.1
[ 5.747] X.Org Server Extension : 10.0
[ 5.748] (++) using VT number 7
[ 5.748] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 5.748] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 5.749] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 5.755] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 5.755] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 5.761] (--) PCI: (11@0:0:0) 10de:1e07:3842:2282 rev 161, Mem @ 0xc0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 5.761] (--) PCI:*(67@0:0:0) 10de:1e07:19da:1503 rev 161, Mem @ 0x9c000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00008000/128, BIOS @ 0x????????/131072
[ 5.761] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 5.761] (II) LoadModule: "glx"
[ 5.762] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 5.767] (II) Module glx: vendor="X.Org Foundation"
[ 5.767] compiled for 1.20.7, module version = 1.0.0
[ 5.767] ABI class: X.Org Server Extension, version 10.0
[ 5.767] (II) LoadModule: "nvidia"
[ 5.767] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 5.770] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 5.770] compiled for 1.6.99.901, module version = 1.0.0
[ 5.770] Module class: X.Org Video Driver
[ 5.771] (II) NVIDIA dlloader X Driver 440.64 Fri Feb 21 00:49:33 UTC 2020
[ 5.771] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 5.773] (II) Loading sub module "fb"
[ 5.773] (II) LoadModule: "fb"
[ 5.773] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 5.774] (II) Module fb: vendor="X.Org Foundation"
[ 5.774] compiled for 1.20.7, module version = 1.0.0
[ 5.774] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5.774] (II) Loading sub module "wfb"
[ 5.774] (II) LoadModule: "wfb"
[ 5.774] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 5.775] (II) Module wfb: vendor="X.Org Foundation"
[ 5.775] compiled for 1.20.7, module version = 1.0.0
[ 5.775] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5.775] (II) Loading sub module "ramdac"
[ 5.775] (II) LoadModule: "ramdac"
[ 5.775] (II) Module "ramdac" already built-in
[ 5.864] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 5.864] (==) NVIDIA(0): RGB weight 888
[ 5.864] (==) NVIDIA(0): Default visual is TrueColor
[ 5.864] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 5.867] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 5.867] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 5.867] (**) NVIDIA(0): Enabling 2D acceleration
[ 5.867] (II) Loading sub module "glxserver_nvidia"
[ 5.867] (II) LoadModule: "glxserver_nvidia"
[ 5.867] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 5.888] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 5.888] compiled for 1.6.99.901, module version = 1.0.0
[ 5.888] Module class: X.Org Server Extension
[ 5.889] (II) NVIDIA GLX Module 440.64 Fri Feb 21 00:46:14 UTC 2020
[ 5.889] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 7.129] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:67:0:0
[ 7.129] (--) NVIDIA(0): DFP-0 (boot)
[ 7.129] (--) NVIDIA(0): DFP-1
[ 7.129] (--) NVIDIA(0): DFP-2
[ 7.129] (--) NVIDIA(0): DFP-3
[ 7.129] (--) NVIDIA(0): DFP-4
[ 7.129] (--) NVIDIA(0): DFP-5
[ 7.129] (--) NVIDIA(0): DFP-6
[ 7.129] (--) NVIDIA(0): DFP-7
[ 7.130] (II) NVIDIA(0): NVIDIA GPU GeForce RTX 2080 Ti (TU102-A) at PCI:67:0:0
[ 7.130] (II) NVIDIA(0): (GPU-0)
[ 7.130] (--) NVIDIA(0): Memory: 11534336 kBytes
[ 7.130] (--) NVIDIA(0): VideoBIOS: 90.02.0b.00.4a
[ 7.130] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 7.131] (--) NVIDIA(GPU-0): Acer XV273K (DFP-0): connected
[ 7.131] (--) NVIDIA(GPU-0): Acer XV273K (DFP-0): Internal DisplayPort
[ 7.131] (--) NVIDIA(GPU-0): Acer XV273K (DFP-0): 2660.0 MHz maximum pixel clock
[ 7.131] (--) NVIDIA(GPU-0):
[ 7.133] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 7.133] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 7.133] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 7.133] (--) NVIDIA(GPU-0):
[ 7.133] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 7.133] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 7.133] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 7.133] (--) NVIDIA(GPU-0):
[ 7.133] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 7.133] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 7.133] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[ 7.133] (--) NVIDIA(GPU-0):
[ 7.133] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 7.133] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 7.133] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 7.133] (--) NVIDIA(GPU-0):
[ 7.133] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 7.133] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 7.133] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[ 7.133] (--) NVIDIA(GPU-0):
[ 7.133] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 7.133] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 7.133] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 7.133] (--) NVIDIA(GPU-0):
[ 7.133] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 7.133] (--) NVIDIA(GPU-0): DFP-7: Internal DisplayPort
[ 7.133] (--) NVIDIA(GPU-0): DFP-7: 2660.0 MHz maximum pixel clock
[ 7.133] (--) NVIDIA(GPU-0):
[ 7.183] (==) NVIDIA(0):
[ 7.183] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 7.183] (==) NVIDIA(0): will be used as the requested mode.
[ 7.183] (==) NVIDIA(0):
[ 7.184] (II) NVIDIA(0): Validated MetaModes:
[ 7.184] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
[ 7.184] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 2160
[ 7.244] (--) NVIDIA(0): DPI set to (162, 161); computed from "UseEdidDpi" X config
[ 7.244] (--) NVIDIA(0): option
[ 7.244] (**) NVIDIA(G0): Depth 24, (--) framebuffer bpp 32
[ 7.244] (==) NVIDIA(G0): RGB weight 888
[ 7.244] (==) NVIDIA(G0): Default visual is TrueColor
[ 7.244] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 7.244] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 7.244] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 7.244] (**) NVIDIA(G0): Enabling 2D acceleration
[ 7.244] (EE) NVIDIA(G0): GPU screens are not yet supported by the NVIDIA driver
[ 7.244] (EE) NVIDIA(G0): Failing initialization of X screen
[ 7.244] (II) UnloadModule: "nvidia"
[ 7.244] (II) UnloadSubModule: "wfb"
[ 7.244] (II) UnloadSubModule: "fb"
[ 8.266] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:11:0:0
[ 8.266] (--) NVIDIA(0): DFP-0
[ 8.266] (--) NVIDIA(0): DFP-1
[ 8.266] (--) NVIDIA(0): DFP-2
[ 8.266] (--) NVIDIA(0): DFP-3
[ 8.266] (--) NVIDIA(0): DFP-4
[ 8.266] (--) NVIDIA(0): DFP-5
[ 8.266] (--) NVIDIA(0): DFP-6
[ 8.266] (--) NVIDIA(0): DFP-7
[ 8.267] (--) NVIDIA(GPU-1): DFP-0: disconnected
[ 8.267] (--) NVIDIA(GPU-1): DFP-0: Internal DisplayPort
[ 8.267] (--) NVIDIA(GPU-1): DFP-0: 2660.0 MHz maximum pixel clock
[ 8.267] (--) NVIDIA(GPU-1):
[ 8.268] (--) NVIDIA(GPU-1): DFP-1: disconnected
[ 8.268] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[ 8.268] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[ 8.268] (--) NVIDIA(GPU-1):
[ 8.268] (--) NVIDIA(GPU-1): DFP-2: disconnected
[ 8.268] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[ 8.268] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[ 8.268] (--) NVIDIA(GPU-1):
[ 8.268] (--) NVIDIA(GPU-1): DFP-3: disconnected
[ 8.268] (--) NVIDIA(GPU-1): DFP-3: Internal DisplayPort
[ 8.268] (--) NVIDIA(GPU-1): DFP-3: 2660.0 MHz maximum pixel clock
[ 8.268] (--) NVIDIA(GPU-1):
[ 8.268] (--) NVIDIA(GPU-1): DFP-4: disconnected
[ 8.268] (--) NVIDIA(GPU-1): DFP-4: Internal TMDS
[ 8.268] (--) NVIDIA(GPU-1): DFP-4: 165.0 MHz maximum pixel clock
[ 8.268] (--) NVIDIA(GPU-1):
[ 8.268] (--) NVIDIA(GPU-1): DFP-5: disconnected
[ 8.268] (--) NVIDIA(GPU-1): DFP-5: Internal DisplayPort
[ 8.268] (--) NVIDIA(GPU-1): DFP-5: 2660.0 MHz maximum pixel clock
[ 8.268] (--) NVIDIA(GPU-1):
[ 8.268] (--) NVIDIA(GPU-1): DFP-6: disconnected
[ 8.268] (--) NVIDIA(GPU-1): DFP-6: Internal TMDS
[ 8.268] (--) NVIDIA(GPU-1): DFP-6: 165.0 MHz maximum pixel clock
[ 8.268] (--) NVIDIA(GPU-1):
[ 8.268] (--) NVIDIA(GPU-1): DFP-7: disconnected
[ 8.268] (--) NVIDIA(GPU-1): DFP-7: Internal DisplayPort
[ 8.268] (--) NVIDIA(GPU-1): DFP-7: 2660.0 MHz maximum pixel clock
[ 8.268] (--) NVIDIA(GPU-1):
[ 8.307] (II) NVIDIA(GPU-1): NVIDIA GPU GeForce RTX 2080 Ti (TU102-A) at PCI:11:0:0
[ 8.307] (II) NVIDIA(GPU-1): (GPU-1)
[ 8.307] (--) NVIDIA(GPU-1): Memory: 11534336 kBytes
[ 8.307] (--) NVIDIA(GPU-1): VideoBIOS: 90.02.17.00.8c
[ 8.307] (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
[ 8.308] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[ 8.308] (II) NVIDIA: access.
[ 8.315] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 8.315] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 8.315] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 8.315] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 8.315] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 8.315] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 8.315] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 8.315] (II) NVIDIA(0): Config Options in the README.
[ 8.632] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[ 9.910] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 9.910] (==) NVIDIA(0): Backing store enabled
[ 9.910] (==) NVIDIA(0): Silken mouse disabled
[ 9.910] (**) NVIDIA(0): DPMS enabled
[ 9.910] (II) Loading sub module "dri2"
[ 9.910] (II) LoadModule: "dri2"
[ 9.910] (II) Module "dri2" already built-in
[ 9.910] (II) NVIDIA(0): [DRI2] Setup complete
[ 9.910] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 9.911] (II) Initializing extension Generic Event Extension
[ 9.911] (II) Initializing extension SHAPE
[ 9.911] (II) Initializing extension MIT-SHM
[ 9.911] (II) Initializing extension XInputExtension
[ 9.911] (II) Initializing extension XTEST
[ 9.911] (II) Initializing extension BIG-REQUESTS
[ 9.911] (II) Initializing extension SYNC
[ 9.911] (II) Initializing extension XKEYBOARD
[ 9.911] (II) Initializing extension XC-MISC
[ 9.911] (II) Initializing extension SECURITY
[ 9.911] (II) Initializing extension XFIXES
[ 9.911] (II) Initializing extension RENDER
[ 9.911] (II) Initializing extension RANDR
[ 9.912] (II) Initializing extension COMPOSITE
[ 9.912] (II) Initializing extension DAMAGE
[ 9.912] (II) Initializing extension MIT-SCREEN-SAVER
[ 9.912] (II) Initializing extension DOUBLE-BUFFER
[ 9.912] (II) Initializing extension RECORD
[ 9.912] (II) Initializing extension DPMS
[ 9.912] (II) Initializing extension Present
[ 9.912] (II) Initializing extension DRI3
[ 9.912] (II) Initializing extension X-Resource
[ 9.912] (II) Initializing extension XVideo
[ 9.912] (II) Initializing extension XVideo-MotionCompensation
[ 9.912] (II) Initializing extension GLX
[ 9.912] (II) Initializing extension GLX
[ 9.912] (II) Indirect GLX disabled.
[ 9.912] (II) GLX: Another vendor is already registered for screen 0
[ 9.912] (II) Initializing extension XFree86-VidModeExtension
[ 9.912] (II) Initializing extension XFree86-DGA
[ 9.912] (II) Initializing extension XFree86-DRI
[ 9.912] (II) Initializing extension DRI2
[ 9.912] (II) Initializing extension NV-GLX
[ 9.912] (II) Initializing extension NV-CONTROL
[ 9.913] (II) Initializing extension XINERAMA
[ 10.006] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 10.006] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10.006] (II) LoadModule: "libinput"
[ 10.006] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 10.009] (II) Module libinput: vendor="X.Org Foundation"
[ 10.009] compiled for 1.20.5, module version = 0.29.0
[ 10.009] Module class: X.Org XInput Driver
[ 10.009] ABI class: X.Org XInput driver, version 24.1
[ 10.009] (II) Using input driver 'libinput' for 'Power Button'
[ 10.009] (**) Power Button: always reports core events
[ 10.009] (**) Option "Device" "/dev/input/event1"
[ 10.009] (**) Option "_source" "server/udev"
[ 10.013] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 10.013] (II) event1 - Power Button: device is a keyboard
[ 10.013] (II) event1 - Power Button: device removed
[ 10.036] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 10.036] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 10.037] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 10.038] (II) event1 - Power Button: device is a keyboard
[ 10.038] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 10.038] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10.038] (II) Using input driver 'libinput' for 'Power Button'
[ 10.038] (**) Power Button: always reports core events
[ 10.038] (**) Option "Device" "/dev/input/event0"
[ 10.038] (**) Option "_source" "server/udev"
[ 10.039] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 10.039] (II) event0 - Power Button: device is a keyboard
[ 10.039] (II) event0 - Power Button: device removed
[ 10.063] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 10.063] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 10.064] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 10.064] (II) event0 - Power Button: device is a keyboard
[ 10.065] (II) config/udev: Adding input device MSI CREATIN (/dev/input/event21)
[ 10.065] (II) No input driver specified, ignoring this device.
[ 10.065] (II) This device may have been added with another device file.
[ 10.066] (II) config/udev: Adding input device Input Club Keyboard - Kira PixelMap USB (/dev/input/event10)
[ 10.066] (**) Input Club Keyboard - Kira PixelMap USB: Applying InputClass "libinput keyboard catchall"
[ 10.066] (II) Using input driver 'libinput' for 'Input Club Keyboard - Kira PixelMap USB'
[ 10.066] (**) Input Club Keyboard - Kira PixelMap USB: always reports core events
[ 10.066] (**) Option "Device" "/dev/input/event10"
[ 10.066] (**) Option "_source" "server/udev"
[ 10.068] (II) event10 - Input Club Keyboard - Kira PixelMap USB: is tagged by udev as: Keyboard
[ 10.068] (II) event10 - Input Club Keyboard - Kira PixelMap USB: device is a keyboard
[ 10.068] (II) event10 - Input Club Keyboard - Kira PixelMap USB: device removed
[ 10.117] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.0/0003:308F:0013.0001/input/input10/event10"
[ 10.117] (II) XINPUT: Adding extended input device "Input Club Keyboard - Kira PixelMap USB" (type: KEYBOARD, id 8)
[ 10.119] (II) event10 - Input Club Keyboard - Kira PixelMap USB: is tagged by udev as: Keyboard
[ 10.119] (II) event10 - Input Club Keyboard - Kira PixelMap USB: device is a keyboard
[ 10.120] (II) config/udev: Adding input device Input Club Keyboard - Kira PixelMap USB (/dev/input/event11)
[ 10.120] (**) Input Club Keyboard - Kira PixelMap USB: Applying InputClass "libinput keyboard catchall"
[ 10.120] (II) Using input driver 'libinput' for 'Input Club Keyboard - Kira PixelMap USB'
[ 10.120] (**) Input Club Keyboard - Kira PixelMap USB: always reports core events
[ 10.120] (**) Option "Device" "/dev/input/event11"
[ 10.120] (**) Option "_source" "server/udev"
[ 10.121] (II) event11 - Input Club Keyboard - Kira PixelMap USB: is tagged by udev as: Keyboard
[ 10.121] (II) event11 - Input Club Keyboard - Kira PixelMap USB: device is a keyboard
[ 10.122] (II) event11 - Input Club Keyboard - Kira PixelMap USB: device removed
[ 10.183] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.1/0003:308F:0013.0002/input/input11/event11"
[ 10.183] (II) XINPUT: Adding extended input device "Input Club Keyboard - Kira PixelMap USB" (type: KEYBOARD, id 9)
[ 10.185] (II) event11 - Input Club Keyboard - Kira PixelMap USB: is tagged by udev as: Keyboard
[ 10.186] (II) event11 - Input Club Keyboard - Kira PixelMap USB: device is a keyboard
[ 10.188] (II) config/udev: Adding input device Input Club Keyboard - Kira PixelMap USB System Control (/dev/input/event12)
[ 10.188] (**) Input Club Keyboard - Kira PixelMap USB System Control: Applying InputClass "libinput keyboard catchall"
[ 10.188] (II) Using input driver 'libinput' for 'Input Club Keyboard - Kira PixelMap USB System Control'
[ 10.188] (**) Input Club Keyboard - Kira PixelMap USB System Control: always reports core events
[ 10.188] (**) Option "Device" "/dev/input/event12"
[ 10.188] (**) Option "_source" "server/udev"
[ 10.189] (II) event12 - Input Club Keyboard - Kira PixelMap USB System Control: is tagged by udev as: Keyboard
[ 10.189] (II) event12 - Input Club Keyboard - Kira PixelMap USB System Control: device is a keyboard
[ 10.190] (II) event12 - Input Club Keyboard - Kira PixelMap USB System Control: device removed
[ 10.237] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.2/0003:308F:0013.0003/input/input12/event12"
[ 10.237] (II) XINPUT: Adding extended input device "Input Club Keyboard - Kira PixelMap USB System Control" (type: KEYBOARD, id 10)
[ 10.238] (II) event12 - Input Club Keyboard - Kira PixelMap USB System Control: is tagged by udev as: Keyboard
[ 10.239] (II) event12 - Input Club Keyboard - Kira PixelMap USB System Control: device is a keyboard
[ 10.240] (II) config/udev: Adding input device Input Club Keyboard - Kira PixelMap USB Consumer Control (/dev/input/event13)
[ 10.240] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.240] (II) Using input driver 'libinput' for 'Input Club Keyboard - Kira PixelMap USB Consumer Control'
[ 10.240] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: always reports core events
[ 10.240] (**) Option "Device" "/dev/input/event13"
[ 10.240] (**) Option "_source" "server/udev"
[ 10.241] (II) event13 - Input Club Keyboard - Kira PixelMap USB Consumer Control: is tagged by udev as: Keyboard
[ 10.241] (II) event13 - Input Club Keyboard - Kira PixelMap USB Consumer Control: device is a keyboard
[ 10.242] (II) event13 - Input Club Keyboard - Kira PixelMap USB Consumer Control: device removed
[ 10.290] (II) libinput: Input Club Keyboard - Kira PixelMap USB Consumer Control: needs a virtual subdevice
[ 10.290] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.2/0003:308F:0013.0003/input/input13/event13"
[ 10.290] (II) XINPUT: Adding extended input device "Input Club Keyboard - Kira PixelMap USB Consumer Control" (type: MOUSE, id 11)
[ 10.290] (**) Option "AccelerationScheme" "none"
[ 10.290] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: (accel) selected scheme none/0
[ 10.290] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: (accel) acceleration factor: 2.000
[ 10.290] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: (accel) acceleration threshold: 4
[ 10.292] (II) event13 - Input Club Keyboard - Kira PixelMap USB Consumer Control: is tagged by udev as: Keyboard
[ 10.292] (II) event13 - Input Club Keyboard - Kira PixelMap USB Consumer Control: device is a keyboard
[ 10.293] (II) config/udev: Adding input device Input Club Keyboard - Kira PixelMap USB (/dev/input/event14)
[ 10.293] (**) Input Club Keyboard - Kira PixelMap USB: Applying InputClass "libinput pointer catchall"
[ 10.293] (II) Using input driver 'libinput' for 'Input Club Keyboard - Kira PixelMap USB'
[ 10.293] (**) Input Club Keyboard - Kira PixelMap USB: always reports core events
[ 10.293] (**) Option "Device" "/dev/input/event14"
[ 10.293] (**) Option "_source" "server/udev"
[ 10.351] (II) event14 - Input Club Keyboard - Kira PixelMap USB: is tagged by udev as: Mouse
[ 10.351] (II) event14 - Input Club Keyboard - Kira PixelMap USB: device is a pointer
[ 10.351] (II) event14 - Input Club Keyboard - Kira PixelMap USB: device removed
[ 10.396] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.5/0003:308F:0013.0004/input/input21/event14"
[ 10.396] (II) XINPUT: Adding extended input device "Input Club Keyboard - Kira PixelMap USB" (type: MOUSE, id 12)
[ 10.397] (**) Option "AccelerationScheme" "none"
[ 10.397] (**) Input Club Keyboard - Kira PixelMap USB: (accel) selected scheme none/0
[ 10.397] (**) Input Club Keyboard - Kira PixelMap USB: (accel) acceleration factor: 2.000
[ 10.397] (**) Input Club Keyboard - Kira PixelMap USB: (accel) acceleration threshold: 4
[ 10.454] (II) event14 - Input Club Keyboard - Kira PixelMap USB: is tagged by udev as: Mouse
[ 10.455] (II) event14 - Input Club Keyboard - Kira PixelMap USB: device is a pointer
[ 10.455] (II) config/udev: Adding input device Input Club Keyboard - Kira PixelMap USB (/dev/input/mouse0)
[ 10.455] (II) No input driver specified, ignoring this device.
[ 10.455] (II) This device may have been added with another device file.
[ 10.456] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event15)
[ 10.456] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput pointer catchall"
[ 10.456] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 10.456] (**) Razer Razer DeathAdder Elite: always reports core events
[ 10.456] (**) Option "Device" "/dev/input/event15"
[ 10.456] (**) Option "_source" "server/udev"
[ 10.514] (II) event15 - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 10.515] (II) event15 - Razer Razer DeathAdder Elite: device is a pointer
[ 10.515] (II) event15 - Razer Razer DeathAdder Elite: device removed
[ 10.557] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-6/1-6:1.0/0003:1532:005C.0005/input/input22/event15"
[ 10.557] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: MOUSE, id 13)
[ 10.557] (**) Option "AccelerationScheme" "none"
[ 10.557] (**) Razer Razer DeathAdder Elite: (accel) selected scheme none/0
[ 10.557] (**) Razer Razer DeathAdder Elite: (accel) acceleration factor: 2.000
[ 10.557] (**) Razer Razer DeathAdder Elite: (accel) acceleration threshold: 4
[ 10.614] (II) event15 - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 10.615] (II) event15 - Razer Razer DeathAdder Elite: device is a pointer
[ 10.615] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/mouse1)
[ 10.615] (II) No input driver specified, ignoring this device.
[ 10.615] (II) This device may have been added with another device file.
[ 10.616] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Keyboard (/dev/input/event16)
[ 10.616] (**) Razer Razer DeathAdder Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[ 10.616] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Keyboard'
[ 10.616] (**) Razer Razer DeathAdder Elite Keyboard: always reports core events
[ 10.616] (**) Option "Device" "/dev/input/event16"
[ 10.616] (**) Option "_source" "server/udev"
[ 10.618] (II) event16 - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 10.618] (II) event16 - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 10.618] (II) event16 - Razer Razer DeathAdder Elite Keyboard: device removed
[ 10.676] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-6/1-6:1.1/0003:1532:005C.0006/input/input23/event16"
[ 10.676] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Keyboard" (type: KEYBOARD, id 14)
[ 10.678] (II) event16 - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 10.678] (II) event16 - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 10.679] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Consumer Control (/dev/input/event17)
[ 10.679] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.679] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 10.679] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 10.679] (**) Option "Device" "/dev/input/event17"
[ 10.679] (**) Option "_source" "server/udev"
[ 10.681] (II) event17 - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 10.681] (II) event17 - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 10.681] (II) event17 - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 10.716] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: needs a virtual subdevice
[ 10.716] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-6/1-6:1.1/0003:1532:005C.0006/input/input24/event17"
[ 10.716] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: MOUSE, id 15)
[ 10.717] (**) Option "AccelerationScheme" "none"
[ 10.717] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) selected scheme none/0
[ 10.717] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration factor: 2.000
[ 10.717] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration threshold: 4
[ 10.718] (II) event17 - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 10.718] (II) event17 - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 10.719] (II) config/udev: Adding input device Razer Razer DeathAdder Elite System Control (/dev/input/event18)
[ 10.719] (**) Razer Razer DeathAdder Elite System Control: Applying InputClass "libinput keyboard catchall"
[ 10.719] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite System Control'
[ 10.719] (**) Razer Razer DeathAdder Elite System Control: always reports core events
[ 10.719] (**) Option "Device" "/dev/input/event18"
[ 10.719] (**) Option "_source" "server/udev"
[ 10.721] (II) event18 - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 10.721] (II) event18 - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 10.721] (II) event18 - Razer Razer DeathAdder Elite System Control: device removed
[ 10.770] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-6/1-6:1.1/0003:1532:005C.0006/input/input25/event18"
[ 10.770] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite System Control" (type: KEYBOARD, id 16)
[ 10.772] (II) event18 - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 10.772] (II) event18 - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 10.773] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event19)
[ 10.773] (II) No input driver specified, ignoring this device.
[ 10.773] (II) This device may have been added with another device file.
[ 10.774] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event20)
[ 10.774] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput keyboard catchall"
[ 10.774] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 10.774] (**) Razer Razer DeathAdder Elite: always reports core events
[ 10.774] (**) Option "Device" "/dev/input/event20"
[ 10.774] (**) Option "_source" "server/udev"
[ 10.775] (II) event20 - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 10.775] (II) event20 - Razer Razer DeathAdder Elite: device is a keyboard
[ 10.776] (II) event20 - Razer Razer DeathAdder Elite: device removed
[ 10.810] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-6/1-6:1.2/0003:1532:005C.0007/input/input27/event20"
[ 10.810] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: KEYBOARD, id 17)
[ 10.812] (II) event20 - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 10.812] (II) event20 - Razer Razer DeathAdder Elite: device is a keyboard
[ 10.812] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event29)
[ 10.812] (II) No input driver specified, ignoring this device.
[ 10.812] (II) This device may have been added with another device file.
[ 10.813] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event30)
[ 10.813] (II) No input driver specified, ignoring this device.
[ 10.813] (II) This device may have been added with another device file.
[ 10.813] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event31)
[ 10.813] (II) No input driver specified, ignoring this device.
[ 10.813] (II) This device may have been added with another device file.
[ 10.813] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event256)
[ 10.813] (II) No input driver specified, ignoring this device.
[ 10.813] (II) This device may have been added with another device file.
[ 10.814] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event257)
[ 10.814] (II) No input driver specified, ignoring this device.
[ 10.814] (II) This device may have been added with another device file.
[ 10.814] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event258)
[ 10.814] (II) No input driver specified, ignoring this device.
[ 10.814] (II) This device may have been added with another device file.
[ 10.814] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event259)
[ 10.815] (II) No input driver specified, ignoring this device.
[ 10.815] (II) This device may have been added with another device file.
[ 10.815] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event3)
[ 10.815] (II) No input driver specified, ignoring this device.
[ 10.815] (II) This device may have been added with another device file.
[ 10.815] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event4)
[ 10.815] (II) No input driver specified, ignoring this device.
[ 10.815] (II) This device may have been added with another device file.
[ 10.816] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event5)
[ 10.816] (II) No input driver specified, ignoring this device.
[ 10.816] (II) This device may have been added with another device file.
[ 10.816] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event6)
[ 10.816] (II) No input driver specified, ignoring this device.
[ 10.816] (II) This device may have been added with another device file.
[ 10.816] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event7)
[ 10.816] (II) No input driver specified, ignoring this device.
[ 10.816] (II) This device may have been added with another device file.
[ 10.817] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event8)
[ 10.817] (II) No input driver specified, ignoring this device.
[ 10.817] (II) This device may have been added with another device file.
[ 10.817] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event9)
[ 10.817] (II) No input driver specified, ignoring this device.
[ 10.817] (II) This device may have been added with another device file.
[ 10.817] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event22)
[ 10.817] (II) No input driver specified, ignoring this device.
[ 10.817] (II) This device may have been added with another device file.
[ 10.818] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event23)
[ 10.818] (II) No input driver specified, ignoring this device.
[ 10.818] (II) This device may have been added with another device file.
[ 10.818] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event24)
[ 10.818] (II) No input driver specified, ignoring this device.
[ 10.818] (II) This device may have been added with another device file.
[ 10.818] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event25)
[ 10.818] (II) No input driver specified, ignoring this device.
[ 10.818] (II) This device may have been added with another device file.
[ 10.819] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event26)
[ 10.819] (II) No input driver specified, ignoring this device.
[ 10.819] (II) This device may have been added with another device file.
[ 10.819] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event27)
[ 10.819] (II) No input driver specified, ignoring this device.
[ 10.819] (II) This device may have been added with another device file.
[ 10.819] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event28)
[ 10.820] (II) No input driver specified, ignoring this device.
[ 10.820] (II) This device may have been added with another device file.
[ 10.820] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[ 10.820] (II) No input driver specified, ignoring this device.
[ 10.820] (II) This device may have been added with another device file.
[ 10.824] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.824] (II) Using input driver 'libinput' for 'Input Club Keyboard - Kira PixelMap USB Consumer Control'
[ 10.824] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: always reports core events
[ 10.824] (**) Option "Device" "/dev/input/event13"
[ 10.824] (**) Option "_source" "_driver/libinput"
[ 10.824] (II) libinput: Input Club Keyboard - Kira PixelMap USB Consumer Control: is a virtual subdevice
[ 10.824] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.2/0003:308F:0013.0003/input/input13/event13"
[ 10.824] (II) XINPUT: Adding extended input device "Input Club Keyboard - Kira PixelMap USB Consumer Control" (type: KEYBOARD, id 18)
[ 10.824] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.824] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 10.824] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 10.824] (**) Option "Device" "/dev/input/event17"
[ 10.824] (**) Option "_source" "_driver/libinput"
[ 10.824] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: is a virtual subdevice
[ 10.824] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-6/1-6:1.1/0003:1532:005C.0006/input/input24/event17"
[ 10.824] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: KEYBOARD, id 19)
[ 10.825] (--) NVIDIA(GPU-0): Acer XV273K (DFP-0): connected
[ 10.825] (--) NVIDIA(GPU-0): Acer XV273K (DFP-0): Internal DisplayPort
[ 10.825] (--) NVIDIA(GPU-0): Acer XV273K (DFP-0): 2660.0 MHz maximum pixel clock
[ 10.825] (--) NVIDIA(GPU-0):
[ 10.826] (II) config/udev: removing device Input Club Keyboard - Kira PixelMap USB System Control
[ 10.826] (II) event12 - Input Club Keyboard - Kira PixelMap USB System Control: device removed
[ 10.850] (II) UnloadModule: "libinput"
[ 10.851] (II) config/udev: Adding input device Input Club Keyboard - Kira PixelMap USB System Control (/dev/input/event12)
[ 10.851] (**) Input Club Keyboard - Kira PixelMap USB System Control: Applying InputClass "libinput keyboard catchall"
[ 10.851] (II) Using input driver 'libinput' for 'Input Club Keyboard - Kira PixelMap USB System Control'
[ 10.851] (**) Input Club Keyboard - Kira PixelMap USB System Control: always reports core events
[ 10.851] (**) Option "Device" "/dev/input/event12"
[ 10.851] (**) Option "_source" "server/udev"
[ 10.852] (II) event12 - Input Club Keyboard - Kira PixelMap USB System Control: is tagged by udev as: Keyboard
[ 10.852] (II) event12 - Input Club Keyboard - Kira PixelMap USB System Control: device is a keyboard
[ 10.853] (II) event12 - Input Club Keyboard - Kira PixelMap USB System Control: device removed
[ 10.880] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.2/0003:308F:0013.0003/input/input12/event12"
[ 10.880] (II) XINPUT: Adding extended input device "Input Club Keyboard - Kira PixelMap USB System Control" (type: KEYBOARD, id 10)
[ 10.882] (II) event12 - Input Club Keyboard - Kira PixelMap USB System Control: is tagged by udev as: Keyboard
[ 10.882] (II) event12 - Input Club Keyboard - Kira PixelMap USB System Control: device is a keyboard
[ 10.883] (II) config/udev: removing device Razer Razer DeathAdder Elite System Control
[ 10.883] (II) event18 - Razer Razer DeathAdder Elite System Control: device removed
[ 10.916] (II) UnloadModule: "libinput"
[ 10.917] (II) config/udev: Adding input device Razer Razer DeathAdder Elite System Control (/dev/input/event18)
[ 10.917] (**) Razer Razer DeathAdder Elite System Control: Applying InputClass "libinput keyboard catchall"
[ 10.917] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite System Control'
[ 10.917] (**) Razer Razer DeathAdder Elite System Control: always reports core events
[ 10.917] (**) Option "Device" "/dev/input/event18"
[ 10.917] (**) Option "_source" "server/udev"
[ 10.919] (II) event18 - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 10.919] (II) event18 - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 10.919] (II) event18 - Razer Razer DeathAdder Elite System Control: device removed
[ 10.943] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-6/1-6:1.1/0003:1532:005C.0006/input/input25/event18"
[ 10.943] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite System Control" (type: KEYBOARD, id 16)
[ 10.945] (II) event18 - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 10.945] (II) event18 - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 10.946] (II) config/udev: removing device Razer Razer DeathAdder Elite Keyboard
[ 10.946] (II) event16 - Razer Razer DeathAdder Elite Keyboard: device removed
[ 10.970] (II) UnloadModule: "libinput"
[ 10.970] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Keyboard (/dev/input/event16)
[ 10.970] (**) Razer Razer DeathAdder Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[ 10.970] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Keyboard'
[ 10.970] (**) Razer Razer DeathAdder Elite Keyboard: always reports core events
[ 10.970] (**) Option "Device" "/dev/input/event16"
[ 10.970] (**) Option "_source" "server/udev"
[ 10.972] (II) event16 - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 10.972] (II) event16 - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 10.973] (II) event16 - Razer Razer DeathAdder Elite Keyboard: device removed
[ 11.010] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-6/1-6:1.1/0003:1532:005C.0006/input/input23/event16"
[ 11.010] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Keyboard" (type: KEYBOARD, id 14)
[ 11.012] (II) event16 - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 11.012] (II) event16 - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 11.012] (II) config/udev: removing device Input Club Keyboard - Kira PixelMap USB Consumer Control
[ 11.012] (II) UnloadModule: "libinput"
[ 11.012] (II) config/udev: removing device Input Club Keyboard - Kira PixelMap USB Consumer Control
[ 11.012] (II) event13 - Input Club Keyboard - Kira PixelMap USB Consumer Control: device removed
[ 11.036] (II) UnloadModule: "libinput"
[ 11.037] (II) config/udev: Adding input device Input Club Keyboard - Kira PixelMap USB Consumer Control (/dev/input/event13)
[ 11.037] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 11.037] (II) Using input driver 'libinput' for 'Input Club Keyboard - Kira PixelMap USB Consumer Control'
[ 11.037] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: always reports core events
[ 11.037] (**) Option "Device" "/dev/input/event13"
[ 11.037] (**) Option "_source" "server/udev"
[ 11.039] (II) event13 - Input Club Keyboard - Kira PixelMap USB Consumer Control: is tagged by udev as: Keyboard
[ 11.039] (II) event13 - Input Club Keyboard - Kira PixelMap USB Consumer Control: device is a keyboard
[ 11.039] (II) event13 - Input Club Keyboard - Kira PixelMap USB Consumer Control: device removed
[ 11.076] (II) libinput: Input Club Keyboard - Kira PixelMap USB Consumer Control: needs a virtual subdevice
[ 11.076] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.2/0003:308F:0013.0003/input/input13/event13"
[ 11.077] (II) XINPUT: Adding extended input device "Input Club Keyboard - Kira PixelMap USB Consumer Control" (type: MOUSE, id 11)
[ 11.077] (**) Option "AccelerationScheme" "none"
[ 11.077] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: (accel) selected scheme none/0
[ 11.077] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: (accel) acceleration factor: 2.000
[ 11.077] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: (accel) acceleration threshold: 4
[ 11.078] (II) event13 - Input Club Keyboard - Kira PixelMap USB Consumer Control: is tagged by udev as: Keyboard
[ 11.078] (II) event13 - Input Club Keyboard - Kira PixelMap USB Consumer Control: device is a keyboard
[ 11.079] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 11.079] (II) Using input driver 'libinput' for 'Input Club Keyboard - Kira PixelMap USB Consumer Control'
[ 11.079] (**) Input Club Keyboard - Kira PixelMap USB Consumer Control: always reports core events
[ 11.079] (**) Option "Device" "/dev/input/event13"
[ 11.079] (**) Option "_source" "_driver/libinput"
[ 11.079] (II) libinput: Input Club Keyboard - Kira PixelMap USB Consumer Control: is a virtual subdevice
[ 11.079] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.2/0003:308F:0013.0003/input/input13/event13"
[ 11.079] (II) XINPUT: Adding extended input device "Input Club Keyboard - Kira PixelMap USB Consumer Control" (type: KEYBOARD, id 18)
[ 11.079] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event19)
[ 11.079] (II) No input driver specified, ignoring this device.
[ 11.079] (II) This device may have been added with another device file.
[ 11.080] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 11.080] (II) UnloadModule: "libinput"
[ 11.080] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 11.080] (II) event17 - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 11.118] (II) UnloadModule: "libinput"
[ 11.120] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Consumer Control (/dev/input/event17)
[ 11.120] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 11.120] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 11.120] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 11.120] (**) Option "Device" "/dev/input/event17"
[ 11.120] (**) Option "_source" "server/udev"
[ 11.122] (II) event17 - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 11.122] (II) event17 - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 11.122] (II) event17 - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 11.155] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: needs a virtual subdevice
[ 11.155] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-6/1-6:1.1/0003:1532:005C.0006/input/input24/event17"
[ 11.155] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: MOUSE, id 15)
[ 11.155] (**) Option "AccelerationScheme" "none"
[ 11.155] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) selected scheme none/0
[ 11.155] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration factor: 2.000
[ 11.155] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration threshold: 4
[ 11.158] (II) event17 - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 11.158] (II) event17 - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 11.158] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 11.158] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 11.158] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 11.158] (**) Option "Device" "/dev/input/event17"
[ 11.158] (**) Option "_source" "_driver/libinput"
[ 11.158] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: is a virtual subdevice
[ 11.158] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-6/1-6:1.1/0003:1532:005C.0006/input/input24/event17"
[ 11.158] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: KEYBOARD, id 19)
[ 11.158] (II) config/udev: removing device Input Club Keyboard - Kira PixelMap USB
[ 11.159] (II) event10 - Input Club Keyboard - Kira PixelMap USB: device removed
[ 11.187] (II) UnloadModule: "libinput"
[ 11.188] (II) config/udev: Adding input device Input Club Keyboard - Kira PixelMap USB (/dev/input/event10)
[ 11.188] (**) Input Club Keyboard - Kira PixelMap USB: Applying InputClass "libinput keyboard catchall"
[ 11.188] (II) Using input driver 'libinput' for 'Input Club Keyboard - Kira PixelMap USB'
[ 11.188] (**) Input Club Keyboard - Kira PixelMap USB: always reports core events
[ 11.188] (**) Option "Device" "/dev/input/event10"
[ 11.188] (**) Option "_source" "server/udev"
[ 11.189] (II) event10 - Input Club Keyboard - Kira PixelMap USB: is tagged by udev as: Keyboard
[ 11.189] (II) event10 - Input Club Keyboard - Kira PixelMap USB: device is a keyboard
[ 11.190] (II) event10 - Input Club Keyboard - Kira PixelMap USB: device removed
[ 11.223] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.0/0003:308F:0013.0001/input/input10/event10"
[ 11.223] (II) XINPUT: Adding extended input device "Input Club Keyboard - Kira PixelMap USB" (type: KEYBOARD, id 8)
[ 11.225] (II) event10 - Input Club Keyboard - Kira PixelMap USB: is tagged by udev as: Keyboard
[ 11.225] (II) event10 - Input Club Keyboard - Kira PixelMap USB: device is a keyboard
[ 11.225] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 11.225] (II) event20 - Razer Razer DeathAdder Elite: device removed
[ 11.250] (II) UnloadModule: "libinput"
[ 11.251] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event20)
[ 11.251] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput keyboard catchall"
[ 11.251] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 11.251] (**) Razer Razer DeathAdder Elite: always reports core events
[ 11.251] (**) Option "Device" "/dev/input/event20"
[ 11.251] (**) Option "_source" "server/udev"
[ 11.252] (II) event20 - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 11.253] (II) event20 - Razer Razer DeathAdder Elite: device is a keyboard
[ 11.253] (II) event20 - Razer Razer DeathAdder Elite: device removed
[ 11.290] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-6/1-6:1.2/0003:1532:005C.0007/input/input27/event20"
[ 11.290] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: KEYBOARD, id 17)
[ 11.292] (II) event20 - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 11.292] (II) event20 - Razer Razer DeathAdder Elite: device is a keyboard
[ 11.293] (II) config/udev: Adding input device MSI CREATIN (/dev/input/event21)
[ 11.293] (II) No input driver specified, ignoring this device.
[ 11.293] (II) This device may have been added with another device file.
[ 11.293] (II) config/udev: removing device Input Club Keyboard - Kira PixelMap USB
[ 11.293] (II) event11 - Input Club Keyboard - Kira PixelMap USB: device removed
[ 11.330] (II) UnloadModule: "libinput"
[ 11.330] (II) config/udev: Adding input device Input Club Keyboard - Kira PixelMap USB (/dev/input/event11)
[ 11.330] (**) Input Club Keyboard - Kira PixelMap USB: Applying InputClass "libinput keyboard catchall"
[ 11.330] (II) Using input driver 'libinput' for 'Input Club Keyboard - Kira PixelMap USB'
[ 11.330] (**) Input Club Keyboard - Kira PixelMap USB: always reports core events
[ 11.330] (**) Option "Device" "/dev/input/event11"
[ 11.330] (**) Option "_source" "server/udev"
[ 11.332] (II) event11 - Input Club Keyboard - Kira PixelMap USB: is tagged by udev as: Keyboard
[ 11.332] (II) event11 - Input Club Keyboard - Kira PixelMap USB: device is a keyboard
[ 11.332] (II) event11 - Input Club Keyboard - Kira PixelMap USB: device removed
[ 11.383] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.1/0003:308F:0013.0002/input/input11/event11"
[ 11.383] (II) XINPUT: Adding extended input device "Input Club Keyboard - Kira PixelMap USB" (type: KEYBOARD, id 9)
[ 11.385] (II) event11 - Input Club Keyboard - Kira PixelMap USB: is tagged by udev as: Keyboard
[ 11.385] (II) event11 - Input Club Keyboard - Kira PixelMap USB: device is a keyboard
[ 11.385] (II) config/udev: removing device Input Club Keyboard - Kira PixelMap USB
[ 11.386] (II) event14 - Input Club Keyboard - Kira PixelMap USB: device removed
[ 11.450] (II) UnloadModule: "libinput"
[ 11.450] (II) config/udev: Adding input device Input Club Keyboard - Kira PixelMap USB (/dev/input/event14)
[ 11.450] (**) Input Club Keyboard - Kira PixelMap USB: Applying InputClass "libinput pointer catchall"
[ 11.450] (II) Using input driver 'libinput' for 'Input Club Keyboard - Kira PixelMap USB'
[ 11.450] (**) Input Club Keyboard - Kira PixelMap USB: always reports core events
[ 11.450] (**) Option "Device" "/dev/input/event14"
[ 11.450] (**) Option "_source" "server/udev"
[ 11.508] (II) event14 - Input Club Keyboard - Kira PixelMap USB: is tagged by udev as: Mouse
[ 11.508] (II) event14 - Input Club Keyboard - Kira PixelMap USB: device is a pointer
[ 11.508] (II) event14 - Input Club Keyboard - Kira PixelMap USB: device removed
[ 11.570] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.5/0003:308F:0013.0004/input/input21/event14"
[ 11.570] (II) XINPUT: Adding extended input device "Input Club Keyboard - Kira PixelMap USB" (type: MOUSE, id 12)
[ 11.570] (**) Option "AccelerationScheme" "none"
[ 11.570] (**) Input Club Keyboard - Kira PixelMap USB: (accel) selected scheme none/0
[ 11.570] (**) Input Club Keyboard - Kira PixelMap USB: (accel) acceleration factor: 2.000
[ 11.570] (**) Input Club Keyboard - Kira PixelMap USB: (accel) acceleration threshold: 4
[ 11.628] (II) event14 - Input Club Keyboard - Kira PixelMap USB: is tagged by udev as: Mouse
[ 11.628] (II) event14 - Input Club Keyboard - Kira PixelMap USB: device is a pointer
[ 11.628] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 11.628] (II) event15 - Razer Razer DeathAdder Elite: device removed
[ 11.703] (II) UnloadModule: "libinput"
[ 11.704] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event15)
[ 11.704] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput pointer catchall"
[ 11.704] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 11.704] (**) Razer Razer DeathAdder Elite: always reports core events
[ 11.704] (**) Option "Device" "/dev/input/event15"
[ 11.704] (**) Option "_source" "server/udev"
[ 11.761] (II) event15 - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 11.761] (II) event15 - Razer Razer DeathAdder Elite: device is a pointer
[ 11.761] (II) event15 - Razer Razer DeathAdder Elite: device removed
[ 11.850] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-6/1-6:1.0/0003:1532:005C.0005/input/input22/event15"
[ 11.850] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: MOUSE, id 13)
[ 11.850] (**) Option "AccelerationScheme" "none"
[ 11.850] (**) Razer Razer DeathAdder Elite: (accel) selected scheme none/0
[ 11.850] (**) Razer Razer DeathAdder Elite: (accel) acceleration factor: 2.000
[ 11.850] (**) Razer Razer DeathAdder Elite: (accel) acceleration threshold: 4
[ 11.908] (II) event15 - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 11.908] (II) event15 - Razer Razer DeathAdder Elite: device is a pointer
[ 11.909] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/mouse1)
[ 11.909] (II) No input driver specified, ignoring this device.
[ 11.909] (II) This device may have been added with another device file.
[ 11.909] (II) config/udev: Adding input device Input Club Keyboard - Kira PixelMap USB (/dev/input/mouse0)
[ 11.909] (II) No input driver specified, ignoring this device.
[ 11.909] (II) This device may have been added with another device file.
[ 11.910] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event23)
[ 11.910] (II) No input driver specified, ignoring this device.
[ 11.910] (II) This device may have been added with another device file.
[ 11.910] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event25)
[ 11.910] (II) No input driver specified, ignoring this device.
[ 11.910] (II) This device may have been added with another device file.
[ 11.910] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event24)
[ 11.911] (II) No input driver specified, ignoring this device.
[ 11.911] (II) This device may have been added with another device file.
[ 11.911] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event22)
[ 11.911] (II) No input driver specified, ignoring this device.
[ 11.911] (II) This device may have been added with another device file.
[ 11.911] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event27)
[ 11.911] (II) No input driver specified, ignoring this device.
[ 11.911] (II) This device may have been added with another device file.
[ 11.911] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event26)
[ 11.911] (II) No input driver specified, ignoring this device.
[ 11.911] (II) This device may have been added with another device file.
[ 11.912] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event28)
[ 11.912] (II) No input driver specified, ignoring this device.
[ 11.912] (II) This device may have been added with another device file.
[ 11.912] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event258)
[ 11.912] (II) No input driver specified, ignoring this device.
[ 11.912] (II) This device may have been added with another device file.
[ 11.912] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event30)
[ 11.912] (II) No input driver specified, ignoring this device.
[ 11.912] (II) This device may have been added with another device file.
[ 11.912] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event257)
[ 11.912] (II) No input driver specified, ignoring this device.
[ 11.912] (II) This device may have been added with another device file.
[ 11.913] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event29)
[ 11.913] (II) No input driver specified, ignoring this device.
[ 11.913] (II) This device may have been added with another device file.
[ 11.913] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event31)
[ 11.913] (II) No input driver specified, ignoring this device.
[ 11.913] (II) This device may have been added with another device file.
[ 11.913] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event259)
[ 11.913] (II) No input driver specified, ignoring this device.
[ 11.913] (II) This device may have been added with another device file.
[ 11.913] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event256)
[ 11.913] (II) No input driver specified, ignoring this device.
[ 11.913] (II) This device may have been added with another device file.The only error (EE) lines that appear are
[ 7.244] (EE) NVIDIA(G0): GPU screens are not yet supported by the NVIDIA driver
[ 7.244] (EE) NVIDIA(G0): Failing initialization of X screenAnd I am not sure what they are trying to tell me. The ArchWiki does have the following suggestion: https://wiki.archlinux.org/index.php/NV … _screen%22 . But the output of nvidia-smi doesn't match, and when I apply the fix anyway, X doesn't start up.
I have verified it is not an issue with the cable or monitor (it works on a different computer). I have reinstalled the latest nvidia, nvidia-utils packages.
Where do I go from here?
Offline
You'll require a base mosaic setup (assuming the outputs are attached to different GPUs)
https://wiki.archlinux.org/index.php/NVIDIA#Base_Mosaic
Offline
Both monitors are actually attached to the same GPU (but there is a second GPU in the machine). Do I still need to set up a mosaic?
Offline
According to your Xorg log file, the card really doesn't see a second monitor. It only sees one monitor connected. I'd think more towards other problems first, like something about the connection, about the settings in the monitor's menu, etc. I'd try things like swapping cables, testing each monitor by itself, etc.
About your xorg.conf file, I'd try without xorg.conf to see what happens. Do you need the xorg.conf? It's usually a bad idea to use tools like "nvidia-xconfig" or "Xorg -configure" to generate a config file because it breaks the auto-detection of Xorg and your driver.
Offline
+1 for removing the config, it's nonsense as it is.
Next, how do you intend to use the tow GPUs?
You'll have to select the primary device at least (at some point)
It's possible to force the driver to consider an output as connected and use an EDID stored eg. on disk, however that's kind of a last resort and will not necessarily work (depending on the actual problem)
a) What's the second monitor? (Vendor/model)
b) What happens, when you attach it to the other GPU (notably to the xorg log)
Offline
Pages: 1