You are not logged in.

#1 2018-12-28 02:00:11

abhirathd95
Member
Registered: 2018-12-28
Posts: 4

gnome-shell using nvidia GPU instead of Xorg's iGPU

I have Arch setup with GPU passthrough to a windows VM for gaming. Before the last upgrade, I was able to switch my Nvidia GPU graphics card between the systems using bumblebee without restarting. My default Xorg gpu is set to use the integrated graphics intel card, and Bumblebee makes sure that nvidia driver doesn't load. When I need a second monitor for Arch, I  run intel-virtual-output (this still works). When I needed to run the VM, I make sure the virtual-output process isn't running and just run the VM with the GPU passed through. Since no process was using the GPU, QEMU had no issues picking it up.

After the last upgrade, I am unable to passthrough my Nvidia GPU to the VM anymore.

It looks like gnome-shell process is now taking up the device:

[root@Desktop]# fuser -v /dev/nvidia0
                     USER        PID ACCESS COMMAND
/dev/nvidia0:        gdm        1850 F.... gnome-shell
                     user       2415 F.... gnome-shell

Bumblebee has the nvidia driver blacklisted in modprobe so it still shouldn't be loading:

[root@Desktop]# cat /usr/lib/modprobe.d/bumblebee.conf 
blacklist nvidia
blacklist nvidia-nvlink
blacklist nvidia-drm
blacklist nvidia-modeset
blacklist nvidia-uvm
blacklist nouveau

Here is my Xorg log:

[   566.403] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[   566.403] Build Operating System: Linux Arch Linux
[   566.403] Current Operating System: Linux abhi-Desktop 4.19.12-arch1-1-ARCH #1 SMP PREEMPT Fri Dec 21 13:56:54 UTC 2018 x86_64
[   566.403] Kernel command line: \\vmlinuz-linux intel_iommu=on cryptdevice=/dev/disk/by-id/ata-WDC_WDS250G1B0A-00H9H0_170760801938-part2:luks1,,/dev/disk/by-id/ata-WDC_WDS250G1B0A-00H9H0_170760801137-part2:luks2 zfs=zroot/ROOT/default rw initrd=\initramfs-linux.img
[   566.403] Build Date: 25 October 2018  04:42:32PM
[   566.403]  
[   566.403] Current version of pixman: 0.36.0
[   566.403] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   566.403] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   566.403] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 26 22:32:55 2018
[   566.403] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   566.403] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   566.404] (==) ServerLayout "Layout0"
[   566.404] (**) |-->Screen "Screen0" (0)
[   566.404] (**) |   |-->Monitor "HDMI-1"
[   566.404] (**) |   |-->Device "Device0"
[   566.404] (**) |   |-->GPUDevice "Device1"
[   566.404] (**) |   |-->GPUDevice "Device0"
[   566.404] (==) Automatically adding devices
[   566.404] (==) Automatically enabling devices
[   566.404] (==) Automatically adding GPU devices
[   566.404] (==) Automatically binding GPU devices
[   566.404] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   566.404] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   566.404] 	Entry deleted from font path.
[   566.404] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   566.404] 	Entry deleted from font path.
[   566.404] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   566.404] 	Entry deleted from font path.
[   566.404] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   566.404] 	Entry deleted from font path.
[   566.404] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   566.404] 	Entry deleted from font path.
[   566.404] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   566.404] 	Entry deleted from font path.
[   566.404] (==) FontPath set to:
	
[   566.404] (==) ModulePath set to "/usr/lib/xorg/modules"
[   566.404] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   566.404] (II) Module ABI versions:
[   566.404] 	X.Org ANSI C Emulation: 0.4
[   566.404] 	X.Org Video Driver: 24.0
[   566.404] 	X.Org XInput driver : 24.1
[   566.404] 	X.Org Server Extension : 10.0
[   566.405] (++) using VT number 1

[   566.405] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   566.405] (II) xfree86: Adding drm device (/dev/dri/card0)
[   566.419] (--) PCI:*(0@0:2:0) 8086:5912:1458:d000 rev 4, Mem @ 0xf5000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   566.419] (--) PCI: (1@0:0:0) 10de:1b80:3842:6180 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   566.419] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   566.419] (II) LoadModule: "glx"
[   566.419] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   566.420] (II) Module glx: vendor="X.Org Foundation"
[   566.421] 	compiled for 1.20.3, module version = 1.0.0
[   566.421] 	ABI class: X.Org Server Extension, version 10.0
[   566.421] (II) LoadModule: "intel"
[   566.421] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   566.421] (II) Module intel: vendor="X.Org Foundation"
[   566.421] 	compiled for 1.20.3, module version = 2.99.917
[   566.421] 	Module class: X.Org Video Driver
[   566.421] 	ABI class: X.Org Video Driver, version 24.0
[   566.421] (II) LoadModule: "nvidia"
[   566.421] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   566.421] (II) Module nvidia: vendor="NVIDIA Corporation"
[   566.421] 	compiled for 4.0.2, module version = 1.0.0
[   566.421] 	Module class: X.Org Video Driver
[   566.421] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   566.422] (II) intel: Driver for Intel(R) HD Graphics
[   566.422] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   566.422] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   566.422] (II) NVIDIA dlloader X Driver  415.25  Wed Dec 12 10:05:51 CST 2018
[   566.422] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   566.422] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20180719
[   566.422] (II) intel(0): SNA compiled from 2.99.917-855-g746ab3bb
[   566.438] (II) Loading sub module "fb"
[   566.438] (II) LoadModule: "fb"
[   566.438] (II) Loading /usr/lib/xorg/modules/libfb.so
[   566.438] (II) Module fb: vendor="X.Org Foundation"
[   566.438] 	compiled for 1.20.3, module version = 1.0.0
[   566.438] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   566.438] (II) Loading sub module "wfb"
[   566.439] (II) LoadModule: "wfb"
[   566.439] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   566.439] (II) Module wfb: vendor="X.Org Foundation"
[   566.439] 	compiled for 1.20.3, module version = 1.0.0
[   566.439] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   566.439] (II) Loading sub module "ramdac"
[   566.439] (II) LoadModule: "ramdac"
[   566.439] (II) Module "ramdac" already built-in
[   566.440] (EE) Screen 1 deleted because of no matching config section.
[   566.440] (II) UnloadModule: "nvidia"
[   566.440] (II) UnloadSubModule: "wfb"
[   566.440] (II) UnloadSubModule: "fb"
[   566.440] (--) intel(0): gen9 engineering sample
[   566.440] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[   566.440] (II) intel(0): Creating default Display subsection in Screen section
	"Screen0" for depth/fbbpp 24/32
