You are not logged in.

#1 2024-09-27 02:18:02

PurpleAce
Member
Registered: 2023-11-06
Posts: 32
Website

"PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

I'm trying to play Doom 2016. Less than a minute after I load into a mission it'll freeze. Running steam in my command line showed that it said all this right before freezing, although I don't really know what to make of it.

OpenAnimation: Z:\home\purple\games\SteamLibrary\steamapps\common\DOOM\base\chroma_effect_files\ChainsawKill
OpenAnimation: Failed to open animation! Z:\home\purple\games\SteamLibrary\steamapps\common\DOOM\base\chroma_effect_files\ChainsawKill
PluginOpenAnimation: Animation is null! name=Z:\home\purple\games\SteamLibrary\steamapps\common\DOOM\base\chroma_effect_files\ChainsawKill
PluginIsPlayingName: Animation not found! Z:\home\purple\games\SteamLibrary\steamapps\common\DOOM\base\chroma_effect_files\ChainsawKill
PluginPlayAnimationLoop: Plugin is not initialized!
PluginPlayAnimationLoop: Plugin is not initialized!
PluginPlayAnimationLoop: Plugin is not initialized!
PluginPlayAnimationLoop: Plugin is not initialized!
PluginPlayAnimationLoop: Plugin is not initialized!
PluginPlayAnimationLoop: Plugin is not initialized!

I haven't been able to find anything about initializing plugins on steam. I haven't found anything on what "PluginPlayAnimationLoop" is, and I'm not sure why it's trying access a chainsaw animation, I don't even have the chainsaw in game yet.

Last edited by PurpleAce (2024-10-03 00:29:26)


"The worst argument is an argument of authority, according to Aristotle"-St. Thomas Aquinas

Offline

#2 2024-09-27 07:08:42

seth
Member
Registered: 2012-09-03
Posts: 57,026

Re: "PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

I don't even have the chainsaw in game yet.

l4m3r tongue

Regardless of why it's trying to access the animation, the file seems corrupted.
It might be possible that the game just tries to load all animations stumbles over this one, fails to finish the animation plugin initilization as consequence and then stalls when *any* animation is required (your first glory kill or whatever)

Because of the file corruption:
1. any idea how that might have happened?
2. if no, https://wiki.archlinux.org/title/SMART - check your disk health
3. tried to re-install the game to fix the missing file(s)?

Offline

#3 2024-09-27 16:06:50

PurpleAce
Member
Registered: 2023-11-06
Posts: 32
Website

Re: "PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

No idea how the files could be messed up.
I had steam run a check of file integrity, it passed just fine. I re-installed the game, still has the same problem.
Disk passed a short SMART test, running a long one at the moment just in case. The drive's only about 2 years old and I haven't abused it I think, so it should be alright.


"The worst argument is an argument of authority, according to Aristotle"-St. Thomas Aquinas

Offline

#4 2024-09-27 22:11:26

seth
Member
Registered: 2012-09-03
Posts: 57,026

Re: "PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

https://github.com/ValveSoftware/Proton/issues/896
Seems a red herring.

What kind of environment is this? X11 or wayland?

glxinfo -B
vulkaninfo --summary

Offline

#5 2024-09-28 00:55:46

PurpleAce
Member
Registered: 2023-11-06
Posts: 32
Website

Re: "PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

I'm running in X11.

From glxinfo:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) UHD Graphics 630 (CFL GT2) (0x3e9b)
    Version: 24.2.3
    Accelerated: yes
    Video memory: 15969MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 24.2.3-arch1.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 24.2.3-arch1.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 24.2.3-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

From vulkaninfo

VULKANINFO
==========

Vulkan Instance Version: 1.3.295


Instance Extensions: count = 24
-------------------------------
VK_EXT_acquire_drm_display             : extension revision 1
VK_EXT_acquire_xlib_display            : extension revision 1
VK_EXT_debug_report                    : extension revision 10
VK_EXT_debug_utils                     : extension revision 2
VK_EXT_direct_mode_display             : extension revision 1
VK_EXT_display_surface_counter         : extension revision 1
VK_EXT_headless_surface                : extension revision 1
VK_EXT_surface_maintenance1            : extension revision 1
VK_EXT_swapchain_colorspace            : extension revision 4
VK_KHR_device_group_creation           : extension revision 1
VK_KHR_display                         : extension revision 23
VK_KHR_external_fence_capabilities     : extension revision 1
VK_KHR_external_memory_capabilities    : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2         : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2       : extension revision 1
VK_KHR_portability_enumeration         : extension revision 1
VK_KHR_surface                         : extension revision 25
VK_KHR_surface_protected_capabilities  : extension revision 1
VK_KHR_wayland_surface                 : extension revision 6
VK_KHR_xcb_surface                     : extension revision 6
VK_KHR_xlib_surface                    : extension revision 6
VK_LUNARG_direct_driver_loading        : extension revision 1

Instance Layers: count = 5
--------------------------
VK_LAYER_NV_optimus               NVIDIA Optimus layer         1.3.280  version 1
VK_LAYER_VALVE_steam_fossilize_32 Steam Pipeline Caching Layer 1.3.207  version 1
VK_LAYER_VALVE_steam_fossilize_64 Steam Pipeline Caching Layer 1.3.207  version 1
VK_LAYER_VALVE_steam_overlay_32   Steam Overlay Layer          1.3.207  version 1
VK_LAYER_VALVE_steam_overlay_64   Steam Overlay Layer          1.3.207  version 1

Devices:
========
GPU0:
        apiVersion         = 1.3.289
        driverVersion      = 24.2.3
        vendorID           = 0x10de
        deviceID           = 0x2191
        deviceType         = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
        deviceName         = NVIDIA GeForce GTX 1660 Ti (NVK TU116)
        driverID           = DRIVER_ID_MESA_NVK
        driverName         = NVK
        driverInfo         = Mesa 24.2.3-arch1.1
        conformanceVersion = 1.3.7.3
        deviceUUID         = 6801de10-9121-0000-0100-000100000000
        driverUUID         = ce396021-5e7b-b475-f902-cc3c45b821aa

I don't see anything strange in either of these


"The worst argument is an argument of authority, according to Aristotle"-St. Thomas Aquinas

Offline

#6 2024-09-28 06:39:04

seth
Member
Registered: 2012-09-03
Posts: 57,026

Re: "PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

Seems to be a hybrid graphics system?
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

I assume you're running DOOM on the nvidia GPU?
Do you explicitly pass https://wiki.archlinux.org/title/Vulkan … initialize to steam/the game?

Offline

#7 2024-09-29 01:38:19

PurpleAce
Member
Registered: 2023-11-06
Posts: 32
Website

Re: "PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

Ah shit your right. That explains why OpenGL has been so slow. My CPU is trying to render the OpenGL graphics because the mesa drivers I'm using for my GPU are also for intel. I think that's a different problem but that's funny it was right in front of my face the entire time damn.

[    20.663]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[    20.663] Current Operating System: Linux gaming 6.10.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 12 Sep 2024 17:21:02 +0000 x86_64
[    20.663] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a883a8f5-35f7-41a5-ae40-aa16eccd1b4f rw loglevel=3 quiet
[    20.663]
[    20.663] Current version of pixman: 0.43.4
[    20.664] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    20.664] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    20.664] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Sep 27 01:05:43 2024
[    20.667] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    20.667] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    20.668] (==) No Layout section.  Using the first Screen section.
[    20.668] (==) No screen section available. Using defaults.
[    20.668] (**) |-->Screen "Default Screen Section" (0)
[    20.668] (**) |   |-->Monitor "<default monitor>"
[    20.669] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    20.669] (**) Allowing byte-swapped clients
[    20.669] (==) Automatically adding devices
[    20.669] (==) Automatically enabling devices
[    20.669] (==) Automatically adding GPU devices
[    20.669] (==) Automatically binding GPU devices
[    20.669] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    20.669] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    20.669] 	Entry deleted from font path.
[    20.669] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    20.669] 	Entry deleted from font path.
[    20.669] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    20.669] 	Entry deleted from font path.
[    20.669] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    20.669] 	Entry deleted from font path.
[    20.669] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    20.669] 	Entry deleted from font path.
[    20.669] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    20.669] 	Entry deleted from font path.
[    20.669] (==) FontPath set to:
	
[    20.669] (==) ModulePath set to "/usr/lib/xorg/modules"
[    20.669] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    20.669] (II) Module ABI versions:
[    20.669] 	X.Org ANSI C Emulation: 0.4
[    20.669] 	X.Org Video Driver: 25.2
[    20.669] 	X.Org XInput driver : 24.4
[    20.669] 	X.Org Server Extension : 10.0
[    20.670] (++) using VT number 1

