You are not logged in.

#1 2024-06-30 04:07:05

cheeki-breeki
Member
Registered: 2024-06-06
Posts: 18

[SOLVED] Mousepad and othe rapps render a black rectangle/box

Hi,

I have this problem with mousepad and spice, the space on my monitor of those 2 apps (so far) goes black, resizing fixes it but it comes back right away.

OS: Arch Linux x86_64
Kernel: 6.8.9-arch1-2  -> linux, linux-headers and linux-firmware are ignored in pacman.conf because anything higher breaks workstation.
Uptime: 4 hours, 43 mins
Packages: 1471 (pacman), 9 (flatp
Shell: fish 3.7.1
Resolution: 1920x1080, 2560x1440
WM: bspwm
Theme: Snow-alien-v40 [GTK2/3]
cons: breeze-dark [GTK2/3]
Terminal: kitty
CPU: AMD Ryzen 9 5900X (24) @ 3.7
GPU: NVIDIA GeForce RTX 3080
Memory: 11364MiB / 64225MiB

Here is a screenshot of what happens:

https://imgur.com/yZjwmqt

Things I have tried:
Downgrade Nvidia drivers, currently running:

+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.183.01             Driver Version: 535.183.01   CUDA Version: 12.2     |
|-----------------------------------------+----------------------+----------------------+

Thank you in advanced.

Last edited by cheeki-breeki (2024-07-04 18:29:45)

Offline

#2 2024-06-30 07:53:25

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,979

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

WM: bspwm

You forgot to mention the compositor - does it go away if you kill picom?

Offline

#3 2024-06-30 08:24:22

cheeki-breeki
Member
Registered: 2024-06-06
Posts: 18

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Hi,

Thank you for your time here.

I forgot to state that, I'm using picom and, yes, it goes away if picom is stopped.

Now that you mention that, i killed picom and started again via CLI, these are the first logs I get about the problem, these showed up in terminal where I started picom:

[ 06/30/2024 02:20:06.384 x_log_error WARN ] X error 11 ALLOC request 152 minor 22 serial 99869
[ 06/30/2024 02:20:06.384 x_log_error WARN ] X error 9 DRAWABLE request 156 minor 4 serial 99870
[ 06/30/2024 02:20:06.384 x_log_error WARN ] X error 161 GLX_BAD_PIXMAP request 152 minor 16 serial 0
[ 06/30/2024 02:20:06.549 x_log_error WARN ] X error 161 GLX_BAD_PIXMAP request 152 minor 16 serial 0
[ 06/30/2024 02:20:06.549 x_log_error WARN ] X error 161 GLX_BAD_PIXMAP request 152 minor 23 serial 106754
[ 06/30/2024 02:20:06.549 x_log_error WARN ] X error 11 ALLOC request 152 minor 22 serial 106759
[ 06/30/2024 02:20:06.549 x_log_error WARN ] X error 9 DRAWABLE request 156 minor 4 serial 106760
[ 06/30/2024 02:20:06.549 x_log_error WARN ] X error 161 GLX_BAD_PIXMAP request 152 minor 16 serial 0
[ 06/30/2024 02:20:07.624 x_log_error WARN ] X error 161 GLX_BAD_PIXMAP request 152 minor 16 serial 0
[ 06/30/2024 02:20:07.702 x_log_error WARN ] X error 161 GLX_BAD_PIXMAP request 152 minor 23 serial 146670
[ 06/30/2024 02:20:07.702 x_log_error WARN ] X error 11 ALLOC request 152 minor 22 serial 149498
[ 06/30/2024 02:20:07.702 x_log_error WARN ] X error 9 DRAWABLE request 156 minor 4 serial 149499
[ 06/30/2024 02:20:07.702 x_log_error WARN ] X error 161 GLX_BAD_PIXMAP request 152 minor 16 serial 0
[ 06/30/2024 02:20:08.366 x_log_error WARN ] X error 161 GLX_BAD_PIXMAP request 152 minor 16 serial 0
[ 06/30/2024 02:20:08.366 x_log_error WARN ] X error 161 GLX_BAD_PIXMAP request 152 minor 23 serial 177449
[ 06/30/2024 02:20:08.366 x_log_error WARN ] X error 11 ALLOC request 152 minor 22 serial 177454
[ 06/30/2024 02:20:08.366 x_log_error WARN ] X error 9 DRAWABLE request 156 minor 4 serial 177455
[ 06/30/2024 02:20:08.366 x_log_error WARN ] X error 161 GLX_BAD_PIXMAP request 152 minor 16 serial 0
[ 06/30/2024 02:20:09.838 x_log_error WARN ] X error 11 ALLOC request 152 minor 22 serial 237576
[ 06/30/2024 02:20:09.838 x_log_error WARN ] X error 9 DRAWABLE request 156 minor 4 serial 237577
[ 06/30/2024 02:20:09.838 x_log_error WARN ] X error 161 GLX_BAD_PIXMAP request 152 minor 16 serial 0
[ 06/30/2024 02:20:09.845 x_log_error WARN ] X error 161 GLX_BAD_PI

Cheers

Last edited by cheeki-breeki (2024-06-30 19:39:27)

Offline

#4 2024-06-30 15:17:23

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,979

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Please use [code][/code] tags. Edit your post in this regard.

Unfortunately that error/warning is rather meaningless (picom tries to operate on a pixmap that doesn't exist - god knows why)

xwininfo and your picom config might shed more light on that.

Offline

#5 2024-06-30 19:41:53

cheeki-breeki
Member
Registered: 2024-06-06
Posts: 18

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Hey Seth,

Thank you so much for your time. I was able to find in another post a bit more about the error. Like you said however, it I wasnt of much help.

I changed the render from "glx" to "egl" and it seemed to have fixed it.

Thank you again for your help.

Also, thanks for the code tags suggestions.

Last edited by cheeki-breeki (2024-06-30 19:44:55)

Offline

#6 2024-06-30 21:44:22

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,979

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#7 2024-07-01 04:43:00

cheeki-breeki
Member
Registered: 2024-06-06
Posts: 18

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Hi,

I have another problem.  I don't know  if I should open a separate post.

When I drag a non-focused window, it goes full transparent and it glitches.

Here is an example:

https://imgur.com/a/wgoYj2m

Any help would be greatly appreciated.

Thanks!

Offline

#8 2024-07-01 06:44:54

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,979

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

your picom config might shed more light on that

Also please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#9 2024-07-01 06:55:28

cheeki-breeki
Member
Registered: 2024-06-06
Posts: 18

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Hi,

Here are the logs:

 cat Xorg.0.log
[     4.043] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[     4.043] Current Operating System: Linux arch 6.8.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Tue, 07 May 2024 21:35:54 +0000 x86_64
[     4.043] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img root=PARTUUID=495ba631-585b-4af5-bf8d-4f74fd7db62a rw rootfstype=ext4
[     4.043]  
[     4.043] Current version of pixman: 0.43.4
[     4.043] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.043] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.043] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 30 21:46:53 2024
[     4.046] (==) Using config file: "/etc/X11/xorg.conf"
[     4.046] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.046] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.047] (==) ServerLayout "Layout0"
[     4.047] (**) |-->Screen "Screen0" (0)
[     4.047] (**) |   |-->Monitor "Monitor0"
[     4.047] (**) |   |-->Device "Device0"
[     4.048] (**) |-->Input Device "Keyboard0"
[     4.048] (**) |-->Input Device "Mouse0"
[     4.048] (**) Option "Xinerama" "0"
[     4.048] (**) Allowing byte-swapped clients
[     4.048] (==) Automatically adding devices
[     4.048] (==) Automatically enabling devices
[     4.048] (==) Automatically adding GPU devices
[     4.048] (==) Automatically binding GPU devices
[     4.048] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.048] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     4.048] 	Entry deleted from font path.
[     4.051] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     4.051] 	Entry deleted from font path.
[     4.051] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     4.051] 	Entry deleted from font path.
[     4.051] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     4.051] 	Entry deleted from font path.
[     4.051] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[     4.051] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.051] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     4.051] (WW) Disabling Keyboard0
[     4.051] (WW) Disabling Mouse0
[     4.051] (II) Module ABI versions:
[     4.051] 	X.Org ANSI C Emulation: 0.4
[     4.051] 	X.Org Video Driver: 25.2
[     4.051] 	X.Org XInput driver : 24.4
[     4.051] 	X.Org Server Extension : 10.0
[     4.051] (++) using VT number 7

