You are not logged in.

#1 2020-05-17 15:13:15

chnkr
Member
Registered: 2020-05-17
Posts: 3

[SOLVED] usr/lib/xorg process high cpu load mostly after login

Recently, the following process takes up up to 80% of cpu usage which results in frequent and long (5-30s) freezes.
To clarify: I still can move the mouse but no action gives a response, including alt+tab.

/usr/lib/Xorg -nolisten tcp -dpi 96 -auth /var/run/sddm{...} -background none -noreset -displayfd 17 -seat seat0 vt1

This happens mostly after logging in and after a system wake up.

/var/log/Xorg.0.log:

[     9.024] (--) Log file renamed from "/var/log/Xorg.pid-808.log" to "/var/log/Xorg.0.log"
[     9.026] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[     9.026] Build Operating System: Linux Arch Linux
[     9.026] Current Operating System: Linux tArch 5.6.11-arch1-1 #1 SMP PREEMPT Wed, 06 May 2020 17:32:37 +0000 x86_64
[     9.026] Kernel command line: root=PARTUUID=59483f4d-255c-4d71-b86e-db5b4e0d12a0 rw initrd=\initramfs-linux.img
[     9.026] Build Date: 05 May 2020  05:08:17AM
[     9.026]  
[     9.026] Current version of pixman: 0.40.0
[     9.026] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     9.026] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.026] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 16 12:16:07 2020
[     9.027] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     9.027] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.028] (==) No Layout section.  Using the first Screen section.
[     9.028] (==) No screen section available. Using defaults.
[     9.028] (**) |-->Screen "Default Screen Section" (0)
[     9.028] (**) |   |-->Monitor "<default monitor>"
[     9.028] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     9.028] (==) Automatically adding devices
[     9.028] (==) Automatically enabling devices
[     9.028] (==) Automatically adding GPU devices
[     9.028] (==) Automatically binding GPU devices
[     9.028] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.031] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     9.031] 	Entry deleted from font path.
[     9.031] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     9.031] 	Entry deleted from font path.
[     9.031] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     9.031] 	Entry deleted from font path.
[     9.031] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     9.031] 	Entry deleted from font path.
[     9.031] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[     9.031] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.031] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.031] (II) Module ABI versions:
[     9.031] 	X.Org ANSI C Emulation: 0.4
[     9.031] 	X.Org Video Driver: 24.1
[     9.031] 	X.Org XInput driver : 24.1
[     9.031] 	X.Org Server Extension : 10.0
[     9.032] (++) using VT number 1