[    20.672] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    20.674] (II) xfree86: Adding drm device (/dev/dri/card0)
[    20.674] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    20.675] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    20.675] (II) xfree86: Adding drm device (/dev/dri/card1)
[    20.675] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    20.676] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[    20.679] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    20.682] (--) PCI:*(0@0:2:0) 8086:3e9b:1462:12aa rev 2, Mem @ 0xa3000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    20.682] (--) PCI: (1@0:0:0) 10de:2191:1462:12aa rev 161, Mem @ 0xa4000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    20.682] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    20.682] (II) LoadModule: "glx"
[    20.682] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    20.688] (II) Module glx: vendor="X.Org Foundation"
[    20.688] 	compiled for 1.21.1.13, module version = 1.0.0
[    20.688] 	ABI class: X.Org Server Extension, version 10.0
[    20.688] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    20.688] 	loading driver: nvidia
[    20.688] (==) Matched intel as autoconfigured driver 0
[    20.688] (==) Matched nvidia as autoconfigured driver 1
[    20.688] (==) Matched nouveau as autoconfigured driver 2
[    20.688] (==) Matched nv as autoconfigured driver 3
[    20.688] (==) Matched modesetting as autoconfigured driver 4
[    20.688] (==) Matched fbdev as autoconfigured driver 5
[    20.688] (==) Matched vesa as autoconfigured driver 6
[    20.688] (==) Assigned the driver to the xf86ConfigLayout
[    20.688] (II) LoadModule: "intel"
[    20.688] (WW) Warning, couldn't open module intel
[    20.688] (EE) Failed to load module "intel" (module does not exist, 0)
[    20.688] (II) LoadModule: "nvidia"
[    20.688] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    20.692] (II) Module nvidia: vendor="NVIDIA Corporation"
[    20.692] 	compiled for 1.6.99.901, module version = 1.0.0
[    20.692] 	Module class: X.Org Video Driver
[    20.693] (II) LoadModule: "nouveau"
[    20.693] (WW) Warning, couldn't open module nouveau
[    20.693] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    20.693] (II) LoadModule: "nv"
[    20.693] (WW) Warning, couldn't open module nv
[    20.693] (EE) Failed to load module "nv" (module does not exist, 0)
[    20.693] (II) LoadModule: "modesetting"
[    20.693] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    20.807] (II) Module modesetting: vendor="X.Org Foundation"
[    20.807] 	compiled for 1.21.1.13, module version = 1.21.1
[    20.807] 	Module class: X.Org Video Driver
[    20.807] 	ABI class: X.Org Video Driver, version 25.2
[    20.807] (II) LoadModule: "fbdev"
[    20.808] (WW) Warning, couldn't open module fbdev
[    20.808] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    20.808] (II) LoadModule: "vesa"
[    20.808] (WW) Warning, couldn't open module vesa
[    20.808] (EE) Failed to load module "vesa" (module does not exist, 0)
[    20.808] (II) NVIDIA dlloader X Driver  560.35.03  Fri Aug 16 21:25:43 UTC 2024
[    20.808] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    20.808] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    20.809] (II) modeset(0): using drv /dev/dri/card1
[    20.809] (II) systemd-logind: releasing fd for 226:0
[    20.810] (II) Loading sub module "fb"
[    20.810] (II) LoadModule: "fb"
[    20.810] (II) Module "fb" already built-in
[    20.810] (II) Loading sub module "wfb"
[    20.810] (II) LoadModule: "wfb"
[    20.810] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    20.812] (II) Module wfb: vendor="X.Org Foundation"
[    20.812] 	compiled for 1.21.1.13, module version = 1.0.0
[    20.812] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    20.813] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    20.813] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    20.813] (==) modeset(0): RGB weight 888
[    20.813] (==) modeset(0): Default visual is TrueColor
[    20.813] (II) Loading sub module "glamoregl"
[    20.813] (II) LoadModule: "glamoregl"
[    20.813] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    20.828] (II) Module glamoregl: vendor="X.Org Foundation"
[    20.828] 	compiled for 1.21.1.13, module version = 1.0.1
[    20.828] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    20.942] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[    20.942] (II) modeset(0): glamor initialized
[    20.942] (==) modeset(0): VariableRefresh: disabled
[    20.942] (==) modeset(0): AsyncFlipSecondaries: disabled
[    20.944] (II) modeset(0): Output eDP-1 has no monitor section
[    20.945] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[    20.945] (II) modeset(0): EDID for output eDP-1
[    20.945] (II) modeset(0): Manufacturer: AUO  Model: af90  Serial#: 0
[    20.945] (II) modeset(0): Year: 2020  Week: 8
[    20.945] (II) modeset(0): EDID Version: 1.4
[    20.945] (II) modeset(0): Digital Display Input
[    20.945] (II) modeset(0): 8 bits per channel
[    20.945] (II) modeset(0): Digital interface is DisplayPort
[    20.945] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    20.945] (II) modeset(0): Gamma: 2.20
[    20.945] (II) modeset(0): No DPMS capabilities specified
[    20.945] (II) modeset(0): Supported color encodings: RGB 4:4:4
[    20.945] (II) modeset(0): First detailed timing is preferred mode
[    20.945] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    20.945] (II) modeset(0): Display is continuous-frequency
[    20.945] (II) modeset(0): redX: 0.566 redY: 0.339   greenX: 0.351 greenY: 0.568
[    20.945] (II) modeset(0): blueX: 0.158 blueY: 0.121   whiteX: 0.313 whiteY: 0.329
[    20.945] (II) modeset(0): Manufacturer's mask: 0
[    20.945] (II) modeset(0): Supported detailed timing:
[    20.945] (II) modeset(0): clock: 353.8 MHz   Image Size:  344 x 193 mm
[    20.945] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2080 h_border: 0
[    20.945] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1180 v_border: 0
[    20.945] (II) modeset(0): Supported detailed timing:
[    20.945] (II) modeset(0): clock: 143.0 MHz   Image Size:  344 x 193 mm
[    20.945] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2080 h_border: 0
[    20.945] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1142 v_border: 0
[    20.945] (II) modeset(0): Ranges: V min: 60 V max: 144 Hz, H min: 165 H max: 165 kHz, PixClock max 354 MHz
[    20.945] (II) modeset(0):  B156HAN08.4
[    20.945] (II) modeset(0): EDID (in hex):
[    20.945] (II) modeset(0): 	00ffffffffffff0006af90af00000000
[    20.945] (II) modeset(0): 	081e0104a5221378033e859156599128
[    20.945] (II) modeset(0): 	1f505400000001010101010101010101
[    20.945] (II) modeset(0): 	010101010101348a80a0703864406c30
[    20.945] (II) modeset(0): 	350058c110000018dc3780a070383e40
[    20.945] (II) modeset(0): 	6c30350058c110000018000000fd003c
[    20.945] (II) modeset(0): 	90a5a522010a202020202020000000fe
[    20.945] (II) modeset(0): 	004231353648414e30382e34200a00b5
[    20.946] (II) modeset(0): Printing probed modes for output eDP-1
[    20.946] (II) modeset(0): Modeline "1920x1080"x144.1  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[    20.946] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    20.946] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    20.946] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    20.946] (II) modeset(0): Modeline "1920x1080"x60.2  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[    20.946] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    20.946] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    20.946] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    20.946] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    20.946] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    20.946] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    20.946] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    20.946] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    20.946] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    20.946] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    20.946] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    20.946] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    20.946] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    20.946] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    20.946] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    20.946] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    20.946] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    20.946] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    20.946] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    20.946] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    20.946] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    20.946] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    20.946] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    20.946] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    20.946] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    20.946] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    20.946] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    20.946] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    20.946] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    20.946] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    20.946] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    20.946] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    20.946] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    20.946] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    20.946] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    20.946] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    20.946] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    20.946] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    20.946] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    20.946] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    20.946] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    20.946] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    20.946] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    20.946] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    20.946] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    20.946] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    20.946] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    20.946] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    20.946] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    20.946] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    20.946] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    20.946] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    20.946] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    20.946] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    20.946] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    20.946] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    20.946] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    20.946] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    20.946] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    20.946] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    20.946] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    20.946] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    20.946] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    20.946] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    20.946] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    20.946] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    20.946] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    20.946] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    20.946] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    20.946] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    20.946] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    20.946] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    20.946] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    20.946] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    20.946] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    20.946] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    20.946] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    20.946] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    20.946] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    20.946] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    20.946] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    20.946] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    20.946] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    20.946] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    20.946] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    20.946] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    20.946] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    20.946] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    20.946] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    20.946] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    20.946] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    20.946] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    20.946] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    20.946] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    20.946] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    20.946] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    20.946] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    20.946] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    20.946] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    20.946] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    20.946] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    20.946] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    20.946] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[    20.946] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    20.946] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    20.946] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    20.946] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    20.946] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    20.946] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    20.946] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    20.946] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    20.946] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    20.946] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    20.946] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    20.946] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    20.946] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    20.946] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    20.946] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    20.946] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    20.946] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    20.946] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    20.946] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    20.946] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    20.946] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    20.946] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    20.946] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    20.946] (II) modeset(0): Output eDP-1 connected
[    20.946] (II) modeset(0): Using exact sizes for initial modes
[    20.946] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    20.946] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    20.946] (==) modeset(0): DPI set to (96, 96)
[    20.946] (II) Loading sub module "fb"
[    20.946] (II) LoadModule: "fb"
[    20.946] (II) Module "fb" already built-in
[    20.947] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    20.947] (==) NVIDIA(G0): RGB weight 888
[    20.947] (==) NVIDIA(G0): Default visual is TrueColor
[    20.947] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    20.947] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    20.947] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    20.947] (**) NVIDIA(G0): Enabling 2D acceleration
[    20.947] (II) Loading sub module "glxserver_nvidia"
[    20.947] (II) LoadModule: "glxserver_nvidia"
[    20.947] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    20.990] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    20.990] 	compiled for 1.6.99.901, module version = 1.0.0
[    20.990] 	Module class: X.Org Server Extension
[    20.990] (II) NVIDIA GLX Module  560.35.03  Fri Aug 16 21:27:48 UTC 2024
[    20.991] (II) NVIDIA: The X server supports PRIME Render Offload.
[    22.171] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    22.171] (--) NVIDIA(0):     DFP-0
[    22.177] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1660 Ti (TU116-A) at PCI:1:0:0
[    22.177] (II) NVIDIA(G0):     (GPU-0)
[    22.177] (--) NVIDIA(G0): Memory: 6291456 kBytes
[    22.177] (--) NVIDIA(G0): VideoBIOS: 90.16.35.00.10
[    22.177] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    22.177] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    22.177] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    22.177] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    22.177] (--) NVIDIA(GPU-0):
[    22.182] (II) NVIDIA(G0): Validated MetaModes:
[    22.182] (II) NVIDIA(G0):     "NULL"
[    22.182] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    22.182] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    22.182] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    22.246] (==) modeset(0): Backing store enabled
[    22.246] (==) modeset(0): Silken mouse enabled
[    22.279] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    22.279] (==) modeset(0): DPMS enabled
[    22.279] (II) modeset(0): [DRI2] Setup complete
[    22.279] (II) modeset(0): [DRI2]   DRI driver: iris
[    22.279] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    22.279] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    22.279] (II) NVIDIA:     access.
[    22.291] (WW) NVIDIA(G0): ACPI: failed to determine the system's current power source
[    22.291] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    22.291] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    22.291] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    22.291] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    22.291] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    22.291] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    22.291] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    22.291] (II) NVIDIA(G0):     Config Options in the README.
[    22.308] (II) NVIDIA(G0): Setting mode "NULL"
[    22.334] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    22.334] (==) NVIDIA(G0): Backing store enabled
[    22.334] (==) NVIDIA(G0): Silken mouse enabled
[    22.334] (==) NVIDIA(G0): DPMS enabled
[    22.335] (II) Loading sub module "dri2"
[    22.335] (II) LoadModule: "dri2"
[    22.335] (II) Module "dri2" already built-in
[    22.335] (II) NVIDIA(G0): [DRI2] Setup complete
[    22.335] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    22.335] (II) Initializing extension Generic Event Extension
[    22.335] (II) Initializing extension SHAPE
[    22.335] (II) Initializing extension MIT-SHM
[    22.335] (II) Initializing extension XInputExtension
[    22.335] (II) Initializing extension XTEST
[    22.335] (II) Initializing extension BIG-REQUESTS
[    22.335] (II) Initializing extension SYNC
[    22.335] (II) Initializing extension XKEYBOARD
[    22.335] (II) Initializing extension XC-MISC
[    22.335] (II) Initializing extension SECURITY
[    22.335] (II) Initializing extension XFIXES
[    22.335] (II) Initializing extension RENDER
[    22.335] (II) Initializing extension RANDR
[    22.335] (II) Initializing extension COMPOSITE
[    22.336] (II) Initializing extension DAMAGE
[    22.336] (II) Initializing extension MIT-SCREEN-SAVER
[    22.336] (II) Initializing extension DOUBLE-BUFFER
[    22.336] (II) Initializing extension RECORD
[    22.336] (II) Initializing extension DPMS
[    22.336] (II) Initializing extension Present
[    22.336] (II) Initializing extension DRI3
[    22.336] (II) Initializing extension X-Resource
[    22.336] (II) Initializing extension XVideo
[    22.336] (II) Initializing extension XVideo-MotionCompensation
[    22.336] (II) Initializing extension GLX
[    22.336] (II) Initializing extension GLX
[    22.336] (II) Indirect GLX disabled.
[    22.342] (II) AIGLX: Loaded and initialized iris
[    22.342] (II) GLX: Initialized DRI2 GL provider for screen 0
[    22.342] (II) Initializing extension XFree86-VidModeExtension
[    22.342] (II) Initializing extension XFree86-DGA
[    22.342] (II) Initializing extension XFree86-DRI
[    22.342] (II) Initializing extension DRI2
[    22.342] (II) Initializing extension NV-GLX
[    22.343] (II) Initializing extension NV-CONTROL
[    22.343] (II) modeset(0): Damage tracking initialized
[    22.343] (II) modeset(0): Setting screen physical size to 508 x 285
[    22.377] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    22.377] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.377] (**) Power Button: Applying InputClass "system-keyboard"
[    22.377] (II) LoadModule: "libinput"
[    22.377] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    22.380] (II) Module libinput: vendor="X.Org Foundation"
[    22.380] 	compiled for 1.21.1.13, module version = 1.4.0
[    22.380] 	Module class: X.Org XInput Driver
[    22.380] 	ABI class: X.Org XInput driver, version 24.4
[    22.380] (II) Using input driver 'libinput' for 'Power Button'
[    22.380] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
[    22.380] (**) Power Button: always reports core events
[    22.380] (**) Option "Device" "/dev/input/event3"
[    22.385] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    22.385] (II) event3  - Power Button: device is a keyboard
[    22.385] (II) event3  - Power Button: device removed
[    22.385] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    22.385] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    22.385] (**) Option "xkb_layout" "us"
[    22.385] (**) Option "xkb_variant" "dvorak"
[    22.396] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    22.396] (II) event3  - Power Button: device is a keyboard
[    22.396] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    22.397] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    22.397] (**) Video Bus: Applying InputClass "system-keyboard"
[    22.397] (II) Using input driver 'libinput' for 'Video Bus'
[    22.397] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 45 paused 0
[    22.397] (**) Video Bus: always reports core events
[    22.397] (**) Option "Device" "/dev/input/event5"
[    22.398] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    22.398] (II) event5  - Video Bus: device is a keyboard
[    22.398] (II) event5  - Video Bus: device removed
[    22.398] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[    22.398] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    22.398] (**) Option "xkb_layout" "us"
[    22.398] (**) Option "xkb_variant" "dvorak"
[    22.398] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    22.398] (II) event5  - Video Bus: device is a keyboard
[    22.399] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    22.399] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    22.399] (**) Video Bus: Applying InputClass "system-keyboard"
[    22.399] (II) Using input driver 'libinput' for 'Video Bus'
[    22.399] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 46 paused 0
[    22.399] (**) Video Bus: always reports core events
[    22.399] (**) Option "Device" "/dev/input/event6"
[    22.399] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    22.400] (II) event6  - Video Bus: device is a keyboard
[    22.400] (II) event6  - Video Bus: device removed
[    22.400] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input7/event6"
[    22.400] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    22.400] (**) Option "xkb_layout" "us"
[    22.400] (**) Option "xkb_variant" "dvorak"
[    22.400] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    22.400] (II) event6  - Video Bus: device is a keyboard
[    22.401] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    22.401] (II) No input driver specified, ignoring this device.
[    22.401] (II) This device may have been added with another device file.
[    22.401] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    22.401] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.401] (**) Power Button: Applying InputClass "system-keyboard"
[    22.401] (II) Using input driver 'libinput' for 'Power Button'
[    22.401] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 47 paused 0
[    22.401] (**) Power Button: always reports core events
[    22.401] (**) Option "Device" "/dev/input/event2"
[    22.402] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    22.402] (II) event2  - Power Button: device is a keyboard
[    22.402] (II) event2  - Power Button: device removed
[    22.402] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    22.402] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    22.402] (**) Option "xkb_layout" "us"
[    22.402] (**) Option "xkb_variant" "dvorak"
[    22.402] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    22.402] (II) event2  - Power Button: device is a keyboard
[    22.403] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    22.403] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    22.403] (**) Sleep Button: Applying InputClass "system-keyboard"
[    22.403] (II) Using input driver 'libinput' for 'Sleep Button'
[    22.403] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 48 paused 0
[    22.403] (**) Sleep Button: always reports core events
[    22.403] (**) Option "Device" "/dev/input/event1"
[    22.404] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    22.404] (II) event1  - Sleep Button: device is a keyboard
[    22.404] (II) event1  - Sleep Button: device removed
[    22.404] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    22.404] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    22.404] (**) Option "xkb_layout" "us"
[    22.404] (**) Option "xkb_variant" "dvorak"
[    22.404] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    22.404] (II) event1  - Sleep Button: device is a keyboard
[    22.405] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[    22.405] (II) No input driver specified, ignoring this device.
[    22.405] (II) This device may have been added with another device file.
[    22.405] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[    22.405] (II) No input driver specified, ignoring this device.
[    22.405] (II) This device may have been added with another device file.
[    22.405] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[    22.405] (II) No input driver specified, ignoring this device.
[    22.405] (II) This device may have been added with another device file.
[    22.405] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[    22.405] (II) No input driver specified, ignoring this device.
[    22.405] (II) This device may have been added with another device file.
[    22.406] (II) config/udev: Adding input device CUST0001:00 06CB:7E7E Mouse (/dev/input/event13)
[    22.406] (**) CUST0001:00 06CB:7E7E Mouse: Applying InputClass "libinput pointer catchall"
[    22.406] (II) Using input driver 'libinput' for 'CUST0001:00 06CB:7E7E Mouse'
[    22.406] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 49 paused 0
[    22.406] (**) CUST0001:00 06CB:7E7E Mouse: always reports core events
[    22.406] (**) Option "Device" "/dev/input/event13"
[    22.407] (II) event13 - CUST0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[    22.407] (II) event13 - CUST0001:00 06CB:7E7E Mouse: device is a pointer
[    22.407] (II) event13 - CUST0001:00 06CB:7E7E Mouse: device removed
[    22.407] (II) libinput: CUST0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.407] (II) libinput: CUST0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.407] (II) libinput: CUST0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.407] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-8/i2c-CUST0001:00/0018:06CB:7E7E.0001/input/input18/event13"
[    22.407] (II) XINPUT: Adding extended input device "CUST0001:00 06CB:7E7E Mouse" (type: MOUSE, id 11)
[    22.407] (**) Option "AccelerationScheme" "none"
[    22.407] (**) CUST0001:00 06CB:7E7E Mouse: (accel) selected scheme none/0
[    22.407] (**) CUST0001:00 06CB:7E7E Mouse: (accel) acceleration factor: 2.000
[    22.407] (**) CUST0001:00 06CB:7E7E Mouse: (accel) acceleration threshold: 4
[    22.408] (II) event13 - CUST0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[    22.408] (II) event13 - CUST0001:00 06CB:7E7E Mouse: device is a pointer
[    22.409] (II) config/udev: Adding input device CUST0001:00 06CB:7E7E Mouse (/dev/input/mouse0)
[    22.409] (II) No input driver specified, ignoring this device.
[    22.409] (II) This device may have been added with another device file.
[    22.409] (II) config/udev: Adding input device CUST0001:00 06CB:7E7E Touchpad (/dev/input/event14)
[    22.409] (**) CUST0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[    22.409] (**) CUST0001:00 06CB:7E7E Touchpad: Applying InputClass "touchpad catchall"
[    22.409] (II) Using input driver 'libinput' for 'CUST0001:00 06CB:7E7E Touchpad'
[    22.410] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 50 paused 0
[    22.410] (**) CUST0001:00 06CB:7E7E Touchpad: always reports core events
[    22.410] (**) Option "Device" "/dev/input/event14"
[    22.410] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[    22.412] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: device is a touchpad
[    22.412] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: device removed
[    22.412] (II) libinput: CUST0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.412] (II) libinput: CUST0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.412] (II) libinput: CUST0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.412] (**) Option "NaturalScrolling"
[    22.412] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-8/i2c-CUST0001:00/0018:06CB:7E7E.0001/input/input19/event14"
[    22.412] (II) XINPUT: Adding extended input device "CUST0001:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 12)
[    22.413] (**) Option "AccelerationScheme" "none"
[    22.413] (**) CUST0001:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[    22.413] (**) CUST0001:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[    22.413] (**) CUST0001:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[    22.414] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[    22.415] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: device is a touchpad
[    22.416] (II) config/udev: Adding input device CUST0001:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[    22.416] (**) CUST0001:00 06CB:7E7E Touchpad: Applying InputClass "touchpad catchall"
[    22.416] (II) No input driver specified, ignoring this device.
[    22.416] (II) This device may have been added with another device file.
[    22.416] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[    22.416] (II) No input driver specified, ignoring this device.
[    22.416] (II) This device may have been added with another device file.
[    22.416] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[    22.416] (II) No input driver specified, ignoring this device.
[    22.416] (II) This device may have been added with another device file.
[    22.416] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[    22.416] (II) No input driver specified, ignoring this device.
[    22.416] (II) This device may have been added with another device file.
[    22.416] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[    22.416] (II) No input driver specified, ignoring this device.
[    22.416] (II) This device may have been added with another device file.
[    22.417] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[    22.417] (II) No input driver specified, ignoring this device.
[    22.417] (II) This device may have been added with another device file.
[    22.417] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    22.417] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    22.417] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    22.417] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    22.417] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 51 paused 0
[    22.417] (**) AT Translated Set 2 keyboard: always reports core events
[    22.417] (**) Option "Device" "/dev/input/event4"
[    22.418] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.418] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    22.418] (II) event4  - AT Translated Set 2 keyboard: device removed
[    22.418] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    22.418] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    22.418] (**) Option "xkb_layout" "us"
[    22.418] (**) Option "xkb_variant" "dvorak"
[    22.419] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.419] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    22.420] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    22.420] (II) No input driver specified, ignoring this device.
[    22.420] (II) This device may have been added with another device file.
[    22.421] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event7)
[    22.421] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    22.421] (**) MSI WMI hotkeys: Applying InputClass "system-keyboard"
[    22.421] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[    22.421] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 52 paused 0
[    22.421] (**) MSI WMI hotkeys: always reports core events
[    22.421] (**) Option "Device" "/dev/input/event7"
[    22.422] (II) event7  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[    22.422] (II) event7  - MSI WMI hotkeys: device is a keyboard
[    22.422] (II) event7  - MSI WMI hotkeys: device removed
[    22.422] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event7"
[    22.422] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 14)
[    22.422] (**) Option "xkb_layout" "us"
[    22.422] (**) Option "xkb_variant" "dvorak"
[    22.422] (II) event7  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[    22.422] (II) event7  - MSI WMI hotkeys: device is a keyboard
[    31.249] (II) config/udev: Adding input device E-Signal USB Gaming Mouse (/dev/input/mouse2)
[    31.249] (II) No input driver specified, ignoring this device.
[    31.249] (II) This device may have been added with another device file.
[    31.314] (II) config/udev: Adding input device E-Signal USB Gaming Mouse Keyboard (/dev/input/event21)
[    31.314] (**) E-Signal USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    31.314] (**) E-Signal USB Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[    31.314] (II) Using input driver 'libinput' for 'E-Signal USB Gaming Mouse Keyboard'
[    31.315] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 60 paused 0
[    31.316] (**) E-Signal USB Gaming Mouse Keyboard: always reports core events
[    31.316] (**) Option "Device" "/dev/input/event21"
[    31.319] (II) event21 - E-Signal USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    31.319] (II) event21 - E-Signal USB Gaming Mouse Keyboard: device is a keyboard
[    31.320] (II) event21 - E-Signal USB Gaming Mouse Keyboard: device removed
[    31.320] (II) libinput: E-Signal USB Gaming Mouse Keyboard: needs a virtual subdevice
[    31.320] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04D9:A09F.0003/input/input27/event21"
[    31.320] (II) XINPUT: Adding extended input device "E-Signal USB Gaming Mouse Keyboard" (type: MOUSE, id 15)
[    31.321] (**) Option "AccelerationScheme" "none"
[    31.321] (**) E-Signal USB Gaming Mouse Keyboard: (accel) selected scheme none/0
[    31.321] (**) E-Signal USB Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[    31.321] (**) E-Signal USB Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[    31.324] (II) event21 - E-Signal USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    31.324] (II) event21 - E-Signal USB Gaming Mouse Keyboard: device is a keyboard
[    31.325] (**) E-Signal USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    31.325] (**) E-Signal USB Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[    31.325] (II) Using input driver 'libinput' for 'E-Signal USB Gaming Mouse Keyboard'
[    31.325] (II) systemd-logind: returning pre-existing fd for /dev/input/event21 13:85
[    31.325] (**) E-Signal USB Gaming Mouse Keyboard: always reports core events
[    31.325] (**) Option "Device" "/dev/input/event21"
[    31.325] (II) libinput: E-Signal USB Gaming Mouse Keyboard: is a virtual subdevice
[    31.326] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04D9:A09F.0003/input/input27/event21"
[    31.326] (II) XINPUT: Adding extended input device "E-Signal USB Gaming Mouse Keyboard" (type: KEYBOARD, id 16)
[    31.326] (**) Option "xkb_layout" "us"
[    31.326] (**) Option "xkb_variant" "dvorak"
[    31.327] (II) config/udev: Adding input device E-Signal USB Gaming Mouse (/dev/input/event22)
[    31.327] (II) No input driver specified, ignoring this device.
[    31.327] (II) This device may have been added with another device file.
[    31.367] (II) config/udev: Adding input device E-Signal USB Gaming Mouse (/dev/input/event20)
[    31.367] (**) E-Signal USB Gaming Mouse: Applying InputClass "libinput pointer catchall"
[    31.367] (II) Using input driver 'libinput' for 'E-Signal USB Gaming Mouse'
[    31.423] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 61 paused 0
[    31.424] (**) E-Signal USB Gaming Mouse: always reports core events
[    31.424] (**) Option "Device" "/dev/input/event20"
[    31.427] (II) event20 - E-Signal USB Gaming Mouse: is tagged by udev as: Mouse
[    31.428] (II) event20 - E-Signal USB Gaming Mouse: device is a pointer
[    31.429] (II) event20 - E-Signal USB Gaming Mouse: device removed
[    31.429] (II) libinput: E-Signal USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    31.429] (II) libinput: E-Signal USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    31.429] (II) libinput: E-Signal USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    31.429] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04D9:A09F.0002/input/input26/event20"
[    31.429] (II) XINPUT: Adding extended input device "E-Signal USB Gaming Mouse" (type: MOUSE, id 17)
[    31.429] (**) Option "AccelerationScheme" "none"
[    31.429] (**) E-Signal USB Gaming Mouse: (accel) selected scheme none/0
[    31.429] (**) E-Signal USB Gaming Mouse: (accel) acceleration factor: 2.000
[    31.429] (**) E-Signal USB Gaming Mouse: (accel) acceleration threshold: 4
[    31.432] (II) event20 - E-Signal USB Gaming Mouse: is tagged by udev as: Mouse
[    31.433] (II) event20 - E-Signal USB Gaming Mouse: device is a pointer
[   746.378] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[   746.378] (II) modeset(0): EDID vendor "AUO", prod id 44944
[   746.378] (II) modeset(0): Using EDID range info for horizontal sync
[   746.378] (II) modeset(0): Using EDID range info for vertical refresh
[   746.378] (II) modeset(0): Printing DDC gathered Modelines:
[   746.378] (II) modeset(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[   746.378] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[   746.384] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[   746.384] (II) modeset(0): EDID vendor "AUO", prod id 44944
[   746.385] (II) modeset(0): Using hsync ranges from config file
[   746.385] (II) modeset(0): Using vrefresh ranges from config file
[   746.385] (II) modeset(0): Printing DDC gathered Modelines:
[   746.385] (II) modeset(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[   746.385] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[   746.386] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   746.386] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   746.386] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   746.386] (--) NVIDIA(GPU-0):
[   746.468] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[   746.468] (II) modeset(0): EDID vendor "AUO", prod id 44944
[   746.468] (II) modeset(0): Using hsync ranges from config file
[   746.468] (II) modeset(0): Using vrefresh ranges from config file
[   746.468] (II) modeset(0): Printing DDC gathered Modelines:
[   746.468] (II) modeset(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[   746.468] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[   746.475] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[   746.475] (II) modeset(0): EDID vendor "AUO", prod id 44944
[   746.475] (II) modeset(0): Using hsync ranges from config file
[   746.475] (II) modeset(0): Using vrefresh ranges from config file
[   746.475] (II) modeset(0): Printing DDC gathered Modelines:
[   746.475] (II) modeset(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[   746.475] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[   746.476] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   746.476] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   746.476] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   746.476] (--) NVIDIA(GPU-0):
[  1254.046] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[  1254.046] (II) modeset(0): EDID vendor "AUO", prod id 44944
[  1254.046] (II) modeset(0): Using hsync ranges from config file
[  1254.046] (II) modeset(0): Using vrefresh ranges from config file
[  1254.046] (II) modeset(0): Printing DDC gathered Modelines:
[  1254.046] (II) modeset(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[  1254.046] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[  1254.059] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[  1254.059] (II) modeset(0): EDID vendor "AUO", prod id 44944
[  1254.059] (II) modeset(0): Using hsync ranges from config file
[  1254.059] (II) modeset(0): Using vrefresh ranges from config file
[  1254.059] (II) modeset(0): Printing DDC gathered Modelines:
[  1254.059] (II) modeset(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[  1254.059] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[  1254.060] (II) config/udev: removing device Video Bus
[  1254.060] (**) Option "fd" "45"
[  1254.060] (II) event5  - Video Bus: device removed
[  1254.060] (II) UnloadModule: "libinput"
[  1254.060] (II) systemd-logind: releasing fd for 13:69
[  1254.068] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[  1254.068] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1254.068] (**) Video Bus: Applying InputClass "system-keyboard"
[  1254.068] (II) Using input driver 'libinput' for 'Video Bus'
[  1254.068] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 65 paused 0
[  1254.068] (**) Video Bus: always reports core events
[  1254.068] (**) Option "Device" "/dev/input/event5"
[  1254.069] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[  1254.069] (II) event5  - Video Bus: device is a keyboard
[  1254.070] (II) event5  - Video Bus: device removed
[  1254.070] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[  1254.070] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1254.070] (**) Option "xkb_layout" "us"
[  1254.070] (**) Option "xkb_variant" "dvorak"
[  1254.071] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[  1254.071] (II) event5  - Video Bus: device is a keyboard
[  1254.083] (II) config/udev: Adding input device E-Signal USB Gaming Mouse (/dev/input/mouse2)
[  1254.083] (II) No input driver specified, ignoring this device.
[  1254.083] (II) This device may have been added with another device file.
[  1254.084] (II) config/udev: Adding input device CUST0001:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[  1254.084] (**) CUST0001:00 06CB:7E7E Touchpad: Applying InputClass "touchpad catchall"
[  1254.084] (II) No input driver specified, ignoring this device.
[  1254.084] (II) This device may have been added with another device file.
[  1254.084] (II) config/udev: Adding input device CUST0001:00 06CB:7E7E Mouse (/dev/input/mouse0)
[  1254.084] (II) No input driver specified, ignoring this device.
[  1254.084] (II) This device may have been added with another device file.
[  1254.084] (II) config/udev: removing device Sleep Button
[  1254.084] (**) Option "fd" "48"
[  1254.084] (II) event1  - Sleep Button: device removed
[  1254.086] (II) UnloadModule: "libinput"
[  1254.086] (II) systemd-logind: releasing fd for 13:65
[  1254.086] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  1254.089] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1254.089] (**) Sleep Button: Applying InputClass "system-keyboard"
[  1254.089] (II) Using input driver 'libinput' for 'Sleep Button'
[  1254.090] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 48 paused 0
[  1254.090] (**) Sleep Button: always reports core events
[  1254.090] (**) Option "Device" "/dev/input/event1"
[  1254.091] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  1254.091] (II) event1  - Sleep Button: device is a keyboard
[  1254.098] (II) event1  - Sleep Button: device removed
[  1254.098] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[  1254.098] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[  1254.098] (**) Option "xkb_layout" "us"
[  1254.098] (**) Option "xkb_variant" "dvorak"
[  1254.099] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  1254.099] (II) event1  - Sleep Button: device is a keyboard
[  1254.099] (II) config/udev: removing device Power Button
[  1254.100] (**) Option "fd" "42"
[  1254.100] (II) event3  - Power Button: device removed
[  1254.100] (II) UnloadModule: "libinput"
[  1254.100] (II) systemd-logind: releasing fd for 13:67
[  1254.100] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1254.100] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1254.100] (**) Power Button: Applying InputClass "system-keyboard"
[  1254.100] (II) Using input driver 'libinput' for 'Power Button'
[  1254.101] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 45 paused 0
[  1254.101] (**) Power Button: always reports core events
[  1254.101] (**) Option "Device" "/dev/input/event3"
[  1254.102] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1254.102] (II) event3  - Power Button: device is a keyboard
[  1254.105] (II) event3  - Power Button: device removed
[  1254.105] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  1254.105] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1254.105] (**) Option "xkb_layout" "us"
[  1254.105] (**) Option "xkb_variant" "dvorak"
[  1254.107] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1254.107] (II) event3  - Power Button: device is a keyboard
[  1254.108] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1254.108] (II) No input driver specified, ignoring this device.
[  1254.108] (II) This device may have been added with another device file.
[  1254.108] (II) config/udev: removing device Power Button
[  1254.108] (**) Option "fd" "47"
[  1254.108] (II) event2  - Power Button: device removed
[  1254.109] (II) UnloadModule: "libinput"
[  1254.109] (II) systemd-logind: releasing fd for 13:66
[  1254.127] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1254.127] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1254.127] (**) Power Button: Applying InputClass "system-keyboard"
[  1254.127] (II) Using input driver 'libinput' for 'Power Button'
[  1254.127] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 47 paused 0
[  1254.127] (**) Power Button: always reports core events
[  1254.127] (**) Option "Device" "/dev/input/event2"
[  1254.128] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1254.128] (II) event2  - Power Button: device is a keyboard
[  1254.129] (II) event2  - Power Button: device removed
[  1254.129] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[  1254.129] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[  1254.129] (**) Option "xkb_layout" "us"
[  1254.129] (**) Option "xkb_variant" "dvorak"
[  1254.129] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1254.129] (II) event2  - Power Button: device is a keyboard
[  1254.130] (II) config/udev: removing device Video Bus
[  1254.130] (**) Option "fd" "46"
[  1254.130] (II) event6  - Video Bus: device removed
[  1254.130] (II) UnloadModule: "libinput"
[  1254.130] (II) systemd-logind: releasing fd for 13:70
[  1254.131] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[  1254.131] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1254.131] (**) Video Bus: Applying InputClass "system-keyboard"
[  1254.131] (II) Using input driver 'libinput' for 'Video Bus'
[  1254.132] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 46 paused 0
[  1254.132] (**) Video Bus: always reports core events
[  1254.132] (**) Option "Device" "/dev/input/event6"
[  1254.132] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[  1254.133] (II) event6  - Video Bus: device is a keyboard
[  1254.133] (II) event6  - Video Bus: device removed
[  1254.133] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input7/event6"
[  1254.133] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  1254.133] (**) Option "xkb_layout" "us"
[  1254.133] (**) Option "xkb_variant" "dvorak"
[  1254.134] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[  1254.134] (II) event6  - Video Bus: device is a keyboard
[  1254.135] (II) config/udev: removing device CUST0001:00 06CB:7E7E Mouse
[  1254.135] (**) Option "fd" "49"
[  1254.135] (II) event13 - CUST0001:00 06CB:7E7E Mouse: device removed
[  1254.135] (II) UnloadModule: "libinput"
[  1254.135] (II) systemd-logind: releasing fd for 13:77
[  1254.200] (II) config/udev: Adding input device CUST0001:00 06CB:7E7E Mouse (/dev/input/event13)
[  1254.200] (**) CUST0001:00 06CB:7E7E Mouse: Applying InputClass "libinput pointer catchall"
[  1254.200] (II) Using input driver 'libinput' for 'CUST0001:00 06CB:7E7E Mouse'
[  1254.200] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 49 paused 0
[  1254.200] (**) CUST0001:00 06CB:7E7E Mouse: always reports core events
[  1254.200] (**) Option "Device" "/dev/input/event13"
[  1254.201] (II) event13 - CUST0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[  1254.201] (II) event13 - CUST0001:00 06CB:7E7E Mouse: device is a pointer
[  1254.202] (II) event13 - CUST0001:00 06CB:7E7E Mouse: device removed
[  1254.202] (II) libinput: CUST0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1254.202] (II) libinput: CUST0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1254.202] (II) libinput: CUST0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1254.202] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-8/i2c-CUST0001:00/0018:06CB:7E7E.0001/input/input18/event13"
[  1254.202] (II) XINPUT: Adding extended input device "CUST0001:00 06CB:7E7E Mouse" (type: MOUSE, id 11)
[  1254.203] (**) Option "AccelerationScheme" "none"
[  1254.203] (**) CUST0001:00 06CB:7E7E Mouse: (accel) selected scheme none/0
[  1254.203] (**) CUST0001:00 06CB:7E7E Mouse: (accel) acceleration factor: 2.000
[  1254.203] (**) CUST0001:00 06CB:7E7E Mouse: (accel) acceleration threshold: 4
[  1254.203] (II) event13 - CUST0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[  1254.204] (II) event13 - CUST0001:00 06CB:7E7E Mouse: device is a pointer
[  1254.206] (II) config/udev: removing device E-Signal USB Gaming Mouse
[  1254.206] (**) Option "fd" "61"
[  1254.206] (II) event20 - E-Signal USB Gaming Mouse: device removed
[  1254.207] (II) UnloadModule: "libinput"
[  1254.207] (II) systemd-logind: releasing fd for 13:84
[  1254.207] (II) config/udev: Adding input device E-Signal USB Gaming Mouse (/dev/input/event20)
[  1254.207] (**) E-Signal USB Gaming Mouse: Applying InputClass "libinput pointer catchall"
[  1254.208] (II) Using input driver 'libinput' for 'E-Signal USB Gaming Mouse'
[  1254.208] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 61 paused 0
[  1254.208] (**) E-Signal USB Gaming Mouse: always reports core events
[  1254.208] (**) Option "Device" "/dev/input/event20"
[  1254.209] (II) event20 - E-Signal USB Gaming Mouse: is tagged by udev as: Mouse
[  1254.209] (II) event20 - E-Signal USB Gaming Mouse: device is a pointer
[  1254.209] (II) event20 - E-Signal USB Gaming Mouse: device removed
[  1254.209] (II) libinput: E-Signal USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1254.209] (II) libinput: E-Signal USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1254.209] (II) libinput: E-Signal USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1254.209] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04D9:A09F.0002/input/input26/event20"
[  1254.209] (II) XINPUT: Adding extended input device "E-Signal USB Gaming Mouse" (type: MOUSE, id 17)
[  1254.210] (**) Option "AccelerationScheme" "none"
[  1254.210] (**) E-Signal USB Gaming Mouse: (accel) selected scheme none/0
[  1254.210] (**) E-Signal USB Gaming Mouse: (accel) acceleration factor: 2.000
[  1254.210] (**) E-Signal USB Gaming Mouse: (accel) acceleration threshold: 4
[  1254.211] (II) event20 - E-Signal USB Gaming Mouse: is tagged by udev as: Mouse
[  1254.211] (II) event20 - E-Signal USB Gaming Mouse: device is a pointer
[  1254.211] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[  1254.211] (II) No input driver specified, ignoring this device.
[  1254.211] (II) This device may have been added with another device file.
[  1254.212] (II) config/udev: removing device E-Signal USB Gaming Mouse Keyboard
[  1254.212] (**) Option "fd" "60"
[  1254.212] (II) UnloadModule: "libinput"
[  1254.212] (II) systemd-logind: not releasing fd for 13:85, still in use
[  1254.212] (II) config/udev: removing device E-Signal USB Gaming Mouse Keyboard
[  1254.212] (**) Option "fd" "60"
[  1254.212] (II) event21 - E-Signal USB Gaming Mouse Keyboard: device removed
[  1254.212] (II) UnloadModule: "libinput"
[  1254.212] (II) systemd-logind: releasing fd for 13:85
[  1254.213] (II) config/udev: Adding input device E-Signal USB Gaming Mouse Keyboard (/dev/input/event21)
[  1254.213] (**) E-Signal USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[  1254.213] (**) E-Signal USB Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[  1254.213] (II) Using input driver 'libinput' for 'E-Signal USB Gaming Mouse Keyboard'
[  1254.213] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 60 paused 0
[  1254.213] (**) E-Signal USB Gaming Mouse Keyboard: always reports core events
[  1254.213] (**) Option "Device" "/dev/input/event21"
[  1254.214] (II) event21 - E-Signal USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[  1254.214] (II) event21 - E-Signal USB Gaming Mouse Keyboard: device is a keyboard
[  1254.214] (II) event21 - E-Signal USB Gaming Mouse Keyboard: device removed
[  1254.214] (II) libinput: E-Signal USB Gaming Mouse Keyboard: needs a virtual subdevice
[  1254.214] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04D9:A09F.0003/input/input27/event21"
[  1254.214] (II) XINPUT: Adding extended input device "E-Signal USB Gaming Mouse Keyboard" (type: MOUSE, id 15)
[  1254.214] (**) Option "AccelerationScheme" "none"
[  1254.214] (**) E-Signal USB Gaming Mouse Keyboard: (accel) selected scheme none/0
[  1254.214] (**) E-Signal USB Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[  1254.214] (**) E-Signal USB Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[  1254.215] (II) event21 - E-Signal USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[  1254.215] (II) event21 - E-Signal USB Gaming Mouse Keyboard: device is a keyboard
[  1254.216] (**) E-Signal USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[  1254.216] (**) E-Signal USB Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[  1254.216] (II) Using input driver 'libinput' for 'E-Signal USB Gaming Mouse Keyboard'
[  1254.216] (II) systemd-logind: returning pre-existing fd for /dev/input/event21 13:85
[  1254.216] (**) E-Signal USB Gaming Mouse Keyboard: always reports core events
[  1254.216] (**) Option "Device" "/dev/input/event21"
[  1254.216] (II) libinput: E-Signal USB Gaming Mouse Keyboard: is a virtual subdevice
[  1254.216] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04D9:A09F.0003/input/input27/event21"
[  1254.216] (II) XINPUT: Adding extended input device "E-Signal USB Gaming Mouse Keyboard" (type: KEYBOARD, id 16)
[  1254.216] (**) Option "xkb_layout" "us"
[  1254.216] (**) Option "xkb_variant" "dvorak"
[  1254.217] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[  1254.217] (II) No input driver specified, ignoring this device.
[  1254.217] (II) This device may have been added with another device file.
[  1254.217] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[  1254.217] (II) No input driver specified, ignoring this device.
[  1254.217] (II) This device may have been added with another device file.
[  1254.219] (II) config/udev: Adding input device E-Signal USB Gaming Mouse (/dev/input/event22)
[  1254.219] (II) No input driver specified, ignoring this device.
[  1254.219] (II) This device may have been added with another device file.
[  1254.219] (II) config/udev: removing device AT Translated Set 2 keyboard
[  1254.219] (**) Option "fd" "51"
[  1254.219] (II) event4  - AT Translated Set 2 keyboard: device removed
[  1254.219] (II) UnloadModule: "libinput"
[  1254.220] (II) systemd-logind: releasing fd for 13:68
[  1254.220] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[  1254.220] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1254.220] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[  1254.220] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1254.220] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 51 paused 0
[  1254.220] (**) AT Translated Set 2 keyboard: always reports core events
[  1254.220] (**) Option "Device" "/dev/input/event4"
[  1254.221] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1254.221] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  1254.222] (II) event4  - AT Translated Set 2 keyboard: device removed
[  1254.222] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[  1254.222] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[  1254.222] (**) Option "xkb_layout" "us"
[  1254.222] (**) Option "xkb_variant" "dvorak"
[  1254.222] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1254.222] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  1254.223] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[  1254.223] (II) No input driver specified, ignoring this device.
[  1254.223] (II) This device may have been added with another device file.
[  1254.223] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[  1254.223] (II) No input driver specified, ignoring this device.
[  1254.223] (II) This device may have been added with another device file.
[  1254.223] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[  1254.223] (II) No input driver specified, ignoring this device.
[  1254.223] (II) This device may have been added with another device file.
[  1254.224] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[  1254.224] (II) No input driver specified, ignoring this device.
[  1254.224] (II) This device may have been added with another device file.
[  1254.224] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[  1254.224] (II) No input driver specified, ignoring this device.
[  1254.224] (II) This device may have been added with another device file.
[  1254.224] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[  1254.224] (II) No input driver specified, ignoring this device.
[  1254.224] (II) This device may have been added with another device file.
[  1254.224] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  1254.224] (II) No input driver specified, ignoring this device.
[  1254.224] (II) This device may have been added with another device file.
[  1254.224] (II) config/udev: removing device CUST0001:00 06CB:7E7E Touchpad
[  1254.224] (**) Option "fd" "50"
[  1254.224] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: device removed
[  1254.225] (II) UnloadModule: "libinput"
[  1254.225] (II) systemd-logind: releasing fd for 13:78
[  1254.225] (II) config/udev: Adding input device CUST0001:00 06CB:7E7E Touchpad (/dev/input/event14)
[  1254.225] (**) CUST0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[  1254.225] (**) CUST0001:00 06CB:7E7E Touchpad: Applying InputClass "touchpad catchall"
[  1254.225] (II) Using input driver 'libinput' for 'CUST0001:00 06CB:7E7E Touchpad'
[  1254.226] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 50 paused 0
[  1254.226] (**) CUST0001:00 06CB:7E7E Touchpad: always reports core events
[  1254.226] (**) Option "Device" "/dev/input/event14"
[  1254.226] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[  1254.228] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: device is a touchpad
[  1254.228] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: device removed
[  1254.228] (II) libinput: CUST0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1254.228] (II) libinput: CUST0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1254.228] (II) libinput: CUST0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1254.228] (**) Option "NaturalScrolling"
[  1254.228] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-8/i2c-CUST0001:00/0018:06CB:7E7E.0001/input/input19/event14"
[  1254.228] (II) XINPUT: Adding extended input device "CUST0001:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 12)
[  1254.229] (**) Option "AccelerationScheme" "none"
[  1254.229] (**) CUST0001:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[  1254.229] (**) CUST0001:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[  1254.229] (**) CUST0001:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[  1254.230] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[  1254.231] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: device is a touchpad
[  1254.231] (II) config/udev: removing device MSI WMI hotkeys
[  1254.232] (**) Option "fd" "52"
[  1254.232] (II) event7  - MSI WMI hotkeys: device removed
[  1254.232] (II) UnloadModule: "libinput"
[  1254.232] (II) systemd-logind: releasing fd for 13:71
[  1254.232] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event7)
[  1254.232] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1254.232] (**) MSI WMI hotkeys: Applying InputClass "system-keyboard"
[  1254.232] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[  1254.232] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 52 paused 0
[  1254.232] (**) MSI WMI hotkeys: always reports core events
[  1254.232] (**) Option "Device" "/dev/input/event7"
[  1254.233] (II) event7  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[  1254.233] (II) event7  - MSI WMI hotkeys: device is a keyboard
[  1254.233] (II) event7  - MSI WMI hotkeys: device removed
[  1254.233] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event7"
[  1254.233] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 14)
[  1254.233] (**) Option "xkb_layout" "us"
[  1254.233] (**) Option "xkb_variant" "dvorak"
[  1254.233] (II) event7  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[  1254.233] (II) event7  - MSI WMI hotkeys: device is a keyboard
[  1419.001] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[  1419.001] (II) modeset(0): EDID vendor "AUO", prod id 44944
[  1419.001] (II) modeset(0): Using hsync ranges from config file
[  1419.001] (II) modeset(0): Using vrefresh ranges from config file
[  1419.001] (II) modeset(0): Printing DDC gathered Modelines:
[  1419.001] (II) modeset(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[  1419.001] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[  1419.015] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[  1419.015] (II) modeset(0): EDID vendor "AUO", prod id 44944
[  1419.015] (II) modeset(0): Using hsync ranges from config file
[  1419.015] (II) modeset(0): Using vrefresh ranges from config file
[  1419.015] (II) modeset(0): Printing DDC gathered Modelines:
[  1419.015] (II) modeset(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[  1419.015] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[  1419.016] (II) config/udev: Adding input device E-Signal USB Gaming Mouse (/dev/input/mouse2)
[  1419.016] (II) No input driver specified, ignoring this device.
[  1419.016] (II) This device may have been added with another device file.
[  1419.016] (II) config/udev: removing device Power Button
[  1419.017] (**) Option "fd" "45"
[  1419.017] (II) event3  - Power Button: device removed
[  1419.017] (II) UnloadModule: "libinput"
[  1419.017] (II) systemd-logind: releasing fd for 13:67
[  1419.019] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1419.019] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1419.019] (**) Power Button: Applying InputClass "system-keyboard"
[  1419.019] (II) Using input driver 'libinput' for 'Power Button'
[  1419.020] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 106 paused 0
[  1419.020] (**) Power Button: always reports core events
[  1419.020] (**) Option "Device" "/dev/input/event3"
[  1419.021] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1419.021] (II) event3  - Power Button: device is a keyboard
[  1419.031] (II) event3  - Power Button: device removed
[  1419.031] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  1419.031] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1419.031] (**) Option "xkb_layout" "us"
[  1419.031] (**) Option "xkb_variant" "dvorak"
[  1419.031] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1419.031] (II) event3  - Power Button: device is a keyboard
[  1419.033] (II) config/udev: Adding input device CUST0001:00 06CB:7E7E Mouse (/dev/input/mouse0)
[  1419.033] (II) No input driver specified, ignoring this device.
[  1419.033] (II) This device may have been added with another device file.
[  1419.034] (II) config/udev: Adding input device CUST0001:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[  1419.034] (**) CUST0001:00 06CB:7E7E Touchpad: Applying InputClass "touchpad catchall"
[  1419.034] (II) No input driver specified, ignoring this device.
[  1419.034] (II) This device may have been added with another device file.
[  1419.034] (II) config/udev: removing device Video Bus
[  1419.034] (**) Option "fd" "65"
[  1419.034] (II) event5  - Video Bus: device removed
[  1419.034] (II) UnloadModule: "libinput"
[  1419.034] (II) systemd-logind: releasing fd for 13:69
[  1419.035] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[  1419.035] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1419.035] (**) Video Bus: Applying InputClass "system-keyboard"
[  1419.035] (II) Using input driver 'libinput' for 'Video Bus'
[  1419.035] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 65 paused 0
[  1419.035] (**) Video Bus: always reports core events
[  1419.035] (**) Option "Device" "/dev/input/event5"
[  1419.036] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[  1419.036] (II) event5  - Video Bus: device is a keyboard
[  1419.042] (II) event5  - Video Bus: device removed
[  1419.042] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[  1419.042] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1419.042] (**) Option "xkb_layout" "us"
[  1419.042] (**) Option "xkb_variant" "dvorak"
[  1419.043] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[  1419.043] (II) event5  - Video Bus: device is a keyboard
[  1419.044] (II) config/udev: removing device Power Button
[  1419.044] (**) Option "fd" "47"
[  1419.044] (II) event2  - Power Button: device removed
[  1419.044] (II) UnloadModule: "libinput"
[  1419.044] (II) systemd-logind: releasing fd for 13:66
[  1419.045] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1419.045] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1419.045] (**) Power Button: Applying InputClass "system-keyboard"
[  1419.045] (II) Using input driver 'libinput' for 'Power Button'
[  1419.045] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 47 paused 0
[  1419.045] (**) Power Button: always reports core events
[  1419.045] (**) Option "Device" "/dev/input/event2"
[  1419.046] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1419.046] (II) event2  - Power Button: device is a keyboard
[  1419.056] (II) event2  - Power Button: device removed
[  1419.056] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[  1419.056] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[  1419.056] (**) Option "xkb_layout" "us"
[  1419.056] (**) Option "xkb_variant" "dvorak"
[  1419.058] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1419.058] (II) event2  - Power Button: device is a keyboard
[  1419.067] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1419.067] (II) No input driver specified, ignoring this device.
[  1419.067] (II) This device may have been added with another device file.
[  1419.067] (II) config/udev: removing device Video Bus
[  1419.067] (**) Option "fd" "46"
[  1419.067] (II) event6  - Video Bus: device removed
[  1419.067] (II) UnloadModule: "libinput"
[  1419.067] (II) systemd-logind: releasing fd for 13:70
[  1419.068] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[  1419.068] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1419.068] (**) Video Bus: Applying InputClass "system-keyboard"
[  1419.068] (II) Using input driver 'libinput' for 'Video Bus'
[  1419.068] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 46 paused 0
[  1419.068] (**) Video Bus: always reports core events
[  1419.068] (**) Option "Device" "/dev/input/event6"
[  1419.069] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[  1419.069] (II) event6  - Video Bus: device is a keyboard
[  1419.069] (II) event6  - Video Bus: device removed
[  1419.069] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input7/event6"
[  1419.069] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  1419.069] (**) Option "xkb_layout" "us"
[  1419.069] (**) Option "xkb_variant" "dvorak"
[  1419.070] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[  1419.070] (II) event6  - Video Bus: device is a keyboard
[  1419.071] (II) config/udev: removing device Sleep Button
[  1419.071] (**) Option "fd" "48"
[  1419.071] (II) event1  - Sleep Button: device removed
[  1419.071] (II) UnloadModule: "libinput"
[  1419.071] (II) systemd-logind: releasing fd for 13:65
[  1419.113] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  1419.113] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1419.113] (**) Sleep Button: Applying InputClass "system-keyboard"
[  1419.113] (II) Using input driver 'libinput' for 'Sleep Button'
[  1419.114] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 48 paused 0
[  1419.114] (**) Sleep Button: always reports core events
[  1419.114] (**) Option "Device" "/dev/input/event1"
[  1419.114] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  1419.114] (II) event1  - Sleep Button: device is a keyboard
[  1419.114] (II) event1  - Sleep Button: device removed
[  1419.114] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[  1419.114] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[  1419.114] (**) Option "xkb_layout" "us"
[  1419.114] (**) Option "xkb_variant" "dvorak"
[  1419.115] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  1419.115] (II) event1  - Sleep Button: device is a keyboard
[  1419.116] (II) config/udev: removing device E-Signal USB Gaming Mouse
[  1419.116] (**) Option "fd" "61"
[  1419.116] (II) event20 - E-Signal USB Gaming Mouse: device removed
[  1419.116] (II) UnloadModule: "libinput"
[  1419.116] (II) systemd-logind: releasing fd for 13:84
[  1419.117] (II) config/udev: Adding input device E-Signal USB Gaming Mouse (/dev/input/event20)
[  1419.117] (**) E-Signal USB Gaming Mouse: Applying InputClass "libinput pointer catchall"
[  1419.117] (II) Using input driver 'libinput' for 'E-Signal USB Gaming Mouse'
[  1419.117] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 61 paused 0
[  1419.117] (**) E-Signal USB Gaming Mouse: always reports core events
[  1419.117] (**) Option "Device" "/dev/input/event20"
[  1419.118] (II) event20 - E-Signal USB Gaming Mouse: is tagged by udev as: Mouse
[  1419.118] (II) event20 - E-Signal USB Gaming Mouse: device is a pointer
[  1419.118] (II) event20 - E-Signal USB Gaming Mouse: device removed
[  1419.118] (II) libinput: E-Signal USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1419.118] (II) libinput: E-Signal USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1419.118] (II) libinput: E-Signal USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1419.118] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04D9:A09F.0002/input/input26/event20"
[  1419.118] (II) XINPUT: Adding extended input device "E-Signal USB Gaming Mouse" (type: MOUSE, id 17)
[  1419.119] (**) Option "AccelerationScheme" "none"
[  1419.119] (**) E-Signal USB Gaming Mouse: (accel) selected scheme none/0
[  1419.119] (**) E-Signal USB Gaming Mouse: (accel) acceleration factor: 2.000
[  1419.119] (**) E-Signal USB Gaming Mouse: (accel) acceleration threshold: 4
[  1419.119] (II) event20 - E-Signal USB Gaming Mouse: is tagged by udev as: Mouse
[  1419.120] (II) event20 - E-Signal USB Gaming Mouse: device is a pointer
[  1419.120] (II) config/udev: removing device CUST0001:00 06CB:7E7E Mouse
[  1419.120] (**) Option "fd" "49"
[  1419.120] (II) event13 - CUST0001:00 06CB:7E7E Mouse: device removed
[  1419.120] (II) UnloadModule: "libinput"
[  1419.120] (II) systemd-logind: releasing fd for 13:77
[  1419.121] (II) config/udev: Adding input device CUST0001:00 06CB:7E7E Mouse (/dev/input/event13)
[  1419.121] (**) CUST0001:00 06CB:7E7E Mouse: Applying InputClass "libinput pointer catchall"
[  1419.121] (II) Using input driver 'libinput' for 'CUST0001:00 06CB:7E7E Mouse'
[  1419.121] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 49 paused 0
[  1419.121] (**) CUST0001:00 06CB:7E7E Mouse: always reports core events
[  1419.121] (**) Option "Device" "/dev/input/event13"
[  1419.122] (II) event13 - CUST0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[  1419.122] (II) event13 - CUST0001:00 06CB:7E7E Mouse: device is a pointer
[  1419.123] (II) event13 - CUST0001:00 06CB:7E7E Mouse: device removed
[  1419.123] (II) libinput: CUST0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1419.123] (II) libinput: CUST0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1419.123] (II) libinput: CUST0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1419.123] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-8/i2c-CUST0001:00/0018:06CB:7E7E.0001/input/input18/event13"
[  1419.123] (II) XINPUT: Adding extended input device "CUST0001:00 06CB:7E7E Mouse" (type: MOUSE, id 11)
[  1419.123] (**) Option "AccelerationScheme" "none"
[  1419.123] (**) CUST0001:00 06CB:7E7E Mouse: (accel) selected scheme none/0
[  1419.123] (**) CUST0001:00 06CB:7E7E Mouse: (accel) acceleration factor: 2.000
[  1419.123] (**) CUST0001:00 06CB:7E7E Mouse: (accel) acceleration threshold: 4
[  1419.124] (II) event13 - CUST0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[  1419.124] (II) event13 - CUST0001:00 06CB:7E7E Mouse: device is a pointer
[  1419.125] (II) config/udev: removing device E-Signal USB Gaming Mouse Keyboard
[  1419.125] (**) Option "fd" "60"
[  1419.125] (II) UnloadModule: "libinput"
[  1419.125] (II) systemd-logind: not releasing fd for 13:85, still in use
[  1419.125] (II) config/udev: removing device E-Signal USB Gaming Mouse Keyboard
[  1419.125] (**) Option "fd" "60"
[  1419.125] (II) event21 - E-Signal USB Gaming Mouse Keyboard: device removed
[  1419.125] (II) UnloadModule: "libinput"
[  1419.125] (II) systemd-logind: releasing fd for 13:85
[  1419.126] (II) config/udev: Adding input device E-Signal USB Gaming Mouse Keyboard (/dev/input/event21)
[  1419.126] (**) E-Signal USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[  1419.126] (**) E-Signal USB Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[  1419.126] (II) Using input driver 'libinput' for 'E-Signal USB Gaming Mouse Keyboard'
[  1419.126] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 60 paused 0
[  1419.126] (**) E-Signal USB Gaming Mouse Keyboard: always reports core events
[  1419.126] (**) Option "Device" "/dev/input/event21"
[  1419.127] (II) event21 - E-Signal USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[  1419.127] (II) event21 - E-Signal USB Gaming Mouse Keyboard: device is a keyboard
[  1419.128] (II) event21 - E-Signal USB Gaming Mouse Keyboard: device removed
[  1419.128] (II) libinput: E-Signal USB Gaming Mouse Keyboard: needs a virtual subdevice
[  1419.128] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04D9:A09F.0003/input/input27/event21"
[  1419.128] (II) XINPUT: Adding extended input device "E-Signal USB Gaming Mouse Keyboard" (type: MOUSE, id 15)
[  1419.128] (**) Option "AccelerationScheme" "none"
[  1419.128] (**) E-Signal USB Gaming Mouse Keyboard: (accel) selected scheme none/0
[  1419.128] (**) E-Signal USB Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[  1419.128] (**) E-Signal USB Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[  1419.129] (II) event21 - E-Signal USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[  1419.129] (II) event21 - E-Signal USB Gaming Mouse Keyboard: device is a keyboard
[  1419.129] (**) E-Signal USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[  1419.129] (**) E-Signal USB Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[  1419.129] (II) Using input driver 'libinput' for 'E-Signal USB Gaming Mouse Keyboard'
[  1419.129] (II) systemd-logind: returning pre-existing fd for /dev/input/event21 13:85
[  1419.129] (**) E-Signal USB Gaming Mouse Keyboard: always reports core events
[  1419.129] (**) Option "Device" "/dev/input/event21"
[  1419.129] (II) libinput: E-Signal USB Gaming Mouse Keyboard: is a virtual subdevice
[  1419.129] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04D9:A09F.0003/input/input27/event21"
[  1419.129] (II) XINPUT: Adding extended input device "E-Signal USB Gaming Mouse Keyboard" (type: KEYBOARD, id 16)
[  1419.129] (**) Option "xkb_layout" "us"
[  1419.129] (**) Option "xkb_variant" "dvorak"
[  1419.129] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[  1419.129] (II) No input driver specified, ignoring this device.
[  1419.129] (II) This device may have been added with another device file.
[  1419.130] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[  1419.130] (II) No input driver specified, ignoring this device.
[  1419.130] (II) This device may have been added with another device file.
[  1419.130] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[  1419.130] (II) No input driver specified, ignoring this device.
[  1419.130] (II) This device may have been added with another device file.
[  1419.130] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[  1419.131] (II) No input driver specified, ignoring this device.
[  1419.131] (II) This device may have been added with another device file.
[  1419.131] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[  1419.131] (II) No input driver specified, ignoring this device.
[  1419.131] (II) This device may have been added with another device file.
[  1419.133] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[  1419.133] (II) No input driver specified, ignoring this device.
[  1419.133] (II) This device may have been added with another device file.
[  1419.133] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[  1419.133] (II) No input driver specified, ignoring this device.
[  1419.133] (II) This device may have been added with another device file.
[  1419.134] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[  1419.134] (II) No input driver specified, ignoring this device.
[  1419.134] (II) This device may have been added with another device file.
[  1419.134] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[  1419.134] (II) No input driver specified, ignoring this device.
[  1419.134] (II) This device may have been added with another device file.
[  1419.134] (II) config/udev: removing device MSI WMI hotkeys
[  1419.134] (**) Option "fd" "52"
[  1419.134] (II) event7  - MSI WMI hotkeys: device removed
[  1419.134] (II) UnloadModule: "libinput"
[  1419.134] (II) systemd-logind: releasing fd for 13:71
[  1419.134] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event7)
[  1419.134] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1419.134] (**) MSI WMI hotkeys: Applying InputClass "system-keyboard"
[  1419.134] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[  1419.135] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 45 paused 0
[  1419.135] (**) MSI WMI hotkeys: always reports core events
[  1419.135] (**) Option "Device" "/dev/input/event7"
[  1419.135] (II) event7  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[  1419.135] (II) event7  - MSI WMI hotkeys: device is a keyboard
[  1419.135] (II) event7  - MSI WMI hotkeys: device removed
[  1419.135] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event7"
[  1419.135] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 14)
[  1419.135] (**) Option "xkb_layout" "us"
[  1419.135] (**) Option "xkb_variant" "dvorak"
[  1419.136] (II) event7  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[  1419.136] (II) event7  - MSI WMI hotkeys: device is a keyboard
[  1419.136] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  1419.136] (II) No input driver specified, ignoring this device.
[  1419.136] (II) This device may have been added with another device file.
[  1419.137] (II) config/udev: Adding input device E-Signal USB Gaming Mouse (/dev/input/event22)
[  1419.137] (II) No input driver specified, ignoring this device.
[  1419.137] (II) This device may have been added with another device file.
[  1419.137] (II) config/udev: removing device AT Translated Set 2 keyboard
[  1419.137] (**) Option "fd" "51"
[  1419.137] (II) event4  - AT Translated Set 2 keyboard: device removed
[  1419.137] (II) UnloadModule: "libinput"
[  1419.137] (II) systemd-logind: releasing fd for 13:68
[  1419.137] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[  1419.137] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1419.137] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[  1419.137] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1419.137] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 51 paused 0
[  1419.137] (**) AT Translated Set 2 keyboard: always reports core events
[  1419.137] (**) Option "Device" "/dev/input/event4"
[  1419.138] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1419.138] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  1419.139] (II) event4  - AT Translated Set 2 keyboard: device removed
[  1419.139] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[  1419.139] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[  1419.139] (**) Option "xkb_layout" "us"
[  1419.139] (**) Option "xkb_variant" "dvorak"
[  1419.139] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1419.139] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  1419.140] (II) config/udev: removing device CUST0001:00 06CB:7E7E Touchpad
[  1419.140] (**) Option "fd" "50"
[  1419.140] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: device removed
[  1419.141] (II) UnloadModule: "libinput"
[  1419.141] (II) systemd-logind: releasing fd for 13:78
[  1419.141] (II) config/udev: Adding input device CUST0001:00 06CB:7E7E Touchpad (/dev/input/event14)
[  1419.141] (**) CUST0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[  1419.141] (**) CUST0001:00 06CB:7E7E Touchpad: Applying InputClass "touchpad catchall"
[  1419.141] (II) Using input driver 'libinput' for 'CUST0001:00 06CB:7E7E Touchpad'
[  1419.142] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 50 paused 0
[  1419.142] (**) CUST0001:00 06CB:7E7E Touchpad: always reports core events
[  1419.142] (**) Option "Device" "/dev/input/event14"
[  1419.142] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[  1419.144] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: device is a touchpad
[  1419.144] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: device removed
[  1419.144] (II) libinput: CUST0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1419.144] (II) libinput: CUST0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1419.144] (II) libinput: CUST0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1419.144] (**) Option "NaturalScrolling"
[  1419.144] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-8/i2c-CUST0001:00/0018:06CB:7E7E.0001/input/input19/event14"
[  1419.144] (II) XINPUT: Adding extended input device "CUST0001:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 12)
[  1419.145] (**) Option "AccelerationScheme" "none"
[  1419.145] (**) CUST0001:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[  1419.145] (**) CUST0001:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[  1419.145] (**) CUST0001:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[  1419.146] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[  1419.147] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: device is a touchpad
[  1474.857] (**) Option "fd" "106"
[  1474.858] (II) event3  - Power Button: device removed
[  1474.858] (**) Option "fd" "65"
[  1474.858] (II) event5  - Video Bus: device removed
[  1474.858] (**) Option "fd" "47"
[  1474.858] (II) event2  - Power Button: device removed
[  1474.858] (**) Option "fd" "46"
[  1474.858] (II) event6  - Video Bus: device removed
[  1474.858] (**) Option "fd" "48"
[  1474.858] (II) event1  - Sleep Button: device removed
[  1474.858] (**) Option "fd" "61"
[  1474.858] (II) event20 - E-Signal USB Gaming Mouse: device removed
[  1474.858] (**) Option "fd" "49"
[  1474.858] (II) event13 - CUST0001:00 06CB:7E7E Mouse: device removed
[  1474.858] (**) Option "fd" "60"
[  1474.858] (**) Option "fd" "60"
[  1474.858] (II) event21 - E-Signal USB Gaming Mouse Keyboard: device removed
[  1474.858] (**) Option "fd" "45"
[  1474.858] (II) event7  - MSI WMI hotkeys: device removed
[  1474.858] (**) Option "fd" "51"
[  1474.858] (II) event4  - AT Translated Set 2 keyboard: device removed
[  1474.858] (**) Option "fd" "50"
[  1474.858] (II) event14 - CUST0001:00 06CB:7E7E Touchpad: device removed
[  1474.874] (II) UnloadModule: "libinput"
[  1474.874] (II) systemd-logind: releasing fd for 13:78
[  1474.947] (II) UnloadModule: "libinput"
[  1474.947] (II) systemd-logind: releasing fd for 13:68
[  1474.948] (II) UnloadModule: "libinput"
[  1474.948] (II) systemd-logind: releasing fd for 13:71
[  1474.948] (II) UnloadModule: "libinput"
[  1474.948] (II) systemd-logind: not releasing fd for 13:85, still in use
[  1474.948] (II) UnloadModule: "libinput"
[  1474.948] (II) systemd-logind: releasing fd for 13:85
[  1474.948] (II) UnloadModule: "libinput"
[  1474.948] (II) systemd-logind: releasing fd for 13:77
[  1474.949] (II) UnloadModule: "libinput"
[  1474.949] (II) systemd-logind: releasing fd for 13:84
[  1474.949] (II) UnloadModule: "libinput"
[  1474.949] (II) systemd-logind: releasing fd for 13:65
[  1474.949] (II) UnloadModule: "libinput"
[  1474.949] (II) systemd-logind: releasing fd for 13:70
[  1474.949] (II) UnloadModule: "libinput"
[  1474.949] (II) systemd-logind: releasing fd for 13:66
[  1474.950] (II) UnloadModule: "libinput"
[  1474.950] (II) systemd-logind: releasing fd for 13:69
[  1474.950] (II) UnloadModule: "libinput"
[  1474.950] (II) systemd-logind: releasing fd for 13:67
[  1475.412] (II) NVIDIA(GPU-0): Deleting GPU-0
[  1475.416] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[  1475.416] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[  1475.416] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[  1475.438] (II) Server terminated successfully (0). Closing log file.