[     4.051] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.052] (II) xfree86: Adding drm device (/dev/dri/card1)
[     4.052] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:0d:00.0/drm/card1
[     4.052] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.052] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[     4.055] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     4.057] (--) PCI:*(13@0:0:0) 10de:2206:3842:3897 rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     4.057] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.057] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     4.057] (II) LoadModule: "dbe"
[     4.057] (II) Module "dbe" already built-in
[     4.057] (II) LoadModule: "extmod"
[     4.057] (II) Module "extmod" already built-in
[     4.057] (II) LoadModule: "glx"
[     4.061] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.070] (II) Module glx: vendor="X.Org Foundation"
[     4.070] 	compiled for 1.21.1.13, module version = 1.0.0
[     4.070] 	ABI class: X.Org Server Extension, version 10.0
[     4.070] (II) LoadModule: "nvidia"
[     4.070] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     4.084] (II) Module nvidia: vendor="NVIDIA Corporation"
[     4.084] 	compiled for 1.6.99.901, module version = 1.0.0
[     4.084] 	Module class: X.Org Video Driver
[     4.085] (II) NVIDIA dlloader X Driver  535.183.01  Sun May 12 19:35:37 UTC 2024
[     4.085] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     4.088] (II) Loading sub module "fb"
[     4.088] (II) LoadModule: "fb"
[     4.088] (II) Module "fb" already built-in
[     4.088] (II) Loading sub module "wfb"
[     4.088] (II) LoadModule: "wfb"
[     4.088] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     4.089] (II) Module wfb: vendor="X.Org Foundation"
[     4.089] 	compiled for 1.21.1.13, module version = 1.0.0
[     4.089] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.090] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     4.090] (==) NVIDIA(0): RGB weight 888
[     4.090] (==) NVIDIA(0): Default visual is TrueColor
[     4.090] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.090] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     4.090] (**) NVIDIA(0): Option "Stereo" "0"
[     4.090] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DP-2"
[     4.090] (**) NVIDIA(0): Option "SLI" "Off"
[     4.090] (**) NVIDIA(0): Option "MultiGPU" "Off"
[     4.090] (**) NVIDIA(0): Option "BaseMosaic" "off"
[     4.090] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     4.090] (**) NVIDIA(0): Stereo disabled by request
[     4.090] (**) NVIDIA(0): NVIDIA SLI disabled.
[     4.090] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[     4.090] (**) NVIDIA(0): Option "MetaModes" "DP-2: 2560x1440_144 +1920+0, HDMI-0: 1920x1080_144 +0+0"
[     4.090] (**) NVIDIA(0): Enabling 2D acceleration
[     4.090] (II) Loading sub module "glxserver_nvidia"
[     4.090] (II) LoadModule: "glxserver_nvidia"
[     4.090] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     4.147] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     4.147] 	compiled for 1.6.99.901, module version = 1.0.0
[     4.147] 	Module class: X.Org Server Extension
[     4.147] (II) NVIDIA GLX Module  535.183.01  Sun May 12 19:37:53 UTC 2024
[     4.148] (II) NVIDIA: The X server supports PRIME Render Offload.
[     5.369] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:13:0:0
[     5.369] (--) NVIDIA(0):     DFP-0
[     5.369] (--) NVIDIA(0):     DFP-1
[     5.369] (--) NVIDIA(0):     DFP-2
[     5.369] (--) NVIDIA(0):     DFP-3 (boot)
[     5.370] (--) NVIDIA(0):     DFP-4
[     5.370] (--) NVIDIA(0):     DFP-5
[     5.370] (--) NVIDIA(0):     DFP-6
[     5.370] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3080 (GA102-A) at PCI:13:0:0
[     5.370] (II) NVIDIA(0):     (GPU-0)
[     5.370] (--) NVIDIA(0): Memory: 10485760 kBytes
[     5.370] (--) NVIDIA(0): VideoBIOS: 94.02.42.80.31
[     5.370] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     5.415] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[     5.415] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[     5.415] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[     5.415] (--) NVIDIA(GPU-0): 
[     5.415] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     5.415] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     5.415] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[     5.415] (--) NVIDIA(GPU-0): 
[     5.415] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     5.415] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     5.415] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     5.415] (--) NVIDIA(GPU-0): 
[     5.726] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[     5.726] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[     5.726] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[     5.726] (--) NVIDIA(GPU-0): 
[     5.729] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     5.729] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     5.729] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[     5.729] (--) NVIDIA(GPU-0): 
[     5.729] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     5.729] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[     5.729] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[     5.729] (--) NVIDIA(GPU-0): 
[     5.729] (--) NVIDIA(GPU-0): DFP-6: disconnected
[     5.729] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[     5.729] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[     5.729] (--) NVIDIA(GPU-0): 
[     5.851] (II) NVIDIA(0): Validated MetaModes:
[     5.851] (II) NVIDIA(0):     "DP-2:2560x1440_144+1920+0,HDMI-0:1920x1080_144+0+0"
[     5.851] (II) NVIDIA(0): Virtual screen size determined to be 4480 x 1440
[     5.948] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[     5.948] (--) NVIDIA(0):     option
[     5.949] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     5.949] (II) NVIDIA:     access.
[     5.951] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     5.951] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     5.951] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     5.951] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     5.951] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     5.951] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     5.951] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     5.951] (II) NVIDIA(0):     Config Options in the README.
[     5.964] (II) NVIDIA(0): Setting mode "DP-2:2560x1440_144+1920+0,HDMI-0:1920x1080_144+0+0"
[     6.049] (==) NVIDIA(0): Disabling shared memory pixmaps
[     6.049] (==) NVIDIA(0): Backing store enabled
[     6.049] (==) NVIDIA(0): Silken mouse enabled
[     6.049] (**) NVIDIA(0): DPMS enabled
[     6.049] (II) Loading sub module "dri2"
[     6.049] (II) LoadModule: "dri2"
[     6.049] (II) Module "dri2" already built-in
[     6.049] (II) NVIDIA(0): [DRI2] Setup complete
[     6.049] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     6.049] (II) Initializing extension Generic Event Extension
[     6.049] (II) Initializing extension SHAPE
[     6.049] (II) Initializing extension MIT-SHM
[     6.049] (II) Initializing extension XInputExtension
[     6.049] (II) Initializing extension XTEST
[     6.049] (II) Initializing extension BIG-REQUESTS
[     6.049] (II) Initializing extension SYNC
[     6.049] (II) Initializing extension XKEYBOARD
[     6.050] (II) Initializing extension XC-MISC
[     6.050] (II) Initializing extension SECURITY
[     6.050] (II) Initializing extension XFIXES
[     6.050] (II) Initializing extension RENDER
[     6.050] (II) Initializing extension RANDR
[     6.050] (II) Initializing extension COMPOSITE
[     6.050] (II) Initializing extension DAMAGE
[     6.050] (II) Initializing extension MIT-SCREEN-SAVER
[     6.050] (II) Initializing extension DOUBLE-BUFFER
[     6.050] (II) Initializing extension RECORD
[     6.050] (II) Initializing extension DPMS
[     6.050] (II) Initializing extension Present
[     6.050] (II) Initializing extension DRI3
[     6.050] (II) Initializing extension X-Resource
[     6.050] (II) Initializing extension XVideo
[     6.050] (II) Initializing extension XVideo-MotionCompensation
[     6.050] (II) Initializing extension GLX
[     6.050] (II) Initializing extension GLX
[     6.050] (II) Indirect GLX disabled.
[     6.051] (II) GLX: Another vendor is already registered for screen 0
[     6.051] (II) Initializing extension XFree86-VidModeExtension
[     6.051] (II) Initializing extension XFree86-DGA
[     6.051] (II) Initializing extension XFree86-DRI
[     6.051] (II) Initializing extension DRI2
[     6.051] (II) Initializing extension NV-GLX
[     6.051] (II) Initializing extension NV-CONTROL
[     6.051] (II) Initializing extension XINERAMA
[     6.189] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     6.189] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.189] (**) Power Button: Applying InputClass "system-keyboard"
[     6.189] (II) LoadModule: "libinput"
[     6.189] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.192] (II) Module libinput: vendor="X.Org Foundation"
[     6.192] 	compiled for 1.21.1.8, module version = 1.4.0
[     6.192] 	Module class: X.Org XInput Driver
[     6.192] 	ABI class: X.Org XInput driver, version 24.4
[     6.192] (II) Using input driver 'libinput' for 'Power Button'
[     6.192] (**) Power Button: always reports core events
[     6.192] (**) Option "Device" "/dev/input/event1"
[     6.196] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.196] (II) event1  - Power Button: device is a keyboard
[     6.196] (II) event1  - Power Button: device removed
[     6.230] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     6.230] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.230] (**) Option "xkb_model" "pc105+inet"
[     6.230] (**) Option "xkb_layout" "us"
[     6.230] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.240] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.240] (II) event1  - Power Button: device is a keyboard
[     6.241] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     6.241] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.241] (**) Power Button: Applying InputClass "system-keyboard"
[     6.241] (II) Using input driver 'libinput' for 'Power Button'
[     6.241] (**) Power Button: always reports core events
[     6.241] (**) Option "Device" "/dev/input/event0"
[     6.241] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.241] (II) event0  - Power Button: device is a keyboard
[     6.241] (II) event0  - Power Button: device removed
[     6.260] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     6.260] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     6.260] (**) Option "xkb_model" "pc105+inet"
[     6.260] (**) Option "xkb_layout" "us"
[     6.260] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.260] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.260] (II) event0  - Power Button: device is a keyboard
[     6.261] (II) config/udev: Adding input device Fosi Audio K5 Pro (/dev/input/event9)
[     6.261] (**) Fosi Audio K5 Pro: Applying InputClass "libinput keyboard catchall"
[     6.261] (**) Fosi Audio K5 Pro: Applying InputClass "system-keyboard"
[     6.261] (II) Using input driver 'libinput' for 'Fosi Audio K5 Pro'
[     6.261] (**) Fosi Audio K5 Pro: always reports core events
[     6.261] (**) Option "Device" "/dev/input/event9"
[     6.262] (II) event9  - Fosi Audio K5 Pro: is tagged by udev as: Keyboard
[     6.262] (II) event9  - Fosi Audio K5 Pro: device is a keyboard
[     6.262] (II) event9  - Fosi Audio K5 Pro: device removed
[     6.293] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-4/3-4:1.3/0003:0C76:1700.0004/input/input14/event9"
[     6.293] (II) XINPUT: Adding extended input device "Fosi Audio K5 Pro" (type: KEYBOARD, id 8)
[     6.293] (**) Option "xkb_model" "pc105+inet"
[     6.293] (**) Option "xkb_layout" "us"
[     6.293] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.294] (II) event9  - Fosi Audio K5 Pro: is tagged by udev as: Keyboard
[     6.295] (II) event9  - Fosi Audio K5 Pro: device is a keyboard
[     6.296] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event10)
[     6.296] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[     6.296] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[     6.296] (**) Logitech USB Receiver: always reports core events
[     6.296] (**) Option "Device" "/dev/input/event10"
[     6.351] (II) event10 - Logitech USB Receiver: is tagged by udev as: Mouse
[     6.351] (II) event10 - Logitech USB Receiver: device is a pointer
[     6.351] (II) event10 - Logitech USB Receiver: device removed
[     6.410] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.410] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.410] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.410] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-5/3-5:1.0/0003:046D:C547.0005/input/input15/event10"
[     6.410] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 9)
[     6.410] (**) Option "AccelerationScheme" "none"
[     6.410] (**) Logitech USB Receiver: (accel) selected scheme none/0
[     6.410] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     6.410] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     6.469] (II) event10 - Logitech USB Receiver: is tagged by udev as: Mouse
[     6.469] (II) event10 - Logitech USB Receiver: device is a pointer
[     6.470] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
[     6.470] (II) No input driver specified, ignoring this device.
[     6.470] (II) This device may have been added with another device file.
[     6.471] (II) config/udev: Adding input device Logitech USB Receiver Keyboard (/dev/input/event11)
[     6.471] (**) Logitech USB Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.471] (**) Logitech USB Receiver Keyboard: Applying InputClass "system-keyboard"
[     6.471] (II) Using input driver 'libinput' for 'Logitech USB Receiver Keyboard'
[     6.471] (**) Logitech USB Receiver Keyboard: always reports core events
[     6.471] (**) Option "Device" "/dev/input/event11"
[     6.473] (II) event11 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[     6.473] (II) event11 - Logitech USB Receiver Keyboard: device is a keyboard
[     6.473] (II) event11 - Logitech USB Receiver Keyboard: device removed
[     6.493] (II) libinput: Logitech USB Receiver Keyboard: needs a virtual subdevice
[     6.493] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-5/3-5:1.1/0003:046D:C547.0006/input/input16/event11"
[     6.493] (II) XINPUT: Adding extended input device "Logitech USB Receiver Keyboard" (type: MOUSE, id 10)
[     6.493] (**) Option "AccelerationScheme" "none"
[     6.493] (**) Logitech USB Receiver Keyboard: (accel) selected scheme none/0
[     6.493] (**) Logitech USB Receiver Keyboard: (accel) acceleration factor: 2.000
[     6.493] (**) Logitech USB Receiver Keyboard: (accel) acceleration threshold: 4
[     6.495] (II) event11 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[     6.495] (II) event11 - Logitech USB Receiver Keyboard: device is a keyboard
[     6.496] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[     6.496] (II) No input driver specified, ignoring this device.
[     6.496] (II) This device may have been added with another device file.
[     6.496] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[     6.496] (II) No input driver specified, ignoring this device.
[     6.496] (II) This device may have been added with another device file.
[     6.497] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[     6.497] (II) No input driver specified, ignoring this device.
[     6.497] (II) This device may have been added with another device file.
[     6.497] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[     6.497] (II) No input driver specified, ignoring this device.
[     6.497] (II) This device may have been added with another device file.
[     6.498] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard (/dev/input/event3)
[     6.498] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.498] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "system-keyboard"
[     6.498] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard'
[     6.498] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: always reports core events
[     6.498] (**) Option "Device" "/dev/input/event3"
[     6.499] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[     6.499] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[     6.499] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device removed
[     6.530] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.0/0003:125F:9418.0001/input/input3/event3"
[     6.530] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard" (type: KEYBOARD, id 11)
[     6.530] (**) Option "xkb_model" "pc105+inet"
[     6.530] (**) Option "xkb_layout" "us"
[     6.530] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.531] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[     6.531] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[     6.532] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control (/dev/input/event6)
[     6.532] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.532] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[     6.532] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control'
[     6.532] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: always reports core events
[     6.532] (**) Option "Device" "/dev/input/event6"
[     6.533] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[     6.533] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device is a keyboard
[     6.534] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device removed
[     6.570] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: needs a virtual subdevice
[     6.570] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input10/event6"
[     6.570] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control" (type: MOUSE, id 12)
[     6.570] (**) Option "AccelerationScheme" "none"
[     6.570] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[     6.570] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[     6.570] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[     6.571] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[     6.571] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device is a keyboard
[     6.572] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard (/dev/input/event7)
[     6.572] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.572] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "system-keyboard"
[     6.572] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard'
[     6.572] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: always reports core events
[     6.572] (**) Option "Device" "/dev/input/event7"
[     6.573] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[     6.573] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[     6.573] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device removed
[     6.610] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input12/event7"
[     6.610] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard" (type: KEYBOARD, id 13)
[     6.610] (**) Option "xkb_model" "pc105+inet"
[     6.610] (**) Option "xkb_layout" "us"
[     6.610] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.611] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[     6.611] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[     6.612] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad (/dev/input/event8)
[     6.612] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: Applying InputClass "libinput keyboard catchall"
[     6.612] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: Applying InputClass "system-keyboard"
[     6.612] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad'
[     6.613] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: always reports core events
[     6.613] (**) Option "Device" "/dev/input/event8"
[     6.614] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: is tagged by udev as: Keyboard
[     6.614] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device is a keyboard
[     6.614] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device removed
[     6.656] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input13/event8"
[     6.657] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad" (type: KEYBOARD, id 14)
[     6.657] (**) Option "xkb_model" "pc105+inet"
[     6.657] (**) Option "xkb_layout" "us"
[     6.657] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.658] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: is tagged by udev as: Keyboard
[     6.658] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device is a keyboard
[     6.659] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse (/dev/input/event4)
[     6.659] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[     6.659] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse'
[     6.659] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: always reports core events
[     6.659] (**) Option "Device" "/dev/input/event4"
[     6.660] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: is tagged by udev as: Mouse
[     6.661] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device is a pointer
[     6.661] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device removed
[     6.730] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.730] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.730] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.730] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input8/event4"
[     6.730] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse" (type: MOUSE, id 15)
[     6.730] (**) Option "AccelerationScheme" "none"
[     6.730] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: (accel) selected scheme none/0
[     6.730] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[     6.730] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[     6.732] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: is tagged by udev as: Mouse
[     6.732] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device is a pointer
[     6.733] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse (/dev/input/mouse0)
[     6.733] (II) No input driver specified, ignoring this device.
[     6.733] (II) This device may have been added with another device file.
[     6.734] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control (/dev/input/event5)
[     6.734] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     6.734] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: Applying InputClass "system-keyboard"
[     6.734] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control'
[     6.734] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: always reports core events
[     6.734] (**) Option "Device" "/dev/input/event5"
[     6.736] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: is tagged by udev as: Keyboard
[     6.736] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device is a keyboard
[     6.736] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device removed
[     6.790] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input9/event5"
[     6.790] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control" (type: KEYBOARD, id 16)
[     6.790] (**) Option "xkb_model" "pc105+inet"
[     6.790] (**) Option "xkb_layout" "us"
[     6.790] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.792] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: is tagged by udev as: Keyboard
[     6.792] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device is a keyboard
[     6.793] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event16)
[     6.793] (II) No input driver specified, ignoring this device.
[     6.793] (II) This device may have been added with another device file.
[     6.793] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event17)
[     6.793] (II) No input driver specified, ignoring this device.
[     6.793] (II) This device may have been added with another device file.
[     6.794] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event18)
[     6.794] (II) No input driver specified, ignoring this device.
[     6.794] (II) This device may have been added with another device file.
[     6.794] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event19)
[     6.794] (II) No input driver specified, ignoring this device.
[     6.794] (II) This device may have been added with another device file.
[     6.795] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event20)
[     6.795] (II) No input driver specified, ignoring this device.
[     6.795] (II) This device may have been added with another device file.
[     6.795] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event21)
[     6.795] (II) No input driver specified, ignoring this device.
[     6.795] (II) This device may have been added with another device file.
[     6.796] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event22)
[     6.796] (II) No input driver specified, ignoring this device.
[     6.796] (II) This device may have been added with another device file.
[     6.796] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[     6.796] (II) No input driver specified, ignoring this device.
[     6.796] (II) This device may have been added with another device file.
[     6.805] (**) Logitech USB Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.805] (**) Logitech USB Receiver Keyboard: Applying InputClass "system-keyboard"
[     6.805] (II) Using input driver 'libinput' for 'Logitech USB Receiver Keyboard'
[     6.805] (**) Logitech USB Receiver Keyboard: always reports core events
[     6.805] (**) Option "Device" "/dev/input/event11"
[     6.805] (II) libinput: Logitech USB Receiver Keyboard: is a virtual subdevice
[     6.805] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-5/3-5:1.1/0003:046D:C547.0006/input/input16/event11"
[     6.805] (II) XINPUT: Adding extended input device "Logitech USB Receiver Keyboard" (type: KEYBOARD, id 17)
[     6.805] (**) Option "xkb_model" "pc105+inet"
[     6.806] (**) Option "xkb_layout" "us"
[     6.806] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.806] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.806] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[     6.806] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control'
[     6.806] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: always reports core events
[     6.806] (**) Option "Device" "/dev/input/event6"
[     6.806] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: is a virtual subdevice
[     6.806] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input10/event6"
[     6.806] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control" (type: KEYBOARD, id 18)
[     6.806] (**) Option "xkb_model" "pc105+inet"
[     6.806] (**) Option "xkb_layout" "us"
[     6.806] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    11.733] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[    11.733] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[    11.733] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[    11.733] (--) NVIDIA(GPU-0): 
[    11.733] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    11.733] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    11.733] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    11.733] (--) NVIDIA(GPU-0): 
[    11.733] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    11.733] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    11.733] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    11.733] (--) NVIDIA(GPU-0): 
[    11.733] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[    11.733] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[    11.733] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[    11.734] (--) NVIDIA(GPU-0): 
[    11.736] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    11.736] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    11.736] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    11.736] (--) NVIDIA(GPU-0): 
[    11.736] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    11.736] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    11.736] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    11.736] (--) NVIDIA(GPU-0): 
[    11.736] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    11.736] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    11.736] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    11.736] (--) NVIDIA(GPU-0): 
[    12.331] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[    12.331] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[    12.331] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[    12.331] (--) NVIDIA(GPU-0): 
[    12.331] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    12.331] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    12.331] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    12.331] (--) NVIDIA(GPU-0): 
[    12.331] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    12.331] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    12.331] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    12.331] (--) NVIDIA(GPU-0): 
[    12.331] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[    12.331] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[    12.331] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[    12.331] (--) NVIDIA(GPU-0): 
[    12.334] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    12.334] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    12.334] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    12.334] (--) NVIDIA(GPU-0): 
[    12.334] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    12.334] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    12.334] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    12.334] (--) NVIDIA(GPU-0): 
[    12.334] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    12.334] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    12.334] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    12.334] (--) NVIDIA(GPU-0): 
[   463.905] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[   463.905] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[   463.905] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[   463.905] (--) NVIDIA(GPU-0): 
[   463.905] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   463.905] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   463.905] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   463.905] (--) NVIDIA(GPU-0): 
[   463.905] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   463.905] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   463.905] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   463.905] (--) NVIDIA(GPU-0): 
[   463.906] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[   463.906] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[   463.906] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[   463.906] (--) NVIDIA(GPU-0): 
[   463.908] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   463.908] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   463.908] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   463.908] (--) NVIDIA(GPU-0): 
[   463.908] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   463.908] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   463.908] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   463.908] (--) NVIDIA(GPU-0): 
[   463.908] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   463.908] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   463.908] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   463.908] (--) NVIDIA(GPU-0): 
[   463.991] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[   463.991] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[   463.991] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[   463.991] (--) NVIDIA(GPU-0): 
[   463.991] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   463.991] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   463.991] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   463.991] (--) NVIDIA(GPU-0): 
[   463.991] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   463.991] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   463.991] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   463.991] (--) NVIDIA(GPU-0): 
[   463.991] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[   463.991] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[   463.991] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[   463.991] (--) NVIDIA(GPU-0): 
[   463.994] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   463.994] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   463.994] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   463.994] (--) NVIDIA(GPU-0): 
[   463.994] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   463.994] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   463.994] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   463.994] (--) NVIDIA(GPU-0): 
[   463.994] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   463.994] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   463.994] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   463.994] (--) NVIDIA(GPU-0): 
[  1250.772] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[  1250.772] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[  1250.772] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[  1250.772] (--) NVIDIA(GPU-0): 
[  1250.772] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1250.772] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  1250.772] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  1250.772] (--) NVIDIA(GPU-0): 
[  1250.772] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1250.772] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  1250.772] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  1250.772] (--) NVIDIA(GPU-0): 
[  1250.773] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[  1250.773] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[  1250.773] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[  1250.773] (--) NVIDIA(GPU-0): 
[  1250.775] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1250.775] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  1250.775] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  1250.775] (--) NVIDIA(GPU-0): 
[  1250.775] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  1250.775] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  1250.775] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  1250.775] (--) NVIDIA(GPU-0): 
[  1250.776] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  1250.776] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  1250.776] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  1250.776] (--) NVIDIA(GPU-0): 
[  5434.357] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
[  5434.357] (II) No input driver specified, ignoring this device.
[  5434.357] (II) This device may have been added with another device file.
[  5434.366] (II) config/udev: removing device Power Button
[  5434.366] (II) event1  - Power Button: device removed
[  5434.405] (II) UnloadModule: "libinput"
[  5434.405] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  5434.405] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  5434.405] (**) Power Button: Applying InputClass "system-keyboard"
[  5434.405] (II) Using input driver 'libinput' for 'Power Button'
[  5434.405] (**) Power Button: always reports core events
[  5434.405] (**) Option "Device" "/dev/input/event1"
[  5434.406] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  5434.406] (II) event1  - Power Button: device is a keyboard
[  5434.406] (II) event1  - Power Button: device removed
[  5434.436] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  5434.436] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  5434.436] (**) Option "xkb_model" "pc105+inet"
[  5434.436] (**) Option "xkb_layout" "us"
[  5434.436] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5434.437] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  5434.437] (II) event1  - Power Button: device is a keyboard
[  5434.438] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse (/dev/input/mouse0)
[  5434.438] (II) No input driver specified, ignoring this device.
[  5434.438] (II) This device may have been added with another device file.
[  5434.438] (II) config/udev: removing device Logitech USB Receiver Keyboard
[  5434.439] (II) UnloadModule: "libinput"
[  5434.439] (II) config/udev: removing device Logitech USB Receiver Keyboard
[  5434.439] (II) event11 - Logitech USB Receiver Keyboard: device removed
[  5434.456] (II) UnloadModule: "libinput"
[  5434.457] (II) config/udev: Adding input device Logitech USB Receiver Keyboard (/dev/input/event11)
[  5434.457] (**) Logitech USB Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[  5434.457] (**) Logitech USB Receiver Keyboard: Applying InputClass "system-keyboard"
[  5434.457] (II) Using input driver 'libinput' for 'Logitech USB Receiver Keyboard'
[  5434.457] (**) Logitech USB Receiver Keyboard: always reports core events
[  5434.457] (**) Option "Device" "/dev/input/event11"
[  5434.458] (II) event11 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[  5434.458] (II) event11 - Logitech USB Receiver Keyboard: device is a keyboard
[  5434.459] (II) event11 - Logitech USB Receiver Keyboard: device removed
[  5434.496] (II) libinput: Logitech USB Receiver Keyboard: needs a virtual subdevice
[  5434.496] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-5/3-5:1.1/0003:046D:C547.0006/input/input16/event11"
[  5434.496] (II) XINPUT: Adding extended input device "Logitech USB Receiver Keyboard" (type: MOUSE, id 10)
[  5434.496] (**) Option "AccelerationScheme" "none"
[  5434.496] (**) Logitech USB Receiver Keyboard: (accel) selected scheme none/0
[  5434.496] (**) Logitech USB Receiver Keyboard: (accel) acceleration factor: 2.000
[  5434.496] (**) Logitech USB Receiver Keyboard: (accel) acceleration threshold: 4
[  5434.497] (II) event11 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[  5434.498] (II) event11 - Logitech USB Receiver Keyboard: device is a keyboard
[  5434.498] (**) Logitech USB Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[  5434.498] (**) Logitech USB Receiver Keyboard: Applying InputClass "system-keyboard"
[  5434.498] (II) Using input driver 'libinput' for 'Logitech USB Receiver Keyboard'
[  5434.498] (**) Logitech USB Receiver Keyboard: always reports core events
[  5434.498] (**) Option "Device" "/dev/input/event11"
[  5434.498] (II) libinput: Logitech USB Receiver Keyboard: is a virtual subdevice
[  5434.498] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-5/3-5:1.1/0003:046D:C547.0006/input/input16/event11"
[  5434.498] (II) XINPUT: Adding extended input device "Logitech USB Receiver Keyboard" (type: KEYBOARD, id 17)
[  5434.498] (**) Option "xkb_model" "pc105+inet"
[  5434.498] (**) Option "xkb_layout" "us"
[  5434.498] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5434.498] (II) config/udev: removing device Power Button
[  5434.498] (II) event0  - Power Button: device removed
[  5434.543] (II) UnloadModule: "libinput"
[  5434.543] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  5434.543] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  5434.543] (**) Power Button: Applying InputClass "system-keyboard"
[  5434.543] (II) Using input driver 'libinput' for 'Power Button'
[  5434.543] (**) Power Button: always reports core events
[  5434.543] (**) Option "Device" "/dev/input/event0"
[  5434.543] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  5434.543] (II) event0  - Power Button: device is a keyboard
[  5434.543] (II) event0  - Power Button: device removed
[  5434.582] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  5434.582] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  5434.582] (**) Option "xkb_model" "pc105+inet"
[  5434.582] (**) Option "xkb_layout" "us"
[  5434.582] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5434.583] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  5434.583] (II) event0  - Power Button: device is a keyboard
[  5434.583] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control
[  5434.584] (II) UnloadModule: "libinput"
[  5434.584] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control
[  5434.584] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device removed
[  5434.609] (II) UnloadModule: "libinput"
[  5434.610] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control (/dev/input/event6)
[  5434.610] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  5434.610] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[  5434.610] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control'
[  5434.610] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: always reports core events
[  5434.610] (**) Option "Device" "/dev/input/event6"
[  5434.611] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  5434.611] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device is a keyboard
[  5434.611] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device removed
[  5434.632] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: needs a virtual subdevice
[  5434.632] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input10/event6"
[  5434.632] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control" (type: MOUSE, id 12)
[  5434.633] (**) Option "AccelerationScheme" "none"
[  5434.633] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[  5434.633] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  5434.633] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[  5434.634] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  5434.634] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device is a keyboard
[  5434.634] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  5434.634] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[  5434.634] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control'
[  5434.634] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: always reports core events
[  5434.634] (**) Option "Device" "/dev/input/event6"
[  5434.634] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: is a virtual subdevice
[  5434.634] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input10/event6"
[  5434.634] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control" (type: KEYBOARD, id 18)
[  5434.634] (**) Option "xkb_model" "pc105+inet"
[  5434.634] (**) Option "xkb_layout" "us"
[  5434.634] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5434.634] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard
[  5434.634] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device removed
[  5434.659] (II) UnloadModule: "libinput"
[  5434.660] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard (/dev/input/event7)
[  5434.660] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  5434.660] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "system-keyboard"
[  5434.660] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard'
[  5434.660] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: always reports core events
[  5434.660] (**) Option "Device" "/dev/input/event7"
[  5434.661] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[  5434.661] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[  5434.661] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device removed
[  5434.696] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input12/event7"
[  5434.696] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard" (type: KEYBOARD, id 13)
[  5434.696] (**) Option "xkb_model" "pc105+inet"
[  5434.696] (**) Option "xkb_layout" "us"
[  5434.696] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5434.697] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[  5434.697] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[  5434.698] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad
[  5434.698] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device removed
[  5434.719] (II) UnloadModule: "libinput"
[  5434.720] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad (/dev/input/event8)
[  5434.720] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: Applying InputClass "libinput keyboard catchall"
[  5434.720] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: Applying InputClass "system-keyboard"
[  5434.720] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad'
[  5434.720] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: always reports core events
[  5434.720] (**) Option "Device" "/dev/input/event8"
[  5434.721] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: is tagged by udev as: Keyboard
[  5434.721] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device is a keyboard
[  5434.721] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device removed
[  5434.746] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input13/event8"
[  5434.746] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad" (type: KEYBOARD, id 14)
[  5434.746] (**) Option "xkb_model" "pc105+inet"
[  5434.746] (**) Option "xkb_layout" "us"
[  5434.746] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5434.747] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: is tagged by udev as: Keyboard
[  5434.747] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device is a keyboard
[  5434.748] (II) config/udev: removing device Fosi Audio K5 Pro
[  5434.748] (II) event9  - Fosi Audio K5 Pro: device removed
[  5434.809] (II) UnloadModule: "libinput"
[  5434.810] (II) config/udev: Adding input device Fosi Audio K5 Pro (/dev/input/event9)
[  5434.810] (**) Fosi Audio K5 Pro: Applying InputClass "libinput keyboard catchall"
[  5434.810] (**) Fosi Audio K5 Pro: Applying InputClass "system-keyboard"
[  5434.810] (II) Using input driver 'libinput' for 'Fosi Audio K5 Pro'
[  5434.810] (**) Fosi Audio K5 Pro: always reports core events
[  5434.810] (**) Option "Device" "/dev/input/event9"
[  5434.811] (II) event9  - Fosi Audio K5 Pro: is tagged by udev as: Keyboard
[  5434.811] (II) event9  - Fosi Audio K5 Pro: device is a keyboard
[  5434.811] (II) event9  - Fosi Audio K5 Pro: device removed
[  5434.879] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-4/3-4:1.3/0003:0C76:1700.0004/input/input14/event9"
[  5434.879] (II) XINPUT: Adding extended input device "Fosi Audio K5 Pro" (type: KEYBOARD, id 8)
[  5434.879] (**) Option "xkb_model" "pc105+inet"
[  5434.879] (**) Option "xkb_layout" "us"
[  5434.879] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5434.881] (II) event9  - Fosi Audio K5 Pro: is tagged by udev as: Keyboard
[  5434.881] (II) event9  - Fosi Audio K5 Pro: device is a keyboard
[  5434.881] (II) config/udev: removing device Logitech USB Receiver
[  5434.881] (II) event10 - Logitech USB Receiver: device removed
[  5434.943] (II) UnloadModule: "libinput"
[  5434.944] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event10)
[  5434.944] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[  5434.944] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[  5434.944] (**) Logitech USB Receiver: always reports core events
[  5434.944] (**) Option "Device" "/dev/input/event10"
[  5435.000] (II) event10 - Logitech USB Receiver: is tagged by udev as: Mouse
[  5435.000] (II) event10 - Logitech USB Receiver: device is a pointer
[  5435.001] (II) event10 - Logitech USB Receiver: device removed
[  5435.076] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[  5435.076] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[  5435.076] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[  5435.076] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-5/3-5:1.0/0003:046D:C547.0005/input/input15/event10"
[  5435.076] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 9)
[  5435.076] (**) Option "AccelerationScheme" "none"
[  5435.076] (**) Logitech USB Receiver: (accel) selected scheme none/0
[  5435.076] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[  5435.076] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[  5435.133] (II) event10 - Logitech USB Receiver: is tagged by udev as: Mouse
[  5435.134] (II) event10 - Logitech USB Receiver: device is a pointer
[  5435.135] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse
[  5435.135] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device removed
[  5435.200] (II) UnloadModule: "libinput"
[  5435.201] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse (/dev/input/event4)
[  5435.201] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[  5435.201] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse'
[  5435.201] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: always reports core events
[  5435.201] (**) Option "Device" "/dev/input/event4"
[  5435.202] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  5435.202] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device is a pointer
[  5435.203] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device removed
[  5435.272] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  5435.272] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  5435.272] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  5435.272] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input8/event4"
[  5435.272] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse" (type: MOUSE, id 15)
[  5435.273] (**) Option "AccelerationScheme" "none"
[  5435.273] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: (accel) selected scheme none/0
[  5435.273] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[  5435.273] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[  5435.274] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  5435.274] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device is a pointer
[  5435.274] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control
[  5435.274] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device removed
[  5435.306] (II) UnloadModule: "libinput"
[  5435.307] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control (/dev/input/event5)
[  5435.307] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  5435.307] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: Applying InputClass "system-keyboard"
[  5435.307] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control'
[  5435.307] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: always reports core events
[  5435.307] (**) Option "Device" "/dev/input/event5"
[  5435.308] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  5435.308] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device is a keyboard
[  5435.308] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device removed
[  5435.332] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input9/event5"
[  5435.332] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control" (type: KEYBOARD, id 16)
[  5435.332] (**) Option "xkb_model" "pc105+inet"
[  5435.332] (**) Option "xkb_layout" "us"
[  5435.332] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5435.334] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  5435.334] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device is a keyboard
[  5435.334] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard
[  5435.334] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device removed
[  5435.359] (II) UnloadModule: "libinput"
[  5435.360] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard (/dev/input/event3)
[  5435.360] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  5435.360] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "system-keyboard"
[  5435.360] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard'
[  5435.360] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: always reports core events
[  5435.360] (**) Option "Device" "/dev/input/event3"
[  5435.361] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[  5435.361] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[  5435.361] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device removed
[  5435.382] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.0/0003:125F:9418.0001/input/input3/event3"
[  5435.382] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard" (type: KEYBOARD, id 11)
[  5435.382] (**) Option "xkb_model" "pc105+inet"
[  5435.382] (**) Option "xkb_layout" "us"
[  5435.382] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5435.384] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[  5435.384] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[  5435.384] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event19)
[  5435.384] (II) No input driver specified, ignoring this device.
[  5435.384] (II) This device may have been added with another device file.
[  5435.384] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event16)
[  5435.384] (II) No input driver specified, ignoring this device.
[  5435.384] (II) This device may have been added with another device file.
[  5435.385] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[  5435.385] (II) No input driver specified, ignoring this device.
[  5435.385] (II) This device may have been added with another device file.
[  5435.385] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event21)
[  5435.385] (II) No input driver specified, ignoring this device.
[  5435.385] (II) This device may have been added with another device file.
[  5435.385] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[  5435.385] (II) No input driver specified, ignoring this device.
[  5435.385] (II) This device may have been added with another device file.
[  5435.385] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event22)
[  5435.385] (II) No input driver specified, ignoring this device.
[  5435.385] (II) This device may have been added with another device file.
[  5435.385] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event17)
[  5435.385] (II) No input driver specified, ignoring this device.
[  5435.385] (II) This device may have been added with another device file.
[  5435.386] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event18)
[  5435.386] (II) No input driver specified, ignoring this device.
[  5435.386] (II) This device may have been added with another device file.
[  5435.386] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event20)
[  5435.386] (II) No input driver specified, ignoring this device.
[  5435.386] (II) This device may have been added with another device file.
[  5435.386] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[  5435.386] (II) No input driver specified, ignoring this device.
[  5435.386] (II) This device may have been added with another device file.
[  5435.386] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[  5435.386] (II) No input driver specified, ignoring this device.
[  5435.386] (II) This device may have been added with another device file.
[  5435.386] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[  5435.386] (II) No input driver specified, ignoring this device.
[  5435.386] (II) This device may have been added with another device file.
[  5707.082] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[  5707.082] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[  5707.082] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[  5707.082] (--) NVIDIA(GPU-0): 
[  5707.082] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  5707.082] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  5707.082] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  5707.082] (--) NVIDIA(GPU-0): 
[  5707.082] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  5707.082] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  5707.082] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  5707.082] (--) NVIDIA(GPU-0): 
[  5707.083] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[  5707.083] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[  5707.083] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[  5707.083] (--) NVIDIA(GPU-0): 
[  5707.085] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  5707.085] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  5707.085] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  5707.085] (--) NVIDIA(GPU-0): 
[  5707.085] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  5707.085] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  5707.085] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  5707.085] (--) NVIDIA(GPU-0): 
[  5707.086] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  5707.086] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  5707.086] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  5707.086] (--) NVIDIA(GPU-0): 
[  7106.088] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[  7106.088] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[  7106.088] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[  7106.088] (--) NVIDIA(GPU-0): 
[  7106.088] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  7106.088] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  7106.088] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  7106.088] (--) NVIDIA(GPU-0): 
[  7106.089] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  7106.089] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  7106.089] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  7106.089] (--) NVIDIA(GPU-0): 
[  7106.089] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[  7106.089] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[  7106.089] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[  7106.089] (--) NVIDIA(GPU-0): 
[  7106.092] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  7106.092] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  7106.092] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  7106.092] (--) NVIDIA(GPU-0): 
[  7106.092] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  7106.092] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  7106.092] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  7106.092] (--) NVIDIA(GPU-0): 
[  7106.092] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  7106.092] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  7106.092] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  7106.092] (--) NVIDIA(GPU-0): 
[ 10683.094] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[ 10683.094] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[ 10683.094] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[ 10683.094] (--) NVIDIA(GPU-0): 
[ 10683.094] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 10683.094] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 10683.094] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 10683.094] (--) NVIDIA(GPU-0): 
[ 10683.095] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 10683.095] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 10683.095] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 10683.095] (--) NVIDIA(GPU-0): 
[ 10683.095] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[ 10683.095] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[ 10683.095] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[ 10683.095] (--) NVIDIA(GPU-0): 
[ 10683.098] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 10683.098] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 10683.098] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 10683.098] (--) NVIDIA(GPU-0): 
[ 10683.098] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 10683.098] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 10683.098] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 10683.098] (--) NVIDIA(GPU-0): 
[ 10683.098] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 10683.098] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 10683.098] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 10683.098] (--) NVIDIA(GPU-0): 
[ 10683.142] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[ 10683.142] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[ 10683.142] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[ 10683.142] (--) NVIDIA(GPU-0): 
[ 10683.142] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 10683.142] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 10683.142] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 10683.142] (--) NVIDIA(GPU-0): 
[ 10683.142] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 10683.142] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 10683.142] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 10683.142] (--) NVIDIA(GPU-0): 
[ 10683.143] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[ 10683.143] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[ 10683.143] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[ 10683.143] (--) NVIDIA(GPU-0): 
[ 10683.146] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 10683.146] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 10683.146] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 10683.146] (--) NVIDIA(GPU-0): 
[ 10683.146] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 10683.146] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 10683.146] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 10683.146] (--) NVIDIA(GPU-0): 
[ 10683.146] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 10683.146] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 10683.146] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 10683.146] (--) NVIDIA(GPU-0): 