[     9.032] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     9.033] (II) xfree86: Adding drm device (/dev/dri/card0)
[     9.049] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.050] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     9.050] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     9.050] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[     9.051] (--) PCI: (0@0:2:0) 8086:0a16:1025:079b rev 9, Mem @ 0xb3000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     9.051] (--) PCI:*(1@0:0:0) 10de:0fe4:1025:079b rev 161, Mem @ 0xb2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00003000/128
[     9.051] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     9.051] (II) LoadModule: "glx"
[     9.055] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.063] (II) Module glx: vendor="X.Org Foundation"
[     9.063] 	compiled for 1.20.8, module version = 1.0.0
[     9.063] 	ABI class: X.Org Server Extension, version 10.0
[     9.063] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[     9.063] 	loading driver: nvidia
[     9.063] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[     9.063] 	loading driver: nvidia
[     9.063] (II) Applying OutputClass "intel" to /dev/dri/card0
[     9.063] 	loading driver: modesetting
[     9.063] (==) Matched nvidia as autoconfigured driver 0
[     9.063] (==) Matched nouveau as autoconfigured driver 1
[     9.063] (==) Matched nv as autoconfigured driver 2
[     9.063] (==) Matched modesetting as autoconfigured driver 3
[     9.063] (==) Matched intel as autoconfigured driver 4
[     9.063] (==) Matched fbdev as autoconfigured driver 5
[     9.063] (==) Matched vesa as autoconfigured driver 6
[     9.063] (==) Assigned the driver to the xf86ConfigLayout
[     9.063] (II) LoadModule: "nvidia"
[     9.064] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     9.071] (II) Module nvidia: vendor="NVIDIA Corporation"
[     9.071] 	compiled for 1.6.99.901, module version = 1.0.0
[     9.071] 	Module class: X.Org Video Driver
[     9.072] (II) LoadModule: "nouveau"
[     9.072] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     9.074] (II) Module nouveau: vendor="X.Org Foundation"
[     9.074] 	compiled for 1.20.3, module version = 1.0.16
[     9.074] 	Module class: X.Org Video Driver
[     9.074] 	ABI class: X.Org Video Driver, version 24.0
[     9.074] (II) LoadModule: "nv"
[     9.075] (WW) Warning, couldn't open module nv
[     9.075] (EE) Failed to load module "nv" (module does not exist, 0)
[     9.075] (II) LoadModule: "modesetting"
[     9.075] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.078] (II) Module modesetting: vendor="X.Org Foundation"
[     9.078] 	compiled for 1.20.8, module version = 1.20.8
[     9.078] 	Module class: X.Org Video Driver
[     9.078] 	ABI class: X.Org Video Driver, version 24.1
[     9.078] (II) LoadModule: "intel"
[     9.079] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     9.082] (II) Module intel: vendor="X.Org Foundation"
[     9.082] 	compiled for 1.20.8, module version = 2.99.917
[     9.082] 	Module class: X.Org Video Driver
[     9.082] 	ABI class: X.Org Video Driver, version 24.1
[     9.082] (II) LoadModule: "fbdev"
[     9.082] (WW) Warning, couldn't open module fbdev
[     9.082] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     9.082] (II) LoadModule: "vesa"
[     9.083] (WW) Warning, couldn't open module vesa
[     9.083] (EE) Failed to load module "vesa" (module does not exist, 0)
[     9.083] (II) NVIDIA dlloader X Driver  440.82  Wed Apr  1 19:50:17 UTC 2020
[     9.083] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     9.084] (II) NOUVEAU driver 
[     9.084] (II) NOUVEAU driver for NVIDIA chipset families :
[     9.084] 	RIVA TNT            (NV04)
[     9.084] 	RIVA TNT2           (NV05)
[     9.084] 	GeForce 256         (NV10)
[     9.084] 	GeForce 2           (NV11, NV15)
[     9.084] 	GeForce 4MX         (NV17, NV18)
[     9.084] 	GeForce 3           (NV20)
[     9.084] 	GeForce 4Ti         (NV25, NV28)
[     9.084] 	GeForce FX          (NV3x)
[     9.084] 	GeForce 6           (NV4x)
[     9.084] 	GeForce 7           (G7x)
[     9.084] 	GeForce 8           (G8x)
[     9.084] 	GeForce 9           (G9x)
[     9.084] 	GeForce GTX 2xx/3xx (GT2xx)
[     9.084] 	GeForce GTX 4xx/5xx (GFxxx)
[     9.084] 	GeForce GTX 6xx/7xx (GKxxx)
[     9.084] 	GeForce GTX 9xx     (GMxxx)
[     9.085] 	GeForce GTX 10xx    (GPxxx)
[     9.085] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     9.085] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     9.085] (II) intel: Driver for Intel(R) HD Graphics
[     9.085] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     9.085] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     9.086] (II) Loading sub module "fb"
[     9.086] (II) LoadModule: "fb"
[     9.086] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.087] (II) Module fb: vendor="X.Org Foundation"
[     9.087] 	compiled for 1.20.8, module version = 1.0.0
[     9.087] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.087] (II) Loading sub module "wfb"
[     9.087] (II) LoadModule: "wfb"
[     9.087] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     9.088] (II) Module wfb: vendor="X.Org Foundation"
[     9.088] 	compiled for 1.20.8, module version = 1.0.0
[     9.088] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.088] (II) Loading sub module "ramdac"
[     9.088] (II) LoadModule: "ramdac"
[     9.088] (II) Module "ramdac" already built-in
[     9.090] (WW) Falling back to old probe method for modesetting
[     9.118] (II) modeset(G0): using drv /dev/dri/card0
[     9.118] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     9.118] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     9.118] (==) NVIDIA(0): RGB weight 888
[     9.118] (==) NVIDIA(0): Default visual is TrueColor
[     9.118] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.119] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     9.119] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     9.119] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     9.119] (**) NVIDIA(0): Enabling 2D acceleration
[     9.119] (II) Loading sub module "glxserver_nvidia"
[     9.119] (II) LoadModule: "glxserver_nvidia"
[     9.119] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     9.178] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     9.178] 	compiled for 1.6.99.901, module version = 1.0.0
[     9.178] 	Module class: X.Org Server Extension
[     9.179] (II) NVIDIA GLX Module  440.82  Wed Apr  1 19:47:36 UTC 2020
[     9.248] (II) NVIDIA: The X server supports PRIME Render Offload.
[     9.632] (II) NVIDIA(0): NVIDIA GPU GeForce GT 750M (GK107) at PCI:1:0:0 (GPU-0)
[     9.632] (--) NVIDIA(0): Memory: 4194304 kBytes
[     9.632] (--) NVIDIA(0): VideoBIOS: 80.07.a7.00.07
[     9.632] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     9.632] (II) NVIDIA(0): Validated MetaModes:
[     9.632] (II) NVIDIA(0):     "NULL"
[     9.632] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     9.632] (++) NVIDIA(0): DPI set to (96, 96); computed from -dpi X commandline option
[     9.632] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     9.632] (==) modeset(G0): RGB weight 888
[     9.632] (==) modeset(G0): Default visual is TrueColor
[     9.632] (II) Loading sub module "glamoregl"
[     9.632] (II) LoadModule: "glamoregl"
[     9.632] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.642] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.642] 	compiled for 1.20.8, module version = 1.0.1
[     9.642] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.753] (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 4400 (HSW GT2)
[     9.753] (II) modeset(G0): glamor initialized
[     9.754] (II) modeset(G0): Output eDP-1-1 has no monitor section
[     9.781] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     9.791] (II) modeset(G0): Output DP-1-1 has no monitor section
[     9.793] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[     9.794] (II) modeset(G0): EDID for output eDP-1-1
[     9.794] (II) modeset(G0): Manufacturer: AUO  Model: 12ed  Serial#: 0
[     9.794] (II) modeset(G0): Year: 2012  Week: 0
[     9.794] (II) modeset(G0): EDID Version: 1.4
[     9.794] (II) modeset(G0): Digital Display Input
[     9.794] (II) modeset(G0): 6 bits per channel
[     9.794] (II) modeset(G0): Digital interface is DisplayPort
[     9.794] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     9.794] (II) modeset(G0): Gamma: 2.20
[     9.794] (II) modeset(G0): No DPMS capabilities specified
[     9.794] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[     9.794] (II) modeset(G0): First detailed timing is preferred mode
[     9.794] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[     9.794] (II) modeset(G0): redX: 0.590 redY: 0.340   greenX: 0.325 greenY: 0.580
[     9.794] (II) modeset(G0): blueX: 0.150 blueY: 0.110   whiteX: 0.313 whiteY: 0.329
[     9.794] (II) modeset(G0): Manufacturer's mask: 0
[     9.794] (II) modeset(G0): Supported detailed timing:
[     9.794] (II) modeset(G0): clock: 141.4 MHz   Image Size:  344 x 193 mm
[     9.794] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2068 h_blank_end 2112 h_border: 0
[     9.794] (II) modeset(G0): v_active: 1080  v_sync: 1088  v_sync_end 1102 v_blanking: 1112 v_border: 0
[     9.794] (II) modeset(G0): Unknown vendor-specific block f
[     9.794] (II) modeset(G0):  AUO
[     9.794] (II) modeset(G0):  B156HAN01.2
[     9.794] (II) modeset(G0): EDID (in hex):
[     9.794] (II) modeset(G0): 	00ffffffffffff0006afed1200000000
[     9.794] (II) modeset(G0): 	00160104952213780206959757539426
[     9.794] (II) modeset(G0): 	1c505400000001010101010101010101
[     9.794] (II) modeset(G0): 	0101010101013c3780c0703820403064
[     9.794] (II) modeset(G0): 	8e0058c1100000180000000f00000000
[     9.794] (II) modeset(G0): 	00000000000000000020000000fe0041
[     9.794] (II) modeset(G0): 	554f0a202020202020202020000000fe
[     9.794] (II) modeset(G0): 	004231353648414e30312e32200a0095
[     9.794] (II) modeset(G0): Printing probed modes for output eDP-1-1
[     9.794] (II) modeset(G0): Modeline "1920x1080"x60.2  141.40  1920 1968 2068 2112  1080 1088 1102 1112 -hsync -vsync (67.0 kHz eP)
[     9.794] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     9.794] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     9.794] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     9.794] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     9.794] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     9.794] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     9.794] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     9.794] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     9.794] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     9.794] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     9.794] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     9.794] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     9.794] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     9.794] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     9.794] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     9.794] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     9.794] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     9.794] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     9.794] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     9.794] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     9.794] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     9.794] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     9.795] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     9.795] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     9.795] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     9.795] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     9.795] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     9.795] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     9.795] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     9.795] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     9.795] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     9.795] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     9.795] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     9.795] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     9.795] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     9.795] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     9.795] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     9.795] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     9.795] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     9.795] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     9.795] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     9.795] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     9.795] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     9.795] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     9.795] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     9.795] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     9.795] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     9.795] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     9.795] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     9.795] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     9.795] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.795] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.795] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     9.795] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.795] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.795] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     9.795] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     9.795] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     9.795] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     9.795] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     9.795] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     9.795] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     9.795] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     9.795] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     9.795] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     9.795] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     9.795] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     9.795] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     9.795] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     9.795] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     9.795] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     9.795] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     9.795] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     9.795] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     9.795] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     9.795] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     9.795] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     9.795] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     9.795] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     9.795] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     9.795] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     9.822] (II) modeset(G0): EDID for output HDMI-1-1
[     9.822] (II) modeset(G0): Manufacturer: DEL  Model: a0a4  Serial#: 826947660
[     9.822] (II) modeset(G0): Year: 2013  Week: 43
[     9.822] (II) modeset(G0): EDID Version: 1.3
[     9.822] (II) modeset(G0): Digital Display Input
[     9.822] (II) modeset(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
[     9.822] (II) modeset(G0): Gamma: 2.20
[     9.822] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[     9.822] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     9.822] (II) modeset(G0): Default color space is primary color space
[     9.822] (II) modeset(G0): First detailed timing is preferred mode
[     9.822] (II) modeset(G0): redX: 0.653 redY: 0.335   greenX: 0.323 greenY: 0.611
[     9.822] (II) modeset(G0): blueX: 0.153 blueY: 0.062   whiteX: 0.313 whiteY: 0.329
[     9.822] (II) modeset(G0): Supported established timings:
[     9.822] (II) modeset(G0): 720x400@70Hz
[     9.822] (II) modeset(G0): 640x480@60Hz
[     9.822] (II) modeset(G0): 640x480@75Hz
[     9.822] (II) modeset(G0): 800x600@60Hz
[     9.822] (II) modeset(G0): 800x600@75Hz
[     9.822] (II) modeset(G0): 1024x768@60Hz
[     9.822] (II) modeset(G0): 1024x768@75Hz
[     9.822] (II) modeset(G0): 1280x1024@75Hz
[     9.822] (II) modeset(G0): Manufacturer's mask: 0
[     9.822] (II) modeset(G0): Supported standard timings:
[     9.822] (II) modeset(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     9.822] (II) modeset(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     9.822] (II) modeset(G0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[     9.822] (II) modeset(G0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     9.822] (II) modeset(G0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[     9.822] (II) modeset(G0): Supported detailed timing:
[     9.822] (II) modeset(G0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[     9.822] (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     9.822] (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     9.822] (II) modeset(G0): Serial No: 9TG463AM1J8L
[     9.822] (II) modeset(G0): Monitor name: DELL U2414H
[     9.822] (II) modeset(G0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[     9.822] (II) modeset(G0): Supported detailed timing:
[     9.822] (II) modeset(G0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[     9.822] (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     9.822] (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     9.822] (II) modeset(G0): Supported detailed timing:
[     9.822] (II) modeset(G0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[     9.822] (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     9.822] (II) modeset(G0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[     9.822] (II) modeset(G0): Supported detailed timing:
[     9.822] (II) modeset(G0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[     9.822] (II) modeset(G0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[     9.822] (II) modeset(G0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     9.822] (II) modeset(G0): Supported detailed timing:
[     9.822] (II) modeset(G0): clock: 27.0 MHz   Image Size:  527 x 296 mm
[     9.822] (II) modeset(G0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[     9.822] (II) modeset(G0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[     9.822] (II) modeset(G0): Number of EDID sections to follow: 1
[     9.822] (II) modeset(G0): EDID (in hex):
[     9.822] (II) modeset(G0): 	00ffffffffffff0010aca4a04c384a31
[     9.822] (II) modeset(G0): 	2b17010380351e78ee7e75a755529c27
[     9.822] (II) modeset(G0): 	0f5054a54b00714f8180a9c0a940d1c0
[     9.822] (II) modeset(G0): 	010101010101023a801871382d40582c
[     9.822] (II) modeset(G0): 	45000f282100001e000000ff00395447
[     9.822] (II) modeset(G0): 	343633414d314a384c0a000000fc0044
[     9.822] (II) modeset(G0): 	454c4c205532343134480a20000000fd
[     9.822] (II) modeset(G0): 	00384c1e5311000a202020202020016a
[     9.822] (II) modeset(G0): 	02031ff14c9005040302071601141f12
[     9.822] (II) modeset(G0): 	132309070765030c0010008301000002
[     9.822] (II) modeset(G0): 	3a801871382d40582c45000f28210000
[     9.822] (II) modeset(G0): 	1e011d8018711c1620582c25000f2821
[     9.822] (II) modeset(G0): 	00009e011d007251d01e206e2855000f
[     9.822] (II) modeset(G0): 	282100001e8c0ad08a20e02d10103e96
[     9.822] (II) modeset(G0): 	000f2821000018000000000000000000
[     9.822] (II) modeset(G0): 	00000000000000000000000000000037
[     9.822] (II) modeset(G0): Printing probed modes for output HDMI-1-1
[     9.822] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     9.822] (II) modeset(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     9.822] (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[     9.822] (II) modeset(G0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[     9.822] (II) modeset(G0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[     9.822] (II) modeset(G0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[     9.822] (II) modeset(G0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     9.822] (II) modeset(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[     9.822] (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.822] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.822] (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     9.822] (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     9.822] (II) modeset(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[     9.822] (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     9.822] (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     9.822] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     9.822] (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     9.823] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     9.823] (II) modeset(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[     9.823] (II) modeset(G0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[     9.823] (II) modeset(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     9.823] (II) modeset(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     9.823] (II) modeset(G0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[     9.823] (II) modeset(G0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[     9.823] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     9.823] (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.823] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.823] (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     9.833] (II) modeset(G0): EDID for output DP-1-1
[     9.833] (II) modeset(G0): Manufacturer: DEL  Model: a07b  Serial#: 809064780
[     9.833] (II) modeset(G0): Year: 2013  Week: 38
[     9.833] (II) modeset(G0): EDID Version: 1.4
[     9.833] (II) modeset(G0): Digital Display Input
[     9.833] (II) modeset(G0): 8 bits per channel
[     9.833] (II) modeset(G0): Digital interface is DisplayPort
[     9.833] (II) modeset(G0): Max Image Size [cm]: horiz.: 52  vert.: 32
[     9.833] (II) modeset(G0): Gamma: 2.20
[     9.833] (II) modeset(G0): DPMS capabilities: Off
[     9.833] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[     9.833] (II) modeset(G0): First detailed timing is preferred mode
[     9.833] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[     9.833] (II) modeset(G0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[     9.833] (II) modeset(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[     9.833] (II) modeset(G0): Supported established timings:
[     9.833] (II) modeset(G0): 720x400@70Hz
[     9.833] (II) modeset(G0): 640x480@60Hz
[     9.833] (II) modeset(G0): 800x600@60Hz
[     9.833] (II) modeset(G0): 1024x768@60Hz
[     9.833] (II) modeset(G0): Manufacturer's mask: 0
[     9.833] (II) modeset(G0): Supported standard timings:
[     9.833] (II) modeset(G0): #0: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     9.833] (II) modeset(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     9.833] (II) modeset(G0): #2: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     9.833] (II) modeset(G0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     9.833] (II) modeset(G0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[     9.833] (II) modeset(G0): Supported detailed timing:
[     9.833] (II) modeset(G0): clock: 154.0 MHz   Image Size:  518 x 324 mm
[     9.833] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     9.833] (II) modeset(G0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[     9.833] (II) modeset(G0): Serial No: 0FFXD39J09YL
[     9.833] (II) modeset(G0): Monitor name: DELL U2412M
[     9.833] (II) modeset(G0): Ranges: V min: 50 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[     9.833] (II) modeset(G0): EDID (in hex):
[     9.833] (II) modeset(G0): 	00ffffffffffff0010ac7ba04c593930
[     9.833] (II) modeset(G0): 	26170104a53420783aee95a3544c9926
[     9.833] (II) modeset(G0): 	0f5054a1080081408180a940b300d1c0
[     9.833] (II) modeset(G0): 	010101010101283c80a070b023403020
[     9.833] (II) modeset(G0): 	360006442100001a000000ff00304646
[     9.833] (II) modeset(G0): 	584433394a3039594c0a000000fc0044
[     9.833] (II) modeset(G0): 	454c4c2055323431324d0a20000000fd
[     9.833] (II) modeset(G0): 	00323d1e5311000a202020202020009d
[     9.833] (II) modeset(G0): Printing probed modes for output DP-1-1
[     9.833] (II) modeset(G0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[     9.833] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[     9.833] (II) modeset(G0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     9.833] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[     9.833] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.833] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     9.833] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     9.833] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     9.834] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.834] (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     9.835] (II) modeset(G0): EDID for output HDMI-1-2
[     9.835] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     9.835] (++) modeset(G0): DPI set to (96, 96)
[     9.835] (II) Loading sub module "fb"
[     9.835] (II) LoadModule: "fb"
[     9.835] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.835] (II) Module fb: vendor="X.Org Foundation"
[     9.835] 	compiled for 1.20.8, module version = 1.0.0
[     9.835] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.835] (II) UnloadModule: "nouveau"
[     9.835] (II) Unloading nouveau
[     9.835] (II) UnloadModule: "intel"
[     9.835] (II) Unloading intel
[     9.836] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[     9.836] (II) NVIDIA:     access.
[     9.840] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     9.840] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     9.840] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     9.840] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     9.840] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     9.840] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     9.840] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     9.840] (II) NVIDIA(0):     Config Options in the README.
[     9.872] (II) NVIDIA(0): Setting mode "NULL"
[     9.878] (==) NVIDIA(0): Disabling shared memory pixmaps
[     9.878] (==) NVIDIA(0): Backing store enabled
[     9.878] (==) NVIDIA(0): Silken mouse disabled
[     9.879] (==) NVIDIA(0): DPMS enabled
[     9.879] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[     9.879] (II) Loading sub module "dri2"
[     9.879] (II) LoadModule: "dri2"
[     9.879] (II) Module "dri2" already built-in
[     9.879] (II) NVIDIA(0): [DRI2] Setup complete
[     9.879] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     9.899] (==) modeset(G0): Backing store enabled
[     9.899] (==) modeset(G0): Silken mouse disabled
[    10.167] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    10.167] (==) modeset(G0): DPMS enabled
[    10.167] (II) modeset(G0): [DRI2] Setup complete
[    10.167] (II) modeset(G0): [DRI2]   DRI driver: i965
[    10.167] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[    10.167] (II) Initializing extension Generic Event Extension
[    10.167] (II) Initializing extension SHAPE
[    10.168] (II) Initializing extension MIT-SHM
[    10.168] (II) Initializing extension XInputExtension
[    10.168] (II) Initializing extension XTEST
[    10.168] (II) Initializing extension BIG-REQUESTS
[    10.169] (II) Initializing extension SYNC
[    10.169] (II) Initializing extension XKEYBOARD
[    10.169] (II) Initializing extension XC-MISC
[    10.169] (II) Initializing extension SECURITY
[    10.169] (II) Initializing extension XFIXES
[    10.170] (II) Initializing extension RENDER
[    10.170] (II) Initializing extension RANDR
[    10.170] (II) Initializing extension COMPOSITE
[    10.170] (II) Initializing extension DAMAGE
[    10.171] (II) Initializing extension MIT-SCREEN-SAVER
[    10.171] (II) Initializing extension DOUBLE-BUFFER
[    10.171] (II) Initializing extension RECORD
[    10.171] (II) Initializing extension DPMS
[    10.171] (II) Initializing extension Present
[    10.172] (II) Initializing extension DRI3
[    10.172] (II) Initializing extension X-Resource
[    10.172] (II) Initializing extension XVideo
[    10.172] (II) Initializing extension XVideo-MotionCompensation
[    10.172] (II) Initializing extension GLX
[    10.172] (II) Initializing extension GLX
[    10.172] (II) Indirect GLX disabled.
[    10.173] (II) GLX: Another vendor is already registered for screen 0
[    10.173] (II) Initializing extension XFree86-VidModeExtension
[    10.173] (II) Initializing extension XFree86-DGA
[    10.173] (II) Initializing extension XFree86-DRI
[    10.173] (II) Initializing extension DRI2
[    10.173] (II) Initializing extension NV-GLX
[    10.173] (II) Initializing extension NV-CONTROL
[    10.504] (II) modeset(G0): Damage tracking initialized
[    10.577] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    10.577] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.577] (II) LoadModule: "libinput"
[    10.578] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    10.582] (II) Module libinput: vendor="X.Org Foundation"
[    10.582] 	compiled for 1.20.7, module version = 0.29.0
[    10.582] 	Module class: X.Org XInput Driver
[    10.582] 	ABI class: X.Org XInput driver, version 24.1
[    10.582] (II) Using input driver 'libinput' for 'Power Button'
[    10.582] (**) Power Button: always reports core events
[    10.582] (**) Option "Device" "/dev/input/event3"
[    10.582] (**) Option "_source" "server/udev"
[    10.589] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    10.589] (II) event3  - Power Button: device is a keyboard
[    10.589] (II) event3  - Power Button: device removed
[    10.619] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    10.619] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    10.620] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    10.620] (II) event3  - Power Button: device is a keyboard
[    10.621] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    10.621] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    10.621] (II) Using input driver 'libinput' for 'Video Bus'
[    10.621] (**) Video Bus: always reports core events
[    10.621] (**) Option "Device" "/dev/input/event11"
[    10.621] (**) Option "_source" "server/udev"
[    10.623] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    10.623] (II) event11 - Video Bus: device is a keyboard
[    10.623] (II) event11 - Video Bus: device removed
[    10.685] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12/event11"
[    10.685] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    10.687] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    10.687] (II) event11 - Video Bus: device is a keyboard
[    10.689] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    10.689] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    10.689] (II) Using input driver 'libinput' for 'Video Bus'
[    10.689] (**) Video Bus: always reports core events
[    10.689] (**) Option "Device" "/dev/input/event10"
[    10.689] (**) Option "_source" "server/udev"
[    10.691] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    10.691] (II) event10 - Video Bus: device is a keyboard
[    10.691] (II) event10 - Video Bus: device removed
[    10.752] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input11/event10"
[    10.752] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    10.754] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    10.754] (II) event10 - Video Bus: device is a keyboard
[    10.756] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    10.756] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.756] (II) Using input driver 'libinput' for 'Power Button'
[    10.756] (**) Power Button: always reports core events
[    10.756] (**) Option "Device" "/dev/input/event0"
[    10.756] (**) Option "_source" "server/udev"
[    10.757] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.757] (II) event0  - Power Button: device is a keyboard
[    10.757] (II) event0  - Power Button: device removed
[    10.805] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    10.805] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    10.808] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.808] (II) event0  - Power Button: device is a keyboard
[    10.809] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    10.809] (II) No input driver specified, ignoring this device.
[    10.809] (II) This device may have been added with another device file.
[    10.810] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    10.810] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    10.810] (II) Using input driver 'libinput' for 'Sleep Button'
[    10.810] (**) Sleep Button: always reports core events
[    10.810] (**) Option "Device" "/dev/input/event1"
[    10.810] (**) Option "_source" "server/udev"
[    10.812] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    10.812] (II) event1  - Sleep Button: device is a keyboard
[    10.812] (II) event1  - Sleep Button: device removed
[    10.845] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    10.845] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    10.848] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    10.848] (II) event1  - Sleep Button: device is a keyboard
[    10.849] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event12)
[    10.850] (II) No input driver specified, ignoring this device.
[    10.850] (II) This device may have been added with another device file.
[    10.850] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event13)
[    10.850] (II) No input driver specified, ignoring this device.
[    10.850] (II) This device may have been added with another device file.
[    10.851] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event14)
[    10.851] (II) No input driver specified, ignoring this device.
[    10.851] (II) This device may have been added with another device file.
[    10.852] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event15)
[    10.852] (II) No input driver specified, ignoring this device.
[    10.852] (II) This device may have been added with another device file.
[    10.852] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event16)
[    10.852] (II) No input driver specified, ignoring this device.
[    10.852] (II) This device may have been added with another device file.
[    10.854] (II) config/udev: Adding input device HD WebCam: HD WebCam (/dev/input/event17)
[    10.854] (**) HD WebCam: HD WebCam: Applying InputClass "libinput keyboard catchall"
[    10.854] (II) Using input driver 'libinput' for 'HD WebCam: HD WebCam'
[    10.854] (**) HD WebCam: HD WebCam: always reports core events
[    10.854] (**) Option "Device" "/dev/input/event17"
[    10.854] (**) Option "_source" "server/udev"
[    10.856] (II) event17 - HD WebCam: HD WebCam: is tagged by udev as: Keyboard
[    10.857] (II) event17 - HD WebCam: HD WebCam: device is a keyboard
[    10.857] (II) event17 - HD WebCam: HD WebCam: device removed
[    10.912] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/input/input18/event17"
[    10.912] (II) XINPUT: Adding extended input device "HD WebCam: HD WebCam" (type: KEYBOARD, id 11)
[    10.915] (II) event17 - HD WebCam: HD WebCam: is tagged by udev as: Keyboard
[    10.915] (II) event17 - HD WebCam: HD WebCam: device is a keyboard
[    10.916] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
[    10.916] (II) No input driver specified, ignoring this device.
[    10.916] (II) This device may have been added with another device file.
[    10.917] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[    10.917] (II) No input driver specified, ignoring this device.
[    10.917] (II) This device may have been added with another device file.
[    10.918] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    10.918] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    10.918] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    10.919] (**) AT Translated Set 2 keyboard: always reports core events
[    10.919] (**) Option "Device" "/dev/input/event4"
[    10.919] (**) Option "_source" "server/udev"
[    10.921] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    10.921] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    10.923] (II) event4  - AT Translated Set 2 keyboard: device removed
[    10.935] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    10.935] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    10.938] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    10.938] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    10.940] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
[    10.940] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    10.940] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    10.940] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    10.940] (II) LoadModule: "synaptics"
[    10.940] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    10.942] (II) Module synaptics: vendor="X.Org Foundation"
[    10.942] 	compiled for 1.20.0, module version = 1.9.1
[    10.942] 	Module class: X.Org XInput Driver
[    10.942] 	ABI class: X.Org XInput driver, version 24.1
[    10.942] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    10.942] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    10.942] (**) Option "Device" "/dev/input/event9"
[    10.999] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[    10.999] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1278 - 5662 (res 42)
[    10.999] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1198 - 4656 (res 46)
[    10.999] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    10.999] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    10.999] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[    10.999] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    10.999] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[    10.999] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    10.999] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    11.059] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event9"
[    11.059] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[    11.059] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    11.059] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    11.059] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[    11.059] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    11.059] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    11.059] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    11.059] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    11.059] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    11.060] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    11.060] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    11.061] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    11.061] (II) No input driver specified, ignoring this device.
[    11.061] (II) This device may have been added with another device file.
[    11.062] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event6)
[    11.063] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    11.063] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[    11.063] (**) Acer WMI hotkeys: always reports core events
[    11.063] (**) Option "Device" "/dev/input/event6"
[    11.063] (**) Option "_source" "server/udev"
[    11.064] (II) event6  - Acer WMI hotkeys: is tagged by udev as: Keyboard
[    11.064] (II) event6  - Acer WMI hotkeys: device is a keyboard
[    11.065] (II) event6  - Acer WMI hotkeys: device removed
[    11.085] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event6"
[    11.085] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 14)
[    11.087] (II) event6  - Acer WMI hotkeys: is tagged by udev as: Keyboard
[    11.088] (II) event6  - Acer WMI hotkeys: device is a keyboard
[    11.102] (EE) Failed to open authorization file "/var/run/sddm/{4c1a2936-406f-4294-890b-beecc12c1621}": No such file or directory
[    11.128] randr: falling back to unsynchronized pixmap sharing
[    11.396] randr: falling back to unsynchronized pixmap sharing
[    11.462] randr: falling back to unsynchronized pixmap sharing
[  2383.488] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard Consumer Control (/dev/input/event19)
[  2383.488] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2383.488] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[  2383.488] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[  2383.488] (**) Option "Device" "/dev/input/event19"
[  2383.488] (**) Option "_source" "server/udev"
[  2383.490] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2383.490] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[  2383.490] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[  2383.512] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: needs a virtual subdevice
[  2383.512] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.0002/input/input20/event19"
[  2383.512] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: MOUSE, id 15)
[  2383.514] (**) Option "AccelerationScheme" "none"
[  2383.516] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) selected scheme none/0
[  2383.516] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  2383.516] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration threshold: 4
[  2383.519] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2383.520] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[  2383.521] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2383.521] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[  2383.521] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[  2383.521] (**) Option "Device" "/dev/input/event19"
[  2383.521] (**) Option "_source" "_driver/libinput"
[  2383.521] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: is a virtual subdevice
[  2383.521] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.0002/input/input20/event19"
[  2383.521] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: KEYBOARD, id 16)
[  2383.524] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event18)
[  2383.524] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "libinput keyboard catchall"
[  2383.524] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard'
[  2383.524] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[  2383.524] (**) Option "Device" "/dev/input/event18"
[  2383.524] (**) Option "_source" "server/udev"
[  2383.525] (II) event18 - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[  2383.525] (II) event18 - Logitech Logitech Illuminated Keyboard: device is a keyboard
[  2383.526] (II) event18 - Logitech Logitech Illuminated Keyboard: device removed
[  2383.552] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.0/0003:046D:C318.0001/input/input19/event18"
[  2383.552] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 17)
[  2383.555] (II) event18 - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[  2383.555] (II) event18 - Logitech Logitech Illuminated Keyboard: device is a keyboard
[  2383.632] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/mouse1)
[  2383.632] (II) No input driver specified, ignoring this device.
[  2383.632] (II) This device may have been added with another device file.
[  2383.652] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/event20)
[  2383.652] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput pointer catchall"
[  2383.652] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[  2383.652] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[  2383.652] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[  2383.652] (**) Option "Device" "/dev/input/event20"
[  2383.652] (**) Option "_source" "server/udev"
[  2383.654] (II) event20 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard Mouse
[  2383.655] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a pointer
[  2383.655] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[  2383.655] (II) event20 - ROCCAT ROCCAT Kone XTD: device removed
[  2383.685] (II) libinput: ROCCAT ROCCAT Kone XTD: needs a virtual subdevice
[  2383.685] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.0003/input/input22/event20"
[  2383.685] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: MOUSE, id 18)
[  2383.686] (**) Option "AccelerationScheme" "none"
[  2383.687] (**) ROCCAT ROCCAT Kone XTD: (accel) selected scheme none/0
[  2383.687] (**) ROCCAT ROCCAT Kone XTD: (accel) acceleration factor: 2.000
[  2383.687] (**) ROCCAT ROCCAT Kone XTD: (accel) acceleration threshold: 4
[  2383.690] (II) event20 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard Mouse
[  2383.690] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a pointer
[  2383.690] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[  2383.691] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput pointer catchall"
[  2383.691] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[  2383.691] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[  2383.691] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[  2383.691] (**) Option "Device" "/dev/input/event20"
[  2383.691] (**) Option "_source" "_driver/libinput"
[  2383.691] (II) libinput: ROCCAT ROCCAT Kone XTD: is a virtual subdevice
[  2383.691] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.0003/input/input22/event20"
[  2383.691] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: KEYBOARD, id 19)
[  2383.694] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/event21)
[  2383.694] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[  2383.694] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[  2383.694] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[  2383.694] (**) Option "Device" "/dev/input/event21"
[  2383.694] (**) Option "_source" "server/udev"
[  2383.722] (II) event21 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard
[  2383.723] (II) event21 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[  2383.723] (II) event21 - ROCCAT ROCCAT Kone XTD: device removed
[  2383.772] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.1/0003:1E7D:2E22.0004/input/input23/event21"
[  2383.772] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: KEYBOARD, id 20)
[  2383.777] (II) event21 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard
[  2383.777] (II) event21 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[  2921.763] [dix] EventToCore: Not implemented yet 
[  2924.262] [dix] EventToCore: Not implemented yet 
[  2924.384] [dix] EventToCore: Not implemented yet 
[  2924.433] [dix] EventToCore: Not implemented yet 
[  2924.457] [dix] EventToCore: Not implemented yet 
[  2924.473] [dix] EventToCore: Not implemented yet 
[  2924.497] [dix] EventToCore: Not implemented yet 
[  4272.722] (II) config/udev: removing device Logitech Logitech Illuminated Keyboard
[  4272.722] (II) event18 - Logitech Logitech Illuminated Keyboard: device removed
[  4272.749] (II) UnloadModule: "libinput"
[  4272.780] (II) config/udev: removing device Logitech Logitech Illuminated Keyboard Consumer Control
[  4272.787] (II) UnloadModule: "libinput"
[  4272.787] (II) config/udev: removing device Logitech Logitech Illuminated Keyboard Consumer Control
[  4272.787] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[  4272.803] (II) UnloadModule: "libinput"
[  4272.810] (II) config/udev: removing device ROCCAT ROCCAT Kone XTD
[  4272.818] (II) UnloadModule: "libinput"
[  4272.818] (II) config/udev: removing device ROCCAT ROCCAT Kone XTD
[  4272.818] (II) event20 - ROCCAT ROCCAT Kone XTD: device removed
[  4272.847] (II) UnloadModule: "libinput"
[  4272.890] (II) config/udev: removing device ROCCAT ROCCAT Kone XTD
[  4272.890] (II) event21 - ROCCAT ROCCAT Kone XTD: device removed
[  4272.906] (II) UnloadModule: "libinput"
[ 25093.245] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/mouse1)
[ 25093.245] (II) No input driver specified, ignoring this device.
[ 25093.245] (II) This device may have been added with another device file.
[ 25093.280] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/event21)
[ 25093.280] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[ 25093.280] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[ 25093.280] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[ 25093.280] (**) Option "Device" "/dev/input/event21"
[ 25093.280] (**) Option "_source" "server/udev"
[ 25093.282] (II) event21 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard
[ 25093.282] (II) event21 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 25093.282] (II) event21 - ROCCAT ROCCAT Kone XTD: device removed
[ 25093.300] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.1/0003:1E7D:2E22.0008/input/input28/event21"
[ 25093.300] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: KEYBOARD, id 15)
[ 25093.304] (II) event21 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard
[ 25093.304] (II) event21 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 25093.307] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard Consumer Control (/dev/input/event19)
[ 25093.307] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 25093.307] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[ 25093.308] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[ 25093.308] (**) Option "Device" "/dev/input/event19"
[ 25093.308] (**) Option "_source" "server/udev"
[ 25093.310] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 25093.310] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[ 25093.310] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[ 25093.333] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: needs a virtual subdevice
[ 25093.333] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.0006/input/input25/event19"
[ 25093.333] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: MOUSE, id 16)
[ 25093.334] (**) Option "AccelerationScheme" "none"
[ 25093.335] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) selected scheme none/0
[ 25093.335] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 25093.335] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 25093.336] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 25093.336] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[ 25093.337] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 25093.337] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[ 25093.337] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[ 25093.337] (**) Option "Device" "/dev/input/event19"
[ 25093.337] (**) Option "_source" "_driver/libinput"
[ 25093.337] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: is a virtual subdevice
[ 25093.337] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.0006/input/input25/event19"
[ 25093.337] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: KEYBOARD, id 17)
[ 25093.338] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event18)
[ 25093.338] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "libinput keyboard catchall"
[ 25093.338] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard'
[ 25093.338] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 25093.338] (**) Option "Device" "/dev/input/event18"
[ 25093.338] (**) Option "_source" "server/udev"
[ 25093.340] (II) event18 - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[ 25093.340] (II) event18 - Logitech Logitech Illuminated Keyboard: device is a keyboard
[ 25093.340] (II) event18 - Logitech Logitech Illuminated Keyboard: device removed
[ 25093.359] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.0/0003:046D:C318.0005/input/input24/event18"
[ 25093.359] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 18)
[ 25093.363] (II) event18 - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[ 25093.363] (II) event18 - Logitech Logitech Illuminated Keyboard: device is a keyboard
[ 25093.367] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/event20)
[ 25093.367] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput pointer catchall"
[ 25093.367] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[ 25093.367] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[ 25093.367] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[ 25093.367] (**) Option "Device" "/dev/input/event20"
[ 25093.367] (**) Option "_source" "server/udev"
[ 25093.370] (II) event20 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard Mouse
[ 25093.370] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a pointer
[ 25093.370] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 25093.370] (II) event20 - ROCCAT ROCCAT Kone XTD: device removed
[ 25093.400] (II) libinput: ROCCAT ROCCAT Kone XTD: needs a virtual subdevice
[ 25093.400] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.0007/input/input27/event20"
[ 25093.400] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: MOUSE, id 19)
[ 25093.401] (**) Option "AccelerationScheme" "none"
[ 25093.403] (**) ROCCAT ROCCAT Kone XTD: (accel) selected scheme none/0
[ 25093.403] (**) ROCCAT ROCCAT Kone XTD: (accel) acceleration factor: 2.000
[ 25093.404] (**) ROCCAT ROCCAT Kone XTD: (accel) acceleration threshold: 4
[ 25093.407] (II) event20 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard Mouse
[ 25093.407] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a pointer
[ 25093.407] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 25093.409] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput pointer catchall"
[ 25093.409] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[ 25093.409] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[ 25093.409] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[ 25093.409] (**) Option "Device" "/dev/input/event20"
[ 25093.409] (**) Option "_source" "_driver/libinput"
[ 25093.409] (II) libinput: ROCCAT ROCCAT Kone XTD: is a virtual subdevice
[ 25093.409] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.0007/input/input27/event20"
[ 25093.409] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: KEYBOARD, id 20)
[ 25127.107] [dix] EventToCore: Not implemented yet 
[ 27932.381] (II) config/udev: removing device Logitech Logitech Illuminated Keyboard
[ 27932.382] (II) event18 - Logitech Logitech Illuminated Keyboard: device removed
[ 27932.418] (II) UnloadModule: "libinput"
[ 27932.451] (II) config/udev: removing device Logitech Logitech Illuminated Keyboard Consumer Control
[ 27932.452] (II) UnloadModule: "libinput"
[ 27932.453] (II) config/udev: removing device Logitech Logitech Illuminated Keyboard Consumer Control
[ 27932.453] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[ 27932.467] (II) UnloadModule: "libinput"
[ 27932.490] (II) config/udev: removing device ROCCAT ROCCAT Kone XTD
[ 27932.499] (II) UnloadModule: "libinput"
[ 27932.499] (II) config/udev: removing device ROCCAT ROCCAT Kone XTD
[ 27932.500] (II) event20 - ROCCAT ROCCAT Kone XTD: device removed
[ 27932.517] (II) UnloadModule: "libinput"
[ 27932.561] (II) config/udev: removing device ROCCAT ROCCAT Kone XTD
[ 27932.561] (II) event21 - ROCCAT ROCCAT Kone XTD: device removed
[ 27932.577] (II) UnloadModule: "libinput"
[ 45755.773] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/mouse1)
[ 45755.773] (II) No input driver specified, ignoring this device.
[ 45755.773] (II) This device may have been added with another device file.
[ 45755.778] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event18)
[ 45755.778] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "libinput keyboard catchall"
[ 45755.778] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard'
[ 45755.778] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 45755.778] (**) Option "Device" "/dev/input/event18"
[ 45755.778] (**) Option "_source" "server/udev"
[ 45755.780] (II) event18 - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[ 45755.780] (II) event18 - Logitech Logitech Illuminated Keyboard: device is a keyboard
[ 45755.781] (II) event18 - Logitech Logitech Illuminated Keyboard: device removed
[ 45755.791] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.0/0003:046D:C318.0009/input/input29/event18"
[ 45755.791] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 15)
[ 45755.793] (II) event18 - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[ 45755.794] (II) event18 - Logitech Logitech Illuminated Keyboard: device is a keyboard
[ 45755.798] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/event21)
[ 45755.798] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[ 45755.798] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[ 45755.798] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[ 45755.798] (**) Option "Device" "/dev/input/event21"
[ 45755.798] (**) Option "_source" "server/udev"
[ 45755.812] (II) event21 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard
[ 45755.813] (II) event21 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 45755.813] (II) event21 - ROCCAT ROCCAT Kone XTD: device removed
[ 45755.867] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.1/0003:1E7D:2E22.000C/input/input33/event21"
[ 45755.867] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: KEYBOARD, id 16)
[ 45755.872] (II) event21 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard
[ 45755.873] (II) event21 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 45755.877] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard Consumer Control (/dev/input/event19)
[ 45755.877] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 45755.877] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[ 45755.877] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[ 45755.877] (**) Option "Device" "/dev/input/event19"
[ 45755.877] (**) Option "_source" "server/udev"
[ 45755.881] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 45755.881] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[ 45755.881] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[ 45755.901] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: needs a virtual subdevice
[ 45755.901] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.000A/input/input30/event19"
[ 45755.901] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: MOUSE, id 17)
[ 45755.903] (**) Option "AccelerationScheme" "none"
[ 45755.904] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) selected scheme none/0
[ 45755.904] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 45755.904] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 45755.907] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 45755.907] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[ 45755.908] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 45755.908] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[ 45755.909] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[ 45755.909] (**) Option "Device" "/dev/input/event19"
[ 45755.909] (**) Option "_source" "_driver/libinput"
[ 45755.909] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: is a virtual subdevice
[ 45755.909] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.000A/input/input30/event19"
[ 45755.909] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: KEYBOARD, id 18)
[ 45755.911] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/event20)
[ 45755.911] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput pointer catchall"
[ 45755.911] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[ 45755.911] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[ 45755.911] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[ 45755.912] (**) Option "Device" "/dev/input/event20"
[ 45755.912] (**) Option "_source" "server/udev"
[ 45755.913] (II) event20 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard Mouse
[ 45755.913] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a pointer
[ 45755.913] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 45755.914] (II) event20 - ROCCAT ROCCAT Kone XTD: device removed
[ 45755.934] (II) libinput: ROCCAT ROCCAT Kone XTD: needs a virtual subdevice
[ 45755.934] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.000B/input/input32/event20"
[ 45755.934] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: MOUSE, id 19)
[ 45755.936] (**) Option "AccelerationScheme" "none"
[ 45755.937] (**) ROCCAT ROCCAT Kone XTD: (accel) selected scheme none/0
[ 45755.937] (**) ROCCAT ROCCAT Kone XTD: (accel) acceleration factor: 2.000
[ 45755.937] (**) ROCCAT ROCCAT Kone XTD: (accel) acceleration threshold: 4
[ 45755.940] (II) event20 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard Mouse
[ 45755.940] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a pointer
[ 45755.940] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 45755.941] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput pointer catchall"
[ 45755.941] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[ 45755.941] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[ 45755.942] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[ 45755.942] (**) Option "Device" "/dev/input/event20"
[ 45755.942] (**) Option "_source" "_driver/libinput"
[ 45755.942] (II) libinput: ROCCAT ROCCAT Kone XTD: is a virtual subdevice
[ 45755.942] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.000B/input/input32/event20"
[ 45755.942] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: KEYBOARD, id 20)
[ 46068.346] (II) config/udev: removing device Logitech Logitech Illuminated Keyboard
[ 46068.346] (II) event18 - Logitech Logitech Illuminated Keyboard: device removed
[ 46068.358] (II) UnloadModule: "libinput"
[ 46068.385] (II) config/udev: removing device Logitech Logitech Illuminated Keyboard Consumer Control
[ 46068.387] (II) UnloadModule: "libinput"
[ 46068.387] (II) config/udev: removing device Logitech Logitech Illuminated Keyboard Consumer Control
[ 46068.387] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[ 46068.395] (II) UnloadModule: "libinput"
[ 46068.494] (II) config/udev: removing device ROCCAT ROCCAT Kone XTD
[ 46068.500] (II) UnloadModule: "libinput"
[ 46068.500] (II) config/udev: removing device ROCCAT ROCCAT Kone XTD
[ 46068.500] (II) event20 - ROCCAT ROCCAT Kone XTD: device removed
[ 46068.517] (II) UnloadModule: "libinput"
[ 46068.577] (II) config/udev: removing device ROCCAT ROCCAT Kone XTD
[ 46068.578] (II) event21 - ROCCAT ROCCAT Kone XTD: device removed
[ 46068.590] (II) UnloadModule: "libinput"
[ 51324.049] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/mouse1)
[ 51324.049] (II) No input driver specified, ignoring this device.
[ 51324.049] (II) This device may have been added with another device file.
[ 51324.093] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard Consumer Control (/dev/input/event19)
[ 51324.093] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 51324.093] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[ 51324.093] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[ 51324.093] (**) Option "Device" "/dev/input/event19"
[ 51324.093] (**) Option "_source" "server/udev"
[ 51324.096] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 51324.096] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[ 51324.096] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[ 51324.107] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: needs a virtual subdevice
[ 51324.107] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.000E/input/input35/event19"
[ 51324.107] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: MOUSE, id 15)
[ 51324.107] (**) Option "AccelerationScheme" "none"
[ 51324.108] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) selected scheme none/0
[ 51324.108] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 51324.108] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 51324.110] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 51324.110] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[ 51324.111] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 51324.111] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[ 51324.111] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[ 51324.111] (**) Option "Device" "/dev/input/event19"
[ 51324.111] (**) Option "_source" "_driver/libinput"
[ 51324.111] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: is a virtual subdevice
[ 51324.111] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.000E/input/input35/event19"
[ 51324.111] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: KEYBOARD, id 16)
[ 51324.112] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/event21)
[ 51324.113] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[ 51324.113] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[ 51324.113] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[ 51324.113] (**) Option "Device" "/dev/input/event21"
[ 51324.113] (**) Option "_source" "server/udev"
[ 51324.126] (II) event21 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard
[ 51324.126] (II) event21 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 51324.126] (II) event21 - ROCCAT ROCCAT Kone XTD: device removed
[ 51324.153] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.1/0003:1E7D:2E22.0010/input/input38/event21"
[ 51324.154] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: KEYBOARD, id 17)
[ 51324.158] (II) event21 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard
[ 51324.158] (II) event21 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 51324.161] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/event20)
[ 51324.161] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput pointer catchall"
[ 51324.161] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[ 51324.161] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[ 51324.161] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[ 51324.161] (**) Option "Device" "/dev/input/event20"
[ 51324.161] (**) Option "_source" "server/udev"
[ 51324.164] (II) event20 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard Mouse
[ 51324.165] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a pointer
[ 51324.165] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 51324.165] (II) event20 - ROCCAT ROCCAT Kone XTD: device removed
[ 51324.177] (II) libinput: ROCCAT ROCCAT Kone XTD: needs a virtual subdevice
[ 51324.177] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.000F/input/input37/event20"
[ 51324.177] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: MOUSE, id 18)
[ 51324.178] (**) Option "AccelerationScheme" "none"
[ 51324.179] (**) ROCCAT ROCCAT Kone XTD: (accel) selected scheme none/0
[ 51324.179] (**) ROCCAT ROCCAT Kone XTD: (accel) acceleration factor: 2.000
[ 51324.179] (**) ROCCAT ROCCAT Kone XTD: (accel) acceleration threshold: 4
[ 51324.181] (II) event20 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard Mouse
[ 51324.181] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a pointer
[ 51324.181] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 51324.181] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput pointer catchall"
[ 51324.181] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[ 51324.181] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[ 51324.182] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[ 51324.182] (**) Option "Device" "/dev/input/event20"
[ 51324.182] (**) Option "_source" "_driver/libinput"
[ 51324.182] (II) libinput: ROCCAT ROCCAT Kone XTD: is a virtual subdevice
[ 51324.182] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.000F/input/input37/event20"
[ 51324.182] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: KEYBOARD, id 19)
[ 51324.183] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event18)
[ 51324.183] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "libinput keyboard catchall"
[ 51324.183] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard'
[ 51324.183] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 51324.183] (**) Option "Device" "/dev/input/event18"
[ 51324.183] (**) Option "_source" "server/udev"
[ 51324.185] (II) event18 - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[ 51324.185] (II) event18 - Logitech Logitech Illuminated Keyboard: device is a keyboard
[ 51324.185] (II) event18 - Logitech Logitech Illuminated Keyboard: device removed
[ 51324.214] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.0/0003:046D:C318.000D/input/input34/event18"
[ 51324.214] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 20)
[ 51324.217] (II) event18 - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[ 51324.217] (II) event18 - Logitech Logitech Illuminated Keyboard: device is a keyboard
[ 51467.367] (II) event3  - Power Button: device removed
[ 51467.405] (II) event11 - Video Bus: device removed
[ 51467.468] (II) event10 - Video Bus: device removed
[ 51467.536] (II) event0  - Power Button: device removed
[ 51467.562] (II) event1  - Sleep Button: device removed
[ 51467.589] (II) event17 - HD WebCam: HD WebCam: device removed
[ 51467.632] (II) event4  - AT Translated Set 2 keyboard: device removed
[ 51467.710] (II) event6  - Acer WMI hotkeys: device removed
[ 51467.737] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[ 51467.775] (II) event21 - ROCCAT ROCCAT Kone XTD: device removed
[ 51467.840] (II) event20 - ROCCAT ROCCAT Kone XTD: device removed
[ 51467.869] (II) event18 - Logitech Logitech Illuminated Keyboard: device removed
[ 51476.422] (II) NVIDIA(0): Setting mode "NULL"
[ 51476.423] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 51476.423] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 51476.423] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 51476.423] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 51476.423] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 51476.423] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 51476.423] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 51476.423] (II) NVIDIA(0):     Config Options in the README.
[ 51477.602] (II) event3  - Power Button: is tagged by udev as: Keyboard
[ 51477.602] (II) event3  - Power Button: device is a keyboard
[ 51477.604] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[ 51477.604] (II) event11 - Video Bus: device is a keyboard
[ 51477.605] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 51477.606] (II) event10 - Video Bus: device is a keyboard
[ 51477.607] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 51477.607] (II) event0  - Power Button: device is a keyboard
[ 51477.608] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[ 51477.608] (II) event1  - Sleep Button: device is a keyboard
[ 51477.610] (II) event17 - HD WebCam: HD WebCam: is tagged by udev as: Keyboard
[ 51477.610] (II) event17 - HD WebCam: HD WebCam: device is a keyboard
[ 51477.612] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 51477.612] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[ 51477.613] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 51477.614] (II) event6  - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 51477.614] (II) event6  - Acer WMI hotkeys: device is a keyboard
[ 51477.616] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 51477.616] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[ 51477.619] (II) event21 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard
[ 51477.619] (II) event21 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 51477.621] (II) event20 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard Mouse
[ 51477.621] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a pointer
[ 51477.621] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 51477.624] (II) event18 - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[ 51477.624] (II) event18 - Logitech Logitech Illuminated Keyboard: device is a keyboard
[ 51550.229] (II) event3  - Power Button: device removed
[ 51550.251] (II) event11 - Video Bus: device removed
[ 51550.308] (II) event10 - Video Bus: device removed
[ 51550.361] (II) event0  - Power Button: device removed
[ 51550.378] (II) event1  - Sleep Button: device removed
[ 51550.404] (II) event17 - HD WebCam: HD WebCam: device removed
[ 51550.455] (II) event4  - AT Translated Set 2 keyboard: device removed
[ 51550.535] (II) event6  - Acer WMI hotkeys: device removed
[ 51550.563] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[ 51550.589] (II) event21 - ROCCAT ROCCAT Kone XTD: device removed
[ 51550.657] (II) event20 - ROCCAT ROCCAT Kone XTD: device removed
[ 51550.695] (II) event18 - Logitech Logitech Illuminated Keyboard: device removed
[ 51563.239] (II) config/udev: removing device Logitech Logitech Illuminated Keyboard
[ 51563.248] (II) UnloadModule: "libinput"
[ 51563.270] (II) NVIDIA(0): Setting mode "NULL"
[ 51563.275] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 51563.275] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 51563.275] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 51563.275] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 51563.275] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 51563.275] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 51563.275] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 51563.275] (II) NVIDIA(0):     Config Options in the README.
[ 51564.452] (II) event3  - Power Button: is tagged by udev as: Keyboard
[ 51564.452] (II) event3  - Power Button: device is a keyboard
[ 51564.454] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[ 51564.454] (II) event11 - Video Bus: device is a keyboard
[ 51564.455] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 51564.455] (II) event10 - Video Bus: device is a keyboard
[ 51564.457] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 51564.457] (II) event0  - Power Button: device is a keyboard
[ 51564.458] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[ 51564.458] (II) event1  - Sleep Button: device is a keyboard
[ 51564.460] (II) event17 - HD WebCam: HD WebCam: is tagged by udev as: Keyboard
[ 51564.460] (II) event17 - HD WebCam: HD WebCam: device is a keyboard
[ 51564.461] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 51564.462] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[ 51564.463] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 51564.464] (II) event6  - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 51564.464] (II) event6  - Acer WMI hotkeys: device is a keyboard
[ 51565.468] (EE) libinput bug: udev device never initialized (/dev/input/event19)
[ 51565.468] (EE) client bug: Invalid path /dev/input/event19
[ 51565.468] [dix] couldn't enable device 15
[ 51565.468] [dix] couldn't enable device 16
[ 51566.370] (II) event21 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard
[ 51566.370] (II) event21 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 51566.374] (II) event20 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard Mouse
[ 51566.374] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a pointer
[ 51566.374] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 51566.393] (II) config/udev: removing device Logitech Logitech Illuminated Keyboard Consumer Control
[ 51566.395] (II) UnloadModule: "libinput"
[ 51566.395] (II) config/udev: removing device Logitech Logitech Illuminated Keyboard Consumer Control
[ 51566.398] (II) UnloadModule: "libinput"
[ 51566.419] (II) config/udev: removing device ROCCAT ROCCAT Kone XTD
[ 51566.424] (II) UnloadModule: "libinput"
[ 51566.424] (II) config/udev: removing device ROCCAT ROCCAT Kone XTD
[ 51566.424] (II) event20 - ROCCAT ROCCAT Kone XTD: device removed
[ 51566.466] (II) UnloadModule: "libinput"
[ 51566.566] (II) config/udev: removing device ROCCAT ROCCAT Kone XTD
[ 51566.566] (II) event21 - ROCCAT ROCCAT Kone XTD: device removed
[ 51566.612] (II) UnloadModule: "libinput"
[ 51566.622] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/mouse1)
[ 51566.622] (II) No input driver specified, ignoring this device.
[ 51566.622] (II) This device may have been added with another device file.
[ 51566.622] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event18)
[ 51566.622] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "libinput keyboard catchall"
[ 51566.622] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard'
[ 51566.622] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 51566.622] (**) Option "Device" "/dev/input/event18"
[ 51566.622] (**) Option "_source" "server/udev"
[ 51566.624] (II) event18 - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[ 51566.624] (II) event18 - Logitech Logitech Illuminated Keyboard: device is a keyboard
[ 51566.624] (II) event18 - Logitech Logitech Illuminated Keyboard: device removed
[ 51566.639] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.0/0003:046D:C318.0011/input/input39/event18"
[ 51566.639] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 15)
[ 51566.643] (II) event18 - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[ 51566.643] (II) event18 - Logitech Logitech Illuminated Keyboard: device is a keyboard
[ 51566.646] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/event20)
[ 51566.646] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput pointer catchall"
[ 51566.646] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[ 51566.646] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[ 51566.646] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[ 51566.646] (**) Option "Device" "/dev/input/event20"
[ 51566.646] (**) Option "_source" "server/udev"
[ 51566.649] (II) event20 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard Mouse
[ 51566.649] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a pointer
[ 51566.649] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 51566.649] (II) event20 - ROCCAT ROCCAT Kone XTD: device removed
[ 51566.657] (II) libinput: ROCCAT ROCCAT Kone XTD: needs a virtual subdevice
[ 51566.657] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.0013/input/input42/event20"
[ 51566.657] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: MOUSE, id 16)
[ 51566.658] (**) Option "AccelerationScheme" "none"
[ 51566.659] (**) ROCCAT ROCCAT Kone XTD: (accel) selected scheme none/0
[ 51566.659] (**) ROCCAT ROCCAT Kone XTD: (accel) acceleration factor: 2.000
[ 51566.659] (**) ROCCAT ROCCAT Kone XTD: (accel) acceleration threshold: 4
[ 51566.661] (II) event20 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard Mouse
[ 51566.661] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a pointer
[ 51566.661] (II) event20 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 51566.662] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput pointer catchall"
[ 51566.662] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[ 51566.662] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[ 51566.662] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[ 51566.662] (**) Option "Device" "/dev/input/event20"
[ 51566.662] (**) Option "_source" "_driver/libinput"
[ 51566.662] (II) libinput: ROCCAT ROCCAT Kone XTD: is a virtual subdevice
[ 51566.662] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.0013/input/input42/event20"
[ 51566.662] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: KEYBOARD, id 17)
[ 51566.665] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard Consumer Control (/dev/input/event19)
[ 51566.665] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 51566.665] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[ 51566.665] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[ 51566.665] (**) Option "Device" "/dev/input/event19"
[ 51566.665] (**) Option "_source" "server/udev"
[ 51566.667] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 51566.667] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[ 51566.668] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[ 51566.702] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: needs a virtual subdevice
[ 51566.702] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.0012/input/input40/event19"
[ 51566.702] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: MOUSE, id 18)
[ 51566.703] (**) Option "AccelerationScheme" "none"
[ 51566.705] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) selected scheme none/0
[ 51566.705] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 51566.705] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 51566.709] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 51566.709] (II) event19 - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[ 51566.710] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 51566.710] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[ 51566.711] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[ 51566.711] (**) Option "Device" "/dev/input/event19"
[ 51566.711] (**) Option "_source" "_driver/libinput"
[ 51566.711] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: is a virtual subdevice
[ 51566.711] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.0012/input/input40/event19"
[ 51566.711] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: KEYBOARD, id 19)
[ 51566.713] (II) config/udev: Adding input device ROCCAT ROCCAT Kone XTD (/dev/input/event21)
[ 51566.713] (**) ROCCAT ROCCAT Kone XTD: Applying InputClass "libinput keyboard catchall"
[ 51566.713] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone XTD'
[ 51566.713] (**) ROCCAT ROCCAT Kone XTD: always reports core events
[ 51566.713] (**) Option "Device" "/dev/input/event21"
[ 51566.713] (**) Option "_source" "server/udev"
[ 51566.715] (II) event21 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard
[ 51566.715] (II) event21 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 51566.715] (II) event21 - ROCCAT ROCCAT Kone XTD: device removed
[ 51566.760] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.1/0003:1E7D:2E22.0014/input/input43/event21"
[ 51566.760] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone XTD" (type: KEYBOARD, id 20)
[ 51566.764] (II) event21 - ROCCAT ROCCAT Kone XTD: is tagged by udev as: Keyboard
[ 51566.764] (II) event21 - ROCCAT ROCCAT Kone XTD: device is a keyboard
[ 51719.322] (II) event20 - ROCCAT ROCCAT Kone XTD: SYN_DROPPED event - some input events have been lost.
[ 51823.681] (II) config/udev: Adding input device 1MORE ANC TWS (AVRCP) (/dev/input/event22)
[ 51823.681] (**) 1MORE ANC TWS (AVRCP): Applying InputClass "libinput keyboard catchall"
[ 51823.681] (II) Using input driver 'libinput' for '1MORE ANC TWS (AVRCP)'
[ 51823.681] (**) 1MORE ANC TWS (AVRCP): always reports core events
[ 51823.681] (**) Option "Device" "/dev/input/event22"
[ 51823.681] (**) Option "_source" "server/udev"
[ 51823.682] (II) event22 - 1MORE ANC TWS (AVRCP): is tagged by udev as: Keyboard
[ 51823.682] (II) event22 - 1MORE ANC TWS (AVRCP): device is a keyboard
[ 51823.682] (II) event22 - 1MORE ANC TWS (AVRCP): device removed
[ 51823.700] (**) Option "config_info" "udev:/sys/devices/virtual/input/input44/event22"
[ 51823.700] (II) XINPUT: Adding extended input device "1MORE ANC TWS (AVRCP)" (type: KEYBOARD, id 21)
[ 51823.703] (II) event22 - 1MORE ANC TWS (AVRCP): is tagged by udev as: Keyboard
[ 51823.703] (II) event22 - 1MORE ANC TWS (AVRCP): device is a keyboard
[ 51902.141] [dix] EventToCore: Not implemented yet 
[ 51975.542] (II) config/udev: removing device 1MORE ANC TWS (AVRCP)
[ 51975.542] (II) event22 - 1MORE ANC TWS (AVRCP): device removed
[ 51975.554] (II) UnloadModule: "libinput"
[ 52009.009] (II) config/udev: Adding input device 1MORE ANC TWS (AVRCP) (/dev/input/event22)
[ 52009.009] (**) 1MORE ANC TWS (AVRCP): Applying InputClass "libinput keyboard catchall"
[ 52009.009] (II) Using input driver 'libinput' for '1MORE ANC TWS (AVRCP)'
[ 52009.009] (**) 1MORE ANC TWS (AVRCP): always reports core events
[ 52009.009] (**) Option "Device" "/dev/input/event22"
[ 52009.009] (**) Option "_source" "server/udev"
[ 52009.010] (II) event22 - 1MORE ANC TWS (AVRCP): is tagged by udev as: Keyboard
[ 52009.010] (II) event22 - 1MORE ANC TWS (AVRCP): device is a keyboard
[ 52009.011] (II) event22 - 1MORE ANC TWS (AVRCP): device removed
[ 52009.027] (**) Option "config_info" "udev:/sys/devices/virtual/input/input45/event22"
[ 52009.027] (II) XINPUT: Adding extended input device "1MORE ANC TWS (AVRCP)" (type: KEYBOARD, id 21)
[ 52009.029] (II) event22 - 1MORE ANC TWS (AVRCP): is tagged by udev as: Keyboard
[ 52009.029] (II) event22 - 1MORE ANC TWS (AVRCP): device is a keyboard
[ 52021.957] [dix] EventToCore: Not implemented yet 
[ 52025.235] [dix] EventToCore: Not implemented yet 
[ 52505.446] (II) config/udev: removing device 1MORE ANC TWS (AVRCP)
[ 52505.446] (II) event22 - 1MORE ANC TWS (AVRCP): device removed
[ 52505.460] (II) UnloadModule: "libinput"