Yeah it should be running on my nvidia GPU.
I tried specifying my driver with the environment variables like that before, but it didn't change anything so I think it was already running the right one.


"The worst argument is an argument of authority, according to Aristotle"-St. Thomas Aquinas

Offline

#8 2024-09-29 01:39:52

PurpleAce
Member
Registered: 2023-11-06
Posts: 32
Website

Re: "PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

[    20.693] (II) LoadModule: "nouveau"
[    20.693] (WW) Warning, couldn't open module nouveau

This might be the issue. I don't know why that would be failing.


"The worst argument is an argument of authority, according to Aristotle"-St. Thomas Aquinas

Offline

#9 2024-09-29 08:28:11

seth
Member
Registered: 2012-09-03
Posts: 57,026

Re: "PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

You're running the system in regular prime fashion on the modesetting driver and since the output is wired to the IGP that's exactly what you want.
All is fine there, but for superturboturkeypuncher²⁰¹⁶, you want https://wiki.archlinux.org/title/PRIME# … _using_GPU
You can also try "prime-run %command%" , https://archlinux.org/packages/extra/any/nvidia-prime/ (it's just a bash script exporting some enviroment variables) and might want/have to also explicitly select the vulkan driver (if and when you install vulkan-intel, https://wiki.archlinux.org/title/Vulkan#Installation)