Last edited by cheeki-breeki (2024-07-01 06:58:13)

Offline

#10 2024-07-01 06:59:42

cheeki-breeki
Member
Registered: 2024-06-06
Posts: 18

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

And here is my picom config:

#################################
#           Animations         #

# !These animations WILL NOT work correctly for any other wm other than phyOS-dwm fork!

# fly-in: Windows fly in from random directions to the screen
# maximize: Windows pop from cent
# minimize: Windows minimize from their position to the center of the screen
# slide-in-center: Windows move from upper-center of the screen to their respective positions
# slide-out-center: Windows move to the upper-center of the screen
# slide-left: Windows are created from the right-most window position and slide leftwards
# slide right: Windows are created from the left-most window position and slide rightwards
# slide-down: Windows are moved from the top of the screen and slide downward
# slide-up: Windows are moved from their position to top of the screen
# squeeze: Windows are either closed or created to/from their center y-position (the animation is similar to a blinking eye)
# squeeze-bottom: Similar to squeeze, but the animation starts from bottom-most y-position
# zoom: Windows are either created or destroyed from/to their center (not the screen center)

#################################

#enable or disable animations
animations = true;
#change animation speed of windows in current tag e.g open window in current tag
animation-stiffness-in-tag = 125;
#change animation speed of windows when tag changes
animation-stiffness-tag-change = 90.0;