dmesg:

[    0.443345] PM: Registering ACPI NVS region [mem 0x8cebf000-0x8cfbefff] (1048576 bytes)
[    0.443345] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.443345] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.443345] pinctrl core: initialized pinctrl subsystem
[    0.443345] PM: RTC time: 10:15:59, date: 2020-05-16
[    0.443345] thermal_sys: Registered thermal governor 'fair_share'
[    0.443345] thermal_sys: Registered thermal governor 'bang_bang'
[    0.443345] thermal_sys: Registered thermal governor 'step_wise'
[    0.443345] thermal_sys: Registered thermal governor 'user_space'
[    0.443345] thermal_sys: Registered thermal governor 'power_allocator'
[    0.443345] NET: Registered protocol family 16
[    0.443345] audit: initializing netlink subsys (disabled)
[    0.443345] audit: type=2000 audit(1589624159.316:1): state=initialized audit_enabled=0 res=1
[    0.445905] cpuidle: using governor ladder
[    0.445907] cpuidle: using governor menu
[    0.445941] Simple Boot Flag at 0x44 set to 0x1
[    0.445976] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.445977] ACPI: bus type PCI registered
[    0.445979] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.446068] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.446086] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.446108] PCI: Using configuration type 1 for base access
[    0.446136] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.446682] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.449277] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.449277] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.452642] fbcon: Taking over console
[    0.452655] ACPI: Added _OSI(Module Device)
[    0.452657] ACPI: Added _OSI(Processor Device)
[    0.452658] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.452659] ACPI: Added _OSI(Processor Aggregator Device)
[    0.452661] ACPI: Added _OSI(Linux-Dell-Video)
[    0.452662] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.452664] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.474115] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.476789] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.479120] ACPI: Dynamic OEM Table Load:
[    0.479130] ACPI: SSDT 0xFFFF904E55CE3800 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121114)
[    0.481014] ACPI: Dynamic OEM Table Load:
[    0.481023] ACPI: SSDT 0xFFFF904E55C95000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121114)
[    0.482997] ACPI: Dynamic OEM Table Load:
[    0.483005] ACPI: SSDT 0xFFFF904E55C36200 000119 (v01 PmRef  ApCst    00003000 INTL 20121114)
[    0.485686] ACPI: EC: EC started
[    0.485687] ACPI: EC: interrupt blocked
[    0.486094] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.486098] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.486098] ACPI: Interpreter enabled
[    0.486148] ACPI: (supports S0 S3 S4 S5)
[    0.486149] ACPI: Using IOAPIC for interrupt routing
[    0.486195] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.486729] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.517518] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.517527] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.518635] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.518637] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.519722] PCI host bridge to bus 0000:00
[    0.519726] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.519728] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.519730] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.519732] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff window]
[    0.519734] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.519748] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    0.520060] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[    0.520077] pci 0000:00:02.0: reg 0x10: [mem 0xb3000000-0xb33fffff 64bit]
[    0.520086] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.520093] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.520111] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.520453] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    0.520469] pci 0000:00:03.0: reg 0x10: [mem 0xb3610000-0xb3613fff 64bit]
[    0.520814] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    0.520838] pci 0000:00:14.0: reg 0x10: [mem 0xb3600000-0xb360ffff 64bit]
[    0.520908] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.521205] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    0.521232] pci 0000:00:16.0: reg 0x10: [mem 0xb3618000-0xb361801f 64bit]
[    0.521312] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.521595] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    0.521617] pci 0000:00:1b.0: reg 0x10: [mem 0xb3614000-0xb3617fff 64bit]
[    0.521697] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.521988] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
[    0.522294] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.522687] pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400
[    0.522786] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.523170] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
[    0.523266] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.523649] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
[    0.523744] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.524127] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[    0.524523] pci 0000:00:1d.0: reg 0x10: [mem 0xb361c000-0xb361c3ff]
[    0.525699] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.526012] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    0.526429] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
[    0.526449] pci 0000:00:1f.2: reg 0x10: [io  0x5088-0x508f]
[    0.526457] pci 0000:00:1f.2: reg 0x14: [io  0x5094-0x5097]
[    0.526465] pci 0000:00:1f.2: reg 0x18: [io  0x5080-0x5087]
[    0.526473] pci 0000:00:1f.2: reg 0x1c: [io  0x5090-0x5093]
[    0.526481] pci 0000:00:1f.2: reg 0x20: [io  0x5060-0x507f]
[    0.526490] pci 0000:00:1f.2: reg 0x24: [mem 0xb361b000-0xb361b7ff]
[    0.526532] pci 0000:00:1f.2: PME# supported from D3hot
[    0.526816] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    0.526837] pci 0000:00:1f.3: reg 0x10: [mem 0xb3619000-0xb36190ff 64bit]
[    0.526860] pci 0000:00:1f.3: reg 0x20: [io  0x5040-0x505f]
[    0.527215] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.527295] pci 0000:04:00.0: [168c:0034] type 00 class 0x028000
[    0.527333] pci 0000:04:00.0: reg 0x10: [mem 0xb3500000-0xb357ffff 64bit]
[    0.527391] pci 0000:04:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    0.527477] pci 0000:04:00.0: supports D1 D2
[    0.527479] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.527637] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.527643] pci 0000:00:1c.2:   bridge window [mem 0xb3500000-0xb35fffff]
[    0.527739] pci 0000:05:00.0: [10ec:5287] type 00 class 0xff0000
[    0.527781] pci 0000:05:00.0: reg 0x10: [mem 0xb3405000-0xb3405fff]
[    0.527855] pci 0000:05:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    0.527976] pci 0000:05:00.0: supports D1 D2
[    0.527978] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.528154] pci 0000:05:00.1: [10ec:8168] type 00 class 0x020000
[    0.528195] pci 0000:05:00.1: reg 0x10: [io  0x4000-0x40ff]
[    0.528230] pci 0000:05:00.1: reg 0x18: [mem 0xb3404000-0xb3404fff 64bit]
[    0.528254] pci 0000:05:00.1: reg 0x20: [mem 0xb3400000-0xb3403fff 64bit]
[    0.528393] pci 0000:05:00.1: supports D1 D2
[    0.528395] pci 0000:05:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.528610] pci 0000:00:1c.3: PCI bridge to [bus 05]
[    0.528614] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.528617] pci 0000:00:1c.3:   bridge window [mem 0xb3400000-0xb34fffff]
[    0.528705] pci 0000:01:00.0: [10de:0fe4] type 00 class 0x030200
[    0.528732] pci 0000:01:00.0: reg 0x10: [mem 0xb2000000-0xb2ffffff]
[    0.528748] pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.528764] pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
[    0.528774] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.528785] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.528805] pci 0000:01:00.0: Enabling HDA controller
[    0.528900] pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x4 link at 0000:00:1c.4 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[    0.529061] pci 0000:00:1c.4: PCI bridge to [bus 01]
[    0.529064] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.529068] pci 0000:00:1c.4:   bridge window [mem 0xb2000000-0xb2ffffff]
[    0.529073] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
[    0.530331] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.530430] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.530525] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.530621] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.530717] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.530811] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.530906] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.531002] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.531666] ACPI: EC: interrupt unblocked
[    0.531678] ACPI: EC: event unblocked
[    0.531685] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.531686] ACPI: EC: GPE=0x7
[    0.531689] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
[    0.531779] iommu: Default domain type: Translated 
[    0.531802] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.531802] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.531802] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.531802] vgaarb: loaded
[    0.531802] SCSI subsystem initialized
[    0.532588] libata version 3.00 loaded.
[    0.532588] ACPI: bus type USB registered
[    0.532612] usbcore: registered new interface driver usbfs
[    0.532621] usbcore: registered new interface driver hub
[    0.532649] usbcore: registered new device driver usb
[    0.532674] pps_core: LinuxPPS API ver. 1 registered
[    0.532675] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.532678] PTP clock support registered
[    0.532688] EDAC MC: Ver: 3.0.0
[    0.532774] Registered efivars operations
[    0.532774] PCI: Using ACPI for IRQ routing
[    0.539651] PCI: pci_cache_line_size set to 64 bytes
[    0.539704] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
[    0.539705] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
[    0.539707] e820: reserve RAM buffer [mem 0x85e00018-0x87ffffff]
[    0.539708] e820: reserve RAM buffer [mem 0x85e18018-0x87ffffff]
[    0.539709] e820: reserve RAM buffer [mem 0x86cb0000-0x87ffffff]
[    0.539711] e820: reserve RAM buffer [mem 0x8a3e0000-0x8bffffff]
[    0.539712] e820: reserve RAM buffer [mem 0x8c6bf000-0x8fffffff]
[    0.539713] e820: reserve RAM buffer [mem 0x8d000000-0x8fffffff]
[    0.539715] e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
[    0.539870] NetLabel: Initializing
[    0.539871] NetLabel:  domain hash size = 128
[    0.539872] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.539899] NetLabel:  unlabeled traffic allowed by default
[    0.539905] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.539905] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.541339] clocksource: Switched to clocksource tsc-early
[    0.557831] *** VALIDATE bpf ***
[    0.557964] VFS: Disk quotas dquot_6.6.0
[    0.557986] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.558025] *** VALIDATE ramfs ***
[    0.558030] *** VALIDATE hugetlbfs ***
[    0.558088] pnp: PnP ACPI init
[    0.558331] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.558334] system 00:00: [io  0xffff] has been reserved
[    0.558336] system 00:00: [io  0xffff] has been reserved
[    0.558338] system 00:00: [io  0xffff] has been reserved
[    0.558340] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.558343] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.558351] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.558426] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.558510] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.558515] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.558546] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.558573] pnp 00:04: Plug and Play ACPI device, IDs SYN1b71 SYN1b00 SYN0002 PNP0f13 (active)
[    0.558801] pnp 00:05: disabling [mem 0xffffffff-0x100000ffe] because it overlaps 0000:04:00.0 BAR 6 [mem 0xffff0000-0xffffffff pref]
[    0.558804] pnp 00:05: disabling [mem 0xffffffff-0x100000ffe disabled] because it overlaps 0000:05:00.0 BAR 6 [mem 0xffff0000-0xffffffff pref]
[    0.558809] pnp 00:05: disabling [mem 0xffffffff-0x100000ffe disabled] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfff80000-0xffffffff pref]
[    0.558841] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.558844] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.558846] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.558851] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.558853] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.558856] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.558858] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.558860] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[    0.558862] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.558864] system 00:05: [mem 0x9fa11000-0x9fa11fff] has been reserved
[    0.558869] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.264433] pnp: PnP ACPI: found 6 devices
[    1.270749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.270796] pci 0000:04:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    1.270798] pci 0000:05:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    1.270800] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    1.270807] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    1.270810] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    1.270812] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    1.270823] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9fb00000-0x9fcfffff]
[    1.270829] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9fd00000-0x9fefffff 64bit pref]
[    1.270832] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    1.270836] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.270839] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    1.270844] pci 0000:00:1c.0:   bridge window [mem 0x9fb00000-0x9fcfffff]
[    1.270848] pci 0000:00:1c.0:   bridge window [mem 0x9fd00000-0x9fefffff 64bit pref]
[    1.270855] pci 0000:04:00.0: BAR 6: assigned [mem 0xb3580000-0xb358ffff pref]
[    1.270857] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    1.270862] pci 0000:00:1c.2:   bridge window [mem 0xb3500000-0xb35fffff]
[    1.270871] pci 0000:05:00.0: BAR 6: assigned [mem 0xb3410000-0xb341ffff pref]
[    1.270873] pci 0000:00:1c.3: PCI bridge to [bus 05]
[    1.270875] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    1.270880] pci 0000:00:1c.3:   bridge window [mem 0xb3400000-0xb34fffff]
[    1.270889] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
[    1.270891] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
[    1.270893] pci 0000:00:1c.4: PCI bridge to [bus 01]
[    1.270895] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    1.270900] pci 0000:00:1c.4:   bridge window [mem 0xb2000000-0xb2ffffff]
[    1.270903] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
[    1.270911] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.270913] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.270914] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.270916] pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xfeafffff window]
[    1.270918] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    1.270920] pci_bus 0000:02: resource 1 [mem 0x9fb00000-0x9fcfffff]
[    1.270921] pci_bus 0000:02: resource 2 [mem 0x9fd00000-0x9fefffff 64bit pref]
[    1.270923] pci_bus 0000:04: resource 1 [mem 0xb3500000-0xb35fffff]
[    1.270925] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    1.270927] pci_bus 0000:05: resource 1 [mem 0xb3400000-0xb34fffff]
[    1.270929] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    1.270930] pci_bus 0000:01: resource 1 [mem 0xb2000000-0xb2ffffff]
[    1.270932] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xb1ffffff 64bit pref]
[    1.271127] NET: Registered protocol family 2
[    1.271322] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    1.271390] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.271590] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    1.271715] TCP: Hash tables configured (established 65536 bind 65536)
[    1.271787] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.271825] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.271950] NET: Registered protocol family 1
[    1.271956] NET: Registered protocol family 44
[    1.271972] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.290438] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x654 took 16558 usecs
[    1.290472] PCI: CLS 64 bytes, default 64
[    1.290535] Trying to unpack rootfs image as initramfs...
[    1.506470] Freeing initrd memory: 9340K
[    1.506480] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.506482] software IO TLB: mapped [mem 0x810c0000-0x850c0000] (64MB)
[    1.506658] check: Scanning for low memory corruption every 60 seconds
[    1.507163] Initialise system trusted keyrings
[    1.507173] Key type blacklist registered
[    1.507241] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    1.509137] zbud: loaded
[    1.517818] Key type asymmetric registered
[    1.517821] Asymmetric key parser 'x509' registered
[    1.517835] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    1.517904] io scheduler mq-deadline registered
[    1.517906] io scheduler kyber registered
[    1.517955] io scheduler bfq registered
[    1.518478] pcieport 0000:00:1c.0: PME: Signaling with IRQ 40
[    1.518514] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.518855] pcieport 0000:00:1c.2: PME: Signaling with IRQ 41
[    1.519116] pcieport 0000:00:1c.3: PME: Signaling with IRQ 42
[    1.519366] pcieport 0000:00:1c.4: PME: Signaling with IRQ 43
[    1.519486] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.519605] efifb: probing for efifb
[    1.519625] efifb: framebuffer at 0xc0000000, using 3072k, total 3072k
[    1.519627] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.519627] efifb: scrolling: redraw
[    1.519629] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.519751] Console: switching to colour frame buffer device 128x48
[    1.522546] fb0: EFI VGA frame buffer device
[    1.522558] intel_idle: MWAIT substates: 0x11142120
[    1.522559] intel_idle: v0.4.1 model 0x45
[    1.522955] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.523079] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.523115] ACPI: Power Button [PWRB]
[    1.523163] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    1.523186] ACPI: Sleep Button [SLPB]
[    1.523231] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    1.523251] ACPI: Lid Switch [LID]
[    1.523291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.523422] ACPI: Power Button [PWRF]
[    1.531180] thermal LNXTHERM:00: registered as thermal_zone0
[    1.531183] ACPI: Thermal Zone [TZ01] (29 C)
[    1.531600] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.532787] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.532789] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.533651] ahci 0000:00:1f.2: version 3.0
[    1.547035] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0x3 impl SATA mode
[    1.547039] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    1.547796] scsi host0: ahci
[    1.548231] scsi host1: ahci
[    1.548533] scsi host2: ahci
[    1.548613] ata1: SATA max UDMA/133 abar m2048@0xb361b000 port 0xb361b100 irq 44
[    1.548615] ata2: SATA max UDMA/133 abar m2048@0xb361b000 port 0xb361b180 irq 44
[    1.548616] ata3: DUMMY
[    1.548706] usbcore: registered new interface driver usbserial_generic
[    1.548740] usbserial: USB Serial support registered for generic
[    1.548766] rtc_cmos 00:01: RTC can wake from S4
[    1.549031] rtc_cmos 00:01: registered as rtc0
[    1.549056] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
[    1.549145] intel_pstate: Intel P-state driver initializing
[    1.549420] ledtrig-cpu: registered to indicate activity on CPUs
[    1.549577] drop_monitor: Initializing network drop monitor service
[    1.550047] NET: Registered protocol family 10
[    1.565043] Segment Routing with IPv6
[    1.565068] NET: Registered protocol family 17
[    1.565277] RAS: Correctable Errors collector initialized.
[    1.565320] microcode: sig=0x40651, pf=0x40, revision=0x10
[    1.565408] microcode: Microcode Update Driver: v2.2.
[    1.565412] IPI shorthand broadcast: enabled
[    1.565419] sched_clock: Marking stable (1565050728, 353744)->(1581661282, -16256810)
[    1.565532] registered taskstats version 1
[    1.565540] Loading compiled-in X.509 certificates
[    1.569265] Loaded X.509 cert 'Build time autogenerated kernel key: c4cc067988b7bd8a3eb0099eca841cd5a87fd866'
[    1.569293] zswap: loaded using pool lzo/zbud
[    1.569470] Key type ._fscrypt registered
[    1.569471] Key type .fscrypt registered
[    1.569472] Key type fscrypt-provisioning registered
[    1.576369] Key type big_key registered
[    1.577002] PM:   Magic number: 4:973:274
[    1.577026] tty tty11: hash matches
[    1.577097] rtc_cmos 00:01: setting system clock to 2020-05-16T10:16:00 UTC (1589624160)
[    1.863698] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.863718] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.864279] ata2.00: supports DRM functions and may not be fully accessible
[    1.864410] ata2.00: ATA-11: KINGSTON SUV500MS480G, 003056RI, max UDMA/133
[    1.864413] ata2.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.865595] ata2.00: Trusted Computing capability qword not valid!
[    1.866362] ata2.00: supports DRM functions and may not be fully accessible
[    1.867260] ata2.00: Trusted Computing capability qword not valid!
[    1.867266] ata2.00: configured for UDMA/133
[    1.870351] tsc: Refined TSC clocksource calibration: 2294.688 MHz
[    1.870360] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x21139aef754, max_idle_ns: 440795211890 ns
[    1.870381] clocksource: Switched to clocksource tsc
[    1.873130] ata1.00: ATA-8: ST500LT012-9WS142, 0001SDM1, max UDMA/133
[    1.873133] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.912949] ata1.00: configured for UDMA/133
[    1.913366] scsi 0:0:0:0: Direct-Access     ATA      ST500LT012-9WS14 SDM1 PQ: 0 ANSI: 5
[    1.913686] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.913690] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.913711] sd 0:0:0:0: [sda] Write Protect is off
[    1.913715] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.913742] scsi 1:0:0:0: Direct-Access     ATA      KINGSTON SUV500M 56RI PQ: 0 ANSI: 5
[    1.913751] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.914152] sd 1:0:0:0: [sdb] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[    1.914155] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    1.914171] sd 1:0:0:0: [sdb] Write Protect is off
[    1.914173] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.914196] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.919841]  sda: sda1
[    1.920538] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.051244]  sdb: sdb1 sdb2 sdb3 sdb4 sdb5
[    2.052133] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.054238] Freeing unused decrypted memory: 2040K
[    2.054868] Freeing unused kernel image (initmem) memory: 1628K
[    2.072706] Write protecting the kernel read-only data: 20480k
[    2.073810] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    2.074486] Freeing unused kernel image (rodata/data gap) memory: 1640K
[    2.117285] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.117287] x86/mm: Checking user space page tables
[    2.151581] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.151582] Run /init as init process
[    2.151583]   with arguments:
[    2.151584]     /init
[    2.151585]   with environment:
[    2.151585]     HOME=/
[    2.151586]     TERM=linux
[    2.283243] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.288671] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.289390] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.298316] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.300166] ehci-pci: EHCI PCI platform driver
[    2.300365] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.300372] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    2.300384] ehci-pci 0000:00:1d.0: debug port 2
[    2.304293] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    2.304309] ehci-pci 0000:00:1d.0: irq 23, io mem 0xb361c000
[    2.315993] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.316061] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    2.316064] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.316066] usb usb1: Product: EHCI Host Controller
[    2.316068] usb usb1: Manufacturer: Linux 5.6.11-arch1-1 ehci_hcd
[    2.316070] usb usb1: SerialNumber: 0000:00:1d.0
[    2.316425] hub 1-0:1.0: USB hub found
[    2.316437] hub 1-0:1.0: 2 ports detected
[    2.317508] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.317516] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.318587] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[    2.318594] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.318903] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    2.318906] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.318908] usb usb2: Product: xHCI Host Controller
[    2.318910] usb usb2: Manufacturer: Linux 5.6.11-arch1-1 xhci-hcd
[    2.318912] usb usb2: SerialNumber: 0000:00:14.0
[    2.319072] hub 2-0:1.0: USB hub found
[    2.319087] hub 2-0:1.0: 9 ports detected
[    2.319470] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.319475] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.319480] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    2.319535] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
[    2.319536] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.319538] usb usb3: Product: xHCI Host Controller
[    2.319539] usb usb3: Manufacturer: Linux 5.6.11-arch1-1 xhci-hcd
[    2.319541] usb usb3: SerialNumber: 0000:00:14.0
[    2.319706] hub 3-0:1.0: USB hub found
[    2.319717] hub 3-0:1.0: 4 ports detected
[    2.329789] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.468468] random: fast init done
[    2.646009] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.649332] usb 2-3: new high-speed USB device number 2 using xhci_hcd
[    2.793048] usb 1-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    2.793054] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.793476] hub 1-1:1.0: USB hub found
[    2.793646] hub 1-1:1.0: 8 ports detected
[    2.897803] usb 2-3: New USB device found, idVendor=064e, idProduct=e330, bcdDevice= 1.00
[    2.897808] usb 2-3: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[    2.897811] usb 2-3: Product: HD WebCam
[    2.897814] usb 2-3: Manufacturer: SuYin
[    3.025949] usb 2-4: new full-speed USB device number 3 using xhci_hcd
[    3.167378] usb 2-4: string descriptor 0 read error: -22
[    3.167387] usb 2-4: New USB device found, idVendor=04ca, idProduct=3006, bcdDevice= 0.01
[    3.167391] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.289247] usb 2-7: new full-speed USB device number 4 using xhci_hcd
[    3.403516] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    3.448296] usb 2-7: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[    3.448299] usb 2-7: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    3.448301] usb 2-7: Product: CSR8510 A10
[    3.559821] systemd[1]: systemd 245.5-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    3.576098] systemd[1]: Detected architecture x86-64.
[    3.608065] systemd[1]: Set hostname to <tbhiiArch>.
[    3.900948] systemd[1]: Created slice system-getty.slice.
[    3.901218] systemd[1]: Created slice system-modprobe.slice.
[    3.901449] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.901743] systemd[1]: Created slice User and Session Slice.
[    3.901851] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.901948] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.902138] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.902233] systemd[1]: Reached target Local Encrypted Volumes.
[    3.902292] systemd[1]: Reached target Login Prompts.
[    3.902354] systemd[1]: Reached target Remote File Systems.
[    3.902409] systemd[1]: Reached target Slices.
[    3.902513] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.902853] systemd[1]: Listening on LVM2 metadata daemon socket.
[    3.902972] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.904448] systemd[1]: Listening on Process Core Dump Socket.
[    3.904554] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.904728] systemd[1]: Listening on Journal Audit Socket.
[    3.904858] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.904987] systemd[1]: Listening on Journal Socket.
[    3.905112] systemd[1]: Listening on udev Control Socket.
[    3.905217] systemd[1]: Listening on udev Kernel Socket.
[    3.906004] systemd[1]: Mounting Huge Pages File System...
[    3.906998] systemd[1]: Mounting POSIX Message Queue File System...
[    3.908420] systemd[1]: Mounting Kernel Debug File System...
[    3.909776] systemd[1]: Mounting Kernel Trace File System...
[    3.910907] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.912276] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    3.913570] systemd[1]: Starting Load Kernel Module drm...
[    3.916073] systemd[1]: Starting Set Up Additional Binary Formats...
[    3.916258] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.918037] systemd[1]: Starting Journal Service...
[    3.921827] systemd[1]: Starting Load Kernel Modules...
[    3.924872] Linux agpgart interface v0.103
[    3.925164] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.926008] random: lvm: uninitialized urandom read (4 bytes read)
[    3.926608] systemd[1]: Starting udev Coldplug all Devices...
[    3.936361] systemd[1]: Mounted Huge Pages File System.
[    3.937709] systemd[1]: Mounted POSIX Message Queue File System.
[    3.938994] systemd[1]: Mounted Kernel Debug File System.
[    3.940296] systemd[1]: Mounted Kernel Trace File System.
[    3.942097] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.943518] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 273 (systemd-binfmt)
[    3.944999] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    3.947462] systemd[1]: Started LVM2 metadata daemon.
[    3.948135] EXT4-fs (sdb2): re-mounted. Opts: (null)
[    3.949521] mc: Linux media interface: v0.10
[    3.953280] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.955265] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    3.957247] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    3.966878] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    3.968062] systemd[1]: Starting Load/Save Random Seed...
[    3.969257] systemd[1]: Condition check resulted in Create System Users being skipped.
[    3.970366] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.972296] systemd[1]: Finished Set Up Additional Binary Formats.
[    3.980331] videodev: Linux video capture interface: v2.00
[    4.000011] systemd[1]: Finished Create Static Device Nodes in /dev.
[    4.002518] systemd[1]: Starting udev Kernel Device Manager...
[    4.009638] systemd[1]: modprobe@drm.service: Succeeded.
[    4.010113] systemd[1]: Finished Load Kernel Module drm.
[    4.050404] systemd[1]: Finished udev Coldplug all Devices.
[    4.166245] loop: module loaded
[    4.175189] systemd[1]: Finished Load Kernel Modules.
[    4.176704] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    4.177842] systemd[1]: Mounting Kernel Configuration File System...
[    4.180225] systemd[1]: Starting Apply Kernel Variables...
[    4.182608] systemd[1]: Mounted Kernel Configuration File System.
[    4.196072] systemd[1]: Finished Apply Kernel Variables.
[    4.340185] systemd[1]: Started Journal Service.
[    4.341402] audit: type=1130 audit(1589624163.259:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.353095] systemd-journald[274]: Received client request to flush runtime journal.
[    4.362052] systemd-journald[274]: File /var/log/journal/fbbfea22f77945d1a3b9ed68ec0ac822/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    4.456903] audit: type=1130 audit(1589624163.376:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.472023] audit: type=1130 audit(1589624163.389:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.528542] ACPI: AC Adapter [ACAD] (on-line)
[    4.544072] wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
[    4.544075] wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
[    4.544078] wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
[    4.544080] wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
[    4.631842] random: mktemp: uninitialized urandom read (6 bytes read)
[    4.632405] random: mktemp: uninitialized urandom read (6 bytes read)
[    4.644502] battery: ACPI: Battery Slot [BAT1] (battery present)
[    4.787715] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    4.787855] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.824475] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.825181] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    4.825184] cfg80211: failed to load regulatory.db
[    4.827881] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    4.831026] IPMI message handler: version 39.2
[    4.832110] r8169 0000:05:00.1: can't disable ASPM; OS doesn't have ASPM control
[    4.832586] Adding 10485756k swap on /dev/sdb3.  Priority:-2 extents:1 across:10485756k SSFS
[    4.843419] libphy: r8169: probed
[    4.843650] r8169 0000:05:00.1 eth0: RTL8411b, 08:9e:01:d1:8a:98, XID 5c8, IRQ 48
[    4.843653] r8169 0000:05:00.1 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    4.856658] ipmi device interface
[    4.861162] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    4.861165] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    4.861166] RAPL PMU: hw unit of domain package 2^-14 Joules
[    4.861167] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    4.861168] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    4.969274] cryptd: max_cpu_qlen set to 1000
[    5.053484] AVX2 version of gcm_enc/dec engaged.
[    5.053486] AES CTR mode by8 optimization enabled
[    5.065889] audit: type=1130 audit(1589624163.983:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.138527] acer_wmi: Acer Laptop ACPI-WMI Extras
[    5.138555] acer_wmi: Function bitmap for Communication Button: 0x1
[    5.155119] input: Acer WMI hotkeys as /devices/virtual/input/input8
[    5.172384] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    5.208808] audit: type=1130 audit(1589624164.126:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-3CAA\x2d572D comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.212014] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC282: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    5.212018] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.212020] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    5.212022] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    5.212024] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    5.212026] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    5.212028] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    5.248758] random: crng init done
[    5.248760] random: 4 urandom warning(s) missed due to ratelimiting
[    5.261253] audit: type=1130 audit(1589624164.179:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.284329] iTCO_vendor_support: vendor-support=0
[    5.291326] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    5.291835] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
[    5.292198] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    5.325264] intel-spi intel-spi: unrecognized JEDEC id bytes: 37 40 15 37 40 15
[    5.326693] intel-spi intel-spi: failed to locate the chip
[    5.326704] intel-spi: probe of intel-spi failed with error -2
[    5.332449] psmouse serio1: synaptics: queried max coordinates: x [..5662], y [..4656]
[    5.369780] psmouse serio1: synaptics: queried min coordinates: x [1278..], y [1198..]
[    5.369790] psmouse serio1: synaptics: Your touchpad (PNP: SYN1b71 SYN1b00 SYN0002 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    5.374143] r8169 0000:05:00.1 enp5s0f1: renamed from eth0
[    5.430516] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
[    5.430612] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
[    5.441077] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00423/0x840300/0x126c00/0x0, board id: 2134, fw id: 1447239
[    5.448430] audit: type=1130 audit(1589624164.366:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.485889] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[    5.539257] checking generic (c0000000 300000) vs hw (b3000000 400000)
[    5.539260] checking generic (c0000000 300000) vs hw (c0000000 10000000)
[    5.539261] fb0: switching to inteldrmfb from EFI VGA
[    5.542976] Console: switching to colour dummy device 80x25
[    5.543047] i915 0000:00:02.0: vgaarb: deactivate vga console
[    5.544652] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.544654] [drm] Driver supports precise vblank timestamp query.
[    5.545466] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.557807] mousedev: PS/2 mouse device common for all mice
[    5.591579] [drm] Initialized i915 1.6.0 20200114 for 0000:00:02.0 on minor 0
[    5.592167] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    5.593011] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    5.593022] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GFX0.DD02._BCL], AE_NOT_FOUND (20200110/psargs-330)
[    5.593041] ACPI Error: Aborting method \_SB.PCI0.RP05.PEGP.DD02._BCL due to previous error (AE_NOT_FOUND) (20200110/psparse-529)
[    5.593125] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input11
[    5.595450] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.595661] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12
[    5.596137] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.642621] fbcon: i915drmfb (fb0) is primary device
[    5.652285] ath: phy0: ASPM enabled: 0x42
[    5.652288] ath: EEPROM regdomain: 0x6a
[    5.652289] ath: EEPROM indicates we should expect a direct regpair map
[    5.652291] ath: Country alpha2 being used: 00
[    5.652292] ath: Regpair used: 0x6a
[    5.659018] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    5.660309] ieee80211 phy0: Atheros AR9462 Rev:2 mem=0xffffa34980980000, irq=18
[    5.675504] ath9k 0000:04:00.0 wlp4s0: renamed from wlan0
[    5.841161] intel_rapl_common: Found RAPL domain package
[    5.841163] intel_rapl_common: Found RAPL domain core
[    5.841165] intel_rapl_common: Found RAPL domain uncore
[    5.841166] intel_rapl_common: Found RAPL domain dram
[    5.841169] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[    6.406350] Bluetooth: Core ver 2.22
[    6.406974] NET: Registered protocol family 31
[    6.406976] Bluetooth: HCI device and connection manager initialized
[    6.406980] Bluetooth: HCI socket layer initialized
[    6.406983] Bluetooth: L2CAP socket layer initialized
[    6.406989] Bluetooth: SCO socket layer initialized
[    6.451892] Console: switching to colour frame buffer device 240x67
[    6.477791] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[    6.505712] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[    6.505813] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[    6.505916] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[    6.506174] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
[    6.506253] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[    6.518129] audit: type=1130 audit(1589624165.436:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.581585] uvcvideo: Found UVC 1.00 device HD WebCam (064e:e330)
[    6.590877] uvcvideo 2-3:1.0: Entity type for entity Extension 4 was not initialized!
[    6.590881] uvcvideo 2-3:1.0: Entity type for entity Processing 2 was not initialized!
[    6.590883] uvcvideo 2-3:1.0: Entity type for entity Camera 1 was not initialized!
[    6.590981] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/input/input18
[    6.591082] usbcore: registered new interface driver uvcvideo
[    6.591083] USB Video Class driver (1.1.1)
[    6.657997] usbcore: registered new interface driver btusb
[    6.705731] nvidia: loading out-of-tree module taints kernel.
[    6.705740] nvidia: module license 'NVIDIA' taints kernel.
[    6.705741] Disabling lock debugging due to kernel taint
[    6.707378] usb 2-4: USB disconnect, device number 3
[    6.707385] usbcore: registered new interface driver ath3k
[    6.714250] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    6.724988] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
[    6.725693] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[    6.826131] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  440.82  Wed Apr  1 20:04:33 UTC 2020
[    6.872102] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.82  Wed Apr  1 19:41:29 UTC 2020
[    6.877571] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    6.877573] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[    6.995939] usb 2-4: new full-speed USB device number 5 using xhci_hcd
[    7.137361] usb 2-4: string descriptor 0 read error: -22
[    7.137367] usb 2-4: New USB device found, idVendor=04ca, idProduct=3006, bcdDevice= 0.02
[    7.137369] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.616046] audit: type=1130 audit(1589624166.536:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-a8e76fec\x2d6d6d\x2d4e5b\x2da9ac\x2d956a1c824570 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.626848] EXT4-fs (sdb4): mounted filesystem with ordered data mode. Opts: (null)
[    7.661012] audit: type=1130 audit(1589624166.579:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.677611] audit: type=1127 audit(1589624166.596:12): pid=735 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    7.681270] audit: type=1130 audit(1589624166.599:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.002991] audit: type=1130 audit(1589624166.923:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.013817] audit: type=1130 audit(1589624166.933:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth-autoconnect comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.018988] audit: type=1130 audit(1589624166.936:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.026024] audit: type=1334 audit(1589624166.946:17): prog-id=7 op=LOAD
[    8.135312] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.135314] Bluetooth: BNEP filters: protocol multicast
[    8.135320] Bluetooth: BNEP socket layer initialized
[    8.147159] NET: Registered protocol family 38
[    8.650929] Generic FE-GE Realtek PHY r8169-501:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-501:00, irq=IGNORE)
[    8.776918] r8169 0000:05:00.1 enp5s0f1: Link is Down
[    9.281647] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200110/nsarguments-59)
[   11.539458] kauditd_printk_skb: 16 callbacks suppressed
[   11.539460] audit: type=1100 audit(1589624170.459:34): pid=950 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_tally,pam_shells,pam_permit acct="tbhii" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   11.540571] audit: type=1101 audit(1589624170.459:35): pid=950 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="tbhii" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   11.541338] audit: type=1103 audit(1589624170.459:36): pid=950 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_tally,pam_shells,pam_permit acct="tbhii" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   11.541485] audit: type=1006 audit(1589624170.459:37): pid=950 uid=0 old-auid=4294967295 auid=1002 tty=(none) old-ses=4294967295 ses=1 res=1
[   11.567344] audit: type=1130 audit(1589624170.486:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1002 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.573763] audit: type=1101 audit(1589624170.493:39): pid=953 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="tbhii" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.573864] audit: type=1103 audit(1589624170.493:40): pid=953 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="tbhii" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   11.573942] audit: type=1006 audit(1589624170.493:41): pid=953 uid=0 old-auid=4294967295 auid=1002 tty=(none) old-ses=4294967295 ses=2 res=1
[   11.575061] audit: type=1105 audit(1589624170.493:42): pid=953 uid=0 auid=1002 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="tbhii" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.582495] audit: type=1334 audit(1589624170.499:43): prog-id=11 op=LOAD
[   11.667471] systemd-journald[274]: File /var/log/journal/fbbfea22f77945d1a3b9ed68ec0ac822/user-1002.journal corrupted or uncleanly shut down, renaming and replacing.
[   14.835950] Bluetooth: RFCOMM TTY layer initialized
[   14.835960] Bluetooth: RFCOMM socket layer initialized
[   14.835967] Bluetooth: RFCOMM ver 1.11
[   19.020675] kauditd_printk_skb: 10 callbacks suppressed
[   19.020677] audit: type=1131 audit(1589624177.939:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.070595] wlp4s0: authenticate with 50:d4:f7:30:7f:dd
[   20.099342] wlp4s0: send auth to 50:d4:f7:30:7f:dd (try 1/3)
[   20.101292] wlp4s0: authenticated
[   20.115922] wlp4s0: associate with 50:d4:f7:30:7f:dd (try 1/3)
[   20.136855] wlp4s0: RX AssocResp from 50:d4:f7:30:7f:dd (capab=0x811 status=0 aid=9)
[   20.136939] wlp4s0: associated
[   20.521946] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[   22.919947] audit: type=1130 audit(1589624181.839:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   31.520466] ServiceWorker t[2184]: segfault at e6 ip 0000558b34b2905d sp 00007fd21d61db40 error 6 in rambox[558b3168f000+53a5000]
[   31.520476] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 fd 4d f0 01
[   31.520510] audit: type=1701 audit(1589624190.439:56): auid=1002 uid=1002 gid=1002 ses=1 pid=2141 comm=53657276696365576F726B65722074 exe="/opt/rambox/rambox" sig=11 res=1
[   31.543612] audit: type=1334 audit(1589624190.459:57): prog-id=14 op=LOAD
[   31.543617] audit: type=1334 audit(1589624190.459:58): prog-id=15 op=LOAD
[   31.546048] audit: type=1130 audit(1589624190.463:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-2270-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.769642] audit: type=1131 audit(1589624191.686:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-2270-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.819312] audit: type=1334 audit(1589624191.739:61): prog-id=15 op=UNLOAD
[   32.819317] audit: type=1334 audit(1589624191.739:62): prog-id=14 op=UNLOAD
[   33.009004] audit: type=1131 audit(1589624191.926:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.599954] audit: type=1131 audit(1589624197.519:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.692635] audit: type=1334 audit(1589624197.613:65): prog-id=10 op=UNLOAD
[   38.692645] audit: type=1334 audit(1589624197.613:66): prog-id=9 op=UNLOAD
[  922.153210] audit: type=1130 audit(1589625081.404:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  922.153215] audit: type=1131 audit(1589625081.404:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2381.631732] usb 2-2: new high-speed USB device number 6 using xhci_hcd
[ 2381.772218] usb 2-2: New USB device found, idVendor=0451, idProduct=8044, bcdDevice= 1.00
[ 2381.772224] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 2381.772227] usb 2-2: SerialNumber: 190000798DA1
[ 2381.773058] hub 2-2:1.0: USB hub found
[ 2381.773100] hub 2-2:1.0: 4 ports detected
[ 2381.895156] usb 3-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 2381.912065] usb 3-1: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[ 2381.912072] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2381.913282] hub 3-1:1.0: USB hub found
[ 2381.913476] hub 3-1:1.0: 4 ports detected
[ 2382.055107] usb 2-2.1: new full-speed USB device number 7 using xhci_hcd
[ 2382.148873] usb 2-2.1: New USB device found, idVendor=046d, idProduct=c318, bcdDevice=55.01
[ 2382.148877] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2382.148879] usb 2-2.1: Product: Logitech Illuminated Keyboard
[ 2382.148881] usb 2-2.1: Manufacturer: Logitech
[ 2382.225101] usb 2-2.4: new full-speed USB device number 8 using xhci_hcd
[ 2382.317116] usb 2-2.4: New USB device found, idVendor=1e7d, idProduct=2e22, bcdDevice= 1.01
[ 2382.317121] usb 2-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2382.317123] usb 2-2.4: Product: ROCCAT Kone XTD
[ 2382.317125] usb 2-2.4: Manufacturer: ROCCAT
[ 2382.923302] hid: raw HID events driver (C) Jiri Kosina
[ 2382.935275] usbcore: registered new interface driver usbhid
[ 2382.935277] usbhid: USB HID core driver
[ 2382.948494] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.0/0003:046D:C318.0001/input/input19
[ 2383.005708] hid-generic 0003:046D:C318.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:14.0-2.1/input0
[ 2383.006320] input: Logitech Logitech Illuminated Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.0002/input/input20
[ 2383.062319] hid-generic 0003:046D:C318.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:14.0-2.1/input1
[ 2383.091079] input: ROCCAT ROCCAT Kone XTD as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.0003/input/input22
[ 2383.145825] koneplus 0003:1E7D:2E22.0003: input,hiddev1,hidraw2: USB HID v1.00 Mouse [ROCCAT ROCCAT Kone XTD] on usb-0000:00:14.0-2.4/input0
[ 2383.146420] input: ROCCAT ROCCAT Kone XTD as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.1/0003:1E7D:2E22.0004/input/input23
[ 2383.205075] koneplus 0003:1E7D:2E22.0004: input,hidraw3: USB HID v1.11 Keyboard [ROCCAT ROCCAT Kone XTD] on usb-0000:00:14.0-2.4/input1
[ 2916.897429] audit: type=1100 audit(1589627076.212:69): pid=11052 uid=1002 auid=1002 ses=1 msg='op=PAM:unix_chkpwd acct="tbhii" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[ 3622.249116] audit: type=1130 audit(1589627781.600:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3632.581776] audit: type=1131 audit(1589627791.933:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4271.999827] usb 3-1-port1: over-current condition
[ 4272.049581] usb 2-2-port1: over-current condition
[ 4272.160556] usb 2-2: USB disconnect, device number 6
[ 4272.212999] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[ 4272.262950] usb 2-2.1: USB disconnect, device number 7
[ 4272.376864] usb 2-2.4: USB disconnect, device number 8
[ 4272.914067] usb 3-1: USB disconnect, device number 2
[ 4272.914082] usb 3-1: Failed to suspend device, error -19
[ 7222.298809] audit: type=1130 audit(1589631381.570:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7232.661828] audit: type=1131 audit(1589631391.933:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10822.196422] audit: type=1130 audit(1589634981.484:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10832.644986] audit: type=1131 audit(1589634991.931:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[14422.170938] audit: type=1130 audit(1589638581.485:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[14432.617822] audit: type=1131 audit(1589638591.932:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18022.152596] audit: type=1130 audit(1589642181.492:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18032.597449] audit: type=1131 audit(1589642191.936:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[21622.177021] audit: type=1130 audit(1589645781.538:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[21632.571979] audit: type=1131 audit(1589645791.931:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[25091.261515] usb 2-2: new high-speed USB device number 9 using xhci_hcd
[25091.401865] usb 2-2: New USB device found, idVendor=0451, idProduct=8044, bcdDevice= 1.00
[25091.401872] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[25091.401876] usb 2-2: SerialNumber: 190000798DA1
[25091.403891] hub 2-2:1.0: USB hub found
[25091.404231] hub 2-2:1.0: 4 ports detected
[25091.524864] usb 3-1: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[25091.541653] usb 3-1: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[25091.541655] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[25091.542503] hub 3-1:1.0: USB hub found
[25091.542677] hub 3-1:1.0: 4 ports detected
[25091.684847] usb 2-2.1: new full-speed USB device number 10 using xhci_hcd
[25091.779495] usb 2-2.1: New USB device found, idVendor=046d, idProduct=c318, bcdDevice=55.01
[25091.779503] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[25091.779507] usb 2-2.1: Product: Logitech Illuminated Keyboard
[25091.779510] usb 2-2.1: Manufacturer: Logitech
[25091.787818] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.0/0003:046D:C318.0005/input/input24
[25091.842131] hid-generic 0003:046D:C318.0005: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:14.0-2.1/input0
[25091.844402] input: Logitech Logitech Illuminated Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.0006/input/input25
[25091.898612] hid-generic 0003:046D:C318.0006: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:14.0-2.1/input1
[25091.971488] usb 2-2.4: new full-speed USB device number 11 using xhci_hcd
[25092.063353] usb 2-2.4: New USB device found, idVendor=1e7d, idProduct=2e22, bcdDevice= 1.01
[25092.063357] usb 2-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[25092.063359] usb 2-2.4: Product: ROCCAT Kone XTD
[25092.063361] usb 2-2.4: Manufacturer: ROCCAT
[25092.069909] input: ROCCAT ROCCAT Kone XTD as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.0007/input/input27
[25092.125322] koneplus 0003:1E7D:2E22.0007: input,hiddev1,hidraw2: USB HID v1.00 Mouse [ROCCAT ROCCAT Kone XTD] on usb-0000:00:14.0-2.4/input0
[25092.126393] input: ROCCAT ROCCAT Kone XTD as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.1/0003:1E7D:2E22.0008/input/input28
[25092.182000] koneplus 0003:1E7D:2E22.0008: input,hidraw3: USB HID v1.11 Keyboard [ROCCAT ROCCAT Kone XTD] on usb-0000:00:14.0-2.4/input1
[25100.050512] audit: type=1100 audit(1589649259.442:82): pid=59442 uid=1002 auid=1002 ses=1 msg='op=PAM:unix_chkpwd acct="tbhii" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[25222.263654] audit: type=1130 audit(1589649381.657:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[25232.545355] audit: type=1131 audit(1589649391.934:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[27931.667125] usb 3-1-port1: over-current condition
[27931.826487] usb 2-2: USB disconnect, device number 9
[27931.826850] usb 2-2.1: USB disconnect, device number 10
[27931.880242] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[27931.964313] usb 2-2.4: USB disconnect, device number 11
[27932.573608] usb 3-1: USB disconnect, device number 3
[27932.573623] usb 3-1: Failed to suspend device, error -19
[28822.058016] audit: type=1130 audit(1589652981.488:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[28832.504444] audit: type=1131 audit(1589652991.930:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[32422.050740] audit: type=1130 audit(1589656581.483:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[32432.499129] audit: type=1131 audit(1589656591.933:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[36022.047836] audit: type=1130 audit(1589660181.502:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[36032.475187] audit: type=1131 audit(1589660191.932:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[39622.011371] audit: type=1130 audit(1589663781.486:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[39632.457582] audit: type=1131 audit(1589663791.933:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[42261.870964] audit: type=1130 audit(1589666421.370:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[42261.889660] audit: type=1131 audit(1589666421.390:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[42261.924908] audit: type=1130 audit(1589666421.423:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[42261.924914] audit: type=1131 audit(1589666421.423:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[42263.021470] audit: type=1130 audit(1589666422.520:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[42263.021475] audit: type=1131 audit(1589666422.520:98): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[43222.014766] audit: type=1130 audit(1589667381.520:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[43232.427193] audit: type=1131 audit(1589667391.933:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[45753.603139] usb 2-2: new high-speed USB device number 12 using xhci_hcd
[45753.746843] usb 2-2: New USB device found, idVendor=0451, idProduct=8044, bcdDevice= 1.00
[45753.746849] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[45753.746853] usb 2-2: SerialNumber: 190000798DA1
[45753.747788] hub 2-2:1.0: USB hub found
[45753.747831] hub 2-2:1.0: 4 ports detected
[45753.869849] usb 3-1: new SuperSpeed Gen 1 USB device number 4 using xhci_hcd
[45753.886781] usb 3-1: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[45753.886787] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[45753.887965] hub 3-1:1.0: USB hub found
[45753.888157] hub 3-1:1.0: 4 ports detected
[45754.029835] usb 2-2.1: new full-speed USB device number 13 using xhci_hcd
[45754.124622] usb 2-2.1: New USB device found, idVendor=046d, idProduct=c318, bcdDevice=55.01
[45754.124629] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[45754.124633] usb 2-2.1: Product: Logitech Illuminated Keyboard
[45754.124636] usb 2-2.1: Manufacturer: Logitech
[45754.133125] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.0/0003:046D:C318.0009/input/input29
[45754.190374] hid-generic 0003:046D:C318.0009: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:14.0-2.1/input0
[45754.192722] input: Logitech Logitech Illuminated Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.000A/input/input30
[45754.246910] hid-generic 0003:046D:C318.000A: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:14.0-2.1/input1
[45754.319740] usb 2-2.4: new full-speed USB device number 14 using xhci_hcd
[45754.411972] usb 2-2.4: New USB device found, idVendor=1e7d, idProduct=2e22, bcdDevice= 1.01
[45754.411980] usb 2-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[45754.411984] usb 2-2.4: Product: ROCCAT Kone XTD
[45754.411987] usb 2-2.4: Manufacturer: ROCCAT
[45754.420183] input: ROCCAT ROCCAT Kone XTD as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.000B/input/input32
[45754.476708] koneplus 0003:1E7D:2E22.000B: input,hiddev1,hidraw2: USB HID v1.00 Mouse [ROCCAT ROCCAT Kone XTD] on usb-0000:00:14.0-2.4/input0
[45754.477566] input: ROCCAT ROCCAT Kone XTD as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.1/0003:1E7D:2E22.000C/input/input33
[45754.533775] koneplus 0003:1E7D:2E22.000C: input,hidraw3: USB HID v1.11 Keyboard [ROCCAT ROCCAT Kone XTD] on usb-0000:00:14.0-2.4/input1
[45765.855571] audit: type=1100 audit(1589669925.385:101): pid=105636 uid=1002 auid=1002 ses=1 msg='op=PAM:unix_chkpwd acct="tbhii" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[46067.682408] usb 2-2.1: USB disconnect, device number 13
[46067.845335] usb 2-2: USB disconnect, device number 12
[46067.855348] usb 2-2.4: USB disconnect, device number 14
[46067.955371] usb 3-1: USB disconnect, device number 4
[46821.998663] audit: type=1130 audit(1589670981.541:102): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[46832.392069] audit: type=1131 audit(1589670991.935:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[50422.039686] audit: type=1130 audit(1589674581.589:104): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[50432.384710] audit: type=1131 audit(1589674591.936:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51321.877866] usb 2-2: new high-speed USB device number 15 using xhci_hcd
[51322.018060] usb 2-2: New USB device found, idVendor=0451, idProduct=8044, bcdDevice= 1.00
[51322.018069] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[51322.018074] usb 2-2: SerialNumber: 190000798DA1
[51322.019106] hub 2-2:1.0: USB hub found
[51322.019144] hub 2-2:1.0: 4 ports detected
[51322.141206] usb 3-1: new SuperSpeed Gen 1 USB device number 5 using xhci_hcd
[51322.158103] usb 3-1: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[51322.158109] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[51322.159288] hub 3-1:1.0: USB hub found
[51322.159492] hub 3-1:1.0: 4 ports detected
[51322.297756] usb 2-2.1: new full-speed USB device number 16 using xhci_hcd
[51322.392392] usb 2-2.1: New USB device found, idVendor=046d, idProduct=c318, bcdDevice=55.01
[51322.392400] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[51322.392404] usb 2-2.1: Product: Logitech Illuminated Keyboard
[51322.392407] usb 2-2.1: Manufacturer: Logitech
[51322.400690] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.0/0003:046D:C318.000D/input/input34
[51322.455181] hid-generic 0003:046D:C318.000D: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:14.0-2.1/input0
[51322.457540] input: Logitech Logitech Illuminated Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.000E/input/input35
[51322.511680] hid-generic 0003:046D:C318.000E: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:14.0-2.1/input1
[51322.587747] usb 2-2.4: new full-speed USB device number 17 using xhci_hcd
[51322.685840] usb 2-2.4: New USB device found, idVendor=1e7d, idProduct=2e22, bcdDevice= 1.01
[51322.685843] usb 2-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[51322.685845] usb 2-2.4: Product: ROCCAT Kone XTD
[51322.685846] usb 2-2.4: Manufacturer: ROCCAT
[51322.691963] input: ROCCAT ROCCAT Kone XTD as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.000F/input/input37
[51322.748106] koneplus 0003:1E7D:2E22.000F: input,hiddev1,hidraw2: USB HID v1.00 Mouse [ROCCAT ROCCAT Kone XTD] on usb-0000:00:14.0-2.4/input0
[51322.749227] input: ROCCAT ROCCAT Kone XTD as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.1/0003:1E7D:2E22.0010/input/input38
[51322.805128] koneplus 0003:1E7D:2E22.0010: input,hidraw3: USB HID v1.11 Keyboard [ROCCAT ROCCAT Kone XTD] on usb-0000:00:14.0-2.4/input1
[51359.959974] audit: type=1100 audit(1589675519.510:106): pid=120048 uid=1002 auid=1002 ses=1 msg='op=PAM:unix_chkpwd acct="tbhii" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[51466.667718] PM: suspend entry (deep)
[51466.709288] Filesystems sync: 0.041 seconds
[51467.649085] Freezing user space processes ... (elapsed 0.003 seconds) done.
[51467.652389] OOM killer disabled.
[51467.652390] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[51467.653743] printk: Suspending console(s) (use no_console_suspend to debug)
[51467.657517] wlp4s0: deauthenticating from 50:d4:f7:30:7f:dd by local choice (Reason: 3=DEAUTH_LEAVING)
[51467.728066] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[51467.728093] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[51467.728274] sd 0:0:0:0: [sda] Stopping disk
[51467.728655] sd 1:0:0:0: [sdb] Stopping disk
[51468.712573] ACPI: EC: interrupt blocked
[51468.729385] ACPI: Preparing to enter system sleep state S3
[51468.730673] ACPI: EC: event blocked
[51468.730675] ACPI: EC: EC stopped
[51468.730677] PM: Saving platform NVS memory
[51468.730697] Disabling non-boot CPUs ...
[51468.733263] smpboot: CPU 1 is now offline
[51468.737865] smpboot: CPU 2 is now offline
[51468.740969] smpboot: CPU 3 is now offline
[51468.742985] ACPI: Low-level resume complete
[51468.743051] ACPI: EC: EC started
[51468.743052] PM: Restoring platform NVS memory
[51468.743444] mce: [Hardware Error]: Machine check events logged
[51468.743448] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 5: ae0000000040110a
[51468.743449] mce: [Hardware Error]: TSC 0 ADDR ffb021c0 MISC 38a0000086 
[51468.743453] mce: [Hardware Error]: PROCESSOR 0:40651 TIME 1589675631 SOCKET 0 APIC 0 microcode 10
[51468.743454] mce: [Hardware Error]: Machine check events logged
[51468.743456] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 6: ae0000000040110a
[51468.743457] mce: [Hardware Error]: TSC 0 ADDR ffb01ac0 MISC 38a0000086 
[51468.743459] mce: [Hardware Error]: PROCESSOR 0:40651 TIME 1589675631 SOCKET 0 APIC 0 microcode 10
[51468.743466] Enabling non-boot CPUs ...
[51468.743517] x86: Booting SMP configuration:
[51468.743518] smpboot: Booting Node 0 Processor 1 APIC 0x1
[51468.744804] CPU1 is up
[51468.744844] smpboot: Booting Node 0 Processor 2 APIC 0x2
[51468.745792] CPU2 is up
[51468.745828] smpboot: Booting Node 0 Processor 3 APIC 0x3
[51468.746763] CPU3 is up
[51468.748562] ACPI: Waking up from system sleep state S3
[51468.766366] ACPI: EC: interrupt unblocked
[51468.766902] nvidia 0000:01:00.0: Enabling HDA controller
[51468.800079] ACPI: EC: event unblocked
[51468.800387] ath: phy0: ASPM enabled: 0x42
[51468.813596] sd 1:0:0:0: [sdb] Starting disk
[51468.813616] sd 0:0:0:0: [sda] Starting disk
[51469.112324] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[51469.223464] psmouse serio1: synaptics: queried max coordinates: x [..5662], y [..4656]
[51469.262771] psmouse serio1: synaptics: queried min coordinates: x [1278..], y [1198..]
[51469.458322] ata2.00: supports DRM functions and may not be fully accessible
[51469.459471] ata2.00: Trusted Computing capability qword not valid!
[51469.460333] ata2.00: supports DRM functions and may not be fully accessible
[51469.461214] ata2.00: Trusted Computing capability qword not valid!
[51469.461222] ata2.00: configured for UDMA/133
[51471.262457] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[51471.499384] ata1.00: configured for UDMA/133
[51474.099137] usb 3-1: Disable of device-initiated U1 failed.
[51474.102620] usb 3-1: Disable of device-initiated U2 failed.
[51474.226073] usb 3-1: reset SuperSpeed Gen 1 USB device number 5 using xhci_hcd
[51474.365975] usb 2-3: reset high-speed USB device number 2 using xhci_hcd
[51474.629455] usb 2-7: reset full-speed USB device number 4 using xhci_hcd
[51474.902693] usb 2-2: reset high-speed USB device number 15 using xhci_hcd
[51475.165992] usb 2-4: reset full-speed USB device number 5 using xhci_hcd
[51475.305969] usb 2-4: device firmware changed
[51475.379378] usb 2-2.1: reset full-speed USB device number 16 using xhci_hcd
[51475.542677] usb 2-2.4: reset full-speed USB device number 17 using xhci_hcd
[51475.636242] OOM killer enabled.
[51475.636245] Restarting tasks ... 
[51475.646414] pci_bus 0000:02: Allocating resources
[51475.646425] pci_bus 0000:04: Allocating resources
[51475.646482] pcieport 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[51475.646486] pcieport 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[51475.646493] pci_bus 0000:05: Allocating resources
[51475.646503] pcieport 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
[51475.646509] pci_bus 0000:01: Allocating resources
[51475.646529] pcieport 0000:00:1c.2: BAR 15: assigned [mem 0xb3700000-0xb38fffff 64bit pref]
[51475.646535] pcieport 0000:00:1c.3: BAR 15: assigned [mem 0xb3900000-0xb3afffff 64bit pref]
[51475.646540] pcieport 0000:00:1c.2: BAR 13: assigned [io  0x6000-0x6fff]
[51475.647225] pci_bus 0000:02: Allocating resources
[51475.647233] pci_bus 0000:04: Allocating resources
[51475.647291] pci_bus 0000:05: Allocating resources
[51475.647304] pci_bus 0000:01: Allocating resources
[51475.662257] done.
[51475.675914] PM: suspend exit
[51475.676360] audit: type=1130 audit(1589675637.930:107): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51475.695599] usb 2-4: USB disconnect, device number 5
[51475.782904] wlp4s0: authenticate with e8:de:27:59:ae:61
[51475.795808] wlp4s0: send auth to e8:de:27:59:ae:61 (try 1/3)
[51475.798674] wlp4s0: authenticated
[51475.798945] wlp4s0: associate with e8:de:27:59:ae:61 (try 1/3)
[51475.814283] wlp4s0: RX AssocResp from e8:de:27:59:ae:61 (capab=0x31 status=0 aid=3)
[51475.814367] wlp4s0: associated
[51475.822250] usb 2-4: new full-speed USB device number 18 using xhci_hcd
[51475.967041] usb 2-4: string descriptor 0 read error: -22
[51475.967046] usb 2-4: New USB device found, idVendor=04ca, idProduct=3006, bcdDevice= 0.01
[51475.967048] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[51476.022326] usb 2-4: USB disconnect, device number 18
[51476.049474] audit: type=1130 audit(1589675638.303:108): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51476.049481] audit: type=1131 audit(1589675638.303:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51476.054906] wlp4s0: deauthenticating from e8:de:27:59:ae:61 by local choice (Reason: 3=DEAUTH_LEAVING)
[51476.076323] Generic FE-GE Realtek PHY r8169-501:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-501:00, irq=IGNORE)
[51476.088145] audit: type=1130 audit(1589675638.340:110): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51476.196585] r8169 0000:05:00.1 enp5s0f1: Link is Down
[51476.312333] usb 2-4: new full-speed USB device number 19 using xhci_hcd
[51476.454253] usb 2-4: string descriptor 0 read error: -22
[51476.454269] usb 2-4: New USB device found, idVendor=04ca, idProduct=3006, bcdDevice= 0.02
[51476.454275] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[51482.610276] audit: type=1131 audit(1589675644.863:111): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51486.380766] audit: type=1131 audit(1589675648.633:112): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51486.621831] audit: type=1100 audit(1589675648.873:113): pid=122571 uid=1002 auid=1002 ses=1 msg='op=PAM:unix_chkpwd acct="tbhii" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[51487.428212] wlp4s0: authenticate with 50:d4:f7:30:7f:de
[51487.441736] wlp4s0: send auth to 50:d4:f7:30:7f:de (try 1/3)
[51487.444730] wlp4s0: authenticated
[51487.452624] wlp4s0: associate with 50:d4:f7:30:7f:de (try 1/3)
[51487.453959] wlp4s0: RX AssocResp from 50:d4:f7:30:7f:de (capab=0x111 status=0 aid=1)
[51487.454070] wlp4s0: associated
[51487.750651] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[51488.058666] audit: type=1130 audit(1589675650.310:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51498.378573] audit: type=1131 audit(1589675660.630:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51549.308307] PM: suspend entry (deep)
[51549.320837] Filesystems sync: 0.012 seconds
[51550.157455] Freezing user space processes ... (elapsed 0.002 seconds) done.
[51550.159686] OOM killer disabled.
[51550.159687] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[51550.161121] printk: Suspending console(s) (use no_console_suspend to debug)
[51550.161481] wlp4s0: deauthenticating from 50:d4:f7:30:7f:de by local choice (Reason: 3=DEAUTH_LEAVING)
[51550.239484] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[51550.242808] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[51550.242920] sd 0:0:0:0: [sda] Stopping disk
[51550.243309] sd 1:0:0:0: [sdb] Stopping disk
[51550.876962] ACPI: EC: interrupt blocked
[51550.893928] ACPI: Preparing to enter system sleep state S3
[51550.895100] ACPI: EC: event blocked
[51550.895102] ACPI: EC: EC stopped
[51550.895104] PM: Saving platform NVS memory
[51550.895124] Disabling non-boot CPUs ...
[51550.897685] smpboot: CPU 1 is now offline
[51550.902229] smpboot: CPU 2 is now offline
[51550.905013] smpboot: CPU 3 is now offline
[51550.907643] ACPI: Low-level resume complete
[51550.907709] ACPI: EC: EC started
[51550.907710] PM: Restoring platform NVS memory
[51550.908107] mce: [Hardware Error]: Machine check events logged
[51550.908110] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 5: ae0000000040110a
[51550.908111] mce: [Hardware Error]: TSC 0 ADDR ffb021c0 MISC 38a0000086 
[51550.908115] mce: [Hardware Error]: PROCESSOR 0:40651 TIME 1589721105 SOCKET 0 APIC 0 microcode 10
[51550.908117] mce: [Hardware Error]: Machine check events logged
[51550.908118] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 6: ae0000000040110a
[51550.908119] mce: [Hardware Error]: TSC 0 ADDR ffb01ac0 MISC 38a0000086 
[51550.908122] mce: [Hardware Error]: PROCESSOR 0:40651 TIME 1589721105 SOCKET 0 APIC 0 microcode 10
[51550.908128] Enabling non-boot CPUs ...
[51550.908181] x86: Booting SMP configuration:
[51550.908182] smpboot: Booting Node 0 Processor 1 APIC 0x1
[51550.909416] CPU1 is up
[51550.909457] smpboot: Booting Node 0 Processor 2 APIC 0x2
[51550.910438] CPU2 is up
[51550.910503] smpboot: Booting Node 0 Processor 3 APIC 0x3
[51550.911483] CPU3 is up
[51550.913267] ACPI: Waking up from system sleep state S3
[51550.931148] ACPI: EC: interrupt unblocked
[51550.931676] nvidia 0000:01:00.0: Enabling HDA controller
[51550.964739] ACPI: EC: event unblocked
[51550.965017] ath: phy0: ASPM enabled: 0x42
[51550.976566] sd 1:0:0:0: [sdb] Starting disk
[51550.976588] sd 0:0:0:0: [sda] Starting disk
[51551.286752] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[51551.335988] psmouse serio1: synaptics: queried max coordinates: x [..5662], y [..4656]
[51551.369345] psmouse serio1: synaptics: queried min coordinates: x [1278..], y [1198..]
[51551.642582] ata2.00: supports DRM functions and may not be fully accessible
[51551.643519] ata2.00: Trusted Computing capability qword not valid!
[51551.644232] ata2.00: supports DRM functions and may not be fully accessible
[51551.645156] ata2.00: Trusted Computing capability qword not valid!
[51551.645162] ata2.00: configured for UDMA/133
[51553.435977] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[51553.632718] ata1.00: configured for UDMA/133
[51556.177955] usb 3-1: Disable of device-initiated U1 failed.
[51561.295504] usb 3-1: Disable of device-initiated U2 failed.
[51561.418999] usb 3-1: reset SuperSpeed Gen 1 USB device number 5 using xhci_hcd
[51561.558817] usb 2-3: reset high-speed USB device number 2 using xhci_hcd
[51561.822182] usb 2-7: reset full-speed USB device number 4 using xhci_hcd
[51562.095348] usb 2-4: reset full-speed USB device number 19 using xhci_hcd
[51562.235088] usb 2-4: device firmware changed
[51562.236339] OOM killer enabled.
[51562.236342] Restarting tasks ... 
[51562.239239] pci_bus 0000:02: Allocating resources
[51562.239259] pci_bus 0000:04: Allocating resources
[51562.239328] pci_bus 0000:05: Allocating resources
[51562.239352] pci_bus 0000:01: Allocating resources
[51562.241225] pci_bus 0000:02: Allocating resources
[51562.241243] pci_bus 0000:04: Allocating resources
[51562.241313] pci_bus 0000:05: Allocating resources
[51562.241337] pci_bus 0000:01: Allocating resources
[51562.256805] usb 2-2: USB disconnect, device number 15
[51562.256810] usb 2-2.1: USB disconnect, device number 16
[51562.257506] done.
[51562.258873] PM: suspend exit
[51562.325572] audit: type=1130 audit(1589721116.422:116): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51562.403282] usb 2-2.4: USB disconnect, device number 17
[51562.610407] audit: type=1130 audit(1589721116.702:117): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51562.610414] audit: type=1131 audit(1589721116.702:118): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51562.652295] Generic FE-GE Realtek PHY r8169-501:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-501:00, irq=IGNORE)
[51562.663147] audit: type=1130 audit(1589721116.755:119): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51562.772160] r8169 0000:05:00.1 enp5s0f1: Link is Down
[51562.791182] usb 2-2: new high-speed USB device number 20 using xhci_hcd
[51562.931443] usb 2-2: New USB device found, idVendor=0451, idProduct=8044, bcdDevice= 1.00
[51562.931447] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[51562.931449] usb 2-2: SerialNumber: 190000798DA1
[51562.932148] hub 2-2:1.0: USB hub found
[51562.932178] hub 2-2:1.0: 4 ports detected
[51562.964524] usb 2-4: USB disconnect, device number 19
[51563.094488] usb 2-4: new full-speed USB device number 21 using xhci_hcd
[51563.236264] usb 2-4: string descriptor 0 read error: -22
[51563.236274] usb 2-4: New USB device found, idVendor=04ca, idProduct=3006, bcdDevice= 0.01
[51563.236277] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[51563.311009] usb 2-2.1: new full-speed USB device number 22 using xhci_hcd
[51563.405605] usb 2-2.1: New USB device found, idVendor=046d, idProduct=c318, bcdDevice=55.01
[51563.405613] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[51563.405617] usb 2-2.1: Product: Logitech Illuminated Keyboard
[51563.405620] usb 2-2.1: Manufacturer: Logitech
[51563.414407] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.0/0003:046D:C318.0011/input/input39
[51563.471719] hid-generic 0003:046D:C318.0011: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:14.0-2.1/input0
[51563.474310] input: Logitech Logitech Illuminated Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C318.0012/input/input40
[51563.532135] hid-generic 0003:046D:C318.0012: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:14.0-2.1/input1
[51563.604155] usb 2-2.4: new full-speed USB device number 23 using xhci_hcd
[51563.696205] usb 2-2.4: New USB device found, idVendor=1e7d, idProduct=2e22, bcdDevice= 1.01
[51563.696212] usb 2-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[51563.696215] usb 2-2.4: Product: ROCCAT Kone XTD
[51563.696218] usb 2-2.4: Manufacturer: ROCCAT
[51563.703454] input: ROCCAT ROCCAT Kone XTD as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.0/0003:1E7D:2E22.0013/input/input42
[51563.757956] koneplus 0003:1E7D:2E22.0013: input,hiddev1,hidraw2: USB HID v1.00 Mouse [ROCCAT ROCCAT Kone XTD] on usb-0000:00:14.0-2.4/input0
[51563.759314] input: ROCCAT ROCCAT Kone XTD as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4:1.1/0003:1E7D:2E22.0014/input/input43
[51563.814808] koneplus 0003:1E7D:2E22.0014: input,hidraw3: USB HID v1.11 Keyboard [ROCCAT ROCCAT Kone XTD] on usb-0000:00:14.0-2.4/input1
[51563.815062] usb 2-4: USB disconnect, device number 21
[51564.073977] usb 2-4: new full-speed USB device number 24 using xhci_hcd
[51564.216062] usb 2-4: string descriptor 0 read error: -22
[51564.216073] usb 2-4: New USB device found, idVendor=04ca, idProduct=3006, bcdDevice= 0.02
[51564.216077] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[51570.409032] audit: type=1131 audit(1589721124.506:120): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51573.106182] audit: type=1131 audit(1589721127.204:121): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51573.964020] wlp4s0: authenticate with 50:d4:f7:30:7f:de
[51573.974835] wlp4s0: send auth to 50:d4:f7:30:7f:de (try 1/3)
[51573.975759] wlp4s0: authenticated
[51573.979303] wlp4s0: associate with 50:d4:f7:30:7f:de (try 1/3)
[51573.981027] wlp4s0: RX AssocResp from 50:d4:f7:30:7f:de (capab=0x111 status=0 aid=1)
[51573.981211] wlp4s0: associated
[51574.199574] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[51576.409049] audit: type=1130 audit(1589721130.509:122): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51587.095685] audit: type=1131 audit(1589721141.201:123): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51614.301280] audit: type=1100 audit(1589721168.924:124): pid=125325 uid=1002 auid=1002 ses=1 msg='op=PAM:unix_chkpwd acct="tbhii" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[51747.460636] audit: type=1130 audit(1589721302.105:125): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51747.945854] debugfs: File 'force_bredr_smp' in directory 'hci1' already present!
[51752.464387] audit: type=1131 audit(1589721307.110:126): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51765.371435] audit: type=1130 audit(1589721320.020:127): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51768.509850] debugfs: File 'force_bredr_smp' in directory 'hci0' already present!
[51768.715861] debugfs: File 'force_bredr_smp' in directory 'hci1' already present!
[51773.235264] audit: type=1131 audit(1589721327.885:128): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51822.653779] input: 1MORE ANC TWS (AVRCP) as /devices/virtual/input/input44
[51891.829026] audit: type=1100 audit(1589721446.482:129): pid=130022 uid=1002 auid=1002 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[51891.829274] audit: type=1101 audit(1589721446.482:130): pid=130022 uid=1002 auid=1002 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[51891.829560] audit: type=1110 audit(1589721446.482:131): pid=130022 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[51891.829884] audit: type=1105 audit(1589721446.482:132): pid=130022 uid=0 auid=1002 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[51893.978732] audit: type=1106 audit(1589721448.632:133): pid=130022 uid=0 auid=1002 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[51893.978850] audit: type=1104 audit(1589721448.632:134): pid=130022 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[51992.996663] audit: type=1111 audit(1589721547.665:135): pid=749 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=1044 uid=1002 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[51995.004624] audit: type=1111 audit(1589721549.676:136): pid=749 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=1044 uid=1002 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[52004.030780] audit: type=1130 audit(1589721558.701:137): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[52006.613958] debugfs: File 'force_bredr_smp' in directory 'hci0' already present!
[52006.822922] debugfs: File 'force_bredr_smp' in directory 'hci1' already present!
[52007.977435] input: 1MORE ANC TWS (AVRCP) as /devices/virtual/input/input45
[52011.330734] audit: type=1131 audit(1589721566.006:138): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[54904.007232] audit: type=1100 audit(1589724458.701:139): pid=138070 uid=1002 auid=1002 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[54904.007466] audit: type=1101 audit(1589724458.701:140): pid=138070 uid=1002 auid=1002 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[54904.007677] audit: type=1110 audit(1589724458.701:141): pid=138070 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[54904.007888] audit: type=1105 audit(1589724458.701:142): pid=138070 uid=0 auid=1002 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[55062.255748] audit: type=1100 audit(1589724616.954:143): pid=138395 uid=1002 auid=1002 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55062.255970] audit: type=1101 audit(1589724616.954:144): pid=138395 uid=1002 auid=1002 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55062.256218] audit: type=1110 audit(1589724616.954:145): pid=138395 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55062.256527] audit: type=1105 audit(1589724616.954:146): pid=138395 uid=0 auid=1002 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55062.257913] audit: type=1106 audit(1589724616.958:147): pid=138395 uid=0 auid=1002 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55062.258006] audit: type=1104 audit(1589724616.958:148): pid=138395 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55083.746970] audit: type=1101 audit(1589724638.449:149): pid=138449 uid=1002 auid=1002 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55083.747222] audit: type=1110 audit(1589724638.449:150): pid=138449 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55083.747543] audit: type=1105 audit(1589724638.449:151): pid=138449 uid=0 auid=1002 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55083.772593] audit: type=1106 audit(1589724638.472:152): pid=138449 uid=0 auid=1002 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55083.772705] audit: type=1104 audit(1589724638.472:153): pid=138449 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55100.238221] audit: type=1101 audit(1589724654.939:154): pid=138516 uid=1002 auid=1002 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55100.239254] audit: type=1110 audit(1589724654.943:155): pid=138516 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55100.239632] audit: type=1105 audit(1589724654.943:156): pid=138516 uid=0 auid=1002 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55100.254286] audit: type=1106 audit(1589724654.956:157): pid=138516 uid=0 auid=1002 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55100.254377] audit: type=1104 audit(1589724654.956:158): pid=138516 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55176.151944] audit: type=1130 audit(1589724730.856:159): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[55185.998271] audit: type=1131 audit(1589724740.703:160): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[55830.296023] audit: type=1100 audit(1589725385.027:161): pid=140339 uid=1002 auid=1002 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55830.296197] audit: type=1101 audit(1589725385.027:162): pid=140339 uid=1002 auid=1002 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55830.296427] audit: type=1110 audit(1589725385.027:163): pid=140339 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55830.296632] audit: type=1105 audit(1589725385.027:164): pid=140339 uid=0 auid=1002 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55832.183556] audit: type=1106 audit(1589725386.914:165): pid=140339 uid=0 auid=1002 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55832.183565] audit: type=1104 audit(1589725386.914:166): pid=140339 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55929.886449] audit: type=1101 audit(1589725484.621:167): pid=140561 uid=1002 auid=1002 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55929.886710] audit: type=1110 audit(1589725484.625:168): pid=140561 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55929.887093] audit: type=1105 audit(1589725484.625:169): pid=140561 uid=0 auid=1002 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55929.888790] audit: type=1106 audit(1589725484.625:170): pid=140561 uid=0 auid=1002 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[55929.888878] audit: type=1104 audit(1589725484.625:171): pid=140561 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[57095.935415] audit: type=1100 audit(1589726650.623:172): pid=143139 uid=1002 auid=1002 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[57095.935712] audit: type=1101 audit(1589726650.623:173): pid=143139 uid=1002 auid=1002 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[57095.935940] audit: type=1110 audit(1589726650.623:174): pid=143139 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[57095.936269] audit: type=1105 audit(1589726650.623:175): pid=143139 uid=0 auid=1002 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[57307.710706] audit: type=1334 audit(1589726862.391:176): prog-id=13 op=UNLOAD
[57307.710711] audit: type=1334 audit(1589726862.391:177): prog-id=12 op=UNLOAD
[57307.710950] audit: type=1334 audit(1589726862.391:178): prog-id=8 op=UNLOAD
[57307.710961] audit: type=1334 audit(1589726862.391:179): prog-id=7 op=UNLOAD
[57307.726406] audit: type=1334 audit(1589726862.405:180): prog-id=4 op=UNLOAD
[57307.726412] audit: type=1334 audit(1589726862.405:181): prog-id=3 op=UNLOAD
[57307.726415] audit: type=1334 audit(1589726862.405:182): prog-id=6 op=UNLOAD
[57307.726418] audit: type=1334 audit(1589726862.405:183): prog-id=5 op=UNLOAD
[57307.974902] audit: type=1334 audit(1589726862.655:184): prog-id=16 op=LOAD
[57307.975048] audit: type=1334 audit(1589726862.655:185): prog-id=17 op=LOAD
[57346.276667] kauditd_printk_skb: 6 callbacks suppressed
[57346.276668] audit: type=1106 audit(1589726900.953:192): pid=143139 uid=0 auid=1002 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[57346.276801] audit: type=1104 audit(1589726900.953:193): pid=143139 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[57739.754366] audit: type=1100 audit(1589727294.426:194): pid=147808 uid=1002 auid=1002 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[57739.754595] audit: type=1101 audit(1589727294.430:195): pid=147808 uid=1002 auid=1002 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[57739.754791] audit: type=1110 audit(1589727294.430:196): pid=147808 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[57739.755063] audit: type=1105 audit(1589727294.430:197): pid=147808 uid=0 auid=1002 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[57785.414957] audit: type=1106 audit(1589727340.086:198): pid=147808 uid=0 auid=1002 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[57785.415153] audit: type=1104 audit(1589727340.089:199): pid=147808 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[58312.425692] audit: type=1100 audit(1589727867.095:200): pid=149494 uid=1002 auid=1002 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[58312.425991] audit: type=1101 audit(1589727867.098:201): pid=149494 uid=1002 auid=1002 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tbhii" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[58312.426148] audit: type=1110 audit(1589727867.098:202): pid=149494 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[58312.426357] audit: type=1105 audit(1589727867.098:203): pid=149494 uid=0 auid=1002 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[58315.343237] audit: type=1106 audit(1589727870.015:204): pid=149494 uid=0 auid=1002 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[58315.343360] audit: type=1104 audit(1589727870.015:205): pid=149494 uid=0 auid=1002 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'

I'm using KDE with SDDM and nvidia driver. System is up to date.
The autologin feature of sddm is activated.

Please let me now if there's more info I can provide.
Thanks in advance.

Last edited by chnkr (2020-06-03 18:15:08)

Offline

#2 2020-06-03 18:14:05

chnkr
Member
Registered: 2020-05-17
Posts: 3

Re: [SOLVED] usr/lib/xorg process high cpu load mostly after login

I've now found the culprit.
I had temporarily used a Bluetooth Apple Keyboard and applied the key mappings from the Arch wiki in my ~/.Xmodmap file.
However, I had switched back completely to my usual wired keyboard - but left the file untouched.
I now removed all Apple Keyboard mappings and it works a lot better now.
Waking up from sleep until I can login still takes a few more seconds than necessary but after that everything is responsive.

This seems to be a bug from 2012 which still seems relevant today.
Before this "fix" my system was basically not usable the first few minutes after wake up.

Hope it helps someone.

Offline

Board footer

Powered by FluxBB