Check the ingame stats about the used renderer and report back on your success with that.

Offline

#10 2024-09-29 14:54:29

PurpleAce
Member
Registered: 2023-11-06
Posts: 32
Website

Re: "PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

No success on nvidia-prime or those environment variables. It doesn't seem to change anything when I ran the game with them. In the game settings I set the renderer to Vulkan because OpenGL had terrible framerates.


"The worst argument is an argument of authority, according to Aristotle"-St. Thomas Aquinas

Offline

#11 2024-09-29 18:04:33

seth
Member
Registered: 2012-09-03
Posts: 57,026

Re: "PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

Because opengl was the intel GPU. But the game should also tell you the actualy graphics chip it uses?
What if you prime-run the game on OpenGL? Better performance? Still freezes?

seth wrote:

What kind of environment is this?

Ie. desktop environment, windowmanager, compositor?
Does the same happen in an uncomposited session (eg. openbox)?

Offline

#12 2024-10-01 18:19:07

PurpleAce
Member
Registered: 2023-11-06
Posts: 32
Website

Re: "PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

Prime-running it on OpenGL works flawlessly. Problem is solved. I guess Vulkan is broken with DOOM or there's something else wrong with my vulkan installation.


"The worst argument is an argument of authority, according to Aristotle"-St. Thomas Aquinas

Offline

#13 2024-10-01 19:00:31

seth
Member
Registered: 2012-09-03
Posts: 57,026

Re: "PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

Have you tried to, next to prime run, also explicitly "export VK_DRIVER_FILES=/usr/share/vulkan/icd.d/nvidia_icd.json"?
https://wiki.archlinux.org/title/Vulkan … initialize

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

Offline

#14 2024-10-03 00:31:34

PurpleAce
Member
Registered: 2023-11-06
Posts: 32
Website

Re: "PluginPlayAnimationLoop: Plugin is not initialized!" What?[SOLVED]

I did that with no success. I think it's something with DOOM rather than Vulkan.


"The worst argument is an argument of authority, according to Aristotle"-St. Thomas Aquinas

Offline

Board footer

Powered by FluxBB