animation-window-mass = 0.4;
animation-dampening = 15;
animation-clamping = true;

#open windows
animation-for-open-window = "zoom";
#minimize or close windows
animation-for-unmap-window = "zoom";
#popup windows
animation-for-transient-window = "slide-up"; #available options: slide-up, slide-down, slide-left, slide-right, squeeze, squeeze-bottom, zoom

#set animation for windows being transitioned out while changings tags
animation-for-prev-tag = "minimize";
#enables fading for windows being transitioned out while changings tags
enable-fading-prev-tag = true;

#set animation for windows being transitioned in while changings tags
animation-for-next-tag = "slide-in-center";
#enables fading for windows being transitioned in while changings tags
enable-fading-next-tag = true;

#################################
#             Shadows           #
#################################

# Enabled client-side shadows on windows. Note desktop windows
# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow,
# unless explicitly requested using the wintypes option.
#
# shadow = false
shadow = false;

# The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12
#shadow-radius = 60;

# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
# shadow-opacity = .75

# The left offset for shadows, in pixels. (defaults to -15)
# shadow-offset-x = -15
#shadow-offset-x = -20;

# The top offset for shadows, in pixels. (defaults to -15)
# shadow-offset-y = -15
#shadow-offset-y = -20;

# Red color value of shadow (0.0 - 1.0, defaults to 0).
# shadow-red = 0

# Green color value of shadow (0.0 - 1.0, defaults to 0).
# shadow-green = 0

# Blue color value of shadow (0.0 - 1.0, defaults to 0).
# shadow-blue = 0

# Hex string color value of shadow (#000000 - #FFFFFF, defaults to #000000). This option will override options set shadow-(red/green/blue)
# shadow-color = "#000000"

# Specify a list of conditions of windows that should have no shadow.
#
# examples:
#   shadow-exclude = "n:e:Notification";
#
# shadow-exclude = []
#shadow-exclude = [
#  "name = 'Notification'",
#  "class_g = 'Conky'",
#  "class_g ?= 'Notify-osd'",
# "class_g = 'Cairo-clock'",
#  "class_g = 'dwm'",
#  "class_g = 'chromium'",
#  "class_g *?= 'slop'",
# "window_type = 'popup_menu'",

#];

# Specify a list of conditions of windows that should have no shadow painted over, such as a dock window.
# clip-shadow-above = []

# Specify a X geometry that describes the region in which shadow should not
# be painted in, such as a dock window region. Use
#    shadow-exclude-reg = "x10+0+0"
# for example, if the 10 pixels on the bottom of the screen should not have shadows painted on.
#
# shadow-exclude-reg = ""

# Crop shadow of a window fully on a particular monitor to that monitor. This is
# currently implemented using the X RandR extension.
# crop-shadow-to-monitor = false


#################################
#           Fading              #
#################################


# Fade windows in/out when opening/closing and when opacity changes,
#  unless no-fading-openclose is used.
fading = true;

# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
# fade-in-step = 0.028
fade-in-step = 0.040;

# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
# fade-out-step = 0.03
fade-out-step = 0.080;

# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
fade-delta = 10

# Specify a list of conditions of windows that should not be faded.
# fade-exclude = []

# Do not fade on window open/close.
# no-fading-openclose = false

