You are not logged in.

#1 2024-01-24 08:17:51

prof_peggy
Member
Registered: 2024-01-24
Posts: 1

[SOLVED] OpenGL accelerated programs hanging when opened

Context: I was midway through writing this when I found the error that was causing the problem. The ultimate cause of the issue was that I needed the driver i965_dri.so, which is provided by mesa-amber and not mesa. I installed mesa-amber, and the problem was solved. I thought I'd go ahead and post it anyway for the benefit of someone who may have a similar problem in the future. Please go ahead and delete this post if that's unhelpful.

Hi, I've seen a few questions like this but none seem to match exactly what's going on (https://bbs.archlinux.org/viewtopic.php?id=263638 seems to be the closest, but I don't have a discrete GPU). I'm not sure exactly when it started, but for a while now, GPU-accelerated programs have been freezing when opened; the first frame is painted and then they stay like that, although sometimes there is some graphical stuttering followed by another frame being displayed. This has happened to Chromium, Zoom, and at least one Zachtronics game.

Here is some output from glxinfo, which I saw another poster getting asked about:

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) Graphics (ADL GT2) (0x46a6)
    Version: 23.3.3
    Accelerated: yes
    Video memory: 15603MB
    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) Graphics (ADL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.3.3-manjaro1.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 23.3.3-manjaro1.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 23.3.3-manjaro1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

And a dump from /var/log/Xorg.0.log

[    14.241] Current version of pixman: 0.43.0
[    14.241] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    14.241] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    14.241] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 15 20:22:46 2024
[    14.243] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    14.243] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.246] (==) No Layout section.  Using the first Screen section.
[    14.246] (==) No screen section available. Using defaults.
[    14.246] (**) |-->Screen "Default Screen Section" (0)
[    14.246] (**) |   |-->Monitor "<default monitor>"
[    14.246] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    14.246] (**) |   |-->Device "Intel Graphics"
[    14.246] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    14.246] (==) Automatically adding devices
[    14.246] (==) Automatically enabling devices
[    14.246] (==) Automatically adding GPU devices
[    14.246] (==) Automatically binding GPU devices
[    14.246] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    14.248] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    14.248] 	Entry deleted from font path.
[    14.248] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    14.248] 	Entry deleted from font path.
[    14.248] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    14.248] 	Entry deleted from font path.
[    14.248] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[    14.248] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.248] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.248] (II) Module ABI versions:
[    14.248] 	X.Org ANSI C Emulation: 0.4
[    14.248] 	X.Org Video Driver: 25.2
[    14.248] 	X.Org XInput driver : 24.4
[    14.248] 	X.Org Server Extension : 10.0
[    14.248] (++) using VT number 7