[   566.440] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   566.440] (==) intel(0): RGB weight 888
[   566.440] (==) intel(0): Default visual is TrueColor
[   566.441] (II) intel(0): Output HDMI1 using monitor section HDMI-1
[   566.441] (**) intel(0): Option "Enable" "true"
[   566.441] (II) intel(0): Enabled output HDMI1
[   566.441] (II) intel(0): Output HDMI2 has no monitor section
[   566.442] (II) intel(0): Enabled output HDMI2
[   566.442] (II) intel(0): Output DP1 has no monitor section
[   566.442] (II) intel(0): Enabled output DP1
[   566.442] (II) intel(0): Output HDMI3 has no monitor section
[   566.442] (II) intel(0): Enabled output HDMI3
[   566.442] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   566.442] (II) intel(0): Output VIRTUAL1 has no monitor section
[   566.442] (II) intel(0): Enabled output VIRTUAL1
[   566.442] (--) intel(0): Output HDMI1 using initial mode 2560x1440 on pipe 0
[   566.442] (==) intel(0): TearFree enabled
[   566.443] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   566.443] (==) intel(0): DPI set to (96, 96)
[   566.443] (II) Loading sub module "dri3"
[   566.443] (II) LoadModule: "dri3"
[   566.443] (II) Module "dri3" already built-in
[   566.443] (II) Loading sub module "dri2"
[   566.443] (II) LoadModule: "dri2"
[   566.443] (II) Module "dri2" already built-in
[   566.443] (II) Loading sub module "present"
[   566.443] (II) LoadModule: "present"
[   566.443] (II) Module "present" already built-in
[   566.443] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[   566.443] (==) intel(0): Backing store enabled
[   566.443] (==) intel(0): Silken mouse disabled
[   566.443] (II) intel(0): HW Cursor enabled
[   566.443] (==) intel(0): DPMS enabled
[   566.444] (==) intel(0): Display hotplug detection enabled
[   566.444] (II) intel(0): [DRI2] Setup complete
[   566.444] (II) intel(0): [DRI2]   DRI driver: i965
[   566.444] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   566.444] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   566.444] (II) intel(0): hardware support for Present enabled
[   566.444] (WW) intel(0): Option "Enable" is not used
[   566.444] (II) Initializing extension Generic Event Extension
[   566.444] (II) Initializing extension SHAPE
[   566.444] (II) Initializing extension MIT-SHM
[   566.444] (II) Initializing extension XInputExtension
[   566.445] (II) Initializing extension XTEST
[   566.445] (II) Initializing extension BIG-REQUESTS
[   566.445] (II) Initializing extension SYNC
[   566.445] (II) Initializing extension XKEYBOARD
[   566.445] (II) Initializing extension XC-MISC
[   566.446] (II) Initializing extension SECURITY
[   566.446] (II) Initializing extension XFIXES
[   566.446] (II) Initializing extension RENDER
[   566.446] (II) Initializing extension RANDR
[   566.447] (II) Initializing extension COMPOSITE
[   566.447] (II) Initializing extension DAMAGE
[   566.447] (II) Initializing extension MIT-SCREEN-SAVER
[   566.447] (II) Initializing extension DOUBLE-BUFFER
[   566.447] (II) Initializing extension RECORD
[   566.448] (II) Initializing extension DPMS
[   566.448] (II) Initializing extension Present
[   566.448] (II) Initializing extension DRI3
[   566.448] (II) Initializing extension X-Resource
[   566.448] (II) Initializing extension XVideo
[   566.449] (II) Initializing extension XVideo-MotionCompensation
[   566.449] (II) Initializing extension GLX
[   566.464] (II) AIGLX: Loaded and initialized i965
[   566.464] (II) GLX: Initialized DRI2 GL provider for screen 0
[   566.464] (II) Initializing extension XFree86-VidModeExtension
[   566.464] (II) Initializing extension XFree86-DGA
[   566.465] (II) Initializing extension XFree86-DRI
[   566.465] (II) Initializing extension DRI2
[   566.470] (II) intel(0): switch to mode 2560x1440@60.0 on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
[   566.483] (II) intel(0): Setting screen physical size to 677 x 381
[   566.505] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   566.505] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   566.505] (II) LoadModule: "libinput"
[   566.505] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   566.506] (II) Module libinput: vendor="X.Org Foundation"
[   566.506] 	compiled for 1.20.1, module version = 0.28.1
[   566.506] 	Module class: X.Org XInput Driver
[   566.506] 	ABI class: X.Org XInput driver, version 24.1
[   566.506] (II) Using input driver 'libinput' for 'Power Button'
[   566.506] (**) Power Button: always reports core events
[   566.506] (**) Option "Device" "/dev/input/event2"
[   566.506] (**) Option "_source" "server/udev"
[   566.506] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   566.507] (II) event2  - Power Button: device is a keyboard
[   566.507] (II) event2  - Power Button: device removed
[   566.534] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   566.534] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   566.535] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   566.535] (II) event2  - Power Button: device is a keyboard
[   566.535] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[   566.535] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   566.535] (II) Using input driver 'libinput' for 'Video Bus'
[   566.535] (**) Video Bus: always reports core events
[   566.535] (**) Option "Device" "/dev/input/event14"
[   566.535] (**) Option "_source" "server/udev"
[   566.535] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[   566.535] (II) event14 - Video Bus: device is a keyboard
[   566.535] (II) event14 - Video Bus: device removed
[   566.584] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15/event14"
[   566.584] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   566.585] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[   566.585] (II) event14 - Video Bus: device is a keyboard
[   566.585] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   566.585] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   566.585] (II) Using input driver 'libinput' for 'Power Button'
[   566.585] (**) Power Button: always reports core events
[   566.585] (**) Option "Device" "/dev/input/event1"
[   566.585] (**) Option "_source" "server/udev"
[   566.586] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   566.586] (II) event1  - Power Button: device is a keyboard
[   566.586] (II) event1  - Power Button: device removed
[   566.614] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   566.614] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   566.615] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   566.615] (II) event1  - Power Button: device is a keyboard
[   566.616] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[   566.616] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   566.616] (II) Using input driver 'libinput' for 'Sleep Button'
[   566.616] (**) Sleep Button: always reports core events
[   566.616] (**) Option "Device" "/dev/input/event0"
[   566.616] (**) Option "_source" "server/udev"
[   566.617] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   566.617] (II) event0  - Sleep Button: device is a keyboard
[   566.617] (II) event0  - Sleep Button: device removed
[   566.637] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[   566.637] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   566.639] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   566.639] (II) event0  - Sleep Button: device is a keyboard
[   566.639] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[   566.639] (II) No input driver specified, ignoring this device.
[   566.639] (II) This device may have been added with another device file.
[   566.640] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[   566.640] (II) No input driver specified, ignoring this device.
[   566.640] (II) This device may have been added with another device file.
[   566.640] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[   566.640] (II) No input driver specified, ignoring this device.
[   566.640] (II) This device may have been added with another device file.
[   566.641] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[   566.641] (II) No input driver specified, ignoring this device.
[   566.641] (II) This device may have been added with another device file.
[   566.642] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event3)
[   566.642] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput pointer catchall"
[   566.642] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[   566.643] (**) Razer Razer DeathAdder Elite: always reports core events
[   566.643] (**) Option "Device" "/dev/input/event3"
[   566.643] (**) Option "_source" "server/udev"
[   566.699] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[   566.699] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[   566.699] (II) event3  - Razer Razer DeathAdder Elite: device removed
[   566.767] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:1532:005C.0001/input/input3/event3"
[   566.767] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: MOUSE, id 10)
[   566.768] (**) Option "AccelerationScheme" "none"
[   566.768] (**) Razer Razer DeathAdder Elite: (accel) selected scheme none/0
[   566.768] (**) Razer Razer DeathAdder Elite: (accel) acceleration factor: 2.000
[   566.768] (**) Razer Razer DeathAdder Elite: (accel) acceleration threshold: 4
[   566.826] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[   566.826] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[   566.827] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/mouse0)
[   566.827] (II) No input driver specified, ignoring this device.
[   566.827] (II) This device may have been added with another device file.
[   566.828] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Keyboard (/dev/input/event4)
[   566.828] (**) Razer Razer DeathAdder Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[   566.828] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Keyboard'
[   566.828] (**) Razer Razer DeathAdder Elite Keyboard: always reports core events
[   566.828] (**) Option "Device" "/dev/input/event4"
[   566.828] (**) Option "_source" "server/udev"
[   566.830] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[   566.830] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[   566.830] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[   566.854] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0002/input/input4/event4"
[   566.854] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Keyboard" (type: KEYBOARD, id 11)
[   566.856] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[   566.856] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[   566.857] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Consumer Control (/dev/input/event5)
[   566.857] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[   566.857] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[   566.857] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[   566.857] (**) Option "Device" "/dev/input/event5"
[   566.858] (**) Option "_source" "server/udev"
[   566.859] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[   566.859] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[   566.859] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[   566.877] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: needs a virtual subdevice
[   566.877] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0002/input/input5/event5"
[   566.877] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: MOUSE, id 12)
[   566.878] (**) Option "AccelerationScheme" "none"
[   566.878] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) selected scheme none/0
[   566.878] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration factor: 2.000
[   566.878] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration threshold: 4
[   566.879] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[   566.879] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[   566.881] (II) config/udev: Adding input device Razer Razer DeathAdder Elite System Control (/dev/input/event6)
[   566.881] (**) Razer Razer DeathAdder Elite System Control: Applying InputClass "libinput keyboard catchall"
[   566.881] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite System Control'
[   566.881] (**) Razer Razer DeathAdder Elite System Control: always reports core events
[   566.881] (**) Option "Device" "/dev/input/event6"
[   566.881] (**) Option "_source" "server/udev"
[   566.882] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[   566.882] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[   566.882] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[   566.921] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0002/input/input6/event6"
[   566.921] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite System Control" (type: KEYBOARD, id 13)
[   566.923] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[   566.923] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[   566.924] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event7)
[   566.924] (II) No input driver specified, ignoring this device.
[   566.924] (II) This device may have been added with another device file.
[   566.925] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event8)
[   566.925] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput keyboard catchall"
[   566.925] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[   566.925] (**) Razer Razer DeathAdder Elite: always reports core events
[   566.925] (**) Option "Device" "/dev/input/event8"
[   566.925] (**) Option "_source" "server/udev"
[   566.927] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[   566.927] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[   566.927] (II) event8  - Razer Razer DeathAdder Elite: device removed
[   566.944] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.2/0003:1532:005C.0003/input/input8/event8"
[   566.944] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: KEYBOARD, id 14)
[   566.946] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[   566.946] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[   566.947] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard (/dev/input/event9)
[   566.947] (**) GAMDIAS USB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[   566.947] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard'
[   566.947] (**) GAMDIAS USB Gaming Keyboard: always reports core events
[   566.947] (**) Option "Device" "/dev/input/event9"
[   566.947] (**) Option "_source" "server/udev"
[   566.949] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[   566.949] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[   566.949] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[   566.987] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:1B80:B50E.0004/input/input9/event9"
[   566.987] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard" (type: KEYBOARD, id 15)
[   566.988] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[   566.988] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[   566.989] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/event10)
[   566.989] (**) GAMDIAS USB Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[   566.989] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Mouse'
[   566.989] (**) GAMDIAS USB Gaming Keyboard Mouse: always reports core events
[   566.989] (**) Option "Device" "/dev/input/event10"
[   566.989] (**) Option "_source" "server/udev"
[   566.990] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[   566.990] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[   566.990] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[   567.041] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0005/input/input10/event10"
[   567.041] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Mouse" (type: MOUSE, id 16)
[   567.041] (**) Option "AccelerationScheme" "none"
[   567.041] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) selected scheme none/0
[   567.041] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[   567.041] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[   567.043] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[   567.043] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[   567.044] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/js0)
[   567.044] (II) No input driver specified, ignoring this device.
[   567.044] (II) This device may have been added with another device file.
[   567.045] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/mouse1)
[   567.045] (II) No input driver specified, ignoring this device.
[   567.045] (II) This device may have been added with another device file.
[   567.046] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard System Control (/dev/input/event11)
[   567.046] (**) GAMDIAS USB Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[   567.046] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard System Control'
[   567.046] (**) GAMDIAS USB Gaming Keyboard System Control: always reports core events
[   567.046] (**) Option "Device" "/dev/input/event11"
[   567.046] (**) Option "_source" "server/udev"
[   567.047] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[   567.047] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[   567.047] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[   567.064] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0005/input/input11/event11"
[   567.064] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard System Control" (type: KEYBOARD, id 17)
[   567.065] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[   567.065] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[   567.065] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Consumer Control (/dev/input/event12)
[   567.065] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[   567.065] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[   567.065] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[   567.065] (**) Option "Device" "/dev/input/event12"
[   567.065] (**) Option "_source" "server/udev"
[   567.066] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[   567.066] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[   567.066] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[   567.094] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: needs a virtual subdevice
[   567.094] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0005/input/input12/event12"
[   567.094] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: MOUSE, id 18)
[   567.094] (**) Option "AccelerationScheme" "none"
[   567.094] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[   567.094] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[   567.094] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[   567.095] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[   567.095] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[   567.096] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event19)
[   567.096] (II) No input driver specified, ignoring this device.
[   567.096] (II) This device may have been added with another device file.
[   567.096] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event20)
[   567.096] (II) No input driver specified, ignoring this device.
[   567.096] (II) This device may have been added with another device file.
[   567.096] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event21)
[   567.096] (II) No input driver specified, ignoring this device.
[   567.096] (II) This device may have been added with another device file.
[   567.097] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event22)
[   567.097] (II) No input driver specified, ignoring this device.
[   567.097] (II) This device may have been added with another device file.
[   567.097] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event23)
[   567.097] (II) No input driver specified, ignoring this device.
[   567.097] (II) This device may have been added with another device file.
[   567.097] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event24)
[   567.097] (II) No input driver specified, ignoring this device.
[   567.097] (II) This device may have been added with another device file.
[   567.098] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event25)
[   567.098] (II) No input driver specified, ignoring this device.
[   567.098] (II) This device may have been added with another device file.
[   567.098] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event26)
[   567.098] (II) No input driver specified, ignoring this device.
[   567.098] (II) This device may have been added with another device file.
[   567.098] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event27)
[   567.098] (II) No input driver specified, ignoring this device.
[   567.098] (II) This device may have been added with another device file.
[   567.099] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event28)
[   567.099] (II) No input driver specified, ignoring this device.
[   567.099] (II) This device may have been added with another device file.
[   567.099] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event29)
[   567.099] (II) No input driver specified, ignoring this device.
[   567.099] (II) This device may have been added with another device file.
[   567.099] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event30)
[   567.099] (II) No input driver specified, ignoring this device.
[   567.099] (II) This device may have been added with another device file.
[   567.100] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[   567.100] (II) No input driver specified, ignoring this device.
[   567.100] (II) This device may have been added with another device file.
[   567.117] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[   567.117] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[   567.117] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[   567.117] (**) Option "Device" "/dev/input/event5"
[   567.117] (**) Option "_source" "_driver/libinput"
[   567.117] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: is a virtual subdevice
[   567.117] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0002/input/input5/event5"
[   567.117] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: KEYBOARD, id 19)
[   567.118] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[   567.118] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[   567.118] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[   567.118] (**) Option "Device" "/dev/input/event12"
[   567.118] (**) Option "_source" "_driver/libinput"
[   567.118] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: is a virtual subdevice
[   567.118] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0005/input/input12/event12"
[   567.118] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: KEYBOARD, id 20)
[ 42453.279] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 42453.280] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 42453.333] (II) UnloadModule: "libinput"
[ 42453.398] (II) config/udev: removing device Razer Razer DeathAdder Elite Keyboard
[ 42453.398] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 42453.436] (II) UnloadModule: "libinput"
[ 42453.453] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 42453.454] (II) UnloadModule: "libinput"
[ 42453.454] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 42453.454] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 42453.503] (II) UnloadModule: "libinput"
[ 42453.520] (II) config/udev: removing device Razer Razer DeathAdder Elite System Control
[ 42453.520] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 42453.570] (II) UnloadModule: "libinput"
[ 42453.640] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 42453.640] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 42453.663] (II) UnloadModule: "libinput"
[ 42453.759] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard
[ 42453.759] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 42453.813] (II) UnloadModule: "libinput"
[ 42453.814] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Mouse
[ 42453.814] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 42453.850] (II) UnloadModule: "libinput"
[ 42453.960] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard System Control
[ 42453.960] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 42454.010] (II) UnloadModule: "libinput"
[ 42454.053] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 42454.053] (II) UnloadModule: "libinput"
[ 42454.053] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 42454.053] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 42454.090] (II) UnloadModule: "libinput"
[ 52420.605] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/mouse0)
[ 52420.605] (II) No input driver specified, ignoring this device.
[ 52420.605] (II) This device may have been added with another device file.
[ 52420.676] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event8)
[ 52420.676] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput keyboard catchall"
[ 52420.676] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 52420.676] (**) Razer Razer DeathAdder Elite: always reports core events
[ 52420.676] (**) Option "Device" "/dev/input/event8"
[ 52420.676] (**) Option "_source" "server/udev"
[ 52420.678] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 52420.678] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 52420.678] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 52420.695] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.2/0003:1532:005C.0009/input/input41/event8"
[ 52420.696] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: KEYBOARD, id 10)
[ 52420.697] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 52420.697] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 52420.698] (II) config/udev: Adding input device Razer Razer DeathAdder Elite System Control (/dev/input/event6)
[ 52420.699] (**) Razer Razer DeathAdder Elite System Control: Applying InputClass "libinput keyboard catchall"
[ 52420.699] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite System Control'
[ 52420.699] (**) Razer Razer DeathAdder Elite System Control: always reports core events
[ 52420.699] (**) Option "Device" "/dev/input/event6"
[ 52420.699] (**) Option "_source" "server/udev"
[ 52420.700] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 52420.700] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 52420.700] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 52420.725] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0008/input/input39/event6"
[ 52420.726] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite System Control" (type: KEYBOARD, id 11)
[ 52420.728] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 52420.728] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 52420.730] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Keyboard (/dev/input/event4)
[ 52420.730] (**) Razer Razer DeathAdder Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[ 52420.730] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Keyboard'
[ 52420.730] (**) Razer Razer DeathAdder Elite Keyboard: always reports core events
[ 52420.730] (**) Option "Device" "/dev/input/event4"
[ 52420.730] (**) Option "_source" "server/udev"
[ 52420.732] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 52420.732] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 52420.732] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 52420.769] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0008/input/input37/event4"
[ 52420.769] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Keyboard" (type: KEYBOARD, id 12)
[ 52420.771] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 52420.771] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 52420.772] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event7)
[ 52420.772] (II) No input driver specified, ignoring this device.
[ 52420.772] (II) This device may have been added with another device file.
[ 52420.773] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Consumer Control (/dev/input/event5)
[ 52420.773] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 52420.773] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 52420.773] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 52420.773] (**) Option "Device" "/dev/input/event5"
[ 52420.773] (**) Option "_source" "server/udev"
[ 52420.774] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 52420.774] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 52420.775] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 52420.809] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: needs a virtual subdevice
[ 52420.809] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0008/input/input38/event5"
[ 52420.809] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: MOUSE, id 13)
[ 52420.809] (**) Option "AccelerationScheme" "none"
[ 52420.809] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) selected scheme none/0
[ 52420.809] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration factor: 2.000
[ 52420.809] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration threshold: 4
[ 52420.811] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 52420.811] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 52420.812] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 52420.812] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 52420.812] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 52420.812] (**) Option "Device" "/dev/input/event5"
[ 52420.812] (**) Option "_source" "_driver/libinput"
[ 52420.812] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: is a virtual subdevice
[ 52420.812] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0008/input/input38/event5"
[ 52420.812] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: KEYBOARD, id 14)
[ 52420.813] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event3)
[ 52420.813] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput pointer catchall"
[ 52420.813] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 52420.813] (**) Razer Razer DeathAdder Elite: always reports core events
[ 52420.813] (**) Option "Device" "/dev/input/event3"
[ 52420.813] (**) Option "_source" "server/udev"
[ 52420.870] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 52420.871] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 52420.871] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 52420.929] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:1532:005C.0007/input/input36/event3"
[ 52420.929] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: MOUSE, id 15)
[ 52420.929] (**) Option "AccelerationScheme" "none"
[ 52420.929] (**) Razer Razer DeathAdder Elite: (accel) selected scheme none/0
[ 52420.929] (**) Razer Razer DeathAdder Elite: (accel) acceleration factor: 2.000
[ 52420.929] (**) Razer Razer DeathAdder Elite: (accel) acceleration threshold: 4
[ 52420.987] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 52420.987] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 52420.988] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/js0)
[ 52420.988] (II) No input driver specified, ignoring this device.
[ 52420.988] (II) This device may have been added with another device file.
[ 52420.989] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/mouse1)
[ 52420.989] (II) No input driver specified, ignoring this device.
[ 52420.989] (II) This device may have been added with another device file.
[ 52420.990] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard (/dev/input/event9)
[ 52420.990] (**) GAMDIAS USB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 52420.990] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard'
[ 52420.990] (**) GAMDIAS USB Gaming Keyboard: always reports core events
[ 52420.990] (**) Option "Device" "/dev/input/event9"
[ 52420.990] (**) Option "_source" "server/udev"
[ 52420.991] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 52420.991] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 52420.992] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 52421.012] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:1B80:B50E.000A/input/input42/event9"
[ 52421.012] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard" (type: KEYBOARD, id 16)
[ 52421.014] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 52421.014] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 52421.015] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard System Control (/dev/input/event11)
[ 52421.015] (**) GAMDIAS USB Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 52421.015] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard System Control'
[ 52421.015] (**) GAMDIAS USB Gaming Keyboard System Control: always reports core events
[ 52421.015] (**) Option "Device" "/dev/input/event11"
[ 52421.015] (**) Option "_source" "server/udev"
[ 52421.017] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 52421.017] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 52421.017] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 52421.062] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.000B/input/input44/event11"
[ 52421.062] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard System Control" (type: KEYBOARD, id 17)
[ 52421.064] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 52421.064] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 52421.066] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/event10)
[ 52421.066] (**) GAMDIAS USB Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 52421.066] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Mouse'
[ 52421.066] (**) GAMDIAS USB Gaming Keyboard Mouse: always reports core events
[ 52421.066] (**) Option "Device" "/dev/input/event10"
[ 52421.066] (**) Option "_source" "server/udev"
[ 52421.068] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 52421.068] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 52421.068] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 52421.142] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.000B/input/input43/event10"
[ 52421.142] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Mouse" (type: MOUSE, id 18)
[ 52421.142] (**) Option "AccelerationScheme" "none"
[ 52421.142] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) selected scheme none/0
[ 52421.143] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[ 52421.143] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[ 52421.145] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 52421.145] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 52421.146] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Consumer Control (/dev/input/event12)
[ 52421.146] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 52421.146] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 52421.146] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 52421.146] (**) Option "Device" "/dev/input/event12"
[ 52421.146] (**) Option "_source" "server/udev"
[ 52421.148] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 52421.148] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 52421.149] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 52421.182] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 52421.182] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.000B/input/input45/event12"
[ 52421.182] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: MOUSE, id 19)
[ 52421.182] (**) Option "AccelerationScheme" "none"
[ 52421.183] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 52421.183] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 52421.183] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 52421.185] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 52421.185] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 52421.185] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 52421.185] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 52421.185] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 52421.185] (**) Option "Device" "/dev/input/event12"
[ 52421.185] (**) Option "_source" "_driver/libinput"
[ 52421.185] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: is a virtual subdevice
[ 52421.186] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.000B/input/input45/event12"
[ 52421.186] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: KEYBOARD, id 20)
[ 53581.035] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 53581.035] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 53581.060] (II) UnloadModule: "libinput"
[ 53581.117] (II) config/udev: removing device Razer Razer DeathAdder Elite Keyboard
[ 53581.117] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 53581.157] (II) UnloadModule: "libinput"
[ 53581.181] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 53581.183] (II) UnloadModule: "libinput"
[ 53581.183] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 53581.183] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 53581.200] (II) UnloadModule: "libinput"
[ 53581.266] (II) config/udev: removing device Razer Razer DeathAdder Elite System Control
[ 53581.266] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 53581.310] (II) UnloadModule: "libinput"
[ 53581.398] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 53581.398] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 53581.436] (II) UnloadModule: "libinput"
[ 53581.598] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard
[ 53581.599] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 53581.630] (II) UnloadModule: "libinput"
[ 53581.655] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Mouse
[ 53581.655] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 53581.686] (II) UnloadModule: "libinput"
[ 53581.774] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard System Control
[ 53581.775] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 53581.794] (II) UnloadModule: "libinput"
[ 53581.860] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 53581.862] (II) UnloadModule: "libinput"
[ 53581.862] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 53581.862] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 53581.903] (II) UnloadModule: "libinput"
[ 53593.231] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/mouse0)
[ 53593.231] (II) No input driver specified, ignoring this device.
[ 53593.231] (II) This device may have been added with another device file.
[ 53593.302] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event8)
[ 53593.302] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput keyboard catchall"
[ 53593.302] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 53593.303] (**) Razer Razer DeathAdder Elite: always reports core events
[ 53593.303] (**) Option "Device" "/dev/input/event8"
[ 53593.303] (**) Option "_source" "server/udev"
[ 53593.305] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 53593.305] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 53593.305] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 53593.329] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.2/0003:1532:005C.000F/input/input52/event8"
[ 53593.329] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: KEYBOARD, id 10)
[ 53593.331] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 53593.331] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 53593.332] (II) config/udev: Adding input device Razer Razer DeathAdder Elite System Control (/dev/input/event6)
[ 53593.332] (**) Razer Razer DeathAdder Elite System Control: Applying InputClass "libinput keyboard catchall"
[ 53593.332] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite System Control'
[ 53593.333] (**) Razer Razer DeathAdder Elite System Control: always reports core events
[ 53593.333] (**) Option "Device" "/dev/input/event6"
[ 53593.333] (**) Option "_source" "server/udev"
[ 53593.334] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 53593.334] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 53593.334] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 53593.355] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.000E/input/input50/event6"
[ 53593.355] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite System Control" (type: KEYBOARD, id 11)
[ 53593.359] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 53593.359] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 53593.360] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Keyboard (/dev/input/event4)
[ 53593.360] (**) Razer Razer DeathAdder Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[ 53593.360] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Keyboard'
[ 53593.360] (**) Razer Razer DeathAdder Elite Keyboard: always reports core events
[ 53593.360] (**) Option "Device" "/dev/input/event4"
[ 53593.360] (**) Option "_source" "server/udev"
[ 53593.362] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 53593.362] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 53593.363] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 53593.395] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.000E/input/input48/event4"
[ 53593.395] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Keyboard" (type: KEYBOARD, id 12)
[ 53593.397] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 53593.397] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 53593.399] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event7)
[ 53593.399] (II) No input driver specified, ignoring this device.
[ 53593.399] (II) This device may have been added with another device file.
[ 53593.400] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Consumer Control (/dev/input/event5)
[ 53593.400] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 53593.400] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 53593.400] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 53593.400] (**) Option "Device" "/dev/input/event5"
[ 53593.400] (**) Option "_source" "server/udev"
[ 53593.401] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 53593.402] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 53593.402] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 53593.422] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: needs a virtual subdevice
[ 53593.422] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.000E/input/input49/event5"
[ 53593.422] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: MOUSE, id 13)
[ 53593.423] (**) Option "AccelerationScheme" "none"
[ 53593.423] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) selected scheme none/0
[ 53593.423] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration factor: 2.000
[ 53593.423] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration threshold: 4
[ 53593.425] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 53593.425] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 53593.426] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 53593.426] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 53593.426] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 53593.426] (**) Option "Device" "/dev/input/event5"
[ 53593.426] (**) Option "_source" "_driver/libinput"
[ 53593.426] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: is a virtual subdevice
[ 53593.426] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.000E/input/input49/event5"
[ 53593.426] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: KEYBOARD, id 14)
[ 53593.428] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event3)
[ 53593.428] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput pointer catchall"
[ 53593.428] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 53593.428] (**) Razer Razer DeathAdder Elite: always reports core events
[ 53593.428] (**) Option "Device" "/dev/input/event3"
[ 53593.428] (**) Option "_source" "server/udev"
[ 53593.483] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 53593.484] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 53593.484] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 53593.535] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:1532:005C.000D/input/input47/event3"
[ 53593.535] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: MOUSE, id 15)
[ 53593.536] (**) Option "AccelerationScheme" "none"
[ 53593.536] (**) Razer Razer DeathAdder Elite: (accel) selected scheme none/0
[ 53593.536] (**) Razer Razer DeathAdder Elite: (accel) acceleration factor: 2.000
[ 53593.537] (**) Razer Razer DeathAdder Elite: (accel) acceleration threshold: 4
[ 53593.593] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 53593.593] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 53593.594] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/js0)
[ 53593.594] (II) No input driver specified, ignoring this device.
[ 53593.594] (II) This device may have been added with another device file.
[ 53593.594] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/mouse1)
[ 53593.594] (II) No input driver specified, ignoring this device.
[ 53593.594] (II) This device may have been added with another device file.
[ 53593.613] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard (/dev/input/event9)
[ 53593.613] (**) GAMDIAS USB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 53593.613] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard'
[ 53593.613] (**) GAMDIAS USB Gaming Keyboard: always reports core events
[ 53593.613] (**) Option "Device" "/dev/input/event9"
[ 53593.613] (**) Option "_source" "server/udev"
[ 53593.614] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 53593.614] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 53593.614] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 53593.629] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:1B80:B50E.0010/input/input53/event9"
[ 53593.629] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard" (type: KEYBOARD, id 16)
[ 53593.630] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 53593.630] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 53593.631] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard System Control (/dev/input/event11)
[ 53593.631] (**) GAMDIAS USB Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 53593.631] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard System Control'
[ 53593.631] (**) GAMDIAS USB Gaming Keyboard System Control: always reports core events
[ 53593.631] (**) Option "Device" "/dev/input/event11"
[ 53593.631] (**) Option "_source" "server/udev"
[ 53593.632] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 53593.632] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 53593.632] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 53593.662] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0011/input/input55/event11"
[ 53593.662] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard System Control" (type: KEYBOARD, id 17)
[ 53593.665] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 53593.665] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 53593.666] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Consumer Control (/dev/input/event12)
[ 53593.666] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 53593.666] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 53593.666] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 53593.666] (**) Option "Device" "/dev/input/event12"
[ 53593.666] (**) Option "_source" "server/udev"
[ 53593.668] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 53593.668] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 53593.668] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 53593.682] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 53593.682] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0011/input/input56/event12"
[ 53593.682] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: MOUSE, id 18)
[ 53593.682] (**) Option "AccelerationScheme" "none"
[ 53593.683] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 53593.683] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 53593.683] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 53593.685] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 53593.685] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 53593.685] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 53593.685] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 53593.685] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 53593.685] (**) Option "Device" "/dev/input/event12"
[ 53593.685] (**) Option "_source" "_driver/libinput"
[ 53593.685] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: is a virtual subdevice
[ 53593.685] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0011/input/input56/event12"
[ 53593.685] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: KEYBOARD, id 19)
[ 53593.687] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/event10)
[ 53593.687] (**) GAMDIAS USB Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 53593.687] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Mouse'
[ 53593.687] (**) GAMDIAS USB Gaming Keyboard Mouse: always reports core events
[ 53593.687] (**) Option "Device" "/dev/input/event10"
[ 53593.687] (**) Option "_source" "server/udev"
[ 53593.689] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 53593.689] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 53593.689] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 53593.739] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0011/input/input54/event10"
[ 53593.739] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Mouse" (type: MOUSE, id 20)
[ 53593.740] (**) Option "AccelerationScheme" "none"
[ 53593.740] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) selected scheme none/0
[ 53593.740] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[ 53593.740] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[ 53593.742] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 53593.743] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 53615.977] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 53615.978] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 53616.005] (II) UnloadModule: "libinput"
[ 53616.057] (II) config/udev: removing device Razer Razer DeathAdder Elite Keyboard
[ 53616.057] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 53616.078] (II) UnloadModule: "libinput"
[ 53616.106] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 53616.108] (II) UnloadModule: "libinput"
[ 53616.108] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 53616.108] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 53616.156] (II) UnloadModule: "libinput"
[ 53616.185] (II) config/udev: removing device Razer Razer DeathAdder Elite System Control
[ 53616.185] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 53616.231] (II) UnloadModule: "libinput"
[ 53616.302] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 53616.302] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 53616.330] (II) UnloadModule: "libinput"
[ 53616.412] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard
[ 53616.412] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 53616.450] (II) UnloadModule: "libinput"
[ 53616.483] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Mouse
[ 53616.483] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 53616.505] (II) UnloadModule: "libinput"
[ 53616.639] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard System Control
[ 53616.639] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 53616.677] (II) UnloadModule: "libinput"
[ 53616.729] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 53616.731] (II) UnloadModule: "libinput"
[ 53616.731] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 53616.731] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 53616.770] (II) UnloadModule: "libinput"
[ 53671.662] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/mouse0)
[ 53671.662] (II) No input driver specified, ignoring this device.
[ 53671.662] (II) This device may have been added with another device file.
[ 53671.721] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Keyboard (/dev/input/event4)
[ 53671.721] (**) Razer Razer DeathAdder Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[ 53671.721] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Keyboard'
[ 53671.721] (**) Razer Razer DeathAdder Elite Keyboard: always reports core events
[ 53671.721] (**) Option "Device" "/dev/input/event4"
[ 53671.721] (**) Option "_source" "server/udev"
[ 53671.722] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 53671.722] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 53671.722] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 53671.745] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0014/input/input59/event4"
[ 53671.745] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Keyboard" (type: KEYBOARD, id 10)
[ 53671.747] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 53671.747] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 53671.748] (II) config/udev: Adding input device Razer Razer DeathAdder Elite System Control (/dev/input/event6)
[ 53671.748] (**) Razer Razer DeathAdder Elite System Control: Applying InputClass "libinput keyboard catchall"
[ 53671.748] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite System Control'
[ 53671.748] (**) Razer Razer DeathAdder Elite System Control: always reports core events
[ 53671.748] (**) Option "Device" "/dev/input/event6"
[ 53671.748] (**) Option "_source" "server/udev"
[ 53671.749] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 53671.749] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 53671.750] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 53671.774] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0014/input/input61/event6"
[ 53671.774] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite System Control" (type: KEYBOARD, id 11)
[ 53671.776] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 53671.776] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 53671.777] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event8)
[ 53671.777] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput keyboard catchall"
[ 53671.777] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 53671.777] (**) Razer Razer DeathAdder Elite: always reports core events
[ 53671.777] (**) Option "Device" "/dev/input/event8"
[ 53671.778] (**) Option "_source" "server/udev"
[ 53671.779] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 53671.779] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 53671.779] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 53671.809] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.2/0003:1532:005C.0015/input/input63/event8"
[ 53671.809] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: KEYBOARD, id 12)
[ 53671.812] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 53671.812] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 53671.813] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event3)
[ 53671.813] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput pointer catchall"
[ 53671.813] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 53671.813] (**) Razer Razer DeathAdder Elite: always reports core events
[ 53671.813] (**) Option "Device" "/dev/input/event3"
[ 53671.813] (**) Option "_source" "server/udev"
[ 53671.870] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 53671.870] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 53671.870] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 53671.932] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:1532:005C.0013/input/input58/event3"
[ 53671.932] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: MOUSE, id 13)
[ 53671.933] (**) Option "AccelerationScheme" "none"
[ 53671.933] (**) Razer Razer DeathAdder Elite: (accel) selected scheme none/0
[ 53671.933] (**) Razer Razer DeathAdder Elite: (accel) acceleration factor: 2.000
[ 53671.933] (**) Razer Razer DeathAdder Elite: (accel) acceleration threshold: 4
[ 53671.990] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 53671.990] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 53671.992] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Consumer Control (/dev/input/event5)
[ 53671.992] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 53671.992] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 53671.992] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 53671.992] (**) Option "Device" "/dev/input/event5"
[ 53671.992] (**) Option "_source" "server/udev"
[ 53671.994] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 53671.994] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 53671.994] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 53672.022] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: needs a virtual subdevice
[ 53672.022] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0014/input/input60/event5"
[ 53672.022] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: MOUSE, id 14)
[ 53672.023] (**) Option "AccelerationScheme" "none"
[ 53672.023] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) selected scheme none/0
[ 53672.023] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration factor: 2.000
[ 53672.023] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration threshold: 4
[ 53672.025] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 53672.025] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 53672.026] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 53672.026] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 53672.026] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 53672.026] (**) Option "Device" "/dev/input/event5"
[ 53672.026] (**) Option "_source" "_driver/libinput"
[ 53672.026] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: is a virtual subdevice
[ 53672.026] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0014/input/input60/event5"
[ 53672.026] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: KEYBOARD, id 15)
[ 53672.027] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event7)
[ 53672.028] (II) No input driver specified, ignoring this device.
[ 53672.028] (II) This device may have been added with another device file.
[ 53672.029] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/mouse1)
[ 53672.029] (II) No input driver specified, ignoring this device.
[ 53672.029] (II) This device may have been added with another device file.
[ 53672.030] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/js0)
[ 53672.030] (II) No input driver specified, ignoring this device.
[ 53672.030] (II) This device may have been added with another device file.
[ 53672.031] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard System Control (/dev/input/event11)
[ 53672.031] (**) GAMDIAS USB Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 53672.031] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard System Control'
[ 53672.031] (**) GAMDIAS USB Gaming Keyboard System Control: always reports core events
[ 53672.031] (**) Option "Device" "/dev/input/event11"
[ 53672.031] (**) Option "_source" "server/udev"
[ 53672.033] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 53672.033] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 53672.033] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 53672.052] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0017/input/input66/event11"
[ 53672.052] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard System Control" (type: KEYBOARD, id 16)
[ 53672.054] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 53672.054] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 53672.055] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard (/dev/input/event9)
[ 53672.055] (**) GAMDIAS USB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 53672.055] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard'
[ 53672.055] (**) GAMDIAS USB Gaming Keyboard: always reports core events
[ 53672.055] (**) Option "Device" "/dev/input/event9"
[ 53672.055] (**) Option "_source" "server/udev"
[ 53672.057] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 53672.057] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 53672.057] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 53672.089] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:1B80:B50E.0016/input/input64/event9"
[ 53672.089] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard" (type: KEYBOARD, id 17)
[ 53672.091] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 53672.091] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 53672.130] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Consumer Control (/dev/input/event12)
[ 53672.130] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 53672.130] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 53672.130] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 53672.130] (**) Option "Device" "/dev/input/event12"
[ 53672.130] (**) Option "_source" "server/udev"
[ 53672.131] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 53672.131] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 53672.131] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 53672.155] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 53672.155] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0017/input/input67/event12"
[ 53672.155] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: MOUSE, id 18)
[ 53672.156] (**) Option "AccelerationScheme" "none"
[ 53672.156] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 53672.156] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 53672.156] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 53672.157] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 53672.157] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 53672.158] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 53672.158] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 53672.158] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 53672.158] (**) Option "Device" "/dev/input/event12"
[ 53672.158] (**) Option "_source" "_driver/libinput"
[ 53672.158] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: is a virtual subdevice
[ 53672.158] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0017/input/input67/event12"
[ 53672.158] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: KEYBOARD, id 19)
[ 53672.159] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/event10)
[ 53672.159] (**) GAMDIAS USB Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 53672.159] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Mouse'
[ 53672.159] (**) GAMDIAS USB Gaming Keyboard Mouse: always reports core events
[ 53672.159] (**) Option "Device" "/dev/input/event10"
[ 53672.159] (**) Option "_source" "server/udev"
[ 53672.160] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 53672.160] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 53672.160] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 53672.209] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0017/input/input65/event10"
[ 53672.209] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Mouse" (type: MOUSE, id 20)
[ 53672.209] (**) Option "AccelerationScheme" "none"
[ 53672.210] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) selected scheme none/0
[ 53672.210] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[ 53672.210] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[ 53672.212] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 53672.212] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 55992.920] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 55992.920] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 55992.952] (II) UnloadModule: "libinput"
[ 55993.010] (II) config/udev: removing device Razer Razer DeathAdder Elite Keyboard
[ 55993.010] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 55993.046] (II) UnloadModule: "libinput"
[ 55993.079] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 55993.082] (II) UnloadModule: "libinput"
[ 55993.082] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 55993.082] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 55993.119] (II) UnloadModule: "libinput"
[ 55993.171] (II) config/udev: removing device Razer Razer DeathAdder Elite System Control
[ 55993.172] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 55993.199] (II) UnloadModule: "libinput"
[ 55993.318] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 55993.318] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 55993.356] (II) UnloadModule: "libinput"
[ 55993.456] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard
[ 55993.457] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 55993.477] (II) UnloadModule: "libinput"
[ 55993.508] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Mouse
[ 55993.508] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 55993.534] (II) UnloadModule: "libinput"
[ 55993.625] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard System Control
[ 55993.625] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 55993.650] (II) UnloadModule: "libinput"
[ 55993.718] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 55993.720] (II) UnloadModule: "libinput"
[ 55993.720] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 55993.720] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 55993.738] (II) UnloadModule: "libinput"
[ 56022.532] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/mouse0)
[ 56022.532] (II) No input driver specified, ignoring this device.
[ 56022.532] (II) This device may have been added with another device file.
[ 56022.578] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event8)
[ 56022.578] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput keyboard catchall"
[ 56022.578] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 56022.578] (**) Razer Razer DeathAdder Elite: always reports core events
[ 56022.578] (**) Option "Device" "/dev/input/event8"
[ 56022.578] (**) Option "_source" "server/udev"
[ 56022.579] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 56022.579] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 56022.579] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 56022.611] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.2/0003:1532:005C.001B/input/input74/event8"
[ 56022.611] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: KEYBOARD, id 10)
[ 56022.613] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 56022.613] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 56022.614] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Keyboard (/dev/input/event4)
[ 56022.614] (**) Razer Razer DeathAdder Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[ 56022.614] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Keyboard'
[ 56022.614] (**) Razer Razer DeathAdder Elite Keyboard: always reports core events
[ 56022.614] (**) Option "Device" "/dev/input/event4"
[ 56022.614] (**) Option "_source" "server/udev"
[ 56022.615] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 56022.615] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 56022.615] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 56022.635] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.001A/input/input70/event4"
[ 56022.635] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Keyboard" (type: KEYBOARD, id 11)
[ 56022.638] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 56022.638] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 56022.639] (II) config/udev: Adding input device Razer Razer DeathAdder Elite System Control (/dev/input/event6)
[ 56022.639] (**) Razer Razer DeathAdder Elite System Control: Applying InputClass "libinput keyboard catchall"
[ 56022.639] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite System Control'
[ 56022.639] (**) Razer Razer DeathAdder Elite System Control: always reports core events
[ 56022.639] (**) Option "Device" "/dev/input/event6"
[ 56022.639] (**) Option "_source" "server/udev"
[ 56022.641] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 56022.641] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 56022.641] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 56022.659] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.001A/input/input72/event6"
[ 56022.659] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite System Control" (type: KEYBOARD, id 12)
[ 56022.661] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 56022.662] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 56022.663] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event7)
[ 56022.663] (II) No input driver specified, ignoring this device.
[ 56022.663] (II) This device may have been added with another device file.
[ 56022.667] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event3)
[ 56022.667] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput pointer catchall"
[ 56022.667] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 56022.667] (**) Razer Razer DeathAdder Elite: always reports core events
[ 56022.667] (**) Option "Device" "/dev/input/event3"
[ 56022.667] (**) Option "_source" "server/udev"
[ 56022.723] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 56022.723] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 56022.724] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 56022.795] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:1532:005C.0019/input/input69/event3"
[ 56022.795] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: MOUSE, id 13)
[ 56022.796] (**) Option "AccelerationScheme" "none"
[ 56022.797] (**) Razer Razer DeathAdder Elite: (accel) selected scheme none/0
[ 56022.797] (**) Razer Razer DeathAdder Elite: (accel) acceleration factor: 2.000
[ 56022.797] (**) Razer Razer DeathAdder Elite: (accel) acceleration threshold: 4
[ 56022.853] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 56022.853] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 56022.854] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Consumer Control (/dev/input/event5)
[ 56022.854] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 56022.854] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 56022.854] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 56022.854] (**) Option "Device" "/dev/input/event5"
[ 56022.855] (**) Option "_source" "server/udev"
[ 56022.856] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 56022.856] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 56022.856] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 56022.881] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: needs a virtual subdevice
[ 56022.882] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.001A/input/input71/event5"
[ 56022.882] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: MOUSE, id 14)
[ 56022.882] (**) Option "AccelerationScheme" "none"
[ 56022.883] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) selected scheme none/0
[ 56022.883] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration factor: 2.000
[ 56022.883] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration threshold: 4
[ 56022.884] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 56022.884] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 56022.885] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 56022.885] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 56022.885] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 56022.885] (**) Option "Device" "/dev/input/event5"
[ 56022.885] (**) Option "_source" "_driver/libinput"
[ 56022.885] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: is a virtual subdevice
[ 56022.885] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.001A/input/input71/event5"
[ 56022.885] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: KEYBOARD, id 15)
[ 56022.887] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/mouse1)
[ 56022.887] (II) No input driver specified, ignoring this device.
[ 56022.887] (II) This device may have been added with another device file.
[ 56022.888] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/js0)
[ 56022.888] (II) No input driver specified, ignoring this device.
[ 56022.888] (II) This device may have been added with another device file.
[ 56022.889] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard System Control (/dev/input/event11)
[ 56022.889] (**) GAMDIAS USB Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 56022.889] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard System Control'
[ 56022.889] (**) GAMDIAS USB Gaming Keyboard System Control: always reports core events
[ 56022.889] (**) Option "Device" "/dev/input/event11"
[ 56022.889] (**) Option "_source" "server/udev"
[ 56022.890] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 56022.890] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 56022.891] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 56022.909] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.001D/input/input77/event11"
[ 56022.909] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard System Control" (type: KEYBOARD, id 16)
[ 56022.911] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 56022.911] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 56022.912] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard (/dev/input/event9)
[ 56022.912] (**) GAMDIAS USB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 56022.912] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard'
[ 56022.912] (**) GAMDIAS USB Gaming Keyboard: always reports core events
[ 56022.912] (**) Option "Device" "/dev/input/event9"
[ 56022.912] (**) Option "_source" "server/udev"
[ 56022.914] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 56022.914] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 56022.914] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 56022.942] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:1B80:B50E.001C/input/input75/event9"
[ 56022.942] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard" (type: KEYBOARD, id 17)
[ 56022.944] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 56022.944] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 56022.945] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/event10)
[ 56022.946] (**) GAMDIAS USB Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 56022.946] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Mouse'
[ 56022.946] (**) GAMDIAS USB Gaming Keyboard Mouse: always reports core events
[ 56022.946] (**) Option "Device" "/dev/input/event10"
[ 56022.946] (**) Option "_source" "server/udev"
[ 56022.947] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 56022.948] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 56022.948] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 56022.998] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.001D/input/input76/event10"
[ 56022.999] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Mouse" (type: MOUSE, id 18)
[ 56022.999] (**) Option "AccelerationScheme" "none"
[ 56023.000] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) selected scheme none/0
[ 56023.000] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[ 56023.000] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[ 56023.002] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 56023.002] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 56023.004] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Consumer Control (/dev/input/event12)
[ 56023.004] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 56023.004] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 56023.004] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 56023.004] (**) Option "Device" "/dev/input/event12"
[ 56023.004] (**) Option "_source" "server/udev"
[ 56023.006] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 56023.006] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 56023.006] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 56023.033] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 56023.033] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.001D/input/input78/event12"
[ 56023.033] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: MOUSE, id 19)
[ 56023.034] (**) Option "AccelerationScheme" "none"
[ 56023.034] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 56023.034] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 56023.034] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 56023.036] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 56023.036] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 56023.037] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 56023.037] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 56023.037] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 56023.037] (**) Option "Device" "/dev/input/event12"
[ 56023.037] (**) Option "_source" "_driver/libinput"
[ 56023.037] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: is a virtual subdevice
[ 56023.037] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.001D/input/input78/event12"
[ 56023.037] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: KEYBOARD, id 20)
[ 56035.301] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 56035.302] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 56035.345] (II) UnloadModule: "libinput"
[ 56035.403] (II) config/udev: removing device Razer Razer DeathAdder Elite Keyboard
[ 56035.403] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 56035.428] (II) UnloadModule: "libinput"
[ 56035.478] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 56035.480] (II) UnloadModule: "libinput"
[ 56035.480] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 56035.480] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 56035.530] (II) UnloadModule: "libinput"
[ 56035.533] (II) config/udev: removing device Razer Razer DeathAdder Elite System Control
[ 56035.533] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 56035.597] (II) UnloadModule: "libinput"
[ 56035.660] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 56035.660] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 56035.701] (II) UnloadModule: "libinput"
[ 56035.812] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard
[ 56035.812] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 56035.864] (II) UnloadModule: "libinput"
[ 56035.906] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Mouse
[ 56035.906] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 56035.959] (II) UnloadModule: "libinput"
[ 56036.065] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard System Control
[ 56036.065] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 56036.103] (II) UnloadModule: "libinput"
[ 56036.131] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 56036.134] (II) UnloadModule: "libinput"
[ 56036.134] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 56036.134] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 56036.177] (II) UnloadModule: "libinput"
[ 56756.127] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/mouse0)
[ 56756.127] (II) No input driver specified, ignoring this device.
[ 56756.127] (II) This device may have been added with another device file.
[ 56756.154] (II) config/udev: Adding input device Razer Razer DeathAdder Elite System Control (/dev/input/event6)
[ 56756.154] (**) Razer Razer DeathAdder Elite System Control: Applying InputClass "libinput keyboard catchall"
[ 56756.154] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite System Control'
[ 56756.154] (**) Razer Razer DeathAdder Elite System Control: always reports core events
[ 56756.154] (**) Option "Device" "/dev/input/event6"
[ 56756.154] (**) Option "_source" "server/udev"
[ 56756.155] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 56756.155] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 56756.155] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 56756.182] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0020/input/input83/event6"
[ 56756.182] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite System Control" (type: KEYBOARD, id 10)
[ 56756.183] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 56756.183] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 56756.214] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event8)
[ 56756.214] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput keyboard catchall"
[ 56756.214] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 56756.214] (**) Razer Razer DeathAdder Elite: always reports core events
[ 56756.214] (**) Option "Device" "/dev/input/event8"
[ 56756.215] (**) Option "_source" "server/udev"
[ 56756.216] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 56756.216] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 56756.216] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 56756.242] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.2/0003:1532:005C.0021/input/input85/event8"
[ 56756.242] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: KEYBOARD, id 11)
[ 56756.244] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 56756.244] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 56756.246] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Keyboard (/dev/input/event4)
[ 56756.246] (**) Razer Razer DeathAdder Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[ 56756.246] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Keyboard'
[ 56756.246] (**) Razer Razer DeathAdder Elite Keyboard: always reports core events
[ 56756.246] (**) Option "Device" "/dev/input/event4"
[ 56756.246] (**) Option "_source" "server/udev"
[ 56756.248] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 56756.248] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 56756.248] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 56756.275] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0020/input/input81/event4"
[ 56756.275] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Keyboard" (type: KEYBOARD, id 12)
[ 56756.277] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 56756.278] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 56756.279] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event3)
[ 56756.279] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput pointer catchall"
[ 56756.279] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 56756.279] (**) Razer Razer DeathAdder Elite: always reports core events
[ 56756.279] (**) Option "Device" "/dev/input/event3"
[ 56756.279] (**) Option "_source" "server/udev"
[ 56756.337] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 56756.337] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 56756.337] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 56756.408] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:1532:005C.001F/input/input80/event3"
[ 56756.409] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: MOUSE, id 13)
[ 56756.410] (**) Option "AccelerationScheme" "none"
[ 56756.410] (**) Razer Razer DeathAdder Elite: (accel) selected scheme none/0
[ 56756.410] (**) Razer Razer DeathAdder Elite: (accel) acceleration factor: 2.000
[ 56756.410] (**) Razer Razer DeathAdder Elite: (accel) acceleration threshold: 4
[ 56756.466] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 56756.466] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 56756.468] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event7)
[ 56756.468] (II) No input driver specified, ignoring this device.
[ 56756.468] (II) This device may have been added with another device file.
[ 56756.468] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Consumer Control (/dev/input/event5)
[ 56756.468] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 56756.469] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 56756.469] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 56756.469] (**) Option "Device" "/dev/input/event5"
[ 56756.469] (**) Option "_source" "server/udev"
[ 56756.470] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 56756.470] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 56756.471] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 56756.490] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: needs a virtual subdevice
[ 56756.490] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0020/input/input82/event5"
[ 56756.490] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: MOUSE, id 14)
[ 56756.491] (**) Option "AccelerationScheme" "none"
[ 56756.491] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) selected scheme none/0
[ 56756.491] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration factor: 2.000
[ 56756.491] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration threshold: 4
[ 56756.493] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 56756.493] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 56756.494] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 56756.494] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 56756.494] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 56756.494] (**) Option "Device" "/dev/input/event5"
[ 56756.494] (**) Option "_source" "_driver/libinput"
[ 56756.494] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: is a virtual subdevice
[ 56756.494] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0020/input/input82/event5"
[ 56756.494] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: KEYBOARD, id 15)
[ 56756.496] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/js0)
[ 56756.496] (II) No input driver specified, ignoring this device.
[ 56756.496] (II) This device may have been added with another device file.
[ 56756.497] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/mouse1)
[ 56756.497] (II) No input driver specified, ignoring this device.
[ 56756.497] (II) This device may have been added with another device file.
[ 56756.498] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard System Control (/dev/input/event11)
[ 56756.498] (**) GAMDIAS USB Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 56756.498] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard System Control'
[ 56756.498] (**) GAMDIAS USB Gaming Keyboard System Control: always reports core events
[ 56756.498] (**) Option "Device" "/dev/input/event11"
[ 56756.498] (**) Option "_source" "server/udev"
[ 56756.500] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 56756.500] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 56756.500] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 56756.528] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0023/input/input88/event11"
[ 56756.528] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard System Control" (type: KEYBOARD, id 16)
[ 56756.531] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 56756.531] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 56756.532] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard (/dev/input/event9)
[ 56756.532] (**) GAMDIAS USB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 56756.532] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard'
[ 56756.532] (**) GAMDIAS USB Gaming Keyboard: always reports core events
[ 56756.532] (**) Option "Device" "/dev/input/event9"
[ 56756.532] (**) Option "_source" "server/udev"
[ 56756.534] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 56756.534] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 56756.534] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 56756.552] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:1B80:B50E.0022/input/input86/event9"
[ 56756.552] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard" (type: KEYBOARD, id 17)
[ 56756.554] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 56756.554] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 56756.555] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/event10)
[ 56756.556] (**) GAMDIAS USB Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 56756.556] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Mouse'
[ 56756.556] (**) GAMDIAS USB Gaming Keyboard Mouse: always reports core events
[ 56756.556] (**) Option "Device" "/dev/input/event10"
[ 56756.556] (**) Option "_source" "server/udev"
[ 56756.557] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 56756.558] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 56756.558] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 56756.608] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0023/input/input87/event10"
[ 56756.608] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Mouse" (type: MOUSE, id 18)
[ 56756.609] (**) Option "AccelerationScheme" "none"
[ 56756.610] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) selected scheme none/0
[ 56756.610] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[ 56756.610] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[ 56756.612] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 56756.613] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 56756.615] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Consumer Control (/dev/input/event12)
[ 56756.615] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 56756.615] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 56756.615] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 56756.615] (**) Option "Device" "/dev/input/event12"
[ 56756.615] (**) Option "_source" "server/udev"
[ 56756.617] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 56756.617] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 56756.617] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 56756.638] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 56756.639] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0023/input/input89/event12"
[ 56756.639] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: MOUSE, id 19)
[ 56756.639] (**) Option "AccelerationScheme" "none"
[ 56756.640] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 56756.640] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 56756.640] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 56756.642] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 56756.642] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 56756.643] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 56756.643] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 56756.643] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 56756.643] (**) Option "Device" "/dev/input/event12"
[ 56756.643] (**) Option "_source" "_driver/libinput"
[ 56756.643] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: is a virtual subdevice
[ 56756.643] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0023/input/input89/event12"
[ 56756.643] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: KEYBOARD, id 20)
[ 57523.611] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 57523.612] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 57523.651] (II) UnloadModule: "libinput"
[ 57523.730] (II) config/udev: removing device Razer Razer DeathAdder Elite Keyboard
[ 57523.730] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 57523.759] (II) UnloadModule: "libinput"
[ 57523.799] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 57523.801] (II) UnloadModule: "libinput"
[ 57523.801] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 57523.801] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 57523.823] (II) UnloadModule: "libinput"
[ 57523.865] (II) config/udev: removing device Razer Razer DeathAdder Elite System Control
[ 57523.865] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 57523.903] (II) UnloadModule: "libinput"
[ 57524.025] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 57524.025] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 57524.063] (II) UnloadModule: "libinput"
[ 57524.171] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard
[ 57524.171] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 57524.235] (II) UnloadModule: "libinput"
[ 57524.247] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Mouse
[ 57524.247] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 57524.267] (II) UnloadModule: "libinput"
[ 57524.358] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard System Control
[ 57524.359] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 57524.409] (II) UnloadModule: "libinput"
[ 57524.412] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 57524.413] (II) UnloadModule: "libinput"
[ 57524.413] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 57524.413] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 57524.452] (II) UnloadModule: "libinput"
[ 59680.041] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/mouse0)
[ 59680.041] (II) No input driver specified, ignoring this device.
[ 59680.041] (II) This device may have been added with another device file.
[ 59680.120] (II) config/udev: Adding input device Razer Razer DeathAdder Elite System Control (/dev/input/event6)
[ 59680.120] (**) Razer Razer DeathAdder Elite System Control: Applying InputClass "libinput keyboard catchall"
[ 59680.120] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite System Control'
[ 59680.120] (**) Razer Razer DeathAdder Elite System Control: always reports core events
[ 59680.120] (**) Option "Device" "/dev/input/event6"
[ 59680.120] (**) Option "_source" "server/udev"
[ 59680.122] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 59680.122] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 59680.122] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 59680.158] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0026/input/input94/event6"
[ 59680.158] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite System Control" (type: KEYBOARD, id 10)
[ 59680.160] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 59680.160] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 59680.161] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event8)
[ 59680.161] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput keyboard catchall"
[ 59680.161] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 59680.161] (**) Razer Razer DeathAdder Elite: always reports core events
[ 59680.161] (**) Option "Device" "/dev/input/event8"
[ 59680.162] (**) Option "_source" "server/udev"
[ 59680.163] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 59680.163] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 59680.164] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 59680.188] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.2/0003:1532:005C.0027/input/input96/event8"
[ 59680.188] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: KEYBOARD, id 11)
[ 59680.190] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 59680.190] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 59680.192] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Keyboard (/dev/input/event4)
[ 59680.192] (**) Razer Razer DeathAdder Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[ 59680.192] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Keyboard'
[ 59680.192] (**) Razer Razer DeathAdder Elite Keyboard: always reports core events
[ 59680.192] (**) Option "Device" "/dev/input/event4"
[ 59680.192] (**) Option "_source" "server/udev"
[ 59680.193] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 59680.194] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 59680.194] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 59680.225] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0026/input/input92/event4"
[ 59680.225] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Keyboard" (type: KEYBOARD, id 12)
[ 59680.227] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 59680.227] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 59680.228] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event3)
[ 59680.229] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput pointer catchall"
[ 59680.229] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 59680.229] (**) Razer Razer DeathAdder Elite: always reports core events
[ 59680.229] (**) Option "Device" "/dev/input/event3"
[ 59680.229] (**) Option "_source" "server/udev"
[ 59680.286] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 59680.286] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 59680.287] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 59680.345] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:1532:005C.0025/input/input91/event3"
[ 59680.345] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: MOUSE, id 13)
[ 59680.345] (**) Option "AccelerationScheme" "none"
[ 59680.346] (**) Razer Razer DeathAdder Elite: (accel) selected scheme none/0
[ 59680.346] (**) Razer Razer DeathAdder Elite: (accel) acceleration factor: 2.000
[ 59680.346] (**) Razer Razer DeathAdder Elite: (accel) acceleration threshold: 4
[ 59680.403] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 59680.403] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 59680.404] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event7)
[ 59680.404] (II) No input driver specified, ignoring this device.
[ 59680.404] (II) This device may have been added with another device file.
[ 59680.405] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Consumer Control (/dev/input/event5)
[ 59680.405] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 59680.405] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 59680.405] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 59680.405] (**) Option "Device" "/dev/input/event5"
[ 59680.405] (**) Option "_source" "server/udev"
[ 59680.407] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 59680.407] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 59680.407] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 59680.448] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: needs a virtual subdevice
[ 59680.448] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0026/input/input93/event5"
[ 59680.448] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: MOUSE, id 14)
[ 59680.449] (**) Option "AccelerationScheme" "none"
[ 59680.449] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) selected scheme none/0
[ 59680.449] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration factor: 2.000
[ 59680.449] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration threshold: 4
[ 59680.451] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 59680.451] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 59680.451] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 59680.451] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 59680.451] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 59680.451] (**) Option "Device" "/dev/input/event5"
[ 59680.451] (**) Option "_source" "_driver/libinput"
[ 59680.452] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: is a virtual subdevice
[ 59680.452] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0026/input/input93/event5"
[ 59680.452] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: KEYBOARD, id 15)
[ 59680.453] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/mouse1)
[ 59680.453] (II) No input driver specified, ignoring this device.
[ 59680.453] (II) This device may have been added with another device file.
[ 59680.454] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/js0)
[ 59680.454] (II) No input driver specified, ignoring this device.
[ 59680.454] (II) This device may have been added with another device file.
[ 59680.455] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard System Control (/dev/input/event11)
[ 59680.455] (**) GAMDIAS USB Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 59680.455] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard System Control'
[ 59680.455] (**) GAMDIAS USB Gaming Keyboard System Control: always reports core events
[ 59680.455] (**) Option "Device" "/dev/input/event11"
[ 59680.455] (**) Option "_source" "server/udev"
[ 59680.457] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 59680.457] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 59680.457] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 59680.488] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0029/input/input99/event11"
[ 59680.488] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard System Control" (type: KEYBOARD, id 16)
[ 59680.490] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 59680.490] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 59680.492] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard (/dev/input/event9)
[ 59680.492] (**) GAMDIAS USB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 59680.492] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard'
[ 59680.492] (**) GAMDIAS USB Gaming Keyboard: always reports core events
[ 59680.492] (**) Option "Device" "/dev/input/event9"
[ 59680.492] (**) Option "_source" "server/udev"
[ 59680.494] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 59680.494] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 59680.494] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 59680.515] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:1B80:B50E.0028/input/input97/event9"
[ 59680.515] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard" (type: KEYBOARD, id 17)
[ 59680.517] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 59680.517] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 59680.518] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Consumer Control (/dev/input/event12)
[ 59680.518] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 59680.518] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 59680.518] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 59680.518] (**) Option "Device" "/dev/input/event12"
[ 59680.518] (**) Option "_source" "server/udev"
[ 59680.520] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 59680.520] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 59680.520] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 59680.541] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 59680.542] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0029/input/input100/event12"
[ 59680.542] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: MOUSE, id 18)
[ 59680.542] (**) Option "AccelerationScheme" "none"
[ 59680.542] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 59680.542] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 59680.542] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 59680.544] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 59680.545] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 59680.545] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 59680.545] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 59680.545] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 59680.545] (**) Option "Device" "/dev/input/event12"
[ 59680.545] (**) Option "_source" "_driver/libinput"
[ 59680.545] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: is a virtual subdevice
[ 59680.545] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0029/input/input100/event12"
[ 59680.545] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: KEYBOARD, id 19)
[ 59680.547] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/event10)
[ 59680.547] (**) GAMDIAS USB Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 59680.547] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Mouse'
[ 59680.547] (**) GAMDIAS USB Gaming Keyboard Mouse: always reports core events
[ 59680.547] (**) Option "Device" "/dev/input/event10"
[ 59680.547] (**) Option "_source" "server/udev"
[ 59680.549] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 59680.549] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 59680.549] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 59680.608] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0029/input/input98/event10"
[ 59680.608] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Mouse" (type: MOUSE, id 20)
[ 59680.609] (**) Option "AccelerationScheme" "none"
[ 59680.609] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) selected scheme none/0
[ 59680.609] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[ 59680.609] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[ 59680.611] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 59680.611] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 59777.069] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 59777.070] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 59777.105] (II) UnloadModule: "libinput"
[ 59777.174] (II) config/udev: removing device Razer Razer DeathAdder Elite Keyboard
[ 59777.174] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 59777.223] (II) UnloadModule: "libinput"
[ 59777.245] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 59777.246] (II) UnloadModule: "libinput"
[ 59777.246] (II) config/udev: removing device Razer Razer DeathAdder Elite Consumer Control
[ 59777.247] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 59777.289] (II) UnloadModule: "libinput"
[ 59777.305] (II) config/udev: removing device Razer Razer DeathAdder Elite System Control
[ 59777.305] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 59777.343] (II) UnloadModule: "libinput"
[ 59777.477] (II) config/udev: removing device Razer Razer DeathAdder Elite
[ 59777.478] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 59777.503] (II) UnloadModule: "libinput"
[ 59777.624] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard
[ 59777.625] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 59777.675] (II) UnloadModule: "libinput"
[ 59777.706] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Mouse
[ 59777.706] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 59777.745] (II) UnloadModule: "libinput"
[ 59777.852] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard System Control
[ 59777.852] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 59777.889] (II) UnloadModule: "libinput"
[ 59777.927] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 59777.929] (II) UnloadModule: "libinput"
[ 59777.929] (II) config/udev: removing device GAMDIAS USB Gaming Keyboard Consumer Control
[ 59777.929] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 59777.969] (II) UnloadModule: "libinput"
[ 70996.558] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/mouse0)
[ 70996.558] (II) No input driver specified, ignoring this device.
[ 70996.558] (II) This device may have been added with another device file.
[ 70996.614] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Keyboard (/dev/input/event4)
[ 70996.614] (**) Razer Razer DeathAdder Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[ 70996.614] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Keyboard'
[ 70996.614] (**) Razer Razer DeathAdder Elite Keyboard: always reports core events
[ 70996.614] (**) Option "Device" "/dev/input/event4"
[ 70996.614] (**) Option "_source" "server/udev"
[ 70996.615] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 70996.616] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 70996.616] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 70996.639] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.002C/input/input103/event4"
[ 70996.639] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Keyboard" (type: KEYBOARD, id 10)
[ 70996.641] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[ 70996.642] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[ 70996.643] (II) config/udev: Adding input device Razer Razer DeathAdder Elite System Control (/dev/input/event6)
[ 70996.643] (**) Razer Razer DeathAdder Elite System Control: Applying InputClass "libinput keyboard catchall"
[ 70996.643] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite System Control'
[ 70996.643] (**) Razer Razer DeathAdder Elite System Control: always reports core events
[ 70996.643] (**) Option "Device" "/dev/input/event6"
[ 70996.643] (**) Option "_source" "server/udev"
[ 70996.645] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 70996.645] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 70996.645] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 70996.680] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.002C/input/input105/event6"
[ 70996.681] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite System Control" (type: KEYBOARD, id 11)
[ 70996.683] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[ 70996.683] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[ 70996.684] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event8)
[ 70996.684] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput keyboard catchall"
[ 70996.684] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 70996.684] (**) Razer Razer DeathAdder Elite: always reports core events
[ 70996.684] (**) Option "Device" "/dev/input/event8"
[ 70996.684] (**) Option "_source" "server/udev"
[ 70996.686] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 70996.686] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 70996.686] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 70996.704] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.2/0003:1532:005C.002D/input/input107/event8"
[ 70996.704] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: KEYBOARD, id 12)
[ 70996.706] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[ 70996.706] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[ 70996.707] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event3)
[ 70996.708] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput pointer catchall"
[ 70996.708] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[ 70996.708] (**) Razer Razer DeathAdder Elite: always reports core events
[ 70996.708] (**) Option "Device" "/dev/input/event3"
[ 70996.708] (**) Option "_source" "server/udev"
[ 70996.765] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 70996.766] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 70996.766] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 70996.814] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:1532:005C.002B/input/input102/event3"
[ 70996.815] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: MOUSE, id 13)
[ 70996.815] (**) Option "AccelerationScheme" "none"
[ 70996.816] (**) Razer Razer DeathAdder Elite: (accel) selected scheme none/0
[ 70996.816] (**) Razer Razer DeathAdder Elite: (accel) acceleration factor: 2.000
[ 70996.816] (**) Razer Razer DeathAdder Elite: (accel) acceleration threshold: 4
[ 70996.872] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[ 70996.872] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[ 70996.874] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event7)
[ 70996.874] (II) No input driver specified, ignoring this device.
[ 70996.874] (II) This device may have been added with another device file.
[ 70996.875] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Consumer Control (/dev/input/event5)
[ 70996.875] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 70996.875] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 70996.875] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 70996.875] (**) Option "Device" "/dev/input/event5"
[ 70996.876] (**) Option "_source" "server/udev"
[ 70996.878] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 70996.878] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 70996.878] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 70996.893] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: needs a virtual subdevice
[ 70996.893] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.002C/input/input104/event5"
[ 70996.893] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: MOUSE, id 14)
[ 70996.894] (**) Option "AccelerationScheme" "none"
[ 70996.894] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) selected scheme none/0
[ 70996.894] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration factor: 2.000
[ 70996.894] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration threshold: 4
[ 70996.895] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[ 70996.895] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[ 70996.895] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 70996.895] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[ 70996.895] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[ 70996.895] (**) Option "Device" "/dev/input/event5"
[ 70996.895] (**) Option "_source" "_driver/libinput"
[ 70996.895] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: is a virtual subdevice
[ 70996.896] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.002C/input/input104/event5"
[ 70996.896] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: KEYBOARD, id 15)
[ 70996.897] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/js0)
[ 70996.897] (II) No input driver specified, ignoring this device.
[ 70996.897] (II) This device may have been added with another device file.
[ 70996.897] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/mouse1)
[ 70996.897] (II) No input driver specified, ignoring this device.
[ 70996.897] (II) This device may have been added with another device file.
[ 70996.915] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard (/dev/input/event9)
[ 70996.915] (**) GAMDIAS USB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 70996.915] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard'
[ 70996.915] (**) GAMDIAS USB Gaming Keyboard: always reports core events
[ 70996.915] (**) Option "Device" "/dev/input/event9"
[ 70996.915] (**) Option "_source" "server/udev"
[ 70996.916] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 70996.916] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 70996.916] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 70996.940] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:1B80:B50E.002E/input/input108/event9"
[ 70996.940] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard" (type: KEYBOARD, id 16)
[ 70996.941] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[ 70996.941] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[ 70996.942] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard System Control (/dev/input/event11)
[ 70996.942] (**) GAMDIAS USB Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 70996.942] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard System Control'
[ 70996.942] (**) GAMDIAS USB Gaming Keyboard System Control: always reports core events
[ 70996.942] (**) Option "Device" "/dev/input/event11"
[ 70996.942] (**) Option "_source" "server/udev"
[ 70996.943] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 70996.943] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 70996.943] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 70996.975] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.002F/input/input110/event11"
[ 70996.976] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard System Control" (type: KEYBOARD, id 17)
[ 70996.978] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 70996.978] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[ 70996.979] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/event10)
[ 70996.979] (**) GAMDIAS USB Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 70996.979] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Mouse'
[ 70996.979] (**) GAMDIAS USB Gaming Keyboard Mouse: always reports core events
[ 70996.979] (**) Option "Device" "/dev/input/event10"
[ 70996.979] (**) Option "_source" "server/udev"
[ 70996.981] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 70996.981] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 70996.981] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 70997.047] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.002F/input/input109/event10"
[ 70997.047] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Mouse" (type: MOUSE, id 18)
[ 70997.048] (**) Option "AccelerationScheme" "none"
[ 70997.048] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) selected scheme none/0
[ 70997.048] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[ 70997.048] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[ 70997.050] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 70997.051] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[ 70997.052] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Consumer Control (/dev/input/event12)
[ 70997.052] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 70997.052] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 70997.052] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 70997.052] (**) Option "Device" "/dev/input/event12"
[ 70997.052] (**) Option "_source" "server/udev"
[ 70997.054] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 70997.054] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 70997.054] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 70997.074] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 70997.074] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.002F/input/input111/event12"
[ 70997.074] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: MOUSE, id 19)
[ 70997.074] (**) Option "AccelerationScheme" "none"
[ 70997.075] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 70997.075] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 70997.075] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 70997.077] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 70997.077] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[ 70997.077] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 70997.077] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[ 70997.077] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[ 70997.077] (**) Option "Device" "/dev/input/event12"
[ 70997.077] (**) Option "_source" "_driver/libinput"
[ 70997.077] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: is a virtual subdevice
[ 70997.077] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.002F/input/input111/event12"
[ 70997.077] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: KEYBOARD, id 20)
[ 71655.166] (II) event3  - Razer Razer DeathAdder Elite: SYN_DROPPED event - some input events have been lost.
[ 74125.851] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[ 74125.852] (II) No input driver specified, ignoring this device.
[ 74125.852] (II) This device may have been added with another device file.
[ 74125.852] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[ 74125.852] (II) No input driver specified, ignoring this device.
[ 74125.852] (II) This device may have been added with another device file.
[ 74125.853] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[ 74125.853] (II) No input driver specified, ignoring this device.
[ 74125.853] (II) This device may have been added with another device file.
[ 74125.858] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[ 74125.858] (II) No input driver specified, ignoring this device.
[ 74125.858] (II) This device may have been added with another device file.
[ 74732.565] (II) event2  - Power Button: device removed
[ 74732.586] (II) event14 - Video Bus: device removed
[ 74732.613] (II) event1  - Power Button: device removed
[ 74732.633] (II) event0  - Sleep Button: device removed
[ 74732.653] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[ 74732.666] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[ 74732.680] (II) event8  - Razer Razer DeathAdder Elite: device removed
[ 74732.743] (II) event3  - Razer Razer DeathAdder Elite: device removed
[ 74732.833] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[ 74732.900] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[ 74732.953] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[ 74733.020] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[ 74733.090] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[ 74733.167] (II) UnloadModule: "libinput"
[ 74733.167] (II) UnloadModule: "libinput"
[ 74733.167] (II) UnloadModule: "libinput"
[ 74733.167] (II) UnloadModule: "libinput"
[ 74733.167] (II) UnloadModule: "libinput"
[ 74733.167] (II) UnloadModule: "libinput"
[ 74733.167] (II) UnloadModule: "libinput"
[ 74733.168] (II) UnloadModule: "libinput"
[ 74733.168] (II) UnloadModule: "libinput"
[ 74733.168] (II) UnloadModule: "libinput"
[ 74733.168] (II) UnloadModule: "libinput"
[ 74733.168] (II) UnloadModule: "libinput"
[ 74733.168] (II) UnloadModule: "libinput"
[ 74733.168] (II) UnloadModule: "libinput"
[ 74733.168] (II) UnloadModule: "libinput"
[ 74733.241] (II) Server terminated successfully (0). Closing log file.