# Do not fade destroyed ARGB windows with WM frame. Workaround of bugs in Openbox, Fluxbox, etc.
# no-fading-destroyed-argb = false


#################################
#   Transparency / Opacity      #
#################################


# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
 inactive-opacity = 0.50;

# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
# frame-opacity = 0.85

# Let inactive opacity set by -i override the '_NET_WM_WINDOW_OPACITY' values of windows.
#inactive-opacity-override = true;

# Default opacity for active windows. (0.0 - 1.0, defaults to 1.0)
# active-opacity = 1.0

# Dim inactive windows. (0.0 - 1.0, defaults to 0.0)
# inactive-dim = 0.0


# Specify a list of conditions of windows that should never be considered focused.
# focus-exclude = []
#focus-exclude = [
#"class_g = 'Cairo-clock'" ,
#];

# Use fixed inactive dim value, instead of adjusting according to window opacity.
#inactive-dim-fixed = .50


#################################
#           Corners             #
#################################

# Sets the radius of rounded window corners. When > 0, the compositor will
# round the corners of windows. Does not interact well with
# `transparent-clipping`.
	corner-radius = 15;

#	 Exclude conditions for rounded corners.
 rounded-corners-exclude = [
  "window_type = 'dock'",
  "window_type = 'desktop'",
  "window_type = 'tooltip'",
];

blur: {
  method = "dual_kawase";
  strength = 3;
}


# Exclude conditions for background blur.
# blur-background-exclude = []
blur-background-exclude = [
  "window_type = 'dock'",
  "window_type = 'desktop'",
  "_GTK_FRAME_EXTENTS@:c",
  "window_type = 'menu'",
#  "window_type = 'dropdown_menu'",
  "window_type = 'tooltip'",
  "class_g *?= 'slop'",
];



#################################
#       General Settings        #
#################################

# Daemonize process. Fork to background after initialization. Causes issues with certain (badly-written) drivers.
# daemon = false

# Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`.
# `xrender` is the default one.
#
backend = "egl"

# Use higher precision during rendering, and apply dither when presenting the
# rendered screen. Reduces banding artifacts, but might cause performance
# degradation. Only works with OpenGL.
dithered-present = true;

# Enable/disable VSync.
 vsync = false

# Try to detect WM windows (a non-override-redirect window with no
# child that has 'WM_STATE') and mark them as active.
#
# mark-wmwin-focused = false
mark-wmwin-focused = true;

# Mark override-redirect windows that doesn't have a child window with 'WM_STATE' focused.
# mark-ovredir-focused = false
mark-ovredir-focused = true;

# Try to detect windows with rounded corners and don't consider them
# shaped windows. The accuracy is not very high, unfortunately.
#
# detect-rounded-corners = false
detect-rounded-corners = false;

# Detect '_NET_WM_WINDOW_OPACITY' on client windows, useful for window managers
# not passing '_NET_WM_WINDOW_OPACITY' of client windows to frame windows.
#
# detect-client-opacity = false
detect-client-opacity = true;

# Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window,
# rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy,
# provided that the WM supports it.
#
use-ewmh-active-win = true;

# Unredirect all windows if a full-screen opaque window is detected,
# to maximize performance for full-screen windows. Known to cause flickering
# when redirecting/unredirecting windows.
#
unredir-if-possible = true;

# Delay before unredirecting the window, in milliseconds. Defaults to 0.
# unredir-if-possible-delay = 0

# Conditions of windows that shouldn't be considered full-screen for unredirecting screen.
# unredir-if-possible-exclude = []

# Use 'WM_TRANSIENT_FOR' to group windows, and consider windows
# in the same group focused at the same time.
#
# detect-transient = false
detect-transient = true;

# Use 'WM_CLIENT_LEADER' to group windows, and consider windows in the same
# group focused at the same time. This usually means windows from the same application
# will be considered focused or unfocused at the same time.
# 'WM_TRANSIENT_FOR' has higher priority if detect-transient is enabled, too.
#
 detect-client-leader = true

# Resize damaged region by a specific number of pixels.
# A positive value enlarges it while a negative one shrinks it.
# If the value is positive, those additional pixels will not be actually painted
# to screen, only used in blur calculation, and such. (Due to technical limitations,
# with use-damage, those pixels will still be incorrectly painted to screen.)
# Primarily used to fix the line corruption issues of blur,
# in which case you should use the blur radius value here
# (e.g. with a 3x3 kernel, you should use `--resize-damage 1`,
# with a 5x5 one you use `--resize-damage 2`, and so on).
# May or may not work with *--glx-no-stencil*. Shrinking doesn't function correctly.
#
 resize-damage = 3

# Specify a list of conditions of windows that should be painted with inverted color.
# Resource-hogging, and is not well tested.
#
# invert-color-include = []

# GLX backend: Avoid using stencil buffer, useful if you don't have a stencil buffer.
# Might cause incorrect opacity when rendering transparent content (but never
# practically happened) and may not work with blur-background.
# My tests show a 15% performance boost. Recommended.
#
glx-no-stencil = true;

# GLX backend: Avoid rebinding pixmap on window damage.
# Probably could improve performance on rapid window content changes,
# but is known to break things on some drivers (LLVMpipe, xf86-video-intel, etc.).
# Recommended if it works.
#
glx-no-rebind-pixmap = true

# Disable the use of damage information.
# This cause the whole screen to be redrawn every time, instead of the part of the screen
# has actually changed. Potentially degrades the performance, but might fix some artifacts.
# The opposing option is use-damage
#
 no-use-damage = true;
use-damage = false;

# Use X Sync fence to sync clients' draw calls, to make sure all draw
# calls are finished before picom starts drawing. Needed on nvidia-drivers
# with GLX backend for some users.
#
#xrender-sync-fence = false;

# GLX backend: Use specified GLSL fragment shader for rendering window contents.
# See `compton-default-fshader-win.glsl` and `compton-fake-transparency-fshader-win.glsl`
# in the source tree for examples.
#
#window-shader-fg = "default";

# Force all windows to be painted with blending. Useful if you
# have a glx-fshader-win that could turn opaque pixels transparent.
#
# force-win-blend = false;

# Do not use EWMH to detect fullscreen windows.
# Reverts to checking if a window is fullscreen based only on its size and coordinates.
#
no-ewmh-fullscreen = true

# Dimming bright windows so their brightness doesn't exceed this set value.
# Brightness of a6 window is estimated by averaging all pixels in the window,
# so this could comes with a performance hit.
# Setting this to 1.0 disables this behaviour. Requires --use-damage to be disabled. (default: 1.0)
#
# max-brightness = 1.0

# Make transparent windows clip other windows like non-transparent windows do,
# instead of blending on top of them.
#
transparent-clipping = false;

# Specify a list of conditions of windows that should never have transparent
# clipping applied. Useful for screenshot tools, where you need to be able to
# see through transparent parts of the window.
#
# transparent-clipping-exclude = []

# Set the log level. Possible values are:
#  "trace", "debug", "info", "warn", "error"
# in increasing level of importance. Case doesn't matter.
# If using the "TRACE" log level, it's better to log into a file
# using *--log-file*, since it can generate a huge stream of logs.
#
# log-level = "debug"
log-level = "warn";

# Set the log file.
# If *--log-file* is never specified, logs will be written to stderr.
# Otherwise, logs will to written to the given file, though some of the early
# logs might still be written to the stderr.
# When setting this option from the config file, it is recommended to use an absolute path.
#
# log-file = "/path/to/your/log/file"

# Show all X errors (for debugging)
# show-all-xerrors = false

# Write process ID to a file.
# write-pid-path = "/path/to/your/log/file"










# Window type settings
#
# 'WINDOW_TYPE' isone of the 15 window types defined in EWMH standard:
#     "unknown", "desktop", "dock", "toolbar", "menu", "utility",
#     "splash", "dialog", "normal", "dropdown_menu", "popup_menu",
#     "tooltip", "notification", "combo", and "dnd".
#
# Following per window-type options are available: ::
#
#   fade, shadow:::
#     Controls window-type-specific shadow and fade settings.
#
#   opacity:::
#     Controls default opacity of the window type.
#
#   focus:::
#     Controls whether the window of this type is to be always considered focused.
#     (By default, all window types except "normal" and "dialog" has this on.)
#
#   full-shadow:::
#     Controls whether shadow is drawn under the parts of the window that you
#     normally won't be able to see. Useful when the window has parts of it
#     transparent, and you want shadows in those areas.
#
#   clip-shadow-above:::
#     Controls whether shadows that would have been drawn above the window should
#     be clipped. Useful for dock windows that should have no shadow painted on top.
#
#   redir-ignore:::
#     Controls whether this type of windows should cause screen to become
#     redirected again after been unredirected. If you have unredir-if-possible
#     set, and doesn't want certain window to cause unnecessary screen redirection,
#     you can set this to `true`.
#
wintypes:
{
  tooltip = { fade = true; shadow = true; opacity = 0.60; focus = true; 
  border_width = 8 ; corner-radius = 5; round-border = 10;  };
  dock = { shadow = false; clip-shadow-above = true;  }
  dnd = { shadow = false ; opacity = 1; }
  popup_menu = { opacity = 0.60 ; shadow = false}
  dropdown_menu = { opacity = 0.60 ; border-width = 20; corner-radius = 60;}
  normal  =  { opacity = 0.97; }
  menu = { blur-background = false;  shadow = false; opacity = 0.90; }
};


#opacity-rule = [
#   "100:class_g = 'St' && focused",
#   "50:class_g = 'St' && !focused",
#   "100:fullscreen",
# ];

Thanks

Offline

#11 2024-07-01 07:32:59

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,979

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Remove the static X11 config generated by nvidia-settings and enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter

resize-damage = 3
glx-no-stencil = true;
glx-no-rebind-pixmap = true
no-use-damage = true;
use-damage = false;

what's that about?

blur: {

try behavior w/o blurring

	corner-radius = 15;

and rounded corners

And also re-try the glx backend.

Offline

#12 2024-07-01 15:29:44

cheeki-breeki
Member
Registered: 2024-06-06
Posts: 18

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Hi,

I made the changes and the "black apps" issue comes back right away since I go back to glx.

Also, it made no difference, the windows still go transparent and glitchy when moving it with the mouse.

I left these settings:

resize-damage = 3
glx-no-stencil = true;
glx-no-rebind-pixmap = true
no-use-damage = true;
use-damage = false;

Blur:
this part is to enable blur for all transparent windows.

Corner Radius
I also tried w/o corner radius and the issue persists.

I re enabled radius corner and blur.

Thanks!

Offline

#13 2024-07-01 16:20:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,979

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

I left these settings:

Why?

this part is to enable blur for all transparent windows.

I know what that does, the idea was to disable it and see whether it has any impact.

Offline

#14 2024-07-01 17:07:26

cheeki-breeki
Member
Registered: 2024-06-06
Posts: 18

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Hi,

Sorry maybe I was not clear enough.

I added this:
"nvidia_drm.modeset=1"  in this location "/etc/modprobe.d/nvidia.conf"
sudo mkinitcpio -P
rebooted
Cat to "/sys/module/nvidia_drm/parameters/modeset" returns "Y"

Then:

modified picoms config:

resize-damage = 3
glx-no-stencil = true;
glx-no-rebind-pixmap = true
no-use-damage = true;
use-damage = false;

disabled blur and round corners (commented everything)

switched to glx

both issues persisted, the black box came back since i switched to glx and the transparency while dragging persisted,

Sorry I was not clear enough.

Thanks.

Offline

#15 2024-07-01 21:34:08

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,979

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Cat to "/sys/module/nvidia_drm/parameters/modeset" returns "Y"

but not because of

"nvidia_drm.modeset=1"  in this location "/etc/modprobe.d/nvidia.conf"

because that syntax is for the kernel commandline and illegal in the modprobe context.

modified picoms config:

Yes, but the plan was to NOT use those settings => comment those lines.

Offline

#16 2024-07-02 05:27:30

cheeki-breeki
Member
Registered: 2024-06-06
Posts: 18

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Hi,

you wrote this

Remove the static X11 config generated by nvidia-settings and enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter

My understanding was to remove the xorg.config that is generated by nvidia settings, this was done, and let the pc boot having the cat command showing "yes". I think I did that or at least that is what I understood from your instructions.

I have removed the xorg.conf config, rebooted, when back in the system, commented the lines bellow:

resize-damage = 3
glx-no-stencil = true;
glx-no-rebind-pixmap = true
no-use-damage = true;
use-damage = false;

Switched to glx. played with blur and round corners,. on and off.

both issues persisted.

Please let me know if you think I did not test correctly this time.

Thanks!

Offline

#17 2024-07-03 06:30:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,979

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Removing the xorg config did not enable drm, your other changes were.
Please post the current xorg log and completely move away your picom config.
The issue will most likely be gone since picom defaults to xrender.
Then run "picom --backend=glx" and see whether the issue remains.

Offline

#18 2024-07-03 17:38:00

cheeki-breeki
Member
Registered: 2024-06-06
Posts: 18

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Hi,

log:

[     5.427] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[     5.427] Current Operating System: Linux arch 6.8.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Tue, 07 May 2024 21:35:54 +0000 x86_64
[     5.427] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img root=PARTUUID=495ba631-585b-4af5-bf8d-4f74fd7db62a rw rootfstype=ext4
[     5.427]  
[     5.427] Current version of pixman: 0.43.4
[     5.427] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.427] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.427] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul  3 10:55:24 2024
[     5.429] (==) Using config file: "/etc/X11/xorg.conf"
[     5.429] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.429] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.430] (==) ServerLayout "Layout0"
[     5.430] (**) |-->Screen "Screen0" (0)
[     5.430] (**) |   |-->Monitor "Monitor0"
[     5.430] (**) |   |-->Device "Device0"
[     5.430] (**) |-->Input Device "Keyboard0"
[     5.430] (**) |-->Input Device "Mouse0"
[     5.430] (**) Option "Xinerama" "0"
[     5.430] (**) Allowing byte-swapped clients
[     5.430] (==) Automatically adding devices
[     5.430] (==) Automatically enabling devices
[     5.430] (==) Automatically adding GPU devices
[     5.430] (==) Automatically binding GPU devices
[     5.430] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.430] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     5.430] 	Entry deleted from font path.
[     5.432] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.432] 	Entry deleted from font path.
[     5.432] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     5.432] 	Entry deleted from font path.
[     5.432] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     5.432] 	Entry deleted from font path.
[     5.432] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[     5.432] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.432] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     5.432] (WW) Disabling Keyboard0
[     5.432] (WW) Disabling Mouse0
[     5.432] (II) Module ABI versions:
[     5.432] 	X.Org ANSI C Emulation: 0.4
[     5.432] 	X.Org Video Driver: 25.2
[     5.432] 	X.Org XInput driver : 24.4
[     5.432] 	X.Org Server Extension : 10.0
[     5.432] (++) using VT number 7