[    14.248] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    14.250] (II) xfree86: Adding drm device (/dev/dri/card0)
[    14.250] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    14.254] (--) PCI:*(0@0:2:0) 8086:46a6:1028:0af3 rev 12, Mem @ 0x603d000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[    14.254] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    14.254] (II) LoadModule: "glx"
[    14.256] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    14.264] (II) Module glx: vendor="X.Org Foundation"
[    14.264] 	compiled for 1.21.1.10, module version = 1.0.0
[    14.264] 	ABI class: X.Org Server Extension, version 10.0
[    14.264] (II) LoadModule: "intel"
[    14.264] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    14.266] (II) Module intel: vendor="X.Org Foundation"
[    14.266] 	compiled for 1.21.1.6, module version = 2.99.917
[    14.266] 	Module class: X.Org Video Driver
[    14.266] 	ABI class: X.Org Video Driver, version 25.2
[    14.266] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    14.267] (II) intel: Driver for Intel(R) HD Graphics
[    14.267] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    14.267] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    14.271] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[    14.271] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[    14.272] (WW) intel(0): Unknown chipset
[    14.272] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 12 threads
[    14.272] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    14.272] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    14.272] (==) intel(0): RGB weight 888
[    14.272] (==) intel(0): Default visual is TrueColor
[    14.272] (**) intel(0): Option "TearFree" "true"
[    14.273] (II) intel(0): Output eDP1 has no monitor section
[    14.273] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    14.273] (II) intel(0): Enabled output eDP1
[    14.273] (II) intel(0): Output DP1 has no monitor section
[    14.273] (II) intel(0): Enabled output DP1
[    14.273] (II) intel(0): Output DP2 has no monitor section
[    14.274] (II) intel(0): Enabled output DP2
[    14.274] (II) intel(0): Output DP3 has no monitor section
[    14.274] (II) intel(0): Enabled output DP3
[    14.274] (II) intel(0): Output DP4 has no monitor section
[    14.274] (II) intel(0): Enabled output DP4
[    14.274] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    14.274] (II) intel(0): Output VIRTUAL1 has no monitor section
[    14.274] (II) intel(0): Enabled output VIRTUAL1
[    14.274] (--) intel(0): Output eDP1 using initial mode 1920x1200 on pipe 0
[    14.274] (**) intel(0): TearFree enabled
[    14.274] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    14.274] (==) intel(0): DPI set to (96, 96)
[    14.274] (II) Loading sub module "dri3"
[    14.274] (II) LoadModule: "dri3"
[    14.274] (II) Module "dri3" already built-in
[    14.275] (II) Loading sub module "dri2"
[    14.275] (II) LoadModule: "dri2"
[    14.275] (II) Module "dri2" already built-in
[    14.275] (II) Loading sub module "present"
[    14.275] (II) LoadModule: "present"
[    14.275] (II) Module "present" already built-in
[    14.275] (II) intel(0): SNA initialized with generic backend
[    14.275] (==) intel(0): Backing store enabled
[    14.275] (==) intel(0): Silken mouse enabled
[    14.275] (II) intel(0): HW Cursor enabled
[    14.276] (==) intel(0): DPMS enabled
[    14.276] (==) intel(0): Display hotplug detection enabled
[    14.276] (II) intel(0): Textured video not supported on this hardware or backend
[    14.276] (II) intel(0): [DRI2] Setup complete
[    14.277] (II) intel(0): [DRI2]   DRI driver: i965
[    14.277] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    14.277] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    14.277] (II) intel(0): hardware support for Present enabled
[    14.277] (II) Initializing extension Generic Event Extension
[    14.277] (II) Initializing extension SHAPE
[    14.277] (II) Initializing extension MIT-SHM
[    14.277] (II) Initializing extension XInputExtension
[    14.277] (II) Initializing extension XTEST
[    14.277] (II) Initializing extension BIG-REQUESTS
[    14.278] (II) Initializing extension SYNC
[    14.278] (II) Initializing extension XKEYBOARD
[    14.278] (II) Initializing extension XC-MISC
[    14.278] (II) Initializing extension SECURITY
[    14.278] (II) Initializing extension XFIXES
[    14.278] (II) Initializing extension RENDER
[    14.278] (II) Initializing extension RANDR
[    14.278] (II) Initializing extension COMPOSITE
[    14.279] (II) Initializing extension DAMAGE
[    14.279] (II) Initializing extension MIT-SCREEN-SAVER
[    14.279] (II) Initializing extension DOUBLE-BUFFER
[    14.279] (II) Initializing extension RECORD
[    14.279] (II) Initializing extension DPMS
[    14.279] (II) Initializing extension Present
[    14.279] (II) Initializing extension DRI3
[    14.279] (II) Initializing extension X-Resource
[    14.279] (II) Initializing extension XVideo
[    14.280] (II) Initializing extension XVideo-MotionCompensation
[    14.280] (II) Initializing extension GLX
[    14.280] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[    14.280] (EE) AIGLX error: unable to load driver i965
[    14.426] (II) IGLX: Loaded and initialized swrast
[    14.426] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    14.426] (II) Initializing extension XFree86-VidModeExtension
[    14.427] (II) Initializing extension XFree86-DGA
[    14.427] (II) Initializing extension XFree86-DRI
[    14.427] (II) Initializing extension DRI2
[    14.431] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[    14.432] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    14.434] (II) intel(0): Setting screen physical size to 508 x 317
[    14.521] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[    14.522] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    14.522] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    14.522] (**) Video Bus: Applying InputClass "system-keyboard"
[    14.522] (II) LoadModule: "libinput"
[    14.522] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    14.526] (II) Module libinput: vendor="X.Org Foundation"
[    14.526] 	compiled for 1.21.1.8, module version = 1.4.0
[    14.526] 	Module class: X.Org XInput Driver
[    14.526] 	ABI class: X.Org XInput driver, version 24.4
[    14.526] (II) Using input driver 'libinput' for 'Video Bus'
[    14.526] (**) Video Bus: always reports core events
[    14.526] (**) Option "Device" "/dev/input/event14"
[    14.532] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[    14.532] (II) event14 - Video Bus: device is a keyboard
[    14.533] (II) event14 - Video Bus: device removed
[    14.603] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input56/event14"
[    14.603] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    14.603] (**) Option "xkb_layout" "us"
[    14.604] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[    14.604] (II) event14 - Video Bus: device is a keyboard
[    14.605] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    14.605] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    14.605] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    14.605] (**) Power Button: Applying InputClass "system-keyboard"
[    14.605] (II) Using input driver 'libinput' for 'Power Button'
[    14.605] (**) Power Button: always reports core events
[    14.605] (**) Option "Device" "/dev/input/event1"
[    14.606] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    14.606] (II) event1  - Power Button: device is a keyboard
[    14.606] (II) event1  - Power Button: device removed
[    14.626] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    14.626] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    14.626] (**) Option "xkb_layout" "us"
[    14.627] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    14.627] (II) event1  - Power Button: device is a keyboard
[    14.628] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    14.628] (II) No input driver specified, ignoring this device.
[    14.628] (II) This device may have been added with another device file.
[    14.629] (II) config/udev: Adding input device Creative Live! Cam Sync 1080p V (/dev/input/event13)
[    14.629] (**) Creative Live! Cam Sync 1080p V: Applying InputClass "evdev keyboard catchall"
[    14.629] (**) Creative Live! Cam Sync 1080p V: Applying InputClass "libinput keyboard catchall"
[    14.629] (**) Creative Live! Cam Sync 1080p V: Applying InputClass "system-keyboard"
[    14.629] (II) Using input driver 'libinput' for 'Creative Live! Cam Sync 1080p V'
[    14.629] (**) Creative Live! Cam Sync 1080p V: always reports core events
[    14.629] (**) Option "Device" "/dev/input/event13"
[    14.630] (II) event13 - Creative Live! Cam Sync 1080p V: is tagged by udev as: Keyboard
[    14.630] (II) event13 - Creative Live! Cam Sync 1080p V: device is a keyboard
[    14.630] (II) event13 - Creative Live! Cam Sync 1080p V: device removed
[    14.673] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input55/event13"
[    14.673] (II) XINPUT: Adding extended input device "Creative Live! Cam Sync 1080p V" (type: KEYBOARD, id 8)
[    14.673] (**) Option "xkb_layout" "us"
[    14.674] (II) event13 - Creative Live! Cam Sync 1080p V: is tagged by udev as: Keyboard
[    14.674] (II) event13 - Creative Live! Cam Sync 1080p V: device is a keyboard
[    14.675] (II) config/udev: Adding input device LXT2021:00 29BD:3201 (/dev/input/event11)
[    14.675] (**) LXT2021:00 29BD:3201: Applying InputClass "evdev touchscreen catchall"
[    14.675] (**) LXT2021:00 29BD:3201: Applying InputClass "libinput touchscreen catchall"
[    14.675] (II) Using input driver 'libinput' for 'LXT2021:00 29BD:3201'
[    14.675] (**) LXT2021:00 29BD:3201: always reports core events
[    14.675] (**) Option "Device" "/dev/input/event11"
[    14.676] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[    14.676] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[    14.677] (II) event11 - LXT2021:00 29BD:3201: device removed
[    14.756] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-LXT2021:00/0018:29BD:3201.0002/input/input49/event11"
[    14.756] (II) XINPUT: Adding extended input device "LXT2021:00 29BD:3201" (type: TOUCHSCREEN, id 9)
[    14.756] (**) Option "AccelerationScheme" "none"
[    14.756] (**) LXT2021:00 29BD:3201: (accel) selected scheme none/0
[    14.757] (**) LXT2021:00 29BD:3201: (accel) acceleration factor: 2.000
[    14.757] (**) LXT2021:00 29BD:3201: (accel) acceleration threshold: 4
[    14.757] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[    14.758] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[    14.758] (II) config/udev: Adding input device LXT2021:00 29BD:3201 (/dev/input/mouse0)
[    14.758] (II) No input driver specified, ignoring this device.
[    14.758] (II) This device may have been added with another device file.
[    14.759] (II) config/udev: Adding input device VEN_04F3:00 04F3:31D1 Mouse (/dev/input/event7)
[    14.759] (**) VEN_04F3:00 04F3:31D1 Mouse: Applying InputClass "evdev pointer catchall"
[    14.759] (**) VEN_04F3:00 04F3:31D1 Mouse: Applying InputClass "libinput pointer catchall"
[    14.759] (II) Using input driver 'libinput' for 'VEN_04F3:00 04F3:31D1 Mouse'
[    14.759] (**) VEN_04F3:00 04F3:31D1 Mouse: always reports core events
[    14.759] (**) Option "Device" "/dev/input/event7"
[    14.759] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[    14.760] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[    14.760] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[    14.813] (II) libinput: VEN_04F3:00 04F3:31D1 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.813] (II) libinput: VEN_04F3:00 04F3:31D1 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.813] (II) libinput: VEN_04F3:00 04F3:31D1 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.813] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-VEN_04F3:00/0018:04F3:31D1.0003/input/input51/event7"
[    14.813] (II) XINPUT: Adding extended input device "VEN_04F3:00 04F3:31D1 Mouse" (type: MOUSE, id 10)
[    14.813] (**) Option "AccelerationScheme" "none"
[    14.813] (**) VEN_04F3:00 04F3:31D1 Mouse: (accel) selected scheme none/0
[    14.813] (**) VEN_04F3:00 04F3:31D1 Mouse: (accel) acceleration factor: 2.000
[    14.813] (**) VEN_04F3:00 04F3:31D1 Mouse: (accel) acceleration threshold: 4
[    14.814] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[    14.815] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[    14.816] (II) config/udev: Adding input device VEN_04F3:00 04F3:31D1 Mouse (/dev/input/mouse1)
[    14.816] (II) No input driver specified, ignoring this device.
[    14.816] (II) This device may have been added with another device file.
[    14.816] (II) config/udev: Adding input device VEN_04F3:00 04F3:31D1 Touchpad (/dev/input/event8)
[    14.816] (**) VEN_04F3:00 04F3:31D1 Touchpad: Applying InputClass "evdev touchpad catchall"
[    14.816] (**) VEN_04F3:00 04F3:31D1 Touchpad: Applying InputClass "libinput touchpad catchall"
[    14.816] (II) Using input driver 'libinput' for 'VEN_04F3:00 04F3:31D1 Touchpad'
[    14.816] (**) VEN_04F3:00 04F3:31D1 Touchpad: always reports core events
[    14.816] (**) Option "Device" "/dev/input/event8"
[    14.817] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[    14.819] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[    14.819] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[    14.876] (II) libinput: VEN_04F3:00 04F3:31D1 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.876] (II) libinput: VEN_04F3:00 04F3:31D1 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.876] (II) libinput: VEN_04F3:00 04F3:31D1 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.877] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-VEN_04F3:00/0018:04F3:31D1.0003/input/input52/event8"
[    14.877] (II) XINPUT: Adding extended input device "VEN_04F3:00 04F3:31D1 Touchpad" (type: TOUCHPAD, id 11)
[    14.879] (**) Option "AccelerationScheme" "none"
[    14.879] (**) VEN_04F3:00 04F3:31D1 Touchpad: (accel) selected scheme none/0
[    14.879] (**) VEN_04F3:00 04F3:31D1 Touchpad: (accel) acceleration factor: 2.000
[    14.879] (**) VEN_04F3:00 04F3:31D1 Touchpad: (accel) acceleration threshold: 4
[    14.880] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[    14.882] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[    14.883] (II) config/udev: Adding input device VEN_04F3:00 04F3:31D1 Touchpad (/dev/input/mouse2)
[    14.883] (II) No input driver specified, ignoring this device.
[    14.883] (II) This device may have been added with another device file.
[    14.883] (II) config/udev: Adding input device VEN_04F3:00 04F3:31D1 UNKNOWN (/dev/input/event9)
[    14.883] (II) No input driver specified, ignoring this device.
[    14.883] (II) This device may have been added with another device file.
[    14.884] (II) config/udev: Adding input device sof-soundwire HDMI/DP,pcm=5 (/dev/input/event15)
[    14.884] (II) No input driver specified, ignoring this device.
[    14.884] (II) This device may have been added with another device file.
[    14.884] (II) config/udev: Adding input device sof-soundwire HDMI/DP,pcm=6 (/dev/input/event16)
[    14.884] (II) No input driver specified, ignoring this device.
[    14.884] (II) This device may have been added with another device file.
[    14.884] (II) config/udev: Adding input device sof-soundwire HDMI/DP,pcm=7 (/dev/input/event17)
[    14.884] (II) No input driver specified, ignoring this device.
[    14.884] (II) This device may have been added with another device file.
[    14.885] (II) config/udev: Adding input device Intel HID events (/dev/input/event3)
[    14.885] (**) Intel HID events: Applying InputClass "evdev keyboard catchall"
[    14.885] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    14.885] (**) Intel HID events: Applying InputClass "system-keyboard"
[    14.885] (II) Using input driver 'libinput' for 'Intel HID events'
[    14.885] (**) Intel HID events: always reports core events
[    14.885] (**) Option "Device" "/dev/input/event3"
[    14.885] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[    14.885] (II) event3  - Intel HID events: device is a keyboard
[    14.885] (II) event3  - Intel HID events: device removed
[    14.903] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input31/event3"
[    14.903] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[    14.903] (**) Option "xkb_layout" "us"
[    14.904] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[    14.904] (II) event3  - Intel HID events: device is a keyboard
[    14.905] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event4)
[    14.905] (**) Intel HID 5 button array: Applying InputClass "evdev keyboard catchall"
[    14.905] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    14.905] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[    14.905] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    14.905] (**) Intel HID 5 button array: always reports core events
[    14.905] (**) Option "Device" "/dev/input/event4"
[    14.905] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    14.905] (II) event4  - Intel HID 5 button array: device is a keyboard
[    14.905] (II) event4  - Intel HID 5 button array: device removed
[    14.923] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input32/event4"
[    14.923] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 13)
[    14.923] (**) Option "xkb_layout" "us"
[    14.924] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    14.924] (II) event4  - Intel HID 5 button array: device is a keyboard
[    14.925] (II) config/udev: Adding input device Dell Privacy Driver (/dev/input/event6)
[    14.925] (**) Dell Privacy Driver: Applying InputClass "evdev keyboard catchall"
[    14.925] (**) Dell Privacy Driver: Applying InputClass "libinput keyboard catchall"
[    14.925] (**) Dell Privacy Driver: Applying InputClass "system-keyboard"
[    14.925] (II) Using input driver 'libinput' for 'Dell Privacy Driver'
[    14.925] (**) Dell Privacy Driver: always reports core events
[    14.925] (**) Option "Device" "/dev/input/event6"
[    14.925] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[    14.925] (II) event6  - Dell Privacy Driver: device is a keyboard
[    14.926] (II) event6  - Dell Privacy Driver: device removed
[    14.980] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/6932965F-1671-4CEB-B988-D3AB0A901919/input/input47/event6"
[    14.980] (II) XINPUT: Adding extended input device "Dell Privacy Driver" (type: KEYBOARD, id 14)
[    14.980] (**) Option "xkb_layout" "us"
[    14.981] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[    14.981] (II) event6  - Dell Privacy Driver: device is a keyboard
[    14.981] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event10)
[    14.981] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    14.981] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    14.981] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
[    14.982] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    14.982] (**) Dell WMI hotkeys: always reports core events
[    14.982] (**) Option "Device" "/dev/input/event10"
[    14.982] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    14.982] (II) event10 - Dell WMI hotkeys: device is a keyboard
[    14.983] (II) event10 - Dell WMI hotkeys: device removed
[    15.040] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input48/event10"
[    15.040] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[    15.040] (**) Option "xkb_layout" "us"
[    15.041] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    15.041] (II) event10 - Dell WMI hotkeys: device is a keyboard
[    15.042] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    15.042] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    15.042] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    15.042] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    15.042] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    15.042] (**) AT Translated Set 2 keyboard: always reports core events
[    15.042] (**) Option "Device" "/dev/input/event2"
[    15.042] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.042] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    15.043] (II) event2  - AT Translated Set 2 keyboard: device removed
[    15.080] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    15.080] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[    15.080] (**) Option "xkb_layout" "us"
[    15.081] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.081] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    15.082] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event12)
[    15.082] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[    15.082] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[    15.082] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[    15.082] (**) PS/2 Generic Mouse: always reports core events
[    15.082] (**) Option "Device" "/dev/input/event12"
[    15.083] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[    15.083] (II) event12 - PS/2 Generic Mouse: device is a pointer
[    15.084] (II) event12 - PS/2 Generic Mouse: device removed
[    15.150] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    15.150] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    15.150] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    15.150] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input40/event12"
[    15.150] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 17)
[    15.150] (**) Option "AccelerationScheme" "none"
[    15.150] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[    15.150] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[    15.150] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[    15.151] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[    15.151] (II) event12 - PS/2 Generic Mouse: device is a pointer
[    15.151] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse3)
[    15.151] (II) No input driver specified, ignoring this device.
[    15.151] (II) This device may have been added with another device file.
[    15.152] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    15.152] (II) No input driver specified, ignoring this device.
[    15.152] (II) This device may have been added with another device file.
[    15.184] (II) intel(0): EDID vendor "SHP", prod id 5447
[    15.184] (II) intel(0): Using EDID range info for horizontal sync
[    15.184] (II) intel(0): Using EDID range info for vertical refresh
[    15.184] (II) intel(0): Printing DDC gathered Modelines:
[    15.184] (II) intel(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 -hsync -vsync (74.0 kHz eP)
[    15.187] (II) config/udev: Adding input device sof-soundwire HDMI/DP,pcm=6 (/dev/input/event16)
[    15.187] (II) No input driver specified, ignoring this device.
[    15.187] (II) This device may have been added with another device file.
[    15.187] (II) config/udev: Adding input device sof-soundwire HDMI/DP,pcm=5 (/dev/input/event15)
[    15.187] (II) No input driver specified, ignoring this device.
[    15.187] (II) This device may have been added with another device file.
[    15.188] (II) config/udev: Adding input device sof-soundwire HDMI/DP,pcm=7 (/dev/input/event17)
[    15.188] (II) No input driver specified, ignoring this device.
[    15.188] (II) This device may have been added with another device file.
[   587.043] (II) event13 - Creative Live! Cam Sync 1080p V: device removed
[   587.073] (II) config/udev: removing device Creative Live! Cam Sync 1080p V
[   587.074] (II) UnloadModule: "libinput"
[   620.947] (II) event14 - Video Bus: device removed
[   621.010] (II) event1  - Power Button: device removed
[   621.030] (II) event11 - LXT2021:00 29BD:3201: device removed
[   621.073] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[   621.106] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[   621.150] (II) event3  - Intel HID events: device removed
[   621.166] (II) event4  - Intel HID 5 button array: device removed
[   621.193] (II) event6  - Dell Privacy Driver: device removed
[   621.227] (II) event10 - Dell WMI hotkeys: device removed
[   621.260] (II) event2  - AT Translated Set 2 keyboard: device removed
[   621.276] (II) event12 - PS/2 Generic Mouse: device removed
[   635.371] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   635.440] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[   635.440] (II) event14 - Video Bus: device is a keyboard
[   635.441] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   635.441] (II) event1  - Power Button: device is a keyboard
[   635.444] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[   635.444] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[   635.446] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[   635.447] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[   635.449] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[   635.453] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[   635.454] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[   635.454] (II) event3  - Intel HID events: device is a keyboard
[   635.456] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[   635.456] (II) event4  - Intel HID 5 button array: device is a keyboard
[   635.457] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[   635.457] (II) event6  - Dell Privacy Driver: device is a keyboard
[   635.459] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[   635.459] (II) event10 - Dell WMI hotkeys: device is a keyboard
[   635.461] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   635.461] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   635.463] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[   635.463] (II) event12 - PS/2 Generic Mouse: device is a pointer
[   699.979] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[  4651.945] (II) event14 - Video Bus: device removed
[  4651.980] (II) event1  - Power Button: device removed
[  4652.000] (II) event11 - LXT2021:00 29BD:3201: device removed
[  4652.033] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[  4652.076] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[  4652.109] (II) event3  - Intel HID events: device removed
[  4652.126] (II) event4  - Intel HID 5 button array: device removed
[  4652.143] (II) event6  - Dell Privacy Driver: device removed
[  4652.186] (II) event10 - Dell WMI hotkeys: device removed
[  4652.219] (II) event2  - AT Translated Set 2 keyboard: device removed
[  4652.236] (II) event12 - PS/2 Generic Mouse: device removed
[  4860.454] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  4860.521] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[  4860.521] (II) event14 - Video Bus: device is a keyboard
[  4860.521] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  4860.521] (II) event1  - Power Button: device is a keyboard
[  4860.522] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[  4860.522] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[  4860.523] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[  4860.523] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[  4860.524] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[  4860.525] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[  4860.525] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[  4860.525] (II) event3  - Intel HID events: device is a keyboard
[  4860.526] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[  4860.526] (II) event4  - Intel HID 5 button array: device is a keyboard
[  4860.526] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[  4860.526] (II) event6  - Dell Privacy Driver: device is a keyboard
[  4860.527] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[  4860.527] (II) event10 - Dell WMI hotkeys: device is a keyboard
[  4860.528] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  4860.528] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[  4860.528] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[  4860.528] (II) event12 - PS/2 Generic Mouse: device is a pointer
[  4860.714] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[  6298.659] (EE) event8  - VEN_04F3:00 04F3:31D1 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html for details
[  6300.171] (EE) event8  - VEN_04F3:00 04F3:31D1 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html for details
[  6332.944] (II) event14 - Video Bus: device removed
[  6332.996] (II) event1  - Power Button: device removed
[  6333.016] (II) event11 - LXT2021:00 29BD:3201: device removed
[  6333.049] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[  6333.093] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[  6333.126] (II) event3  - Intel HID events: device removed
[  6333.143] (II) event4  - Intel HID 5 button array: device removed
[  6333.159] (II) event6  - Dell Privacy Driver: device removed
[  6333.213] (II) event10 - Dell WMI hotkeys: device removed
[  6333.246] (II) event2  - AT Translated Set 2 keyboard: device removed
[  6333.263] (II) event12 - PS/2 Generic Mouse: device removed
[  6343.337] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  6343.404] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[  6343.404] (II) event14 - Video Bus: device is a keyboard
[  6343.404] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  6343.404] (II) event1  - Power Button: device is a keyboard
[  6343.405] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[  6343.405] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[  6343.406] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[  6343.406] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[  6343.407] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[  6343.408] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[  6343.408] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[  6343.408] (II) event3  - Intel HID events: device is a keyboard
[  6343.409] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[  6343.409] (II) event4  - Intel HID 5 button array: device is a keyboard
[  6343.409] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[  6343.409] (II) event6  - Dell Privacy Driver: device is a keyboard
[  6343.410] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[  6343.410] (II) event10 - Dell WMI hotkeys: device is a keyboard
[  6343.410] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  6343.410] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[  6343.411] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[  6343.411] (II) event12 - PS/2 Generic Mouse: device is a pointer
[  6343.560] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 15179.512] (II) event14 - Video Bus: device removed
[ 15179.572] (II) event1  - Power Button: device removed
[ 15179.602] (II) event11 - LXT2021:00 29BD:3201: device removed
[ 15179.659] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[ 15179.702] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[ 15179.736] (II) event3  - Intel HID events: device removed
[ 15179.749] (II) event4  - Intel HID 5 button array: device removed
[ 15179.775] (II) event6  - Dell Privacy Driver: device removed
[ 15179.809] (II) event10 - Dell WMI hotkeys: device removed
[ 15179.849] (II) event2  - AT Translated Set 2 keyboard: device removed
[ 15179.865] (II) event12 - PS/2 Generic Mouse: device removed
[ 15190.396] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 15190.464] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 15190.464] (II) event14 - Video Bus: device is a keyboard
[ 15190.465] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 15190.465] (II) event1  - Power Button: device is a keyboard
[ 15190.466] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[ 15190.466] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[ 15190.467] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[ 15190.467] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[ 15190.468] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[ 15190.470] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[ 15190.470] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[ 15190.470] (II) event3  - Intel HID events: device is a keyboard
[ 15190.471] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 15190.471] (II) event4  - Intel HID 5 button array: device is a keyboard
[ 15190.472] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[ 15190.472] (II) event6  - Dell Privacy Driver: device is a keyboard
[ 15190.473] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 15190.473] (II) event10 - Dell WMI hotkeys: device is a keyboard
[ 15190.474] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 15190.474] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[ 15190.475] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 15190.475] (II) event12 - PS/2 Generic Mouse: device is a pointer
[ 15193.358] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 18209.943] (II) event14 - Video Bus: device removed
[ 18209.995] (II) event1  - Power Button: device removed
[ 18210.015] (II) event11 - LXT2021:00 29BD:3201: device removed
[ 18210.058] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[ 18210.091] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[ 18210.135] (II) event3  - Intel HID events: device removed
[ 18210.151] (II) event4  - Intel HID 5 button array: device removed
[ 18210.168] (II) event6  - Dell Privacy Driver: device removed
[ 18210.208] (II) event10 - Dell WMI hotkeys: device removed
[ 18210.241] (II) event2  - AT Translated Set 2 keyboard: device removed
[ 18210.268] (II) event12 - PS/2 Generic Mouse: device removed
[ 18216.925] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 18216.995] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 18216.995] (II) event14 - Video Bus: device is a keyboard
[ 18216.998] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 18216.998] (II) event1  - Power Button: device is a keyboard
[ 18217.001] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[ 18217.001] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[ 18217.004] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[ 18217.005] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[ 18217.008] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[ 18217.011] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[ 18217.013] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[ 18217.013] (II) event3  - Intel HID events: device is a keyboard
[ 18217.014] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 18217.014] (II) event4  - Intel HID 5 button array: device is a keyboard
[ 18217.016] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[ 18217.016] (II) event6  - Dell Privacy Driver: device is a keyboard
[ 18217.017] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 18217.017] (II) event10 - Dell WMI hotkeys: device is a keyboard
[ 18217.019] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 18217.019] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[ 18217.021] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 18217.021] (II) event12 - PS/2 Generic Mouse: device is a pointer
[ 18217.040] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 25315.349] (EE) event8  - VEN_04F3:00 04F3:31D1 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html for details
[ 57511.120] (II) event14 - Video Bus: device removed
[ 57511.164] (II) event1  - Power Button: device removed
[ 57511.181] (II) event11 - LXT2021:00 29BD:3201: device removed
[ 57511.214] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[ 57511.258] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[ 57511.291] (II) event3  - Intel HID events: device removed
[ 57511.307] (II) event4  - Intel HID 5 button array: device removed
[ 57511.328] (II) event6  - Dell Privacy Driver: device removed
[ 57511.371] (II) event10 - Dell WMI hotkeys: device removed
[ 57511.415] (II) event2  - AT Translated Set 2 keyboard: device removed
[ 57511.444] (II) event12 - PS/2 Generic Mouse: device removed
[ 57519.182] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 57519.250] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 57519.250] (II) event14 - Video Bus: device is a keyboard
[ 57519.251] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 57519.251] (II) event1  - Power Button: device is a keyboard
[ 57519.252] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[ 57519.252] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[ 57519.253] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[ 57519.253] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[ 57519.254] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[ 57519.255] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[ 57519.255] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[ 57519.255] (II) event3  - Intel HID events: device is a keyboard
[ 57519.256] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 57519.256] (II) event4  - Intel HID 5 button array: device is a keyboard
[ 57519.256] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[ 57519.256] (II) event6  - Dell Privacy Driver: device is a keyboard
[ 57519.257] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 57519.257] (II) event10 - Dell WMI hotkeys: device is a keyboard
[ 57519.257] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 57519.258] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[ 57519.258] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 57519.258] (II) event12 - PS/2 Generic Mouse: device is a pointer
[ 57519.886] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 62907.961] (II) event14 - Video Bus: device removed
[ 62908.010] (II) event1  - Power Button: device removed
[ 62908.054] (II) event11 - LXT2021:00 29BD:3201: device removed
[ 62908.111] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[ 62908.167] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[ 62908.214] (II) event3  - Intel HID events: device removed
[ 62908.230] (II) event4  - Intel HID 5 button array: device removed
[ 62908.257] (II) event6  - Dell Privacy Driver: device removed
[ 62908.314] (II) event10 - Dell WMI hotkeys: device removed
[ 62908.364] (II) event2  - AT Translated Set 2 keyboard: device removed
[ 62908.384] (II) event12 - PS/2 Generic Mouse: device removed
[ 62915.061] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 62915.128] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 62915.128] (II) event14 - Video Bus: device is a keyboard
[ 62915.129] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 62915.129] (II) event1  - Power Button: device is a keyboard
[ 62915.130] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[ 62915.130] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[ 62915.131] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[ 62915.131] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[ 62915.132] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[ 62915.134] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[ 62915.135] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[ 62915.135] (II) event3  - Intel HID events: device is a keyboard
[ 62915.135] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 62915.135] (II) event4  - Intel HID 5 button array: device is a keyboard
[ 62915.136] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[ 62915.136] (II) event6  - Dell Privacy Driver: device is a keyboard
[ 62915.137] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 62915.137] (II) event10 - Dell WMI hotkeys: device is a keyboard
[ 62915.138] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 62915.138] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[ 62915.139] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 62915.140] (II) event12 - PS/2 Generic Mouse: device is a pointer
[ 62917.682] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 63687.929] (EE) event8  - VEN_04F3:00 04F3:31D1 Touchpad: client bug: event processing lagging behind by 426ms, your system is too slow
[ 67338.074] (II) event14 - Video Bus: device removed
[ 67338.120] (II) event1  - Power Button: device removed
[ 67338.137] (II) event11 - LXT2021:00 29BD:3201: device removed
[ 67338.190] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[ 67338.227] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[ 67338.260] (II) event3  - Intel HID events: device removed
[ 67338.277] (II) event4  - Intel HID 5 button array: device removed
[ 67338.293] (II) event6  - Dell Privacy Driver: device removed
[ 67338.327] (II) event10 - Dell WMI hotkeys: device removed
[ 67338.360] (II) event2  - AT Translated Set 2 keyboard: device removed
[ 67338.377] (II) event12 - PS/2 Generic Mouse: device removed
[ 67346.737] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 67346.806] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 67346.806] (II) event14 - Video Bus: device is a keyboard
[ 67346.808] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 67346.809] (II) event1  - Power Button: device is a keyboard
[ 67346.811] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[ 67346.812] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[ 67346.815] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[ 67346.815] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[ 67346.819] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[ 67346.822] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[ 67346.824] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[ 67346.825] (II) event3  - Intel HID events: device is a keyboard
[ 67346.826] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 67346.826] (II) event4  - Intel HID 5 button array: device is a keyboard
[ 67346.828] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[ 67346.828] (II) event6  - Dell Privacy Driver: device is a keyboard
[ 67346.830] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 67346.830] (II) event10 - Dell WMI hotkeys: device is a keyboard
[ 67346.832] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 67346.832] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[ 67346.835] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 67346.835] (II) event12 - PS/2 Generic Mouse: device is a pointer
[ 67348.605] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 68578.262] (II) event14 - Video Bus: device removed
[ 68578.307] (II) event1  - Power Button: device removed
[ 68578.323] (II) event11 - LXT2021:00 29BD:3201: device removed
[ 68578.356] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[ 68578.390] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[ 68578.423] (II) event3  - Intel HID events: device removed
[ 68578.440] (II) event4  - Intel HID 5 button array: device removed
[ 68578.456] (II) event6  - Dell Privacy Driver: device removed
[ 68578.500] (II) event10 - Dell WMI hotkeys: device removed
[ 68578.533] (II) event2  - AT Translated Set 2 keyboard: device removed
[ 68578.550] (II) event12 - PS/2 Generic Mouse: device removed
[ 69291.634] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 69291.702] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 69291.702] (II) event14 - Video Bus: device is a keyboard
[ 69291.704] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 69291.705] (II) event1  - Power Button: device is a keyboard
[ 69291.707] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[ 69291.707] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[ 69291.710] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[ 69291.711] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[ 69291.713] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[ 69291.717] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[ 69291.719] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[ 69291.719] (II) event3  - Intel HID events: device is a keyboard
[ 69291.720] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 69291.720] (II) event4  - Intel HID 5 button array: device is a keyboard
[ 69291.722] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[ 69291.722] (II) event6  - Dell Privacy Driver: device is a keyboard
[ 69291.724] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 69291.724] (II) event10 - Dell WMI hotkeys: device is a keyboard
[ 69291.725] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 69291.726] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[ 69291.728] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 69291.728] (II) event12 - PS/2 Generic Mouse: device is a pointer
[ 69313.199] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 70843.959] (II) event14 - Video Bus: device removed
[ 70843.999] (II) event1  - Power Button: device removed
[ 70844.019] (II) event11 - LXT2021:00 29BD:3201: device removed
[ 70844.067] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[ 70844.106] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[ 70844.140] (II) event3  - Intel HID events: device removed
[ 70844.156] (II) event4  - Intel HID 5 button array: device removed
[ 70844.173] (II) event6  - Dell Privacy Driver: device removed
[ 70844.206] (II) event10 - Dell WMI hotkeys: device removed
[ 70844.240] (II) event2  - AT Translated Set 2 keyboard: device removed
[ 70844.256] (II) event12 - PS/2 Generic Mouse: device removed
[ 70851.117] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 70851.186] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 70851.186] (II) event14 - Video Bus: device is a keyboard
[ 70851.188] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 70851.188] (II) event1  - Power Button: device is a keyboard
[ 70851.190] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[ 70851.191] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[ 70851.193] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[ 70851.194] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[ 70851.196] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[ 70851.200] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[ 70851.202] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[ 70851.202] (II) event3  - Intel HID events: device is a keyboard
[ 70851.203] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 70851.203] (II) event4  - Intel HID 5 button array: device is a keyboard
[ 70851.205] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[ 70851.205] (II) event6  - Dell Privacy Driver: device is a keyboard
[ 70851.206] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 70851.206] (II) event10 - Dell WMI hotkeys: device is a keyboard
[ 70851.208] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 70851.208] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[ 70851.210] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 70851.211] (II) event12 - PS/2 Generic Mouse: device is a pointer
[ 70854.293] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 73696.423] (EE) event8  - VEN_04F3:00 04F3:31D1 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html for details
[ 75708.749] (EE) event8  - VEN_04F3:00 04F3:31D1 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html for details
[ 75968.729] (EE) event8  - VEN_04F3:00 04F3:31D1 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html for details
[ 76171.945] (II) event14 - Video Bus: device removed
[ 76171.989] (II) event1  - Power Button: device removed
[ 76172.022] (II) event11 - LXT2021:00 29BD:3201: device removed
[ 76172.069] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[ 76172.102] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[ 76172.136] (II) event3  - Intel HID events: device removed
[ 76172.162] (II) event4  - Intel HID 5 button array: device removed
[ 76172.179] (II) event6  - Dell Privacy Driver: device removed
[ 76172.212] (II) event10 - Dell WMI hotkeys: device removed
[ 76172.256] (II) event2  - AT Translated Set 2 keyboard: device removed
[ 76172.282] (II) event12 - PS/2 Generic Mouse: device removed
[ 76220.766] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 76220.833] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 76220.833] (II) event14 - Video Bus: device is a keyboard
[ 76220.834] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 76220.834] (II) event1  - Power Button: device is a keyboard
[ 76220.835] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[ 76220.835] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[ 76220.835] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[ 76220.835] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[ 76220.836] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[ 76220.837] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[ 76220.838] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[ 76220.838] (II) event3  - Intel HID events: device is a keyboard
[ 76220.838] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 76220.838] (II) event4  - Intel HID 5 button array: device is a keyboard
[ 76220.839] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[ 76220.839] (II) event6  - Dell Privacy Driver: device is a keyboard
[ 76220.840] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 76220.840] (II) event10 - Dell WMI hotkeys: device is a keyboard
[ 76220.840] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 76220.840] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[ 76220.841] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 76220.841] (II) event12 - PS/2 Generic Mouse: device is a pointer
[ 76220.980] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 85489.942] (II) event14 - Video Bus: device removed
[ 85490.031] (II) event1  - Power Button: device removed
[ 85490.078] (II) event11 - LXT2021:00 29BD:3201: device removed
[ 85490.145] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[ 85490.185] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[ 85490.251] (II) event3  - Intel HID events: device removed
[ 85490.268] (II) event4  - Intel HID 5 button array: device removed
[ 85490.285] (II) event6  - Dell Privacy Driver: device removed
[ 85490.328] (II) event10 - Dell WMI hotkeys: device removed
[ 85490.361] (II) event2  - AT Translated Set 2 keyboard: device removed
[ 85490.378] (II) event12 - PS/2 Generic Mouse: device removed
[ 85533.252] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 85533.319] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 85533.319] (II) event14 - Video Bus: device is a keyboard
[ 85533.319] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 85533.319] (II) event1  - Power Button: device is a keyboard
[ 85533.320] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[ 85533.320] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[ 85533.321] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[ 85533.321] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[ 85533.322] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[ 85533.323] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[ 85533.324] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[ 85533.324] (II) event3  - Intel HID events: device is a keyboard
[ 85533.324] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 85533.324] (II) event4  - Intel HID 5 button array: device is a keyboard
[ 85533.325] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[ 85533.325] (II) event6  - Dell Privacy Driver: device is a keyboard
[ 85533.325] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 85533.325] (II) event10 - Dell WMI hotkeys: device is a keyboard
[ 85533.326] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 85533.326] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[ 85533.327] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 85533.327] (II) event12 - PS/2 Generic Mouse: device is a pointer
[ 85535.398] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 95406.944] (II) event14 - Video Bus: device removed
[ 95407.017] (II) event1  - Power Button: device removed
[ 95407.044] (II) event11 - LXT2021:00 29BD:3201: device removed
[ 95407.077] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[ 95407.110] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[ 95407.154] (II) event3  - Intel HID events: device removed
[ 95407.170] (II) event4  - Intel HID 5 button array: device removed
[ 95407.187] (II) event6  - Dell Privacy Driver: device removed
[ 95407.221] (II) event10 - Dell WMI hotkeys: device removed
[ 95407.250] (II) event2  - AT Translated Set 2 keyboard: device removed
[ 95407.267] (II) event12 - PS/2 Generic Mouse: device removed
[ 95415.454] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 95415.523] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 95415.523] (II) event14 - Video Bus: device is a keyboard
[ 95415.525] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 95415.525] (II) event1  - Power Button: device is a keyboard
[ 95415.528] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[ 95415.528] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[ 95415.530] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[ 95415.531] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[ 95415.534] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[ 95415.538] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[ 95415.539] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[ 95415.539] (II) event3  - Intel HID events: device is a keyboard
[ 95415.541] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 95415.541] (II) event4  - Intel HID 5 button array: device is a keyboard
[ 95415.543] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[ 95415.543] (II) event6  - Dell Privacy Driver: device is a keyboard
[ 95415.545] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 95415.545] (II) event10 - Dell WMI hotkeys: device is a keyboard
[ 95415.546] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 95415.546] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[ 95415.549] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 95415.550] (II) event12 - PS/2 Generic Mouse: device is a pointer
[ 95415.642] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 97056.144] (EE) event8  - VEN_04F3:00 04F3:31D1 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html for details
[ 97179.077] (EE) event8  - VEN_04F3:00 04F3:31D1 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html for details
[ 98711.051] (EE) event12 - PS/2 Generic Mouse: client bug: event processing lagging behind by 369ms, your system is too slow
[ 98711.964] (II) event14 - Video Bus: device removed
[ 98712.030] (II) event1  - Power Button: device removed
[ 98712.057] (II) event11 - LXT2021:00 29BD:3201: device removed
[ 98712.117] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[ 98712.150] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[ 98712.183] (II) event3  - Intel HID events: device removed
[ 98712.200] (II) event4  - Intel HID 5 button array: device removed
[ 98712.227] (II) event6  - Dell Privacy Driver: device removed
[ 98712.270] (II) event10 - Dell WMI hotkeys: device removed
[ 98712.303] (II) event2  - AT Translated Set 2 keyboard: device removed
[ 98712.320] (II) event12 - PS/2 Generic Mouse: device removed
[ 98720.177] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 98720.246] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 98720.247] (II) event14 - Video Bus: device is a keyboard
[ 98720.249] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 98720.249] (II) event1  - Power Button: device is a keyboard
[ 98720.250] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[ 98720.250] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[ 98720.251] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[ 98720.252] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[ 98720.253] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[ 98720.255] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[ 98720.256] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[ 98720.256] (II) event3  - Intel HID events: device is a keyboard
[ 98720.256] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 98720.256] (II) event4  - Intel HID 5 button array: device is a keyboard
[ 98720.257] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[ 98720.257] (II) event6  - Dell Privacy Driver: device is a keyboard
[ 98720.258] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 98720.258] (II) event10 - Dell WMI hotkeys: device is a keyboard
[ 98720.259] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 98720.259] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[ 98720.261] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 98720.261] (II) event12 - PS/2 Generic Mouse: device is a pointer
[ 98721.799] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[110567.928] (II) event14 - Video Bus: device removed
[110567.999] (II) event1  - Power Button: device removed
[110568.026] (II) event11 - LXT2021:00 29BD:3201: device removed
[110568.079] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[110568.123] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[110568.159] (II) event3  - Intel HID events: device removed
[110568.186] (II) event4  - Intel HID 5 button array: device removed
[110568.202] (II) event6  - Dell Privacy Driver: device removed
[110568.245] (II) event10 - Dell WMI hotkeys: device removed
[110568.289] (II) event2  - AT Translated Set 2 keyboard: device removed
[110568.305] (II) event12 - PS/2 Generic Mouse: device removed
[116375.809] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[116375.879] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[116375.879] (II) event14 - Video Bus: device is a keyboard
[116375.881] (II) event1  - Power Button: is tagged by udev as: Keyboard
[116375.881] (II) event1  - Power Button: device is a keyboard
[116375.884] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[116375.884] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[116375.887] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[116375.887] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[116375.891] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[116375.894] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[116375.896] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[116375.896] (II) event3  - Intel HID events: device is a keyboard
[116375.898] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[116375.898] (II) event4  - Intel HID 5 button array: device is a keyboard
[116375.900] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[116375.900] (II) event6  - Dell Privacy Driver: device is a keyboard
[116375.902] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[116375.902] (II) event10 - Dell WMI hotkeys: device is a keyboard
[116375.903] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[116375.903] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[116375.906] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[116375.906] (II) event12 - PS/2 Generic Mouse: device is a pointer
[116376.054] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[117399.655] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: SYN_DROPPED event - some input events have been lost.
[117399.658] (II) event2  - AT Translated Set 2 keyboard: SYN_DROPPED event - some input events have been lost.
[117402.001] (II) event14 - Video Bus: device removed
[117402.052] (II) event1  - Power Button: device removed
[117402.079] (II) event11 - LXT2021:00 29BD:3201: device removed
[117402.116] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device removed
[117402.173] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device removed
[117402.226] (II) event3  - Intel HID events: device removed
[117402.255] (II) event4  - Intel HID 5 button array: device removed
[117402.272] (II) event6  - Dell Privacy Driver: device removed
[117402.315] (II) event10 - Dell WMI hotkeys: device removed
[117402.359] (II) event2  - AT Translated Set 2 keyboard: device removed
[117402.385] (II) event12 - PS/2 Generic Mouse: device removed
[117409.166] (II) intel(0): switch to mode 1920x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[117409.235] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[117409.236] (II) event14 - Video Bus: device is a keyboard
[117409.238] (II) event1  - Power Button: is tagged by udev as: Keyboard
[117409.238] (II) event1  - Power Button: device is a keyboard
[117409.240] (II) event11 - LXT2021:00 29BD:3201: is tagged by udev as: Touchscreen
[117409.240] (II) event11 - LXT2021:00 29BD:3201: device is a touch device
[117409.243] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: is tagged by udev as: Mouse Pointingstick
[117409.244] (II) event7  - VEN_04F3:00 04F3:31D1 Mouse: device is a pointer
[117409.247] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: is tagged by udev as: Touchpad
[117409.249] (II) event8  - VEN_04F3:00 04F3:31D1 Touchpad: device is a touchpad
[117409.250] (II) event3  - Intel HID events: is tagged by udev as: Keyboard
[117409.250] (II) event3  - Intel HID events: device is a keyboard
[117409.252] (II) event4  - Intel HID 5 button array: is tagged by udev as: Keyboard
[117409.252] (II) event4  - Intel HID 5 button array: device is a keyboard
[117409.254] (II) event6  - Dell Privacy Driver: is tagged by udev as: Keyboard
[117409.254] (II) event6  - Dell Privacy Driver: device is a keyboard
[117409.255] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[117409.256] (II) event10 - Dell WMI hotkeys: device is a keyboard
[117409.257] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[117409.257] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[117409.259] (II) event12 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[117409.259] (II) event12 - PS/2 Generic Mouse: device is a pointer
[117419.439] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.

and all files in xorg.conf.d

# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us"
EndSection
Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
  Option "TearFree" "true"
EndSection

The obvious source of the issue was this error above

[    14.280] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[    14.280] (EE) AIGLX error: unable to load driver i965

indeed i965_dri.so was not on my filesystem. It's provided by mesa-amber but not by mesa. So I installed mesa-amber and I'm hoping nothing else breaks.

Offline

#2 2024-01-24 09:39:02

seth
Member
Registered: 2012-09-03
Posts: 51,674

Re: [SOLVED] OpenGL accelerated programs hanging when opened

xf86-video-intel isn't a very good choice for an AlderLake system, remove that and teh config and install the regular mesa package again.

Online

Board footer

Powered by FluxBB