I see in the log file that nvidia is loading up and then gets unloaded, so not sure if that means anything.

Gnome is supposed to be running on Xorg (I have wayland disabled), which isn't using nvidia at all. Xorg does not have nvidia defined anywhere (note the .bak in conf file names):

[root@Desktop]# grep -ir nvidia /etc/X11/xorg.conf.d /usr/share/X11/xorg.conf.d
/etc/X11/xorg.conf.d/00-all.conf.bak:Driver         "nvidia"
/etc/X11/xorg.conf.d/00-all.conf.bak:VendorName  "NVIDIA Corporation"
/usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf.bak:    Identifier "nvidia"
/usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf.bak:    MatchDriver "nvidia-drm"
/usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf.bak:    Driver "nvidia"
/usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf.bak:    ModulePath "/usr/lib/nvidia/xorg"

I am pretty much stuck on how to stop the gnome-shell process from using the nvidia GPU (/dev/nvidia0). I know this will solve the issue because I switched my desktop environment to LXDE from Gnome, and the GPU passthrough works again because there isn't a gnome-shell process taking up the device.

Offline

#2 2018-12-30 13:17:25

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,404

Re: gnome-shell using nvidia GPU instead of Xorg's iGPU

[   566.403] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   566.403] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   566.404] (==) ServerLayout "Layout0"
[   566.404] (**) |-->Screen "Screen0" (0)
[   566.404] (**) |   |-->Monitor "HDMI-1"
[   566.404] (**) |   |-->Device "Device0"
[   566.404] (**) |   |-->GPUDevice "Device1"
[   566.404] (**) |   |-->GPUDevice "Device0"