[     5.432] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.433] (II) xfree86: Adding drm device (/dev/dri/card1)
[     5.433] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:0d:00.0/drm/card1
[     5.701] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     5.703] (--) PCI:*(13@0:0:0) 10de:2206:3842:3897 rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     5.703] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.703] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     5.703] (II) LoadModule: "dbe"
[     5.703] (II) Module "dbe" already built-in
[     5.703] (II) LoadModule: "extmod"
[     5.703] (II) Module "extmod" already built-in
[     5.703] (II) LoadModule: "glx"
[     5.704] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.714] (II) Module glx: vendor="X.Org Foundation"
[     5.714] 	compiled for 1.21.1.13, module version = 1.0.0
[     5.714] 	ABI class: X.Org Server Extension, version 10.0
[     5.714] (II) LoadModule: "nvidia"
[     5.714] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     5.719] (II) Module nvidia: vendor="NVIDIA Corporation"
[     5.719] 	compiled for 1.6.99.901, module version = 1.0.0
[     5.719] 	Module class: X.Org Video Driver
[     5.720] (II) NVIDIA dlloader X Driver  555.58  Tue Jun 18 20:27:01 UTC 2024
[     5.720] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     5.729] (II) Loading sub module "fb"
[     5.729] (II) LoadModule: "fb"
[     5.729] (II) Module "fb" already built-in
[     5.729] (II) Loading sub module "wfb"
[     5.729] (II) LoadModule: "wfb"
[     5.729] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     5.730] (II) Module wfb: vendor="X.Org Foundation"
[     5.730] 	compiled for 1.21.1.13, module version = 1.0.0
[     5.730] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.731] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     5.731] (==) NVIDIA(0): RGB weight 888
[     5.731] (==) NVIDIA(0): Default visual is TrueColor
[     5.731] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.731] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     5.731] (**) NVIDIA(0): Option "NoFlip" "true"
[     5.731] (**) NVIDIA(0): Option "Stereo" "0"
[     5.731] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DP-2"
[     5.731] (**) NVIDIA(0): Option "SLI" "Off"
[     5.731] (**) NVIDIA(0): Option "MultiGPU" "Off"
[     5.731] (**) NVIDIA(0): Option "BaseMosaic" "off"
[     5.731] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     5.731] (**) NVIDIA(0): Stereo disabled by request
[     5.731] (**) NVIDIA(0): OpenGL flipping disabled
[     5.731] (**) NVIDIA(0): NVIDIA SLI disabled.
[     5.731] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[     5.731] (**) NVIDIA(0): Option "MetaModes" "DP-2: 2560x1440_144 +1920+0, HDMI-0: 1920x1080_144 +0+0"
[     5.731] (**) NVIDIA(0): Enabling 2D acceleration
[     5.731] (II) Loading sub module "glxserver_nvidia"
[     5.731] (II) LoadModule: "glxserver_nvidia"
[     5.732] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     5.812] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     5.812] 	compiled for 1.6.99.901, module version = 1.0.0
[     5.812] 	Module class: X.Org Server Extension
[     5.812] (II) NVIDIA GLX Module  555.58  Tue Jun 18 20:30:47 UTC 2024
[     5.813] (II) NVIDIA: The X server supports PRIME Render Offload.
[     5.815] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:13:0:0
[     5.815] (--) NVIDIA(0):     DFP-0
[     5.815] (--) NVIDIA(0):     DFP-1
[     5.815] (--) NVIDIA(0):     DFP-2
[     5.815] (--) NVIDIA(0):     DFP-3 (boot)
[     5.815] (--) NVIDIA(0):     DFP-4
[     5.815] (--) NVIDIA(0):     DFP-5
[     5.815] (--) NVIDIA(0):     DFP-6
[     5.823] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3080 (GA102-A) at PCI:13:0:0
[     5.823] (II) NVIDIA(0):     (GPU-0)
[     5.823] (--) NVIDIA(0): Memory: 10485760 kBytes
[     5.823] (--) NVIDIA(0): VideoBIOS: 94.02.42.80.31
[     5.823] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     5.995] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[     5.996] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[     5.996] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[     5.996] (--) NVIDIA(GPU-0): 
[     5.996] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     5.996] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     5.996] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[     5.996] (--) NVIDIA(GPU-0): 
[     5.996] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     5.996] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     5.996] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     5.996] (--) NVIDIA(GPU-0): 
[     5.997] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[     5.997] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[     5.997] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[     5.997] (--) NVIDIA(GPU-0): 
[     6.000] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     6.000] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     6.000] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[     6.000] (--) NVIDIA(GPU-0): 
[     6.000] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     6.000] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[     6.000] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[     6.000] (--) NVIDIA(GPU-0): 
[     6.001] (--) NVIDIA(GPU-0): DFP-6: disconnected
[     6.001] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[     6.001] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[     6.001] (--) NVIDIA(GPU-0): 
[     6.046] (II) NVIDIA(0): Validated MetaModes:
[     6.046] (II) NVIDIA(0):     "DP-2:2560x1440_144+1920+0,HDMI-0:1920x1080_144+0+0"
[     6.046] (II) NVIDIA(0): Virtual screen size determined to be 4480 x 1440
[     6.256] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[     6.256] (--) NVIDIA(0):     option
[     6.258] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     6.258] (II) NVIDIA:     access.
[     6.272] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     6.272] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     6.272] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     6.272] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     6.272] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     6.272] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     6.272] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     6.272] (II) NVIDIA(0):     Config Options in the README.
[     6.287] (II) NVIDIA(0): Setting mode "DP-2:2560x1440_144+1920+0,HDMI-0:1920x1080_144+0+0"
[     6.414] (==) NVIDIA(0): Disabling shared memory pixmaps
[     6.414] (==) NVIDIA(0): Backing store enabled
[     6.414] (==) NVIDIA(0): Silken mouse enabled
[     6.414] (**) NVIDIA(0): DPMS enabled
[     6.414] (II) Loading sub module "dri2"
[     6.414] (II) LoadModule: "dri2"
[     6.414] (II) Module "dri2" already built-in
[     6.414] (II) NVIDIA(0): [DRI2] Setup complete
[     6.414] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     6.414] (II) Initializing extension Generic Event Extension
[     6.414] (II) Initializing extension SHAPE
[     6.414] (II) Initializing extension MIT-SHM
[     6.415] (II) Initializing extension XInputExtension
[     6.415] (II) Initializing extension XTEST
[     6.415] (II) Initializing extension BIG-REQUESTS
[     6.415] (II) Initializing extension SYNC
[     6.415] (II) Initializing extension XKEYBOARD
[     6.415] (II) Initializing extension XC-MISC
[     6.415] (II) Initializing extension SECURITY
[     6.415] (II) Initializing extension XFIXES
[     6.415] (II) Initializing extension RENDER
[     6.415] (II) Initializing extension RANDR
[     6.415] (II) Initializing extension COMPOSITE
[     6.415] (II) Initializing extension DAMAGE
[     6.415] (II) Initializing extension MIT-SCREEN-SAVER
[     6.415] (II) Initializing extension DOUBLE-BUFFER
[     6.415] (II) Initializing extension RECORD
[     6.415] (II) Initializing extension DPMS
[     6.415] (II) Initializing extension Present
[     6.415] (II) Initializing extension DRI3
[     6.415] (II) Initializing extension X-Resource
[     6.415] (II) Initializing extension XVideo
[     6.416] (II) Initializing extension XVideo-MotionCompensation
[     6.416] (II) Initializing extension GLX
[     6.416] (II) Initializing extension GLX
[     6.416] (II) Indirect GLX disabled.
[     6.416] (II) GLX: Another vendor is already registered for screen 0
[     6.416] (II) Initializing extension XFree86-VidModeExtension
[     6.416] (II) Initializing extension XFree86-DGA
[     6.416] (II) Initializing extension XFree86-DRI
[     6.416] (II) Initializing extension DRI2
[     6.416] (II) Initializing extension NV-GLX
[     6.416] (II) Initializing extension NV-CONTROL
[     6.416] (II) Initializing extension XINERAMA
[     6.545] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     6.545] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.545] (**) Power Button: Applying InputClass "system-keyboard"
[     6.545] (II) LoadModule: "libinput"
[     6.545] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.547] (II) Module libinput: vendor="X.Org Foundation"
[     6.547] 	compiled for 1.21.1.8, module version = 1.4.0
[     6.547] 	Module class: X.Org XInput Driver
[     6.547] 	ABI class: X.Org XInput driver, version 24.4
[     6.547] (II) Using input driver 'libinput' for 'Power Button'
[     6.547] (**) Power Button: always reports core events
[     6.547] (**) Option "Device" "/dev/input/event1"
[     6.551] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.551] (II) event1  - Power Button: device is a keyboard
[     6.551] (II) event1  - Power Button: device removed
[     6.570] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     6.570] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.570] (**) Option "xkb_model" "pc105+inet"
[     6.570] (**) Option "xkb_layout" "us"
[     6.570] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.580] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.580] (II) event1  - Power Button: device is a keyboard
[     6.581] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     6.581] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.581] (**) Power Button: Applying InputClass "system-keyboard"
[     6.581] (II) Using input driver 'libinput' for 'Power Button'
[     6.581] (**) Power Button: always reports core events
[     6.581] (**) Option "Device" "/dev/input/event0"
[     6.581] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.581] (II) event0  - Power Button: device is a keyboard
[     6.581] (II) event0  - Power Button: device removed
[     6.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     6.596] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     6.596] (**) Option "xkb_model" "pc105+inet"
[     6.596] (**) Option "xkb_layout" "us"
[     6.596] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.597] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.597] (II) event0  - Power Button: device is a keyboard
[     6.597] (II) config/udev: Adding input device Fosi Audio K5 Pro (/dev/input/event9)
[     6.597] (**) Fosi Audio K5 Pro: Applying InputClass "libinput keyboard catchall"
[     6.597] (**) Fosi Audio K5 Pro: Applying InputClass "system-keyboard"
[     6.597] (II) Using input driver 'libinput' for 'Fosi Audio K5 Pro'
[     6.597] (**) Fosi Audio K5 Pro: always reports core events
[     6.597] (**) Option "Device" "/dev/input/event9"
[     6.598] (II) event9  - Fosi Audio K5 Pro: is tagged by udev as: Keyboard
[     6.598] (II) event9  - Fosi Audio K5 Pro: device is a keyboard
[     6.598] (II) event9  - Fosi Audio K5 Pro: device removed
[     6.633] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-4/3-4:1.3/0003:0C76:1700.0004/input/input10/event9"
[     6.633] (II) XINPUT: Adding extended input device "Fosi Audio K5 Pro" (type: KEYBOARD, id 8)
[     6.633] (**) Option "xkb_model" "pc105+inet"
[     6.633] (**) Option "xkb_layout" "us"
[     6.633] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.634] (II) event9  - Fosi Audio K5 Pro: is tagged by udev as: Keyboard
[     6.634] (II) event9  - Fosi Audio K5 Pro: device is a keyboard
[     6.635] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event12)
[     6.635] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[     6.635] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[     6.635] (**) Logitech USB Receiver: always reports core events
[     6.635] (**) Option "Device" "/dev/input/event12"
[     6.691] (II) event12 - Logitech USB Receiver: is tagged by udev as: Mouse
[     6.691] (II) event12 - Logitech USB Receiver: device is a pointer
[     6.691] (II) event12 - Logitech USB Receiver: device removed
[     6.723] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.723] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.723] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.723] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-5/3-5:1.0/0003:046D:C547.0005/input/input15/event12"
[     6.723] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 9)
[     6.723] (**) Option "AccelerationScheme" "none"
[     6.723] (**) Logitech USB Receiver: (accel) selected scheme none/0
[     6.723] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     6.723] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     6.781] (II) event12 - Logitech USB Receiver: is tagged by udev as: Mouse
[     6.781] (II) event12 - Logitech USB Receiver: device is a pointer
[     6.782] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
[     6.782] (II) No input driver specified, ignoring this device.
[     6.782] (II) This device may have been added with another device file.
[     6.783] (II) config/udev: Adding input device Logitech USB Receiver Keyboard (/dev/input/event15)
[     6.783] (**) Logitech USB Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.783] (**) Logitech USB Receiver Keyboard: Applying InputClass "system-keyboard"
[     6.783] (II) Using input driver 'libinput' for 'Logitech USB Receiver Keyboard'
[     6.783] (**) Logitech USB Receiver Keyboard: always reports core events
[     6.783] (**) Option "Device" "/dev/input/event15"
[     6.785] (II) event15 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[     6.785] (II) event15 - Logitech USB Receiver Keyboard: device is a keyboard
[     6.785] (II) event15 - Logitech USB Receiver Keyboard: device removed
[     6.816] (II) libinput: Logitech USB Receiver Keyboard: needs a virtual subdevice
[     6.816] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-5/3-5:1.1/0003:046D:C547.0006/input/input16/event15"
[     6.816] (II) XINPUT: Adding extended input device "Logitech USB Receiver Keyboard" (type: MOUSE, id 10)
[     6.816] (**) Option "AccelerationScheme" "none"
[     6.816] (**) Logitech USB Receiver Keyboard: (accel) selected scheme none/0
[     6.816] (**) Logitech USB Receiver Keyboard: (accel) acceleration factor: 2.000
[     6.816] (**) Logitech USB Receiver Keyboard: (accel) acceleration threshold: 4
[     6.818] (II) event15 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[     6.818] (II) event15 - Logitech USB Receiver Keyboard: device is a keyboard
[     6.819] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[     6.819] (II) No input driver specified, ignoring this device.
[     6.819] (II) This device may have been added with another device file.
[     6.819] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[     6.819] (II) No input driver specified, ignoring this device.
[     6.819] (II) This device may have been added with another device file.
[     6.820] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[     6.820] (II) No input driver specified, ignoring this device.
[     6.820] (II) This device may have been added with another device file.
[     6.820] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[     6.820] (II) No input driver specified, ignoring this device.
[     6.820] (II) This device may have been added with another device file.
[     6.821] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard (/dev/input/event3)
[     6.821] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.821] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "system-keyboard"
[     6.821] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard'
[     6.821] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: always reports core events
[     6.821] (**) Option "Device" "/dev/input/event3"
[     6.822] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[     6.822] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[     6.822] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device removed
[     6.843] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.0/0003:125F:9418.0001/input/input3/event3"
[     6.843] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard" (type: KEYBOARD, id 11)
[     6.843] (**) Option "xkb_model" "pc105+inet"
[     6.843] (**) Option "xkb_layout" "us"
[     6.843] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.844] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[     6.844] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[     6.845] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse (/dev/input/event4)
[     6.845] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[     6.845] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse'
[     6.845] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: always reports core events
[     6.845] (**) Option "Device" "/dev/input/event4"
[     6.847] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: is tagged by udev as: Mouse
[     6.847] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device is a pointer
[     6.847] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device removed
[     6.896] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.896] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.896] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.896] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input4/event4"
[     6.896] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse" (type: MOUSE, id 12)
[     6.896] (**) Option "AccelerationScheme" "none"
[     6.896] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: (accel) selected scheme none/0
[     6.896] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[     6.896] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[     6.898] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: is tagged by udev as: Mouse
[     6.898] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device is a pointer
[     6.899] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse (/dev/input/mouse0)
[     6.899] (II) No input driver specified, ignoring this device.
[     6.899] (II) This device may have been added with another device file.
[     6.899] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control (/dev/input/event5)
[     6.899] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     6.899] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: Applying InputClass "system-keyboard"
[     6.899] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control'
[     6.899] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: always reports core events
[     6.899] (**) Option "Device" "/dev/input/event5"
[     6.901] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: is tagged by udev as: Keyboard
[     6.901] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device is a keyboard
[     6.901] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device removed
[     6.923] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input5/event5"
[     6.923] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control" (type: KEYBOARD, id 13)
[     6.923] (**) Option "xkb_model" "pc105+inet"
[     6.923] (**) Option "xkb_layout" "us"
[     6.923] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.924] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: is tagged by udev as: Keyboard
[     6.924] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device is a keyboard
[     6.925] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control (/dev/input/event6)
[     6.925] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.925] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[     6.925] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control'
[     6.925] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: always reports core events
[     6.925] (**) Option "Device" "/dev/input/event6"
[     6.927] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[     6.927] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device is a keyboard
[     6.927] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device removed
[     6.950] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: needs a virtual subdevice
[     6.950] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input6/event6"
[     6.950] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control" (type: MOUSE, id 14)
[     6.950] (**) Option "AccelerationScheme" "none"
[     6.950] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[     6.950] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[     6.950] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[     6.951] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[     6.951] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device is a keyboard
[     6.952] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard (/dev/input/event7)
[     6.952] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.952] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "system-keyboard"
[     6.952] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard'
[     6.952] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: always reports core events
[     6.952] (**) Option "Device" "/dev/input/event7"
[     6.953] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[     6.953] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[     6.953] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device removed
[     6.976] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input8/event7"
[     6.976] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard" (type: KEYBOARD, id 15)
[     6.976] (**) Option "xkb_model" "pc105+inet"
[     6.976] (**) Option "xkb_layout" "us"
[     6.976] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.978] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[     6.978] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[     6.979] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad (/dev/input/event8)
[     6.979] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: Applying InputClass "libinput keyboard catchall"
[     6.979] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: Applying InputClass "system-keyboard"
[     6.979] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad'
[     6.979] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: always reports core events
[     6.979] (**) Option "Device" "/dev/input/event8"
[     6.980] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: is tagged by udev as: Keyboard
[     6.980] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device is a keyboard
[     6.980] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device removed
[     7.003] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input9/event8"
[     7.003] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad" (type: KEYBOARD, id 16)
[     7.003] (**) Option "xkb_model" "pc105+inet"
[     7.003] (**) Option "xkb_layout" "us"
[     7.003] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.004] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: is tagged by udev as: Keyboard
[     7.004] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device is a keyboard
[     7.005] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event16)
[     7.005] (II) No input driver specified, ignoring this device.
[     7.005] (II) This device may have been added with another device file.
[     7.005] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event17)
[     7.005] (II) No input driver specified, ignoring this device.
[     7.005] (II) This device may have been added with another device file.
[     7.006] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event18)
[     7.006] (II) No input driver specified, ignoring this device.
[     7.006] (II) This device may have been added with another device file.
[     7.006] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event19)
[     7.006] (II) No input driver specified, ignoring this device.
[     7.006] (II) This device may have been added with another device file.
[     7.006] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event20)
[     7.006] (II) No input driver specified, ignoring this device.
[     7.006] (II) This device may have been added with another device file.
[     7.007] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event21)
[     7.007] (II) No input driver specified, ignoring this device.
[     7.007] (II) This device may have been added with another device file.
[     7.007] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event22)
[     7.007] (II) No input driver specified, ignoring this device.
[     7.007] (II) This device may have been added with another device file.
[     7.007] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[     7.007] (II) No input driver specified, ignoring this device.
[     7.007] (II) This device may have been added with another device file.
[     7.014] (**) Logitech USB Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.014] (**) Logitech USB Receiver Keyboard: Applying InputClass "system-keyboard"
[     7.014] (II) Using input driver 'libinput' for 'Logitech USB Receiver Keyboard'
[     7.014] (**) Logitech USB Receiver Keyboard: always reports core events
[     7.014] (**) Option "Device" "/dev/input/event15"
[     7.014] (II) libinput: Logitech USB Receiver Keyboard: is a virtual subdevice
[     7.014] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-5/3-5:1.1/0003:046D:C547.0006/input/input16/event15"
[     7.014] (II) XINPUT: Adding extended input device "Logitech USB Receiver Keyboard" (type: KEYBOARD, id 17)
[     7.014] (**) Option "xkb_model" "pc105+inet"
[     7.014] (**) Option "xkb_layout" "us"
[     7.014] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.015] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     7.015] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[     7.015] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control'
[     7.015] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: always reports core events
[     7.015] (**) Option "Device" "/dev/input/event6"
[     7.015] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: is a virtual subdevice
[     7.015] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input6/event6"
[     7.015] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control" (type: KEYBOARD, id 18)
[     7.015] (**) Option "xkb_model" "pc105+inet"
[     7.015] (**) Option "xkb_layout" "us"
[     7.015] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    22.007] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[    22.007] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[    22.007] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[    22.007] (--) NVIDIA(GPU-0): 
[    22.007] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    22.007] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    22.007] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    22.007] (--) NVIDIA(GPU-0): 
[    22.009] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    22.009] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    22.009] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    22.009] (--) NVIDIA(GPU-0): 
[    22.013] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[    22.013] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[    22.013] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[    22.013] (--) NVIDIA(GPU-0): 
[    22.017] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    22.017] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    22.017] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    22.017] (--) NVIDIA(GPU-0): 
[    22.017] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    22.017] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    22.017] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    22.017] (--) NVIDIA(GPU-0): 
[    22.018] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    22.018] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    22.018] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    22.018] (--) NVIDIA(GPU-0): 
[    22.952] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[    22.952] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[    22.952] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[    22.952] (--) NVIDIA(GPU-0): 
[    22.952] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    22.952] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    22.952] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    22.952] (--) NVIDIA(GPU-0): 
[    22.953] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    22.953] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    22.953] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    22.953] (--) NVIDIA(GPU-0): 
[    22.958] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[    22.958] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[    22.958] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[    22.958] (--) NVIDIA(GPU-0): 
[    22.962] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    22.962] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    22.962] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    22.962] (--) NVIDIA(GPU-0): 
[    22.962] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    22.962] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    22.962] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    22.962] (--) NVIDIA(GPU-0): 
[    22.963] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    22.963] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    22.963] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    22.963] (--) NVIDIA(GPU-0): 
[   651.917] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[   651.917] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[   651.917] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[   651.917] (--) NVIDIA(GPU-0): 
[   651.963] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[   651.963] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[   651.963] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[   651.963] (--) NVIDIA(GPU-0): 
[  1988.452] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
[  1988.453] (II) No input driver specified, ignoring this device.
[  1988.453] (II) This device may have been added with another device file.
[  1988.464] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse (/dev/input/mouse0)
[  1988.464] (II) No input driver specified, ignoring this device.
[  1988.464] (II) This device may have been added with another device file.
[  1988.464] (II) config/udev: removing device Power Button
[  1988.464] (II) event1  - Power Button: device removed
[  1988.503] (II) UnloadModule: "libinput"
[  1988.503] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1988.503] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1988.503] (**) Power Button: Applying InputClass "system-keyboard"
[  1988.503] (II) Using input driver 'libinput' for 'Power Button'
[  1988.503] (**) Power Button: always reports core events
[  1988.503] (**) Option "Device" "/dev/input/event1"
[  1988.504] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1988.504] (II) event1  - Power Button: device is a keyboard
[  1988.504] (II) event1  - Power Button: device removed
[  1988.559] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  1988.559] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1988.559] (**) Option "xkb_model" "pc105+inet"
[  1988.559] (**) Option "xkb_layout" "us"
[  1988.559] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1988.560] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1988.560] (II) event1  - Power Button: device is a keyboard
[  1988.561] (II) config/udev: removing device Power Button
[  1988.561] (II) event0  - Power Button: device removed
[  1988.593] (II) UnloadModule: "libinput"
[  1988.593] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  1988.593] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1988.593] (**) Power Button: Applying InputClass "system-keyboard"
[  1988.593] (II) Using input driver 'libinput' for 'Power Button'
[  1988.593] (**) Power Button: always reports core events
[  1988.593] (**) Option "Device" "/dev/input/event0"
[  1988.594] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1988.594] (II) event0  - Power Button: device is a keyboard
[  1988.594] (II) event0  - Power Button: device removed
[  1988.639] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  1988.639] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  1988.639] (**) Option "xkb_model" "pc105+inet"
[  1988.639] (**) Option "xkb_layout" "us"
[  1988.639] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1988.640] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1988.640] (II) event0  - Power Button: device is a keyboard
[  1988.642] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard
[  1988.642] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device removed
[  1988.680] (II) UnloadModule: "libinput"
[  1988.680] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard (/dev/input/event3)
[  1988.680] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1988.680] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "system-keyboard"
[  1988.680] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard'
[  1988.680] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: always reports core events
[  1988.680] (**) Option "Device" "/dev/input/event3"
[  1988.681] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[  1988.681] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[  1988.681] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device removed
[  1988.719] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.0/0003:125F:9418.0001/input/input3/event3"
[  1988.719] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard" (type: KEYBOARD, id 11)
[  1988.719] (**) Option "xkb_model" "pc105+inet"
[  1988.719] (**) Option "xkb_layout" "us"
[  1988.719] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1988.721] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[  1988.721] (II) event3  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[  1988.721] (II) config/udev: removing device Logitech USB Receiver
[  1988.721] (II) event12 - Logitech USB Receiver: device removed
[  1988.803] (II) UnloadModule: "libinput"
[  1988.804] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event12)
[  1988.804] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[  1988.804] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[  1988.804] (**) Logitech USB Receiver: always reports core events
[  1988.804] (**) Option "Device" "/dev/input/event12"
[  1988.860] (II) event12 - Logitech USB Receiver: is tagged by udev as: Mouse
[  1988.861] (II) event12 - Logitech USB Receiver: device is a pointer
[  1988.861] (II) event12 - Logitech USB Receiver: device removed
[  1988.933] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1988.933] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1988.933] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1988.933] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-5/3-5:1.0/0003:046D:C547.0005/input/input15/event12"
[  1988.933] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 9)
[  1988.933] (**) Option "AccelerationScheme" "none"
[  1988.933] (**) Logitech USB Receiver: (accel) selected scheme none/0
[  1988.933] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[  1988.933] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[  1988.990] (II) event12 - Logitech USB Receiver: is tagged by udev as: Mouse
[  1988.991] (II) event12 - Logitech USB Receiver: device is a pointer
[  1988.991] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse
[  1988.991] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device removed
[  1989.067] (II) UnloadModule: "libinput"
[  1989.067] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse (/dev/input/event4)
[  1989.067] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[  1989.067] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse'
[  1989.067] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: always reports core events
[  1989.067] (**) Option "Device" "/dev/input/event4"
[  1989.068] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  1989.068] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device is a pointer
[  1989.068] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device removed
[  1989.116] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1989.116] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1989.116] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1989.116] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input4/event4"
[  1989.116] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse" (type: MOUSE, id 12)
[  1989.116] (**) Option "AccelerationScheme" "none"
[  1989.117] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: (accel) selected scheme none/0
[  1989.117] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[  1989.117] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[  1989.118] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  1989.118] (II) event4  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Mouse: device is a pointer
[  1989.118] (II) config/udev: removing device Logitech USB Receiver Keyboard
[  1989.119] (II) UnloadModule: "libinput"
[  1989.119] (II) config/udev: removing device Logitech USB Receiver Keyboard
[  1989.119] (II) event15 - Logitech USB Receiver Keyboard: device removed
[  1989.136] (II) UnloadModule: "libinput"
[  1989.137] (II) config/udev: Adding input device Logitech USB Receiver Keyboard (/dev/input/event15)
[  1989.137] (**) Logitech USB Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[  1989.137] (**) Logitech USB Receiver Keyboard: Applying InputClass "system-keyboard"
[  1989.137] (II) Using input driver 'libinput' for 'Logitech USB Receiver Keyboard'
[  1989.137] (**) Logitech USB Receiver Keyboard: always reports core events
[  1989.137] (**) Option "Device" "/dev/input/event15"
[  1989.138] (II) event15 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[  1989.138] (II) event15 - Logitech USB Receiver Keyboard: device is a keyboard
[  1989.138] (II) event15 - Logitech USB Receiver Keyboard: device removed
[  1989.179] (II) libinput: Logitech USB Receiver Keyboard: needs a virtual subdevice
[  1989.179] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-5/3-5:1.1/0003:046D:C547.0006/input/input16/event15"
[  1989.179] (II) XINPUT: Adding extended input device "Logitech USB Receiver Keyboard" (type: MOUSE, id 10)
[  1989.180] (**) Option "AccelerationScheme" "none"
[  1989.180] (**) Logitech USB Receiver Keyboard: (accel) selected scheme none/0
[  1989.180] (**) Logitech USB Receiver Keyboard: (accel) acceleration factor: 2.000
[  1989.180] (**) Logitech USB Receiver Keyboard: (accel) acceleration threshold: 4
[  1989.181] (II) event15 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[  1989.181] (II) event15 - Logitech USB Receiver Keyboard: device is a keyboard
[  1989.181] (**) Logitech USB Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[  1989.181] (**) Logitech USB Receiver Keyboard: Applying InputClass "system-keyboard"
[  1989.181] (II) Using input driver 'libinput' for 'Logitech USB Receiver Keyboard'
[  1989.181] (**) Logitech USB Receiver Keyboard: always reports core events
[  1989.181] (**) Option "Device" "/dev/input/event15"
[  1989.181] (II) libinput: Logitech USB Receiver Keyboard: is a virtual subdevice
[  1989.181] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-5/3-5:1.1/0003:046D:C547.0006/input/input16/event15"
[  1989.181] (II) XINPUT: Adding extended input device "Logitech USB Receiver Keyboard" (type: KEYBOARD, id 17)
[  1989.181] (**) Option "xkb_model" "pc105+inet"
[  1989.181] (**) Option "xkb_layout" "us"
[  1989.181] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1989.182] (II) config/udev: removing device Fosi Audio K5 Pro
[  1989.182] (II) event9  - Fosi Audio K5 Pro: device removed
[  1989.243] (II) UnloadModule: "libinput"
[  1989.244] (II) config/udev: Adding input device Fosi Audio K5 Pro (/dev/input/event9)
[  1989.244] (**) Fosi Audio K5 Pro: Applying InputClass "libinput keyboard catchall"
[  1989.244] (**) Fosi Audio K5 Pro: Applying InputClass "system-keyboard"
[  1989.244] (II) Using input driver 'libinput' for 'Fosi Audio K5 Pro'
[  1989.244] (**) Fosi Audio K5 Pro: always reports core events
[  1989.244] (**) Option "Device" "/dev/input/event9"
[  1989.245] (II) event9  - Fosi Audio K5 Pro: is tagged by udev as: Keyboard
[  1989.245] (II) event9  - Fosi Audio K5 Pro: device is a keyboard
[  1989.245] (II) event9  - Fosi Audio K5 Pro: device removed
[  1989.323] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-4/3-4:1.3/0003:0C76:1700.0004/input/input10/event9"
[  1989.323] (II) XINPUT: Adding extended input device "Fosi Audio K5 Pro" (type: KEYBOARD, id 8)
[  1989.323] (**) Option "xkb_model" "pc105+inet"
[  1989.323] (**) Option "xkb_layout" "us"
[  1989.323] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1989.324] (II) event9  - Fosi Audio K5 Pro: is tagged by udev as: Keyboard
[  1989.324] (II) event9  - Fosi Audio K5 Pro: device is a keyboard
[  1989.325] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard
[  1989.325] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device removed
[  1989.360] (II) UnloadModule: "libinput"
[  1989.360] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard (/dev/input/event7)
[  1989.360] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1989.360] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: Applying InputClass "system-keyboard"
[  1989.360] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard'
[  1989.360] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: always reports core events
[  1989.360] (**) Option "Device" "/dev/input/event7"
[  1989.361] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[  1989.361] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[  1989.361] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device removed
[  1989.386] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input8/event7"
[  1989.386] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard" (type: KEYBOARD, id 15)
[  1989.386] (**) Option "xkb_model" "pc105+inet"
[  1989.386] (**) Option "xkb_layout" "us"
[  1989.386] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1989.387] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: is tagged by udev as: Keyboard
[  1989.387] (II) event7  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard: device is a keyboard
[  1989.387] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad
[  1989.387] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device removed
[  1989.416] (II) UnloadModule: "libinput"
[  1989.417] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad (/dev/input/event8)
[  1989.417] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: Applying InputClass "libinput keyboard catchall"
[  1989.417] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: Applying InputClass "system-keyboard"
[  1989.417] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad'
[  1989.417] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: always reports core events
[  1989.417] (**) Option "Device" "/dev/input/event8"
[  1989.418] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: is tagged by udev as: Keyboard
[  1989.418] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device is a keyboard
[  1989.418] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device removed
[  1989.446] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input9/event8"
[  1989.446] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad" (type: KEYBOARD, id 16)
[  1989.446] (**) Option "xkb_model" "pc105+inet"
[  1989.446] (**) Option "xkb_layout" "us"
[  1989.446] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1989.447] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: is tagged by udev as: Keyboard
[  1989.447] (II) event8  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Keypad: device is a keyboard
[  1989.447] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control
[  1989.448] (II) UnloadModule: "libinput"
[  1989.448] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control
[  1989.448] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device removed
[  1989.473] (II) UnloadModule: "libinput"
[  1989.474] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control (/dev/input/event6)
[  1989.474] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1989.474] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[  1989.474] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control'
[  1989.474] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: always reports core events
[  1989.474] (**) Option "Device" "/dev/input/event6"
[  1989.474] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1989.474] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device is a keyboard
[  1989.475] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device removed
[  1989.506] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: needs a virtual subdevice
[  1989.506] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input6/event6"
[  1989.506] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control" (type: MOUSE, id 14)
[  1989.506] (**) Option "AccelerationScheme" "none"
[  1989.506] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[  1989.506] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  1989.506] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[  1989.507] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1989.507] (II) event6  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: device is a keyboard
[  1989.507] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1989.507] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[  1989.507] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control'
[  1989.507] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: always reports core events
[  1989.507] (**) Option "Device" "/dev/input/event6"
[  1989.507] (II) libinput: ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control: is a virtual subdevice
[  1989.507] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input6/event6"
[  1989.507] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard Consumer Control" (type: KEYBOARD, id 18)
[  1989.507] (**) Option "xkb_model" "pc105+inet"
[  1989.507] (**) Option "xkb_layout" "us"
[  1989.507] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1989.508] (II) config/udev: removing device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control
[  1989.508] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device removed
[  1989.550] (II) UnloadModule: "libinput"
[  1989.550] (II) config/udev: Adding input device ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control (/dev/input/event5)
[  1989.550] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  1989.550] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: Applying InputClass "system-keyboard"
[  1989.550] (II) Using input driver 'libinput' for 'ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control'
[  1989.550] (**) ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: always reports core events
[  1989.550] (**) Option "Device" "/dev/input/event5"
[  1989.551] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  1989.551] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device is a keyboard
[  1989.551] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device removed
[  1989.586] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:125F:9418.0002/input/input5/event5"
[  1989.586] (II) XINPUT: Adding extended input device "ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control" (type: KEYBOARD, id 13)
[  1989.586] (**) Option "xkb_model" "pc105+inet"
[  1989.586] (**) Option "xkb_layout" "us"
[  1989.586] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1989.587] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  1989.587] (II) event5  - ADATA Technology Co., Ltd XPG Summoner Gaming Keyboard System Control: device is a keyboard
[  1989.588] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event18)
[  1989.588] (II) No input driver specified, ignoring this device.
[  1989.588] (II) This device may have been added with another device file.
[  1989.588] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event17)
[  1989.588] (II) No input driver specified, ignoring this device.
[  1989.588] (II) This device may have been added with another device file.
[  1989.588] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[  1989.588] (II) No input driver specified, ignoring this device.
[  1989.588] (II) This device may have been added with another device file.
[  1989.588] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event22)
[  1989.588] (II) No input driver specified, ignoring this device.
[  1989.588] (II) This device may have been added with another device file.
[  1989.589] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event16)
[  1989.589] (II) No input driver specified, ignoring this device.
[  1989.589] (II) This device may have been added with another device file.
[  1989.589] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event20)
[  1989.589] (II) No input driver specified, ignoring this device.
[  1989.589] (II) This device may have been added with another device file.
[  1989.589] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[  1989.589] (II) No input driver specified, ignoring this device.
[  1989.589] (II) This device may have been added with another device file.
[  1989.589] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[  1989.590] (II) No input driver specified, ignoring this device.
[  1989.590] (II) This device may have been added with another device file.
[  1989.590] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[  1989.590] (II) No input driver specified, ignoring this device.
[  1989.590] (II) This device may have been added with another device file.
[  1989.590] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event21)
[  1989.590] (II) No input driver specified, ignoring this device.
[  1989.590] (II) This device may have been added with another device file.
[  1989.590] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event19)
[  1989.590] (II) No input driver specified, ignoring this device.
[  1989.590] (II) This device may have been added with another device file.
[  1989.591] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[  1989.591] (II) No input driver specified, ignoring this device.
[  1989.591] (II) This device may have been added with another device file.
[  2369.287] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): connected
[  2369.287] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): Internal TMDS
[  2369.287] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP249 (DFP-0): 600.0 MHz maximum pixel clock
[  2369.287] (--) NVIDIA(GPU-0): 
[  2369.287] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  2369.287] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  2369.287] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  2369.287] (--) NVIDIA(GPU-0): 
[  2369.291] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  2369.291] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  2369.291] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  2369.291] (--) NVIDIA(GPU-0): 
[  2369.297] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): connected
[  2369.297] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): Internal DisplayPort
[  2369.297] (--) NVIDIA(GPU-0): Acer XB271HU (DFP-3): 2670.0 MHz maximum pixel clock
[  2369.297] (--) NVIDIA(GPU-0): 
[  2369.301] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  2369.301] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  2369.301] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  2369.301] (--) NVIDIA(GPU-0): 
[  2369.301] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  2369.301] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  2369.301] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  2369.301] (--) NVIDIA(GPU-0): 
[  2369.302] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  2369.302] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  2369.302] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  2369.302] (--) NVIDIA(GPU-0): 

I removed the picom config and started it with the suggested "picom --backend=glx", the issue did not reproduce.

Offline

#19 2024-07-03 22:22:32

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,979

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

So it's your picom config - what about the animations? Is this some picom fork?

Offline

#20 2024-07-03 22:27:10

cheeki-breeki
Member
Registered: 2024-06-06
Posts: 18

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Hi,

I knew from the getgo that it was picom, no effects = no issues. I was hoping to maintain picom effects and fix the problem.
It's the ftlabs fork.

I started to hit this problem today:
"rcu_preempt detected stalls on cpus/tasks"
The system was not usable. Had to format and apparently I also have to update the bios.

I guess I'll open another issue if I can't fix the graphical glitches. Might give a try to pijulius fork.

Thank you for all your help and patience.

Offline

#21 2024-07-03 22:35:32

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,979

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

It's more specifically your picom config - not a general bug.
So you want to narrow down the compromising setting and if it's not bluring and round edges or the render settings, my next best guess would be it's an issue w/ the animation implementation/settings. So look there.

Offline

#22 2024-07-03 23:08:48

cheeki-breeki
Member
Registered: 2024-06-06
Posts: 18

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

I will do that, thank you again for your help.
Very much appreciated.

Offline

#23 2024-07-04 16:27:48

cheeki-breeki
Member
Registered: 2024-06-06
Posts: 18

Re: [SOLVED] Mousepad and othe rapps render a black rectangle/box

Hi,

Here is a small update.

After formatting my PC, i went with this picom "picom-simpleanims-next-git" and im not getting any issues.

This version was patched to work with Qtile, no issues with BSPWM.

I am using "glx" as backend.

Thanks!

Last edited by cheeki-breeki (2024-07-04 16:29:15)

Offline

Board footer

Powered by FluxBB