Which file does that come from and what are it's contents ?


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

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2018-12-31 20:56:45

abhirathd95
Member
Registered: 2018-12-28
Posts: 4

Re: gnome-shell using nvidia GPU instead of Xorg's iGPU

That's my bad, looks like I pasted the log output from a previous run. I had file 00-all.conf defined in /etc/X11/xorg.conf.d before the update with the following contents:

Section "ServerLayout"
Identifier     "Layout0"
Screen        "Screen0"
#Screen        "Screen1"
EndSection

Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier     "HDMI-1"
Option         "Enable" "true"
EndSection

Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier     "DP-0"
Option         "Enable" "true"
EndSection

Section "Device"
Identifier     "Device0"
Driver         "intel"
EndSection

Section "Device"
Identifier     "Device1"
Driver         "nvidia"
VendorName  "NVIDIA Corporation"
BusID "PCI:01:00:0"
EndSection

Section "Screen"
Identifier     "Screen0"
Device         "Device0"
Monitor        "HDMI-1"
EndSection

Section "Screen"
Identifier     "Screen1"
Device         "Device1"
Monitor        "DP-0"
EndSection

My best guess is that's where that came from, but I am not sure since I don't see GPUDevice mentioned in there and this file was working before. As I mentioned in my OP though, I also tried removing that file and it still doesn't fix the issue. Here is the Xorg log output when I remove the file and restart:

[  2100.696] (--) Log file renamed from "/var/log/Xorg.pid-18663.log" to "/var/log/Xorg.0.log"
[  2100.697] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[  2100.697] Build Operating System: Linux Arch Linux
[  2100.697] Current Operating System: Linux abhi-Desktop 4.19.12-arch1-1-ARCH #1 SMP PREEMPT Fri Dec 21 13:56:54 UTC 2018 x86_64
[  2100.697] Kernel command line: \\vmlinuz-linux intel_iommu=on cryptdevice=/dev/disk/by-id/ata-WDC_WDS250G1B0A-00H9H0_170760801938-part2:luks1,,/dev/disk/by-id/ata-WDC_WDS250G1B0A-00H9H0_170760801137-part2:luks2 zfs=zroot/ROOT/default rw initrd=\initramfs-linux.img
[  2100.697] Build Date: 25 October 2018  04:42:32PM
[  2100.697]  
[  2100.697] Current version of pixman: 0.36.0
[  2100.697] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2100.697] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2100.697] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 31 14:40:09 2018
[  2100.697] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2100.697] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2100.697] (==) No Layout section.  Using the first Screen section.
[  2100.697] (==) No screen section available. Using defaults.
[  2100.697] (**) |-->Screen "Default Screen Section" (0)
[  2100.697] (**) |   |-->Monitor "<default monitor>"
[  2100.698] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  2100.698] (**) |   |-->Device "Device0"
[  2100.698] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  2100.698] (==) Automatically adding devices
[  2100.698] (==) Automatically enabling devices
[  2100.698] (==) Automatically adding GPU devices
[  2100.698] (==) Automatically binding GPU devices
[  2100.698] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2100.698] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  2100.698] 	Entry deleted from font path.
[  2100.698] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  2100.698] 	Entry deleted from font path.
[  2100.698] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  2100.698] 	Entry deleted from font path.
[  2100.698] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  2100.698] 	Entry deleted from font path.
[  2100.698] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  2100.698] 	Entry deleted from font path.
[  2100.698] (==) FontPath set to:
	/usr/share/fonts/TTF
[  2100.698] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2100.698] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2100.698] (II) Module ABI versions:
[  2100.698] 	X.Org ANSI C Emulation: 0.4
[  2100.698] 	X.Org Video Driver: 24.0
[  2100.698] 	X.Org XInput driver : 24.1
[  2100.698] 	X.Org Server Extension : 10.0
[  2100.699] (++) using VT number 1

[  2100.699] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  2100.700] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2100.710] (--) PCI:*(0@0:2:0) 8086:5912:1458:d000 rev 4, Mem @ 0xf5000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  2100.710] (--) PCI: (1@0:0:0) 10de:1b80:3842:6180 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[  2100.711] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2100.711] (II) LoadModule: "glx"
[  2100.711] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2100.713] (II) Module glx: vendor="X.Org Foundation"
[  2100.713] 	compiled for 1.20.3, module version = 1.0.0
[  2100.713] 	ABI class: X.Org Server Extension, version 10.0
[  2100.713] (II) LoadModule: "intel"
[  2100.713] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  2100.714] (II) Module intel: vendor="X.Org Foundation"
[  2100.714] 	compiled for 1.20.3, module version = 2.99.917
[  2100.714] 	Module class: X.Org Video Driver
[  2100.714] 	ABI class: X.Org Video Driver, version 24.0
[  2100.714] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[  2100.715] (II) intel: Driver for Intel(R) HD Graphics
[  2100.715] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[  2100.715] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[  2100.715] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20180719
[  2100.715] (II) intel(0): SNA compiled from 2.99.917-855-g746ab3bb
[  2100.731] (--) intel(0): gen9 engineering sample
[  2100.732] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[  2100.732] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  2100.732] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  2100.732] (==) intel(0): RGB weight 888
[  2100.732] (==) intel(0): Default visual is TrueColor
[  2100.732] (**) intel(0): Option "VirtualHeads" "1"
[  2100.732] (II) intel(0): Output HDMI1 has no monitor section
[  2100.732] (II) intel(0): Enabled output HDMI1
[  2100.732] (II) intel(0): Output HDMI2 has no monitor section
[  2100.733] (II) intel(0): Enabled output HDMI2
[  2100.733] (II) intel(0): Output DP1 has no monitor section
[  2100.733] (II) intel(0): Enabled output DP1
[  2100.733] (II) intel(0): Output HDMI3 has no monitor section
[  2100.733] (II) intel(0): Enabled output HDMI3
[  2100.733] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[  2100.733] (II) intel(0): Output VIRTUAL1 has no monitor section
[  2100.733] (II) intel(0): Enabled output VIRTUAL1
[  2100.733] (--) intel(0): Output HDMI1 using initial mode 2560x1440 on pipe 0
[  2100.733] (==) intel(0): TearFree enabled
[  2100.733] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[  2100.734] (==) intel(0): DPI set to (96, 96)
[  2100.734] (II) Loading sub module "dri3"
[  2100.734] (II) LoadModule: "dri3"
[  2100.734] (II) Module "dri3" already built-in
[  2100.734] (II) Loading sub module "dri2"
[  2100.734] (II) LoadModule: "dri2"
[  2100.734] (II) Module "dri2" already built-in
[  2100.734] (II) Loading sub module "present"
[  2100.734] (II) LoadModule: "present"
[  2100.734] (II) Module "present" already built-in
[  2100.734] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[  2100.734] (==) intel(0): Backing store enabled
[  2100.734] (==) intel(0): Silken mouse disabled
[  2100.734] (II) intel(0): HW Cursor enabled
[  2100.734] (==) intel(0): DPMS enabled
[  2100.735] (==) intel(0): Display hotplug detection enabled
[  2100.735] (II) intel(0): [DRI2] Setup complete
[  2100.735] (II) intel(0): [DRI2]   DRI driver: i965
[  2100.735] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[  2100.735] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[  2100.735] (II) intel(0): hardware support for Present enabled
[  2100.735] (II) Initializing extension Generic Event Extension
[  2100.735] (II) Initializing extension SHAPE
[  2100.735] (II) Initializing extension MIT-SHM
[  2100.735] (II) Initializing extension XInputExtension
[  2100.736] (II) Initializing extension XTEST
[  2100.736] (II) Initializing extension BIG-REQUESTS
[  2100.736] (II) Initializing extension SYNC
[  2100.736] (II) Initializing extension XKEYBOARD
[  2100.736] (II) Initializing extension XC-MISC
[  2100.737] (II) Initializing extension SECURITY
[  2100.737] (II) Initializing extension XFIXES
[  2100.737] (II) Initializing extension RENDER
[  2100.737] (II) Initializing extension RANDR
[  2100.738] (II) Initializing extension COMPOSITE
[  2100.738] (II) Initializing extension DAMAGE
[  2100.738] (II) Initializing extension MIT-SCREEN-SAVER
[  2100.738] (II) Initializing extension DOUBLE-BUFFER
[  2100.738] (II) Initializing extension RECORD
[  2100.739] (II) Initializing extension DPMS
[  2100.739] (II) Initializing extension Present
[  2100.739] (II) Initializing extension DRI3
[  2100.739] (II) Initializing extension X-Resource
[  2100.739] (II) Initializing extension XVideo
[  2100.740] (II) Initializing extension XVideo-MotionCompensation
[  2100.740] (II) Initializing extension GLX
[  2100.754] (II) AIGLX: Loaded and initialized i965
[  2100.754] (II) GLX: Initialized DRI2 GL provider for screen 0
[  2100.754] (II) Initializing extension XFree86-VidModeExtension
[  2100.754] (II) Initializing extension XFree86-DGA
[  2100.755] (II) Initializing extension XFree86-DRI
[  2100.755] (II) Initializing extension DRI2
[  2100.761] (II) intel(0): switch to mode 2560x1440@60.0 on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
[  2100.773] (II) intel(0): Setting screen physical size to 677 x 381
[  2100.823] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  2100.823] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2100.823] (II) LoadModule: "libinput"
[  2100.823] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  2100.825] (II) Module libinput: vendor="X.Org Foundation"
[  2100.825] 	compiled for 1.20.1, module version = 0.28.1
[  2100.825] 	Module class: X.Org XInput Driver
[  2100.825] 	ABI class: X.Org XInput driver, version 24.1
[  2100.826] (II) Using input driver 'libinput' for 'Power Button'
[  2100.826] (**) Power Button: always reports core events
[  2100.826] (**) Option "Device" "/dev/input/event2"
[  2100.826] (**) Option "_source" "server/udev"
[  2100.828] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  2100.828] (II) event2  - Power Button: device is a keyboard
[  2100.828] (II) event2  - Power Button: device removed
[  2100.867] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  2100.867] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2100.869] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  2100.869] (II) event2  - Power Button: device is a keyboard
[  2100.869] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[  2100.869] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2100.869] (II) Using input driver 'libinput' for 'Video Bus'
[  2100.870] (**) Video Bus: always reports core events
[  2100.870] (**) Option "Device" "/dev/input/event14"
[  2100.870] (**) Option "_source" "server/udev"
[  2100.871] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[  2100.871] (II) event14 - Video Bus: device is a keyboard
[  2100.871] (II) event14 - Video Bus: device removed
[  2100.934] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15/event14"
[  2100.934] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  2100.935] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[  2100.936] (II) event14 - Video Bus: device is a keyboard
[  2100.936] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  2100.936] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2100.936] (II) Using input driver 'libinput' for 'Power Button'
[  2100.936] (**) Power Button: always reports core events
[  2100.936] (**) Option "Device" "/dev/input/event1"
[  2100.937] (**) Option "_source" "server/udev"
[  2100.938] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2100.938] (II) event1  - Power Button: device is a keyboard
[  2100.938] (II) event1  - Power Button: device removed
[  2100.974] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  2100.974] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  2100.976] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2100.976] (II) event1  - Power Button: device is a keyboard
[  2100.977] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[  2100.977] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  2100.977] (II) Using input driver 'libinput' for 'Sleep Button'
[  2100.977] (**) Sleep Button: always reports core events
[  2100.977] (**) Option "Device" "/dev/input/event0"
[  2100.977] (**) Option "_source" "server/udev"
[  2100.978] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  2100.978] (II) event0  - Sleep Button: device is a keyboard
[  2100.978] (II) event0  - Sleep Button: device removed
[  2101.014] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[  2101.014] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  2101.016] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  2101.016] (II) event0  - Sleep Button: device is a keyboard
[  2101.016] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event27)
[  2101.017] (II) No input driver specified, ignoring this device.
[  2101.017] (II) This device may have been added with another device file.
[  2101.017] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event28)
[  2101.017] (II) No input driver specified, ignoring this device.
[  2101.017] (II) This device may have been added with another device file.
[  2101.018] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event29)
[  2101.018] (II) No input driver specified, ignoring this device.
[  2101.018] (II) This device may have been added with another device file.
[  2101.019] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event30)
[  2101.019] (II) No input driver specified, ignoring this device.
[  2101.019] (II) This device may have been added with another device file.
[  2101.019] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event3)
[  2101.019] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput pointer catchall"
[  2101.019] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[  2101.019] (**) Razer Razer DeathAdder Elite: always reports core events
[  2101.019] (**) Option "Device" "/dev/input/event3"
[  2101.019] (**) Option "_source" "server/udev"
[  2101.074] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[  2101.075] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[  2101.075] (II) event3  - Razer Razer DeathAdder Elite: device removed
[  2101.134] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:1532:005C.0001/input/input3/event3"
[  2101.134] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: MOUSE, id 10)
[  2101.134] (**) Option "AccelerationScheme" "none"
[  2101.134] (**) Razer Razer DeathAdder Elite: (accel) selected scheme none/0
[  2101.134] (**) Razer Razer DeathAdder Elite: (accel) acceleration factor: 2.000
[  2101.134] (**) Razer Razer DeathAdder Elite: (accel) acceleration threshold: 4
[  2101.192] (II) event3  - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[  2101.193] (II) event3  - Razer Razer DeathAdder Elite: device is a pointer
[  2101.194] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/mouse0)
[  2101.194] (II) No input driver specified, ignoring this device.
[  2101.194] (II) This device may have been added with another device file.
[  2101.195] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Keyboard (/dev/input/event4)
[  2101.195] (**) Razer Razer DeathAdder Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[  2101.195] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Keyboard'
[  2101.195] (**) Razer Razer DeathAdder Elite Keyboard: always reports core events
[  2101.195] (**) Option "Device" "/dev/input/event4"
[  2101.195] (**) Option "_source" "server/udev"
[  2101.197] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[  2101.197] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[  2101.197] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[  2101.227] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0002/input/input4/event4"
[  2101.227] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Keyboard" (type: KEYBOARD, id 11)
[  2101.230] (II) event4  - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[  2101.230] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[  2101.231] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Consumer Control (/dev/input/event5)
[  2101.231] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2101.231] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[  2101.231] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[  2101.231] (**) Option "Device" "/dev/input/event5"
[  2101.231] (**) Option "_source" "server/udev"
[  2101.233] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[  2101.233] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[  2101.233] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[  2101.267] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: needs a virtual subdevice
[  2101.267] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0002/input/input5/event5"
[  2101.267] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: MOUSE, id 12)
[  2101.267] (**) Option "AccelerationScheme" "none"
[  2101.267] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) selected scheme none/0
[  2101.267] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration factor: 2.000
[  2101.267] (**) Razer Razer DeathAdder Elite Consumer Control: (accel) acceleration threshold: 4
[  2101.268] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: is tagged by udev as: Keyboard
[  2101.268] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device is a keyboard
[  2101.269] (II) config/udev: Adding input device Razer Razer DeathAdder Elite System Control (/dev/input/event6)
[  2101.269] (**) Razer Razer DeathAdder Elite System Control: Applying InputClass "libinput keyboard catchall"
[  2101.269] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite System Control'
[  2101.269] (**) Razer Razer DeathAdder Elite System Control: always reports core events
[  2101.269] (**) Option "Device" "/dev/input/event6"
[  2101.269] (**) Option "_source" "server/udev"
[  2101.269] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[  2101.269] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[  2101.269] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[  2101.294] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0002/input/input6/event6"
[  2101.294] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite System Control" (type: KEYBOARD, id 13)
[  2101.295] (II) event6  - Razer Razer DeathAdder Elite System Control: is tagged by udev as: Keyboard
[  2101.295] (II) event6  - Razer Razer DeathAdder Elite System Control: device is a keyboard
[  2101.296] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event7)
[  2101.296] (II) No input driver specified, ignoring this device.
[  2101.296] (II) This device may have been added with another device file.
[  2101.297] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event8)
[  2101.297] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput keyboard catchall"
[  2101.297] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[  2101.297] (**) Razer Razer DeathAdder Elite: always reports core events
[  2101.297] (**) Option "Device" "/dev/input/event8"
[  2101.297] (**) Option "_source" "server/udev"
[  2101.298] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[  2101.298] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[  2101.298] (II) event8  - Razer Razer DeathAdder Elite: device removed
[  2101.334] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.2/0003:1532:005C.0003/input/input8/event8"
[  2101.334] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: KEYBOARD, id 14)
[  2101.336] (II) event8  - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[  2101.336] (II) event8  - Razer Razer DeathAdder Elite: device is a keyboard
[  2101.337] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard (/dev/input/event9)
[  2101.338] (**) GAMDIAS USB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  2101.338] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard'
[  2101.338] (**) GAMDIAS USB Gaming Keyboard: always reports core events
[  2101.338] (**) Option "Device" "/dev/input/event9"
[  2101.338] (**) Option "_source" "server/udev"
[  2101.339] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[  2101.340] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[  2101.340] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[  2101.374] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:1B80:B50E.0004/input/input9/event9"
[  2101.374] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard" (type: KEYBOARD, id 15)
[  2101.376] (II) event9  - GAMDIAS USB Gaming Keyboard: is tagged by udev as: Keyboard
[  2101.376] (II) event9  - GAMDIAS USB Gaming Keyboard: device is a keyboard
[  2101.378] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/event10)
[  2101.378] (**) GAMDIAS USB Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[  2101.378] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Mouse'
[  2101.378] (**) GAMDIAS USB Gaming Keyboard Mouse: always reports core events
[  2101.378] (**) Option "Device" "/dev/input/event10"
[  2101.378] (**) Option "_source" "server/udev"
[  2101.380] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  2101.380] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[  2101.380] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[  2101.440] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0005/input/input10/event10"
[  2101.441] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Mouse" (type: MOUSE, id 16)
[  2101.441] (**) Option "AccelerationScheme" "none"
[  2101.441] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) selected scheme none/0
[  2101.441] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[  2101.441] (**) GAMDIAS USB Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[  2101.443] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  2101.444] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device is a pointer
[  2101.445] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/js0)
[  2101.445] (II) No input driver specified, ignoring this device.
[  2101.445] (II) This device may have been added with another device file.
[  2101.446] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Mouse (/dev/input/mouse1)
[  2101.446] (II) No input driver specified, ignoring this device.
[  2101.446] (II) This device may have been added with another device file.
[  2101.447] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard System Control (/dev/input/event11)
[  2101.447] (**) GAMDIAS USB Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  2101.447] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard System Control'
[  2101.447] (**) GAMDIAS USB Gaming Keyboard System Control: always reports core events
[  2101.447] (**) Option "Device" "/dev/input/event11"
[  2101.447] (**) Option "_source" "server/udev"
[  2101.449] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  2101.450] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[  2101.450] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[  2101.480] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0005/input/input11/event11"
[  2101.481] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard System Control" (type: KEYBOARD, id 17)
[  2101.483] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  2101.483] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device is a keyboard
[  2101.484] (II) config/udev: Adding input device GAMDIAS USB Gaming Keyboard Consumer Control (/dev/input/event12)
[  2101.484] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2101.485] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[  2101.485] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[  2101.485] (**) Option "Device" "/dev/input/event12"
[  2101.485] (**) Option "_source" "server/udev"
[  2101.486] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2101.486] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[  2101.486] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[  2101.520] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: needs a virtual subdevice
[  2101.520] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0005/input/input12/event12"
[  2101.520] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: MOUSE, id 18)
[  2101.521] (**) Option "AccelerationScheme" "none"
[  2101.521] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[  2101.521] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  2101.521] (**) GAMDIAS USB Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[  2101.522] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2101.522] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device is a keyboard
[  2101.522] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event15)
[  2101.522] (II) No input driver specified, ignoring this device.
[  2101.522] (II) This device may have been added with another device file.
[  2101.523] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event16)
[  2101.523] (II) No input driver specified, ignoring this device.
[  2101.523] (II) This device may have been added with another device file.
[  2101.523] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event17)
[  2101.523] (II) No input driver specified, ignoring this device.
[  2101.523] (II) This device may have been added with another device file.
[  2101.523] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event18)
[  2101.523] (II) No input driver specified, ignoring this device.
[  2101.523] (II) This device may have been added with another device file.
[  2101.524] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event19)
[  2101.524] (II) No input driver specified, ignoring this device.
[  2101.524] (II) This device may have been added with another device file.
[  2101.524] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event20)
[  2101.524] (II) No input driver specified, ignoring this device.
[  2101.524] (II) This device may have been added with another device file.
[  2101.524] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event21)
[  2101.524] (II) No input driver specified, ignoring this device.
[  2101.524] (II) This device may have been added with another device file.
[  2101.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event22)
[  2101.525] (II) No input driver specified, ignoring this device.
[  2101.525] (II) This device may have been added with another device file.
[  2101.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event23)
[  2101.525] (II) No input driver specified, ignoring this device.
[  2101.525] (II) This device may have been added with another device file.
[  2101.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event24)
[  2101.525] (II) No input driver specified, ignoring this device.
[  2101.525] (II) This device may have been added with another device file.
[  2101.526] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event25)
[  2101.526] (II) No input driver specified, ignoring this device.
[  2101.526] (II) This device may have been added with another device file.
[  2101.526] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event26)
[  2101.526] (II) No input driver specified, ignoring this device.
[  2101.526] (II) This device may have been added with another device file.
[  2101.526] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[  2101.526] (II) No input driver specified, ignoring this device.
[  2101.526] (II) This device may have been added with another device file.
[  2101.541] (**) Razer Razer DeathAdder Elite Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2101.541] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Consumer Control'
[  2101.541] (**) Razer Razer DeathAdder Elite Consumer Control: always reports core events
[  2101.541] (**) Option "Device" "/dev/input/event5"
[  2101.541] (**) Option "_source" "_driver/libinput"
[  2101.541] (II) libinput: Razer Razer DeathAdder Elite Consumer Control: is a virtual subdevice
[  2101.541] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0002/input/input5/event5"
[  2101.541] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Consumer Control" (type: KEYBOARD, id 19)
[  2101.541] (**) GAMDIAS USB Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2101.541] (II) Using input driver 'libinput' for 'GAMDIAS USB Gaming Keyboard Consumer Control'
[  2101.541] (**) GAMDIAS USB Gaming Keyboard Consumer Control: always reports core events
[  2101.541] (**) Option "Device" "/dev/input/event12"
[  2101.541] (**) Option "_source" "_driver/libinput"
[  2101.541] (II) libinput: GAMDIAS USB Gaming Keyboard Consumer Control: is a virtual subdevice
[  2101.541] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0005/input/input12/event12"
[  2101.542] (II) XINPUT: Adding extended input device "GAMDIAS USB Gaming Keyboard Consumer Control" (type: KEYBOARD, id 20)
[  2101.542] (II) event3  - Razer Razer DeathAdder Elite: SYN_DROPPED event - some input events have been lost.
[  2101.555] (II) event2  - Power Button: device removed
[  2101.597] (II) event14 - Video Bus: device removed
[  2101.657] (II) event1  - Power Button: device removed
[  2101.671] (II) event0  - Sleep Button: device removed
[  2101.700] (II) event3  - Razer Razer DeathAdder Elite: device removed
[  2101.744] (II) event4  - Razer Razer DeathAdder Elite Keyboard: device removed
[  2101.774] (II) event6  - Razer Razer DeathAdder Elite System Control: device removed
[  2101.807] (II) event8  - Razer Razer DeathAdder Elite: device removed
[  2101.840] (II) event9  - GAMDIAS USB Gaming Keyboard: device removed
[  2101.874] (II) event10 - GAMDIAS USB Gaming Keyboard Mouse: device removed
[  2101.941] (II) event11 - GAMDIAS USB Gaming Keyboard System Control: device removed
[  2101.974] (II) event5  - Razer Razer DeathAdder Elite Consumer Control: device removed
[  2102.007] (II) event12 - GAMDIAS USB Gaming Keyboard Consumer Control: device removed
[  2102.041] (II) UnloadModule: "libinput"
[  2102.041] (II) UnloadModule: "libinput"
[  2102.041] (II) UnloadModule: "libinput"
[  2102.041] (II) UnloadModule: "libinput"
[  2102.041] (II) UnloadModule: "libinput"
[  2102.042] (II) UnloadModule: "libinput"
[  2102.042] (II) UnloadModule: "libinput"
[  2102.042] (II) UnloadModule: "libinput"
[  2102.042] (II) UnloadModule: "libinput"
[  2102.042] (II) UnloadModule: "libinput"
[  2102.042] (II) UnloadModule: "libinput"
[  2102.042] (II) UnloadModule: "libinput"
[  2102.042] (II) UnloadModule: "libinput"
[  2102.042] (II) UnloadModule: "libinput"
[  2102.043] (II) UnloadModule: "libinput"
[  2102.115] (II) Server terminated successfully (0). Closing log file.

As you can see, no mention of nvidia or GPUDevice in there, but gnome-shell still uses the driver:

[root@Desktop log]# fuser -v /dev/nvidia0
                          USER      PID ACCESS COMMAND
/dev/nvidia0:        gdm        1657 F.... gnome-shell
                          user         2207 F.... gnome-shell

Offline

#4 2018-12-31 21:11:54

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

Re: gnome-shell using nvidia GPU instead of Xorg's iGPU

What is the output of dmesg.

Offline

#5 2018-12-31 21:56:21

abhirathd95
Member
Registered: 2018-12-28
Posts: 4

Re: gnome-shell using nvidia GPU instead of Xorg's iGPU

Here it is:

[    0.000000] Linux version 4.19.12-arch1-1-ARCH (builduser@heftig-21538) (gcc version 8.2.1 20181127 (GCC)) #1 SMP PREEMPT Fri Dec 21 13:56:54 UTC 2018
[    0.000000] Command line: \\vmlinuz-linux intel_iommu=on cryptdevice=/dev/disk/by-id/ata-WDC_WDS250G1B0A-00H9H0_170760801938-part2:luks1,,/dev/disk/by-id/ata-WDC_WDS250G1B0A-00H9H0_170760801137-part2:luks2 zfs=zroot/ROOT/default rw initrd=\initramfs-linux.img
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ab7bffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ab7c0000-0x00000000ab7c0fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ab7c1000-0x00000000ab7c1fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ab7c2000-0x00000000bb604fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb605000-0x00000000bba10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bba11000-0x00000000bba4efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bba4f000-0x00000000bc758fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bc759000-0x00000000bcefefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bceff000-0x00000000bcefffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bcf00000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xa8299018-0xa82b8657] usable ==> usable
[    0.000000] e820: update [mem 0xa8299018-0xa82b8657] usable ==> usable
[    0.000000] e820: update [mem 0xa8288018-0xa8298057] usable ==> usable
[    0.000000] e820: update [mem 0xa8288018-0xa8298057] usable ==> usable
[    0.000000] e820: update [mem 0xa8276018-0xa8287057] usable ==> usable
[    0.000000] e820: update [mem 0xa8276018-0xa8287057] usable ==> usable
[    0.000000] e820: update [mem 0xa8265018-0xa8275e57] usable ==> usable
[    0.000000] e820: update [mem 0xa8265018-0xa8275e57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000a8265017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a8265018-0x00000000a8275e57] usable
[    0.000000] reserve setup_data: [mem 0x00000000a8275e58-0x00000000a8276017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a8276018-0x00000000a8287057] usable
[    0.000000] reserve setup_data: [mem 0x00000000a8287058-0x00000000a8288017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a8288018-0x00000000a8298057] usable
[    0.000000] reserve setup_data: [mem 0x00000000a8298058-0x00000000a8299017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a8299018-0x00000000a82b8657] usable
[    0.000000] reserve setup_data: [mem 0x00000000a82b8658-0x00000000ab7bffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ab7c0000-0x00000000ab7c0fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000ab7c1000-0x00000000ab7c1fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ab7c2000-0x00000000bb604fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bb605000-0x00000000bba10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bba11000-0x00000000bba4efff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bba4f000-0x00000000bc758fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bc759000-0x00000000bcefefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bceff000-0x00000000bcefffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bcf00000-0x00000000bfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000043effffff] usable
[    0.000000] efi: EFI v2.50 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xbba1d000  ACPI=0xbba1d000  SMBIOS=0xbcdce000  SMBIOS 3.0=0xbcdcd000  MPS=0xfca20  ESRT=0xba000858 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. Z270N-WIFI/Z270N-WIFI-CF, BIOS F1 11/29/2016
[    0.000000] tsc: Detected 4200.000 MHz processor
[    0.001099] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001101] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001105] last_pfn = 0x43f000 max_arch_pfn = 0x400000000
[    0.001107] MTRR default type: write-back
[    0.001107] MTRR fixed ranges enabled:
[    0.001108]   00000-9FFFF write-back
[    0.001108]   A0000-BFFFF uncachable
[    0.001109]   C0000-FFFFF write-protect
[    0.001109] MTRR variable ranges enabled:
[    0.001110]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.001111]   1 base 00BE000000 mask 7FFE000000 uncachable
[    0.001111]   2 base 00BD800000 mask 7FFF800000 uncachable
[    0.001111]   3 disabled
[    0.001112]   4 disabled
[    0.001112]   5 disabled
[    0.001112]   6 disabled
[    0.001112]   7 disabled
[    0.001113]   8 disabled
[    0.001113]   9 disabled
[    0.001938] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002111] last_pfn = 0xbcf00 max_arch_pfn = 0x400000000
[    0.006437] found SMP MP-table at [mem 0x000fcd10-0x000fcd1f] mapped at [(____ptrval____)]
[    0.006445] esrt: Reserving ESRT space from 0x00000000ba000858 to 0x00000000ba000890.
[    0.006451] Scanning 1 areas for low memory corruption
[    0.006453] Base memory trampoline at [(____ptrval____)] 95000 size 24576
[    0.006455] Using GB pages for direct mapping
[    0.006456] BRK [0x240801000, 0x240801fff] PGTABLE
[    0.006457] BRK [0x240802000, 0x240802fff] PGTABLE
[    0.006458] BRK [0x240803000, 0x240803fff] PGTABLE
[    0.006473] BRK [0x240804000, 0x240804fff] PGTABLE
[    0.006474] BRK [0x240805000, 0x240805fff] PGTABLE
[    0.006547] BRK [0x240806000, 0x240806fff] PGTABLE
[    0.006563] BRK [0x240807000, 0x240807fff] PGTABLE
[    0.006599] BRK [0x240808000, 0x240808fff] PGTABLE
[    0.006754] BRK [0x240809000, 0x240809fff] PGTABLE
[    0.006781] Secure boot disabled
[    0.006781] RAMDISK: [mem 0x7f104000-0x7fffefff]
[    0.006786] ACPI: Early table checksum verification disabled
[    0.006787] ACPI: RSDP 0x00000000BBA1D000 000024 (v02 ALASKA)
[    0.006789] ACPI: XSDT 0x00000000BBA1D0A8 0000CC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006793] ACPI: FACP 0x00000000BBA42F68 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.006796] ACPI: DSDT 0x00000000BBA1D200 025D68 (v02 ALASKA A M I    01072009 INTL 20160422)
[    0.006798] ACPI: FACS 0x00000000BC758C40 000040
[    0.006800] ACPI: APIC 0x00000000BBA43080 0000BC (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.006801] ACPI: FPDT 0x00000000BBA43140 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006803] ACPI: MCFG 0x00000000BBA43188 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.006804] ACPI: FIDT 0x00000000BBA431C8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006806] ACPI: MSDM 0x00000000BBA43268 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.006808] ACPI: SSDT 0x00000000BBA432C0 003154 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.006810] ACPI: SSDT 0x00000000BBA46418 002544 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
[    0.006811] ACPI: HPET 0x00000000BBA48960 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
[    0.006813] ACPI: SSDT 0x00000000BBA48998 000E3B (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
[    0.006815] ACPI: SSDT 0x00000000BBA497D8 0008FF (v02 INTEL  xh_rvp10 00000000 INTL 20160422)
[    0.006816] ACPI: UEFI 0x00000000BBA4A0D8 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.006818] ACPI: SSDT 0x00000000BBA4A120 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.006819] ACPI: LPIT 0x00000000BBA4B000 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.006821] ACPI: WSMT 0x00000000BBA4B098 000028 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.006823] ACPI: SSDT 0x00000000BBA4B0C0 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.006824] ACPI: SSDT 0x00000000BBA4B360 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.006826] ACPI: DBGP 0x00000000BBA4E368 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.006827] ACPI: DBG2 0x00000000BBA4E3A0 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.006829] ACPI: BGRT 0x00000000BBA4E3F8 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006831] ACPI: DMAR 0x00000000BBA4E430 0000A8 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.006836] ACPI: Local APIC address 0xfee00000
[    0.006930] No NUMA configuration found
[    0.006930] Faking a node at [mem 0x0000000000000000-0x000000043effffff]
[    0.006932] NODE_DATA(0) allocated [mem 0x43effc000-0x43effffff]
[    0.006947] Zone ranges:
[    0.006947]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006948]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006949]   Normal   [mem 0x0000000100000000-0x000000043effffff]
[    0.006950]   Device   empty
[    0.006950] Movable zone start for each node
[    0.006951] Early memory node ranges
[    0.006951]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.006951]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.006952]   node   0: [mem 0x0000000000100000-0x00000000ab7bffff]
[    0.006952]   node   0: [mem 0x00000000ab7c2000-0x00000000bb604fff]
[    0.006952]   node   0: [mem 0x00000000bceff000-0x00000000bcefffff]
[    0.006953]   node   0: [mem 0x0000000100000000-0x000000043effffff]
[    0.006954] Reserved but unavailable: 98 pages
[    0.006955] Initmem setup node 0 [mem 0x0000000000001000-0x000000043effffff]
[    0.006956] On node 0 totalpages: 4171169
[    0.006956]   DMA zone: 64 pages used for memmap
[    0.006957]   DMA zone: 26 pages reserved
[    0.006957]   DMA zone: 3997 pages, LIFO batch:0
[    0.007002]   DMA32 zone: 11929 pages used for memmap
[    0.007003]   DMA32 zone: 763396 pages, LIFO batch:63
[    0.015825]   Normal zone: 53184 pages used for memmap
[    0.015826]   Normal zone: 3403776 pages, LIFO batch:63
[    0.052928] Reserving Intel graphics memory at [mem 0xbe000000-0xbfffffff]
[    0.053099] ACPI: PM-Timer IO Port: 0x1808
[    0.053100] ACPI: Local APIC address 0xfee00000
[    0.053104] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.053104] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.053104] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.053105] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.053105] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.053105] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.053106] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.053106] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.053131] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.053132] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.053133] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.053134] ACPI: IRQ0 used by override.
[    0.053134] ACPI: IRQ9 used by override.
[    0.053135] Using ACPI (MADT) for SMP configuration information
[    0.053136] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.053141] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x52 (or later)
[    0.053142] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.053153] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.053154] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.053154] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.053155] PM: Registered nosave memory: [mem 0xa8265000-0xa8265fff]
[    0.053156] PM: Registered nosave memory: [mem 0xa8275000-0xa8275fff]
[    0.053156] PM: Registered nosave memory: [mem 0xa8276000-0xa8276fff]
[    0.053157] PM: Registered nosave memory: [mem 0xa8287000-0xa8287fff]
[    0.053157] PM: Registered nosave memory: [mem 0xa8288000-0xa8288fff]
[    0.053158] PM: Registered nosave memory: [mem 0xa8298000-0xa8298fff]
[    0.053158] PM: Registered nosave memory: [mem 0xa8299000-0xa8299fff]
[    0.053159] PM: Registered nosave memory: [mem 0xa82b8000-0xa82b8fff]
[    0.053160] PM: Registered nosave memory: [mem 0xab7c0000-0xab7c0fff]
[    0.053160] PM: Registered nosave memory: [mem 0xab7c1000-0xab7c1fff]
[    0.053161] PM: Registered nosave memory: [mem 0xbb605000-0xbba10fff]
[    0.053161] PM: Registered nosave memory: [mem 0xbba11000-0xbba4efff]
[    0.053162] PM: Registered nosave memory: [mem 0xbba4f000-0xbc758fff]
[    0.053162] PM: Registered nosave memory: [mem 0xbc759000-0xbcefefff]
[    0.053163] PM: Registered nosave memory: [mem 0xbcf00000-0xbfffffff]
[    0.053163] PM: Registered nosave memory: [mem 0xc0000000-0xf7ffffff]
[    0.053163] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.053164] PM: Registered nosave memory: [mem 0xfc000000-0xfdffffff]
[    0.053164] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.053164] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.053165] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.053165] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.053165] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.053165] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.053166] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.053167] [mem 0xc0000000-0xf7ffffff] available for PCI devices
[    0.053168] Booting paravirtualized kernel on bare hardware
[    0.053169] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.111988] random: get_random_bytes called from start_kernel+0x95/0x545 with crng_init=0
[    0.111991] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.112086] percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u262144
[    0.112089] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.112090] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.112101] Built 1 zonelists, mobility grouping on.  Total pages: 4105966
[    0.112101] Policy zone: Normal
[    0.112102] Kernel command line: \\vmlinuz-linux intel_iommu=on cryptdevice=/dev/disk/by-id/ata-WDC_WDS250G1B0A-00H9H0_170760801938-part2:luks1,,/dev/disk/by-id/ata-WDC_WDS250G1B0A-00H9H0_170760801137-part2:luks2 zfs=zroot/ROOT/default rw initrd=\initramfs-linux.img
[    0.112122] DMAR: IOMMU enabled
[    0.114104] Calgary: detecting Calgary via BIOS EBDA area
[    0.114106] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.138226] Memory: 16027848K/16684676K available (12300K kernel code, 1374K rwdata, 3640K rodata, 1532K init, 3860K bss, 656828K reserved, 0K cma-reserved)
[    0.138283] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.138286] Kernel/User page tables isolation: enabled
[    0.142800] ftrace: allocating 35548 entries in 139 pages
[    0.150831] rcu: Preemptible hierarchical RCU implementation.
[    0.150832] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.150832] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.150833] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.150833] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.150834] 	Tasks RCU enabled.
[    0.150834] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.151587] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[    0.151781] rcu: 	Offload RCU callbacks from CPUs: (none).
[    0.151887] Console: colour dummy device 80x25
[    0.151892] console [tty0] enabled
[    0.151901] ACPI: Core revision 20180810
[    0.152119] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.152148] hpet clockevent registered
[    0.152203] APIC: Switch to symmetric I/O mode setup
[    0.152204] DMAR: Host address width 39
[    0.152205] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.152208] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.152209] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.152210] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.152211] DMAR: RMRR base: 0x000000bb978000 end: 0x000000bb997fff
[    0.152212] DMAR: RMRR base: 0x000000bd800000 end: 0x000000bfffffff
[    0.152213] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.152213] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.152213] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.153639] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.153639] x2apic enabled
[    0.153651] Switched APIC routing to cluster x2apic.
[    0.157754] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.172157] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3c8a615336c, max_idle_ns: 440795257976 ns
[    0.172164] Calibrating delay loop (skipped), value calculated using timer frequency.. 8403.00 BogoMIPS (lpj=14000000)
[    0.172166] pid_max: default: 32768 minimum: 301
[    0.172757] Security Framework initialized
[    0.172757] Yama: becoming mindful.
[    0.172760] AppArmor: AppArmor disabled by boot time parameter
[    0.174107] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.174728] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.174752] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.174772] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.174896] mce: CPU supports 10 MCE banks
[    0.174902] CPU0: Thermal monitoring enabled (TM1)
[    0.174912] process: using mwait in idle threads
[    0.174914] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.174914] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.174915] Spectre V2 : Mitigation: Full generic retpoline
[    0.174916] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.174916] Speculative Store Bypass: Vulnerable
[    0.177099] Freeing SMP alternatives memory: 28K
[    0.182158] smpboot: CPU0: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.198842] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.198920] ... version:                4
[    0.198920] ... bit width:              48
[    0.198921] ... generic registers:      4
[    0.198921] ... value mask:             0000ffffffffffff
[    0.198921] ... max period:             00007fffffffffff
[    0.198922] ... fixed-purpose events:   3
[    0.198922] ... event mask:             000000070000000f
[    0.205500] rcu: Hierarchical SRCU implementation.
[    0.228995] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.235514] smp: Bringing up secondary CPUs ...
[    0.275523] x86: Booting SMP configuration:
[    0.275526] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.515860] smp: Brought up 1 node, 8 CPUs
[    0.515860] smpboot: Max logical packages: 1
[    0.515860] smpboot: Total of 8 processors activated (67226.00 BogoMIPS)
[    0.519074] devtmpfs: initialized
[    0.519074] x86/mm: Memory block size: 128MB
[    0.519469] PM: Registering ACPI NVS region [mem 0xab7c0000-0xab7c0fff] (4096 bytes)
[    0.519469] PM: Registering ACPI NVS region [mem 0xbba4f000-0xbc758fff] (13672448 bytes)
[    0.519469] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.519469] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.522176] pinctrl core: initialized pinctrl subsystem
[    0.522305] RTC time: 20:40:37, date: 12/31/18
[    0.522379] NET: Registered protocol family 16
[    0.522427] audit: initializing netlink subsys (disabled)
[    0.522430] audit: type=2000 audit(1546288837.373:1): state=initialized audit_enabled=0 res=1
[    0.522430] cpuidle: using governor ladder
[    0.522430] cpuidle: using governor menu
[    0.522430] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.522430] ACPI: bus type PCI registered
[    0.522430] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.522430] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.522430] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.522430] PCI: Using configuration type 1 for base access
[    0.522797] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.522797] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.522797] fbcon: Taking over console
[    0.522797] ACPI: Added _OSI(Module Device)
[    0.522797] ACPI: Added _OSI(Processor Device)
[    0.522797] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.522797] ACPI: Added _OSI(Processor Aggregator Device)
[    0.522797] ACPI: Added _OSI(Linux-Dell-Video)
[    0.522797] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.549468] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.554362] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.556977] ACPI: Dynamic OEM Table Load:
[    0.556981] ACPI: SSDT 0xFFFF964DABD83000 00081F (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.557372] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.558324] ACPI: Dynamic OEM Table Load:
[    0.558327] ACPI: SSDT 0xFFFF964DABD37C00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.558838] ACPI: Dynamic OEM Table Load:
[    0.558841] ACPI: SSDT 0xFFFF964DAC14C800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.559356] ACPI: Dynamic OEM Table Load:
[    0.559359] ACPI: SSDT 0xFFFF964DABD76400 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.562167] ACPI: Interpreter enabled
[    0.562192] ACPI: (supports S0 S3 S4 S5)
[    0.562192] ACPI: Using IOAPIC for interrupt routing
[    0.562216] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.562915] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.564654] ACPI: Power Resource [PG00] (on)
[    0.564893] ACPI: Power Resource [PG01] (on)
[    0.565126] ACPI: Power Resource [PG02] (on)
[    0.566474] ACPI: Power Resource [WRST] (on)
[    0.566719] ACPI: Power Resource [WRST] (on)
[    0.566961] ACPI: Power Resource [WRST] (on)
[    0.567205] ACPI: Power Resource [WRST] (on)
[    0.567448] ACPI: Power Resource [WRST] (on)
[    0.567690] ACPI: Power Resource [WRST] (on)
[    0.567932] ACPI: Power Resource [WRST] (on)
[    0.568174] ACPI: Power Resource [WRST] (on)
[    0.568414] ACPI: Power Resource [WRST] (on)
[    0.568659] ACPI: Power Resource [WRST] (on)
[    0.568929] ACPI: Power Resource [WRST] (on)
[    0.569178] ACPI: Power Resource [WRST] (on)
[    0.569421] ACPI: Power Resource [WRST] (on)
[    0.569663] ACPI: Power Resource [WRST] (on)
[    0.569904] ACPI: Power Resource [WRST] (on)
[    0.570147] ACPI: Power Resource [WRST] (on)
[    0.570387] ACPI: Power Resource [WRST] (on)
[    0.571303] ACPI: Power Resource [WRST] (on)
[    0.571545] ACPI: Power Resource [WRST] (on)
[    0.571786] ACPI: Power Resource [WRST] (on)
[    0.581626] ACPI: Power Resource [FN00] (off)
[    0.581690] ACPI: Power Resource [FN01] (off)
[    0.581753] ACPI: Power Resource [FN02] (off)
[    0.581814] ACPI: Power Resource [FN03] (off)
[    0.581877] ACPI: Power Resource [FN04] (off)
[    0.582783] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.582787] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.582814] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.583370] PCI host bridge to bus 0000:00
[    0.583372] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.583373] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.583373] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.583374] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xf7ffffff window]
[    0.583375] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.583376] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.583380] pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
[    0.583616] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.583643] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.583784] pci 0000:00:02.0: [8086:5912] type 00 class 0x030000
[    0.583790] pci 0000:00:02.0: reg 0x10: [mem 0xf5000000-0xf5ffffff 64bit]
[    0.583794] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.583796] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.583806] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.583913] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.583920] pci 0000:00:08.0: reg 0x10: [mem 0xf734e000-0xf734efff 64bit]
[    0.584040] pci 0000:00:14.0: [8086:a2af] type 00 class 0x0c0330
[    0.584057] pci 0000:00:14.0: reg 0x10: [mem 0xf7330000-0xf733ffff 64bit]
[    0.584108] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.584277] pci 0000:00:16.0: [8086:a2ba] type 00 class 0x078000
[    0.584298] pci 0000:00:16.0: reg 0x10: [mem 0xf734d000-0xf734dfff 64bit]
[    0.584351] pci 0000:00:16.0: PME# supported from D3hot
[    0.584476] pci 0000:00:17.0: [8086:a282] type 00 class 0x010601
[    0.584489] pci 0000:00:17.0: reg 0x10: [mem 0xf7348000-0xf7349fff]
[    0.584494] pci 0000:00:17.0: reg 0x14: [mem 0xf734c000-0xf734c0ff]
[    0.584499] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.584504] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.584510] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.584515] pci 0000:00:17.0: reg 0x24: [mem 0xf734b000-0xf734b7ff]
[    0.584545] pci 0000:00:17.0: PME# supported from D3hot
[    0.584656] pci 0000:00:1b.0: [8086:a2e7] type 01 class 0x060400
[    0.584707] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.584833] pci 0000:00:1b.2: [8086:a2e9] type 01 class 0x060400
[    0.584888] pci 0000:00:1b.2: PME# supported from D0 D3hot D3cold
[    0.584899] pci 0000:00:1b.2: Intel SPT PCH root port ACS workaround enabled
[    0.585023] pci 0000:00:1b.4: [8086:a2eb] type 01 class 0x060400
[    0.585078] pci 0000:00:1b.4: PME# supported from D0 D3hot D3cold
[    0.585088] pci 0000:00:1b.4: Intel SPT PCH root port ACS workaround enabled
[    0.585218] pci 0000:00:1c.0: [8086:a290] type 01 class 0x060400
[    0.585270] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.585395] pci 0000:00:1c.2: [8086:a292] type 01 class 0x060400
[    0.585450] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.585461] pci 0000:00:1c.2: Intel SPT PCH root port ACS workaround enabled
[    0.585590] pci 0000:00:1c.4: [8086:a294] type 01 class 0x060400
[    0.585639] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.585648] pci 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[    0.585768] pci 0000:00:1c.5: [8086:a295] type 01 class 0x060400
[    0.585817] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.585826] pci 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[    0.585946] pci 0000:00:1c.6: [8086:a296] type 01 class 0x060400
[    0.585996] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.586005] pci 0000:00:1c.6: Intel SPT PCH root port ACS workaround enabled
[    0.586123] pci 0000:00:1c.7: [8086:a297] type 01 class 0x060400
[    0.586172] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.586181] pci 0000:00:1c.7: Intel SPT PCH root port ACS workaround enabled
[    0.586300] pci 0000:00:1d.0: [8086:a298] type 01 class 0x060400
[    0.586356] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.586367] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[    0.586512] pci 0000:00:1f.0: [8086:a2c5] type 00 class 0x060100
[    0.586704] pci 0000:00:1f.2: [8086:a2a1] type 00 class 0x058000
[    0.586716] pci 0000:00:1f.2: reg 0x10: [mem 0xf7344000-0xf7347fff]
[    0.586858] pci 0000:00:1f.3: [8086:a2f0] type 00 class 0x040300
[    0.586881] pci 0000:00:1f.3: reg 0x10: [mem 0xf7340000-0xf7343fff 64bit]
[    0.586908] pci 0000:00:1f.3: reg 0x20: [mem 0xf7320000-0xf732ffff 64bit]
[    0.586949] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.587101] pci 0000:00:1f.4: [8086:a2a3] type 00 class 0x0c0500
[    0.587160] pci 0000:00:1f.4: reg 0x10: [mem 0xf734a000-0xf734a0ff 64bit]
[    0.587228] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.587406] pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
[    0.587428] pci 0000:00:1f.6: reg 0x10: [mem 0xf7300000-0xf731ffff]
[    0.587521] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.587651] pci 0000:01:00.0: [10de:1b80] type 00 class 0x030000
[    0.587660] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.587665] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.587670] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.587673] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.587676] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.587742] pci 0000:01:00.1: [10de:10f0] type 00 class 0x040300
[    0.587750] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[    0.587828] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.587829] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.587831] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.587833] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.587884] acpiphp: Slot [1] registered
[    0.587887] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.587937] pci 0000:00:1b.2: PCI bridge to [bus 03]
[    0.587985] pci 0000:00:1b.4: PCI bridge to [bus 04]
[    0.588036] acpiphp: Slot [1-1] registered
[    0.588039] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    0.588089] pci 0000:00:1c.2: PCI bridge to [bus 06]
[    0.588157] pci 0000:07:00.0: [8086:1539] type 00 class 0x020000
[    0.588187] pci 0000:07:00.0: reg 0x10: [mem 0xf7200000-0xf721ffff]
[    0.588210] pci 0000:07:00.0: reg 0x18: [io  0xd000-0xd01f]
[    0.588222] pci 0000:07:00.0: reg 0x1c: [mem 0xf7220000-0xf7223fff]
[    0.588337] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[    0.588452] pci 0000:00:1c.4: PCI bridge to [bus 07]
[    0.588453] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.588455] pci 0000:00:1c.4:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.588521] pci 0000:08:00.0: [8086:24fd] type 00 class 0x028000
[    0.588565] pci 0000:08:00.0: reg 0x10: [mem 0xf7100000-0xf7101fff 64bit]
[    0.588713] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.588859] pci 0000:00:1c.5: PCI bridge to [bus 08]
[    0.588862] pci 0000:00:1c.5:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.588907] pci 0000:00:1c.6: PCI bridge to [bus 09]
[    0.588953] pci 0000:00:1c.7: PCI bridge to [bus 0a]
[    0.588999] pci 0000:00:1d.0: PCI bridge to [bus 0b]
[    0.590383] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.590427] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.590469] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.590511] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.590552] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.590594] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.590635] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.590677] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.591036] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.591036] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.591036] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.591036] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.591036] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.591036] vgaarb: loaded
[    0.591036] ACPI: bus type USB registered
[    0.591036] usbcore: registered new interface driver usbfs
[    0.591036] usbcore: registered new interface driver hub
[    0.591037] usbcore: registered new device driver usb
[    0.591037] pps_core: LinuxPPS API ver. 1 registered
[    0.591037] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.591037] PTP clock support registered
[    0.591037] EDAC MC: Ver: 3.0.0
[    0.591037] Registered efivars operations
[    0.612396] PCI: Using ACPI for IRQ routing
[    0.620493] PCI: pci_cache_line_size set to 64 bytes
[    0.620542] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.620543] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.620543] e820: reserve RAM buffer [mem 0xa8265018-0xabffffff]
[    0.620544] e820: reserve RAM buffer [mem 0xa8276018-0xabffffff]
[    0.620545] e820: reserve RAM buffer [mem 0xa8288018-0xabffffff]
[    0.620545] e820: reserve RAM buffer [mem 0xa8299018-0xabffffff]
[    0.620546] e820: reserve RAM buffer [mem 0xab7c0000-0xabffffff]
[    0.620547] e820: reserve RAM buffer [mem 0xbb605000-0xbbffffff]
[    0.620547] e820: reserve RAM buffer [mem 0xbcf00000-0xbfffffff]
[    0.620548] e820: reserve RAM buffer [mem 0x43f000000-0x43fffffff]
[    0.620593] NetLabel: Initializing
[    0.620593] NetLabel:  domain hash size = 128
[    0.620594] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.620600] NetLabel:  unlabeled traffic allowed by default
[    0.620602] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.620602] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.622170] clocksource: Switched to clocksource tsc-early
[    0.627798] VFS: Disk quotas dquot_6.6.0
[    0.627806] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.627836] pnp: PnP ACPI init
[    0.628021] system 00:00: [io  0x0a00-0x0a2f] has been reserved
[    0.628022] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.628023] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    0.628025] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.628163] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.628164] system 00:01: [io  0xffff] has been reserved
[    0.628164] system 00:01: [io  0xffff] has been reserved
[    0.628165] system 00:01: [io  0xffff] has been reserved
[    0.628166] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.628167] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.628169] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.628230] system 00:02: [io  0x0800-0x087f] has been reserved
[    0.628232] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.628243] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.628268] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.628270] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.628435] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.628436] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.628437] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.628438] system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.628439] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.628440] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.628441] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.628441] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.628442] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.628443] system 00:05: [mem 0xf7fe0000-0xf7ffffff] has been reserved
[    0.628445] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.628474] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.628475] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.628476] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.628477] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.628478] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.628478] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.628479] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.628481] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.628680] system 00:07: [io  0xff00-0xfffe] has been reserved
[    0.628682] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.629492] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.629493] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.629494] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.629496] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.630104] pnp: PnP ACPI: found 9 devices
[    0.635237] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.635280] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.635281] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.635283] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.635284] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.635287] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.635293] pci 0000:00:1b.2: PCI bridge to [bus 03]
[    0.635299] pci 0000:00:1b.4: PCI bridge to [bus 04]
[    0.635305] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    0.635311] pci 0000:00:1c.2: PCI bridge to [bus 06]
[    0.635317] pci 0000:00:1c.4: PCI bridge to [bus 07]
[    0.635318] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.635321] pci 0000:00:1c.4:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.635324] pci 0000:00:1c.5: PCI bridge to [bus 08]
[    0.635327] pci 0000:00:1c.5:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.635330] pci 0000:00:1c.6: PCI bridge to [bus 09]
[    0.635336] pci 0000:00:1c.7: PCI bridge to [bus 0a]
[    0.635341] pci 0000:00:1d.0: PCI bridge to [bus 0b]
[    0.635348] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.635349] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.635349] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.635350] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xf7ffffff window]
[    0.635351] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.635352] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.635352] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.635353] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.635354] pci_bus 0000:07: resource 0 [io  0xd000-0xdfff]
[    0.635355] pci_bus 0000:07: resource 1 [mem 0xf7200000-0xf72fffff]
[    0.635355] pci_bus 0000:08: resource 1 [mem 0xf7100000-0xf71fffff]
[    0.635457] NET: Registered protocol family 2
[    0.635523] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    0.635552] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.635643] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.635716] TCP: Hash tables configured (established 131072 bind 65536)
[    0.635736] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.635759] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.635796] NET: Registered protocol family 1
[    0.635799] NET: Registered protocol family 44
[    0.635804] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.719884] pci 0000:00:14.0: quirk_usb_early_handoff+0x0/0x6c6 took 82103 usecs
[    0.719921] pci 0000:01:00.1: Linked as a consumer to 0000:01:00.0
[    0.719943] PCI: CLS 64 bytes, default 64
[    0.719963] Unpacking initramfs...
[    0.852033] Freeing initrd memory: 15340K
[    0.852056] DMAR: No ATSR found
[    0.852081] DMAR: dmar0: Using Queued invalidation
[    0.852120] DMAR: dmar1: Using Queued invalidation
[    0.852325] DMAR: Setting RMRR:
[    0.852413] DMAR: Setting identity map for device 0000:00:02.0 [0xbd800000 - 0xbfffffff]
[    0.852441] DMAR: Setting identity map for device 0000:00:14.0 [0xbb978000 - 0xbb997fff]
[    0.852445] DMAR: Prepare 0-16MiB unity mapping for LPC
[    0.852466] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[    0.852574] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.852601] iommu: Adding device 0000:00:00.0 to group 0
[    0.852611] iommu: Adding device 0000:00:01.0 to group 1
[    0.852616] iommu: Adding device 0000:00:02.0 to group 2
[    0.852622] iommu: Adding device 0000:00:08.0 to group 3
[    0.852629] iommu: Adding device 0000:00:14.0 to group 4
[    0.852637] iommu: Adding device 0000:00:16.0 to group 5
[    0.852642] iommu: Adding device 0000:00:17.0 to group 6
[    0.852656] iommu: Adding device 0000:00:1b.0 to group 7
[    0.852663] iommu: Adding device 0000:00:1b.2 to group 8
[    0.852671] iommu: Adding device 0000:00:1b.4 to group 9
[    0.852688] iommu: Adding device 0000:00:1c.0 to group 10
[    0.852696] iommu: Adding device 0000:00:1c.2 to group 11
[    0.852704] iommu: Adding device 0000:00:1c.4 to group 12
[    0.852710] iommu: Adding device 0000:00:1c.5 to group 13
[    0.852718] iommu: Adding device 0000:00:1c.6 to group 14
[    0.852726] iommu: Adding device 0000:00:1c.7 to group 15
[    0.852733] iommu: Adding device 0000:00:1d.0 to group 16
[    0.852748] iommu: Adding device 0000:00:1f.0 to group 17
[    0.852754] iommu: Adding device 0000:00:1f.2 to group 17
[    0.852760] iommu: Adding device 0000:00:1f.3 to group 17
[    0.852766] iommu: Adding device 0000:00:1f.4 to group 17
[    0.852772] iommu: Adding device 0000:00:1f.6 to group 18
[    0.852774] iommu: Adding device 0000:01:00.0 to group 1
[    0.852777] iommu: Adding device 0000:01:00.1 to group 1
[    0.852784] iommu: Adding device 0000:07:00.0 to group 19
[    0.852792] iommu: Adding device 0000:08:00.0 to group 20
[    0.853628] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8a615336c, max_idle_ns: 440795257976 ns
[    0.853640] clocksource: Switched to clocksource tsc
[    0.853702] Scanning for low memory corruption every 60 seconds
[    0.854015] Initialise system trusted keyrings
[    0.854020] Key type blacklist registered
[    0.854035] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.854679] zbud: loaded
[    0.854836] pstore: using zstd compression
[    0.855373] Key type asymmetric registered
[    0.855374] Asymmetric key parser 'x509' registered
[    0.855377] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.855397] io scheduler noop registered
[    0.855397] io scheduler deadline registered
[    0.855410] io scheduler cfq registered (default)
[    0.855411] io scheduler mq-deadline registered
[    0.855411] io scheduler kyber registered
[    0.855422] io scheduler bfq registered
[    0.856500] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.856534] efifb: probing for efifb
[    0.856542] efifb: framebuffer at 0xd0000000, using 3072k, total 3072k
[    0.856543] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.856543] efifb: scrolling: redraw
[    0.856544] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.856586] Console: switching to colour frame buffer device 128x48
[    0.857357] fb0: EFI VGA frame buffer device
[    0.857362] intel_idle: MWAIT substates: 0x142120
[    0.857362] intel_idle: v0.4.1 model 0x9E
[    0.857530] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.857582] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.857586] ACPI: Sleep Button [SLPB]
[    0.857603] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.857607] ACPI: Power Button [PWRB]
[    0.857626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.857631] ACPI: Power Button [PWRF]
[    0.955936] thermal LNXTHERM:00: registered as thermal_zone0
[    0.955937] ACPI: Thermal Zone [TZ00] (28 C)
[    0.956057] thermal LNXTHERM:01: registered as thermal_zone1
[    0.956058] ACPI: Thermal Zone [TZ01] (30 C)
[    0.956284] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.957746] usbcore: registered new interface driver usbserial_generic
[    0.957748] usbserial: USB Serial support registered for generic
[    0.957762] rtc_cmos 00:03: RTC can wake from S4
[    0.958188] rtc_cmos 00:03: registered as rtc0
[    0.958195] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.958219] intel_pstate: Intel P-state driver initializing
[    0.958528] intel_pstate: HWP enabled
[    0.958717] ledtrig-cpu: registered to indicate activity on CPUs
[    0.958728] resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:06 [mem 0xfdb00000-0xfdffffff]
[    0.958730] caller pmc_core_probe+0x88/0x260 mapping multiple BARs
[    0.958737] intel_pmc_core:  initialized
[    0.958962] NET: Registered protocol family 10
[    0.961251] Segment Routing with IPv6
[    0.961260] NET: Registered protocol family 17
[    0.961594] RAS: Correctable Errors collector initialized.
[    0.961609] microcode: sig=0x906e9, pf=0x2, revision=0x42
[    0.961774] microcode: Microcode Update Driver: v2.2.
[    0.961779] sched_clock: Marking stable (964820339, -3048659)->(1069316914, -107545234)
[    0.962106] registered taskstats version 1
[    0.962111] Loading compiled-in X.509 certificates
[    0.963301] Loaded X.509 cert 'Build time autogenerated kernel key: b763d1222bd30dcded0f0cbe6aca835d8ac504e4'
[    0.963312] zswap: loaded using pool lzo/zbud
[    0.965132] Key type big_key registered
[    0.966453]   Magic number: 14:622:701
[    0.966629] rtc_cmos 00:03: setting system clock to 2018-12-31 20:40:38 UTC (1546288838)
[    1.126495] Freeing unused decrypted memory: 2040K
[    1.238453] Freeing unused kernel image memory: 1532K
[    1.238511] Write protecting the kernel read-only data: 18432k
[    1.239333] Freeing unused kernel image memory: 2008K
[    1.239497] Freeing unused kernel image memory: 456K
[    1.243622] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.243622] x86/mm: Checking user space page tables
[    1.247598] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.247599] Run /init as init process
[    1.313758] device-mapper: uevent: version 1.0.3
[    1.313849] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    1.353487] SCSI subsystem initialized
[    1.354791] cryptd: max_cpu_qlen set to 1000
[    1.355805] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.355809] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.356895] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    1.356899] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.357065] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.357066] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.357067] usb usb1: Product: xHCI Host Controller
[    1.357068] usb usb1: Manufacturer: Linux 4.19.12-arch1-1-ARCH xhci-hcd
[    1.357069] usb usb1: SerialNumber: 0000:00:14.0
[    1.357153] hub 1-0:1.0: USB hub found
[    1.357168] hub 1-0:1.0: 16 ports detected
[    1.358609] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.358612] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.358614] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    1.358640] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.358641] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.358642] usb usb2: Product: xHCI Host Controller
[    1.358643] usb usb2: Manufacturer: Linux 4.19.12-arch1-1-ARCH xhci-hcd
[    1.358644] usb usb2: SerialNumber: 0000:00:14.0
[    1.358701] hub 2-0:1.0: USB hub found
[    1.358712] hub 2-0:1.0: 10 ports detected
[    1.358898] AVX2 version of gcm_enc/dec engaged.
[    1.358899] AES CTR mode by8 optimization enabled
[    1.361733] libata version 3.00 loaded.
[    1.363596] ahci 0000:00:17.0: version 3.0
[    1.373830] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    1.373831] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
[    1.423006] scsi host0: ahci
[    1.423230] scsi host1: ahci
[    1.423480] scsi host2: ahci
[    1.423682] scsi host3: ahci
[    1.423830] scsi host4: ahci
[    1.423935] scsi host5: ahci
[    1.423978] ata1: SATA max UDMA/133 abar m2048@0xf734b000 port 0xf734b100 irq 124
[    1.423980] ata2: SATA max UDMA/133 abar m2048@0xf734b000 port 0xf734b180 irq 124
[    1.423981] ata3: SATA max UDMA/133 abar m2048@0xf734b000 port 0xf734b200 irq 124
[    1.423983] ata4: SATA max UDMA/133 abar m2048@0xf734b000 port 0xf734b280 irq 124
[    1.423984] ata5: SATA max UDMA/133 abar m2048@0xf734b000 port 0xf734b300 irq 124
[    1.423985] ata6: SATA max UDMA/133 abar m2048@0xf734b000 port 0xf734b380 irq 124
[    1.685690] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[    1.732991] ata2: SATA link down (SStatus 4 SControl 300)
[    1.733016] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.733048] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.734474] ata4.00: ATA-8: TOSHIBA DT01ACA200, MX4OABB0, max UDMA/133
[    1.734477] ata4.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.735901] ata4.00: configured for UDMA/133
[    1.736024] ata6: SATA link down (SStatus 4 SControl 300)
[    1.736045] ata5: SATA link down (SStatus 4 SControl 300)
[    1.736067] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.737090] ata1.00: ATA-9: WDC WDS250G1B0A-00H9H0, X41100WD, max UDMA/133
[    1.737093] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.739397] ata1.00: configured for UDMA/133
[    1.739559] scsi 0:0:0:0: Direct-Access     ATA      WDC WDS250G1B0A- 00WD PQ: 0 ANSI: 5
[    1.740215] ata3.00: ATA-9: WDC WDS250G1B0A-00H9H0, X41100WD, max UDMA/133
[    1.740218] ata3.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.742488] ata3.00: configured for UDMA/133
[    1.742653] scsi 2:0:0:0: Direct-Access     ATA      WDC WDS250G1B0A- 00WD PQ: 0 ANSI: 5
[    1.743043] scsi 3:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA2 ABB0 PQ: 0 ANSI: 5
[    1.748900] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    1.748908] sd 0:0:0:0: [sda] Write Protect is off
[    1.748910] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.748920] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.748987] sd 2:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    1.748998] sd 2:0:0:0: [sdb] Write Protect is off
[    1.749001] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.749016] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.749051] sd 3:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.749056] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[    1.749066] sd 3:0:0:0: [sdc] Write Protect is off
[    1.749069] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.749085] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.750568]  sdb: sdb1 sdb2
[    1.750658]  sda: sda1 sda2
[    1.750955] sd 2:0:0:0: [sdb] Attached SCSI disk
[    1.751002] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.795623]  sdc: sdc1 sdc2 sdc3
[    1.796270] sd 3:0:0:0: [sdc] Attached SCSI disk
[    1.828907] usb 1-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=92.26
[    1.828909] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.828910] usb 1-4: Product: USB2.0 Hub
[    1.828911] usb 1-4: Manufacturer: GenesysLogic
[    1.829999] hub 1-4:1.0: USB hub found
[    1.830412] hub 1-4:1.0: 4 ports detected
[    1.906906] random: fast init done
[    1.949164] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.972081] usb 2-1: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
[    1.972085] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.972087] usb 2-1: Product: Flash Drive
[    1.972089] usb 2-1: Manufacturer: Samsung
[    1.972091] usb 2-1: SerialNumber: 0375417050004747
[    1.980183] usb-storage 2-1:1.0: USB Mass Storage device detected
[    1.980388] scsi host6: usb-storage 2-1:1.0
[    1.980496] usbcore: registered new interface driver usb-storage
[    1.981957] usbcore: registered new interface driver uas
[    2.089076] usb 1-8: new full-speed USB device number 3 using xhci_hcd
[    2.230657] usb 1-8: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[    2.230661] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.302404] usb 1-4.3: new full-speed USB device number 4 using xhci_hcd
[    2.394566] usb 1-4.3: New USB device found, idVendor=1532, idProduct=005c, bcdDevice= 2.00
[    2.394569] usb 1-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.394572] usb 1-4.3: Product: Razer DeathAdder Elite
[    2.394574] usb 1-4.3: Manufacturer: Razer
[    2.408918] hidraw: raw HID events driver (C) Jiri Kosina
[    2.411375] usbcore: registered new interface driver usbhid
[    2.411375] usbhid: USB HID core driver
[    2.412227] input: Razer Razer DeathAdder Elite as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:1532:005C.0001/input/input3
[    2.412248] hid-generic 0003:1532:005C.0001: input,hidraw0: USB HID v1.11 Mouse [Razer Razer DeathAdder Elite] on usb-0000:00:14.0-4.3/input0
[    2.412347] input: Razer Razer DeathAdder Elite Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0002/input/input4
[    2.469166] input: Razer Razer DeathAdder Elite Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0002/input/input5
[    2.469204] input: Razer Razer DeathAdder Elite System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0002/input/input6
[    2.469235] input: Razer Razer DeathAdder Elite as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:1532:005C.0002/input/input7
[    2.469374] hid-generic 0003:1532:005C.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Razer DeathAdder Elite] on usb-0000:00:14.0-4.3/input1
[    2.469573] input: Razer Razer DeathAdder Elite as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.2/0003:1532:005C.0003/input/input8
[    2.515996] usb 2-4: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[    2.525899] hid-generic 0003:1532:005C.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer DeathAdder Elite] on usb-0000:00:14.0-4.3/input2
[    2.535960] usb 2-4: New USB device found, idVendor=05e3, idProduct=0612, bcdDevice=92.26
[    2.535964] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.535966] usb 2-4: Product: USB3.1 Hub
[    2.535968] usb 2-4: Manufacturer: GenesysLogic
[    2.537322] hub 2-4:1.0: USB hub found
[    2.537640] hub 2-4:1.0: 4 ports detected
[    2.655749] usb 1-10: new full-speed USB device number 5 using xhci_hcd
[    2.797148] usb 1-10: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.54
[    2.797151] usb 1-10: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.797153] usb 1-10: Product: USB2.0-Serial
[    2.869060] usb 1-4.4: new full-speed USB device number 6 using xhci_hcd
[    2.966442] usb 1-4.4: New USB device found, idVendor=1b80, idProduct=b50e, bcdDevice= 1.01
[    2.966446] usb 1-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.966449] usb 1-4.4: Product: USB Gaming Keyboard
[    2.966451] usb 1-4.4: Manufacturer: GAMDIAS
[    2.980392] input: GAMDIAS USB Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:1B80:B50E.0004/input/input9
[    3.035912] hid-generic 0003:1B80:B50E.0004: input,hidraw3: USB HID v1.10 Keyboard [GAMDIAS USB Gaming Keyboard] on usb-0000:00:14.0-4.4/input0
[    3.041839] input: GAMDIAS USB Gaming Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0005/input/input10
[    3.041899] input: GAMDIAS USB Gaming Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0005/input/input11
[    3.095825] input: GAMDIAS USB Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:1B80:B50E.0005/input/input12
[    3.096053] hid-generic 0003:1B80:B50E.0005: input,hiddev0,hidraw4: USB HID v1.10 Mouse [GAMDIAS USB Gaming Keyboard] on usb-0000:00:14.0-4.4/input1
[    3.098044] hid-generic 0003:1B80:B50E.0006: hiddev1,hidraw5: USB HID v1.10 Device [GAMDIAS USB Gaming Keyboard] on usb-0000:00:14.0-4.4/input2
[    3.184807] scsi 6:0:0:0: Direct-Access     Samsung  Flash Drive      1100 PQ: 0 ANSI: 6
[    3.185759] sd 6:0:0:0: [sdd] 125337600 512-byte logical blocks: (64.2 GB/59.8 GiB)
[    3.186324] sd 6:0:0:0: [sdd] Write Protect is off
[    3.186327] sd 6:0:0:0: [sdd] Mode Sense: 43 00 00 00
[    3.186840] sd 6:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.191139]  sdd:
[    3.193191] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[    5.793578] random: crng init done
[    8.423295] NET: Registered protocol family 38
[   10.535958] spl: loading out-of-tree module taints kernel.
[   10.535994] spl: module verification failed: signature and/or required key missing - tainting kernel
[   10.537556] SPL: Loaded module v0.7.12-1
[   10.537639] znvpair: module license 'CDDL' taints kernel.
[   10.537640] Disabling lock debugging due to kernel taint
[   12.443166] ZFS: Loaded module v0.7.12-1, ZFS pool version 5000, ZFS filesystem version 5
[   18.797358] systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   18.813438] systemd[1]: Detected architecture x86-64.
[   18.817878] systemd[1]: Set hostname to <abhi-Desktop>.
[   19.031737] systemd[1]: Reached target Remote File Systems.
[   19.032708] systemd[1]: Listening on LVM2 metadata daemon socket.
[   19.032962] systemd[1]: Listening on Journal Audit Socket.
[   19.037356] systemd[1]: Listening on Process Core Dump Socket.
[   19.037934] systemd[1]: Listening on LVM2 poll daemon socket.
[   19.038035] systemd[1]: Reached target Login Prompts.
[   19.038463] systemd[1]: Listening on udev Kernel Socket.
[   19.059039] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   19.059065] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   19.059087] sd 3:0:0:0: Attached scsi generic sg2 type 0
[   19.059108] sd 6:0:0:0: Attached scsi generic sg3 type 0
[   19.060825] audit: type=1130 audit(1546288856.589:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.065695] audit: type=1130 audit(1546288856.596:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.066543] audit: type=1130 audit(1546288856.596:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.067738] audit: type=1130 audit(1546288856.596:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.072282] audit: type=1130 audit(1546288856.603:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.079561] audit: type=1130 audit(1546288856.609:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.086203] audit: type=1130 audit(1546288856.616:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.092618] systemd-journald[922]: Received request to flush runtime journal from PID 1
[   19.103734] audit: type=1130 audit(1546288856.633:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.123360] audit: type=1130 audit(1546288856.653:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.182886] i801_smbus 0000:00:1f.4: enabling device (0001 -> 0003)
[   19.183056] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   19.183088] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   19.184186] dca service started, version 1.12.1
[   19.187248] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   19.195458] Linux agpgart interface v0.103
[   19.204060] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[   19.204062] igb: Copyright (c) 2007-2014 Intel Corporation.
[   19.205840] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[   19.205841] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   19.206029] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   19.210002] audit: type=1130 audit(1546288856.739:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.219520] input: PC Speaker as /devices/platform/pcspkr/input/input14
[   19.222240] mousedev: PS/2 mouse device common for all mice
[   19.229717] usbcore: registered new interface driver ch341
[   19.229726] usbserial: USB Serial support registered for ch341-uart
[   19.229738] ch341 1-10:1.0: ch341-uart converter detected
[   19.229988] usb 1-10: ch341-uart converter now attached to ttyUSB0
[   19.232445] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   19.232446] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   19.232447] RAPL PMU: hw unit of domain package 2^-14 Joules
[   19.232447] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   19.232448] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   19.232448] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   19.232544] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   19.238284] pps pps0: new PPS source ptp0
[   19.238286] igb 0000:07:00.0: added PHC on eth0
[   19.238287] igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
[   19.238289] igb 0000:07:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 1c:1b:0d:96:d0:72
[   19.238291] igb 0000:07:00.0: eth0: PBA No: FFFFFF-0FF
[   19.238292] igb 0000:07:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[   19.238570] snd_hda_intel 0000:01:00.1: Disabling MSI
[   19.238575] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   19.251359] Bluetooth: Core ver 2.22
[   19.251371] NET: Registered protocol family 31
[   19.251372] Bluetooth: HCI device and connection manager initialized
[   19.251374] Bluetooth: HCI socket layer initialized
[   19.251375] Bluetooth: L2CAP socket layer initialized
[   19.251379] Bluetooth: SCO socket layer initialized
[   19.251681] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   19.252204] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   19.252205] cfg80211: failed to load regulatory.db
[   19.274626] Intel(R) Wireless WiFi driver for Linux
[   19.274627] Copyright(c) 2003- 2015 Intel Corporation
[   19.274701] usbcore: registered new interface driver btusb
[   19.275032] iwlwifi 0000:08:00.0: enabling device (0000 -> 0002)
[   19.275237] Bluetooth: hci0: Firmware revision 0.1 build 244 week 24 2018
[   19.280235] iwlwifi 0000:08:00.0: loaded firmware version 36.9f0a2d68.0 op_mode iwlmvm
[   19.319555] VFIO - User Level meta-driver version: 0.3
[   19.343257] intel_rapl: Found RAPL domain package
[   19.343258] intel_rapl: Found RAPL domain core
[   19.343259] intel_rapl: Found RAPL domain uncore
[   19.343260] intel_rapl: Found RAPL domain dram
[   19.346684] iTCO_vendor_support: vendor-support=0
[   19.348088] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   19.348141] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   19.348523] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   19.357818] iwlwifi 0000:08:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[   19.360314] igb 0000:07:00.0 enp7s0: renamed from eth0
[   19.415778] iwlwifi 0000:08:00.0: base HW address: 00:28:f8:34:3b:45
[   19.428762] [drm] VT-d active for gfx access
[   19.428764] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[   19.428764] fb: switching to inteldrmfb from EFI VGA
[   19.428774] Console: switching to colour dummy device 80x25
[   19.428815] [drm] Replacing VGA console driver
[   19.429464] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   19.429464] [drm] Driver supports precise vblank timestamp query.
[   19.429824] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[   19.431035] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[   19.491052] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   19.491211] thermal thermal_zone3: failed to read out thermal zone (-61)
[   19.492522] iwlwifi 0000:08:00.0 wlp8s0: renamed from wlan0
[   19.695710] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[   19.700521] [drm] Initialized i915 1.6.0 20180719 for 0000:00:02.0 on minor 0
[   19.701743] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   19.701982] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15
[   19.702113] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   19.737136] fbcon: inteldrmfb (fb0) is primary device
[   19.749253] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[   19.766026] Console: switching to colour frame buffer device 320x90
[   19.782291] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 1c:1b:0d:96:d0:70
[   19.782292] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[   19.782368] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[   19.783180] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[   19.786624] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   19.834332] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[   19.834333] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   19.834334] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   19.834335] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   19.834336] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[   19.834337] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   19.834338] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[   19.834339] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[   19.834340] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[   19.847566] EXT4-fs (sdc3): mounted filesystem with ordered data mode. Opts: (null)
[   19.976781] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[   19.976895] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[   19.977000] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[   19.977143] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[   20.859176] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[   20.859203] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[   20.859226] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[   20.859249] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[   20.859277] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[   20.859301] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[   20.859323] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[   20.859347] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[   20.859377] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[   20.859401] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[   20.859423] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[   20.859446] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
[   21.648443] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[   21.858971] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[   21.862055] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[   21.886115] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[   21.888586] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   22.099135] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   22.324097] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   22.453054] ipmi message handler version 39.2
[   22.454442] ipmi device interface
[   22.459938] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   22.467837] IPv6: ADDRCONF(NETDEV_UP): vm_bridge: link is not ready
[   22.546664] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
[   22.546873] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[   22.546960] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[   22.588131] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   22.647095] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  415.25  Wed Dec 12 10:22:08 CST 2018 (using threaded interrupts)
[   24.496454] kauditd_printk_skb: 107 callbacks suppressed
[   24.496456] audit: type=1131 audit(1546288862.026:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.838051] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   24.838111] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[   26.287300] audit: type=1130 audit(1546288863.816:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   26.433580] audit: type=1130 audit(1546288863.963:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   26.434531] audit: type=1130 audit(1546288863.963:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   26.494962] audit: type=1130 audit(1546288864.023:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.005673] audit: type=1131 audit(1546288869.536:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   35.212416] audit: type=1006 audit(1546288872.743:73): pid=2062 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   35.224307] audit: type=1130 audit(1546288872.753:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   35.228588] audit: type=1006 audit(1546288872.756:75): pid=2115 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   35.274124] systemd-journald[922]: Failed to set ACL on /var/log/journal/53cd35edf1d74810b1bc88fee5e3c72e/user-1000.journal, ignoring: Operation not supported
[   35.276853] audit: type=1130 audit(1546288872.806:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   35.289256] audit: type=1112 audit(1546288872.819:77): pid=2062 uid=0 auid=1000 ses=2 msg='uid=1000 exe="/usr/lib/gdm-session-worker" hostname=? addr=? terminal=? res=success'
[   35.983489] fuse init (API version 7.27)
[   38.301987] audit: type=1130 audit(1546288875.829:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.742872] rfkill: input handler disabled
[   69.216492] audit: type=1131 audit(1546288906.746:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   69.474361] audit: type=1131 audit(1546288907.006:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   87.022529] audit: type=1131 audit(1546288924.553:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  367.044677] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[  682.013383] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[  905.701705] audit: type=1130 audit(1546289743.229:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  905.701713] audit: type=1131 audit(1546289743.229:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  997.064143] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1222.491321] audit: type=1006 audit(1546290060.019:84): pid=18401 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=4 res=1
[ 1312.065261] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1627.065214] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1942.064036] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 2257.065166] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 2572.065955] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 2887.011157] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 3102.716419] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[ 3108.043371] audit: type=1130 audit(1546291945.573:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3138.106856] audit: type=1131 audit(1546291975.636:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3202.063629] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready

Offline

#6 2018-12-31 22:33:30

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

Re: gnome-shell using nvidia GPU instead of Xorg's iGPU

[   22.647095] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  415.25  Wed Dec 12 10:22:08 CST 2018 (using threaded interrupts)

The nvidia module appears to still be being loaded.  Does the following also show it being loaded?

lsmod | grep nvidia

Offline

#7 2019-01-01 00:19:33

abhirathd95
Member
Registered: 2018-12-28
Posts: 4

Re: gnome-shell using nvidia GPU instead of Xorg's iGPU

Yep it does:

[root@Desktop]# lsmod | grep nvidia
nvidia              17313792  18
ipmi_msghandler        65536  2 ipmi_devintf,nvidia

grepping for nvidia with the lsof command also shows gnome-shell using the driver, similar to the fuser command.

Last edited by abhirathd95 (2019-01-01 00:20:13)

Offline

Board footer

Powered by FluxBB