[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#977996: xserver-xorg-input-libinput: for the middle button, reports press only when the button is released



Package: xserver-xorg-input-libinput
Version: 0.30.0-1
Severity: normal

On my HP ZBook 15 G2 laptop, I have a pointstick with associated
mouse buttons and a touchpad with associated mouse buttons. There
is no issue with the touchpad buttons, but for the middle button
associated with the pointstick, I get the press event only when
the button is released, as shown by xev, for instance:

ButtonPress event, serial 33, synthetic NO, window 0x6200001,
    root 0x2ec, subw 0x0, time 484856111, (73,106), root:(3030,1381),
    state 0x0, button 2, same_screen YES

ButtonRelease event, serial 33, synthetic NO, window 0x6200001,
    root 0x2ec, subw 0x0, time 484856111, (73,106), root:(3030,1381),
    state 0x200, button 2, same_screen YES

You can see that I got both events at the same time. A consequence
is that under fvwm, popups bound to the middle button do not work
at all when I use the middle button associated with the pointstick.

Some details...

With the input-events utility, I get:

* For the pointstick (associated with /dev/input/event2):

# input-events 2
/dev/input/event2
   bustype : BUS_I8042
   vendor  : 0x2
   product : 0x1
   version : 0
   name    : "PS/2 Generic Mouse"
   phys    : "isa0060/serio2/input0"
   bits ev : (null) (null) (null)

* For the touchpad (associated with /dev/input/event3):

# input-events 3
/dev/input/event3
   bustype : BUS_I8042
   vendor  : 0x2
   product : 0x7
   version : 433
   name    : "SynPS/2 Synaptics TouchPad"
   phys    : "isa0060/serio3/input0"
   bits ev : (null) (null) (null)

In both cases, when I test the 3 buttons, the "pressed" and "released"
events are reported exactly at the time I press or release the button.
In particular, with the middle button of the pointstick:

03:39:35.613850: (null) ??? (0x112) pressed
03:39:35.613850: (null) code=0 value=0
03:39:36.941501: (null) ??? (0x112) released
03:39:36.941501: (null) code=0 value=0

So, no problems at this level. I get the issue only under X.

Note that these input devices do not use the same driver, so that
I suppose that the issue comes from the driver. /var/log/Xorg.0.log
contains in particular:

[...]
[    21.243] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event2)
[    21.243] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[    21.243] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[    21.243] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[    21.243] (**) PS/2 Generic Mouse: always reports core events
[    21.243] (**) Option "Device" "/dev/input/event2"
[    21.243] (**) Option "_source" "server/udev"
[    21.244] (II) event2  - PS/2 Generic Mouse: is tagged by udev as: Mouse
[    21.244] (II) event2  - PS/2 Generic Mouse: device is a pointer
[    21.245] (II) event2  - PS/2 Generic Mouse: device removed
[    21.316] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input7/event2"
[    21.316] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 11)
[    21.316] (**) Option "AccelerationScheme" "none"
[    21.316] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[    21.316] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[    21.316] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[    21.317] (II) event2  - PS/2 Generic Mouse: is tagged by udev as: Mouse
[    21.317] (II) event2  - PS/2 Generic Mouse: device is a pointer
[    21.318] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[    21.318] (II) No input driver specified, ignoring this device.
[    21.318] (II) This device may have been added with another device file.
[    21.318] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event3)
[    21.318] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    21.318] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    21.318] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    21.318] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    21.318] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
[    21.318] (II) LoadModule: "synaptics"
[    21.319] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    21.320] (II) Module synaptics: vendor="X.Org Foundation"
[    21.320]    compiled for 1.20.8, module version = 1.9.1
[    21.320]    Module class: X.Org XInput Driver
[    21.320]    ABI class: X.Org XInput driver, version 24.1
[    21.320] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    21.320] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    21.320] (**) Option "Device" "/dev/input/event3"
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1324 - 5660 (res 42)
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1248 - 4730 (res 63)
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    21.388] (**) Option "VertEdgeScroll" "on"
[    21.388] (**) Option "HorizEdgeScroll" "on"
[    21.388] (**) Option "VertTwoFingerScroll" "on"
[    21.388] (**) Option "HorizTwoFingerScroll" "on"
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    21.388] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    21.460] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio3/input/input8/event3"
[    21.460] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[    21.460] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    21.460] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    21.460] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[    21.460] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    21.460] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    21.460] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    21.460] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    21.460] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    21.460] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    21.461] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[...]

-- Package-specific info:
/etc/X11/X does not exist.
/etc/X11/X is not a symlink.
/etc/X11/X is not executable.

Diversions concerning libGL are in place
----------------------------------------
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.2.0 to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGLESv2.so.2 to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGLESv2.so.2 by glx-diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2.0.0 to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv2.so.2.0.0 by glx-diversions
diversion of /usr/lib/libGLESv2.so.2 to /usr/lib/mesa-diverted/libGLESv2.so.2 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLX_indirect.so.0 to /usr/lib/mesa-diverted/i386-linux-gnu/libGLX_indirect.so.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1.1.0 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv1_CM.so to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv1_CM.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv2.so.2 to /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so.2 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2.1.0 to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv2.so.2.1.0 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv2.so.2.1.0 to /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so.2.1.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv2.so.2 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLX_indirect.so.0 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLX_indirect.so.0 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.2 to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv2.so.2.1.0 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2.1.0 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGLESv1_CM.so to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGLESv1_CM.so by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGLESv1_CM.so.1.1.0 to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGL.so.1.2.0 to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/libGLESv1_CM.so.1.1.0 to /usr/lib/mesa-diverted/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGLESv2.so to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGLESv2.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv1_CM.so.1 to /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so.1 by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGL.so.1.2.0 to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv1_CM.so.1.2.0 to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv1_CM.so.1.2.0 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv1_CM.so.1.1.0 to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/libGL.so.1.2.0 to /usr/lib/mesa-diverted/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGLESv1_CM.so.1.1.0 to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGLESv1_CM.so.1.2.0 to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGLESv1_CM.so.1.2.0 by glx-diversions
diversion of /usr/lib/libGLESv1_CM.so.1.2.0 to /usr/lib/mesa-diverted/libGLESv1_CM.so.1.2.0 by glx-diversions
diversion of /usr/lib/libGLESv2.so to /usr/lib/mesa-diverted/libGLESv2.so by glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGLESv1_CM.so.1.2.0 to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGLESv1_CM.so.1.2.0 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv1_CM.so.1.1.0 to /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv2.so to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv2.so by glx-diversions
diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2 to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv2.so.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.7.0 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.7.0 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.0.0 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.0.0 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGL.so.1.7.0 to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGL.so.1.7.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv2.so to /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so by glx-diversions
diversion of /usr/lib/libGLX_indirect.so.0 to /usr/lib/mesa-diverted/libGLX_indirect.so.0 by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/libGLESv1_CM.so to /usr/lib/mesa-diverted/libGLESv1_CM.so by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGLESv2.so.2.1.0 to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGLESv2.so.2.1.0 by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGLESv2.so to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGLESv2.so by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGL.so to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2.0 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1 to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv2.so.2.0.0 to /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so.2.0.0 by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGLESv1_CM.so to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGLESv1_CM.so by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGL.so to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLX_indirect.so.0 to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLX_indirect.so.0 by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGLX_indirect.so.0 to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGLX_indirect.so.0 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.0.0 to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.0.0 by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGL.so.1.0.0 to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGL.so.1.0.0 by glx-diversions
diversion of /usr/lib/libGLESv1_CM.so.1 to /usr/lib/mesa-diverted/libGLESv1_CM.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv2.so.2.0.0 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2.0.0 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv1_CM.so to /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGLESv2.so.2.0.0 to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGLESv2.so.2.0.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1.2.0 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1.2.0 by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGL.so.1.7.0 to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGL.so.1.7.0 by glx-diversions
diversion of /usr/lib/libGL.so.1.0.0 to /usr/lib/mesa-diverted/libGL.so.1.0.0 by glx-diversions
diversion of /usr/lib/libGLESv2.so.2.1.0 to /usr/lib/mesa-diverted/libGLESv2.so.2.1.0 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv1_CM.so.1 to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv1_CM.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.0.0 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.0.0 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv1_CM.so.1.2.0 to /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so.1.2.0 by glx-diversions
diversion of /usr/lib/libGL.so.1.7.0 to /usr/lib/mesa-diverted/libGL.so.1.7.0 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.7.0 to /usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.7.0 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGLESv2.so.2.1.0 to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGLESv2.so.2.1.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.7.0 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.7.0 by glx-diversions
diversion of /usr/lib/libGLESv2.so.2.0.0 to /usr/lib/mesa-diverted/libGLESv2.so.2.0.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv2.so to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGLESv2.so.2.0.0 to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGLESv2.so.2.0.0 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGLESv1_CM.so.1 to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGLESv1_CM.so.1 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGLX_indirect.so.0 to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGLX_indirect.so.0 by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGLESv2.so.2 to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGLESv2.so.2 by glx-diversions
diversion of /usr/lib/powerpc64le-linux-gnu/libGL.so.1.0.0 to /usr/lib/mesa-diverted/powerpc64le-linux-gnu/libGL.so.1.0.0 by glx-diversions
diversion of /usr/lib/aarch64-linux-gnu/libGLESv1_CM.so.1 to /usr/lib/mesa-diverted/aarch64-linux-gnu/libGLESv1_CM.so.1 by glx-diversions

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208GLM [Quadro K610M] [10de:12b9] (rev a1)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 2079 2020-05-20 23:08:49 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung U32J59x"
    HorizSync       30.0 - 135.0
    VertRefresh     30.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro K610M"
EndSection

# Letting the NVIDIA driver guess which monitor to use works at boot time
# (this can be random, though), but not the next time a X server needs to
# be (re)started. So, a default config is necessary. DP-3 (laptop screen)
# is needed in case no external monitors are connected. Then let's favor
# DP-4 (monitor connected via DisplayPort).
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "DP-3: nvidia-auto-select +0+0, DP-4: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

# $Id: xorg.conf 127767 2020-05-20 17:23:04Z vinc17/zira $

Contents of /etc/X11/xorg.conf.d:
---------------------------------
total 8
-rw-r--r-- 1 root root 392 2015-07-08 23:40:56 50-synaptics.conf
-rw-r--r-- 1 root root 226 2018-07-19 17:49:17 90-xpra-virtual.conf

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
-------------------------------
Linux version 5.9.0-4-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.0-19) 10.2.0, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.9.11-1 (2020-11-27)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 vinc17 vinc17  5636 2017-02-28 13:32:25 /home/vinc17/.local/share/xorg/Xorg.0.log
-rw-r--r-- 1 root   root   28619 2020-08-19 22:52:54 /var/log/Xorg.1.log
-rw-r--r-- 1 root   root   48273 2020-12-21 22:11:53 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    18.308] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[    18.308] Build Operating System: Linux 4.19.0-12-amd64 x86_64 Debian
[    18.308] Current Operating System: Linux zira 5.9.0-4-amd64 #1 SMP Debian 5.9.11-1 (2020-11-27) x86_64
[    18.308] Kernel command line: BOOT_IMAGE=/vmlinuz-5.9.0-4-amd64 root=/dev/mapper/zira--vg-root ro quiet systemd.swap=no
[    18.308] Build Date: 02 December 2020  10:41:35AM
[    18.308] xorg-server 2:1.20.10-1 (https://www.debian.org/support) 
[    18.308] Current version of pixman: 0.40.0
[    18.308] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    18.308] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.308] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 18 10:29:09 2020
[    18.310] (==) Using config file: "/etc/X11/xorg.conf"
[    18.310] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    18.310] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.312] (==) ServerLayout "Layout0"
[    18.312] (**) |-->Screen "Screen0" (0)
[    18.312] (**) |   |-->Monitor "Monitor0"
[    18.313] (**) |   |-->Device "Device0"
[    18.313] (**) |-->Input Device "Keyboard0"
[    18.313] (**) |-->Input Device "Mouse0"
[    18.313] (**) Option "Xinerama" "0"
[    18.313] (==) Automatically adding devices
[    18.313] (==) Automatically enabling devices
[    18.313] (==) Automatically adding GPU devices
[    18.313] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    18.317] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    18.317] 	Entry deleted from font path.
[    18.317] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    18.317] 	Entry deleted from font path.
[    18.317] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    18.317] 	Entry deleted from font path.
[    18.318] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    18.318] 	Entry deleted from font path.
[    18.318] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    18.318] 	Entry deleted from font path.
[    18.318] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    18.318] (==) ModulePath set to "/usr/lib/xorg/modules"
[    18.318] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    18.318] (WW) Disabling Keyboard0
[    18.318] (WW) Disabling Mouse0
[    18.318] (II) Loader magic: 0x55730a084e40
[    18.318] (II) Module ABI versions:
[    18.318] 	X.Org ANSI C Emulation: 0.4
[    18.318] 	X.Org Video Driver: 24.1
[    18.318] 	X.Org XInput driver : 24.1
[    18.318] 	X.Org Server Extension : 10.0
[    18.318] (++) using VT number 7

[    18.318] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    18.319] (II) xfree86: Adding drm device (/dev/dri/card0)
[    18.322] (--) PCI:*(1@0:0:0) 10de:12b9:103c:2254 rev 161, Mem @ 0xd1000000/16777216, 0x70000000/268435456, 0x80000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/131072
[    18.322] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    18.322] (II) LoadModule: "dbe"
[    18.322] (II) Module "dbe" already built-in
[    18.322] (II) LoadModule: "extmod"
[    18.322] (II) Module "extmod" already built-in
[    18.322] (II) LoadModule: "glx"
[    18.325] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[    18.396] (II) Module glx: vendor="NVIDIA Corporation"
[    18.396] 	compiled for 4.0.2, module version = 1.0.0
[    18.396] 	Module class: X.Org Server Extension
[    18.396] (II) NVIDIA GLX Module  390.138  Thu May 14 03:57:24 PDT 2020
[    18.397] (II) LoadModule: "nvidia"
[    18.397] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    18.403] (II) Module nvidia: vendor="NVIDIA Corporation"
[    18.403] 	compiled for 4.0.2, module version = 1.0.0
[    18.403] 	Module class: X.Org Video Driver
[    18.404] (II) NVIDIA dlloader X Driver  390.138  Thu May 14 03:33:57 PDT 2020
[    18.404] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    18.465] (II) Loading sub module "fb"
[    18.465] (II) LoadModule: "fb"
[    18.468] (II) Loading /usr/lib/xorg/modules/libfb.so
[    18.470] (II) Module fb: vendor="X.Org Foundation"
[    18.470] 	compiled for 1.20.10, module version = 1.0.0
[    18.470] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.470] (II) Loading sub module "wfb"
[    18.470] (II) LoadModule: "wfb"
[    18.471] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    18.473] (II) Module wfb: vendor="X.Org Foundation"
[    18.473] 	compiled for 1.20.10, module version = 1.0.0
[    18.473] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.473] (II) Loading sub module "ramdac"
[    18.473] (II) LoadModule: "ramdac"
[    18.473] (II) Module "ramdac" already built-in
[    18.475] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    18.475] (==) NVIDIA(0): RGB weight 888
[    18.475] (==) NVIDIA(0): Default visual is TrueColor
[    18.475] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    18.475] (**) NVIDIA(0): Option "Stereo" "0"
[    18.475] (**) NVIDIA(0): Option "SLI" "Off"
[    18.475] (**) NVIDIA(0): Option "MultiGPU" "Off"
[    18.475] (**) NVIDIA(0): Option "BaseMosaic" "off"
[    18.475] (**) NVIDIA(0): Stereo disabled by request
[    18.475] (**) NVIDIA(0): NVIDIA SLI disabled.
[    18.475] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[    18.475] (**) NVIDIA(0): Option "MetaModes" "DP-3: nvidia-auto-select +0+0, DP-4: nvidia-auto-select +0+0"
[    18.475] (**) NVIDIA(0): Enabling 2D acceleration
[    18.987] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    18.987] (--) NVIDIA(0):     CRT-0
[    18.987] (--) NVIDIA(0):     DFP-0
[    18.987] (--) NVIDIA(0):     DFP-1
[    18.987] (--) NVIDIA(0):     DFP-2
[    18.987] (--) NVIDIA(0):     DFP-3 (boot)
[    18.987] (--) NVIDIA(0):     DFP-4
[    18.987] (--) NVIDIA(0):     DFP-5
[    18.987] (--) NVIDIA(0):     DFP-6
[    18.989] (II) NVIDIA(0): NVIDIA GPU Quadro K610M (GK208GL) at PCI:1:0:0 (GPU-0)
[    18.989] (--) NVIDIA(0): Memory: 1048576 kBytes
[    18.989] (--) NVIDIA(0): VideoBIOS: 80.28.86.00.0e
[    18.989] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[    18.990] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    18.990] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    18.990] (--) NVIDIA(GPU-0): 
[    18.991] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.991] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.991] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.991] (--) NVIDIA(GPU-0): 
[    18.991] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    18.991] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    18.991] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    18.991] (--) NVIDIA(GPU-0): 
[    18.992] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.992] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.992] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.992] (--) NVIDIA(GPU-0): 
[    18.992] (--) NVIDIA(GPU-0): Sharp (DFP-3): connected
[    18.992] (--) NVIDIA(GPU-0): Sharp (DFP-3): Internal DisplayPort
[    18.992] (--) NVIDIA(GPU-0): Sharp (DFP-3): 960.0 MHz maximum pixel clock
[    18.992] (--) NVIDIA(GPU-0): 
[    18.992] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    18.992] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    18.992] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    18.992] (--) NVIDIA(GPU-0): 
[    18.992] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.992] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    18.992] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    18.992] (--) NVIDIA(GPU-0): 
[    18.992] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    18.992] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    18.992] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    18.993] (--) NVIDIA(GPU-0): 
[    18.994] (II) NVIDIA(0): Validated MetaModes:
[    18.994] (II) NVIDIA(0):     "DP-3:nvidia-auto-select+0+0,DP-4:nvidia-auto-select+0+0"
[    18.994] (II) NVIDIA(0): Virtual screen size determined to be 3200 x 1800
[    18.998] (--) NVIDIA(0): DPI set to (232, 240); computed from "UseEdidDpi" X config
[    18.998] (--) NVIDIA(0):     option
[    18.998] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    18.998] (II) NVIDIA:     access.
[    19.034] (II) NVIDIA(0): Setting mode "DP-3:nvidia-auto-select+0+0,DP-4:nvidia-auto-select+0+0"
[    20.605] (==) NVIDIA(0): Disabling shared memory pixmaps
[    20.605] (==) NVIDIA(0): Backing store enabled
[    20.605] (==) NVIDIA(0): Silken mouse enabled
[    20.647] (**) NVIDIA(0): DPMS enabled
[    20.647] (II) Loading sub module "dri2"
[    20.647] (II) LoadModule: "dri2"
[    20.647] (II) Module "dri2" already built-in
[    20.647] (II) NVIDIA(0): [DRI2] Setup complete
[    20.647] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    20.666] (II) Initializing extension Generic Event Extension
[    20.667] (II) Initializing extension SHAPE
[    20.667] (II) Initializing extension MIT-SHM
[    20.667] (II) Initializing extension XInputExtension
[    20.684] (II) Initializing extension XTEST
[    20.684] (II) Initializing extension BIG-REQUESTS
[    20.684] (II) Initializing extension SYNC
[    20.684] (II) Initializing extension XKEYBOARD
[    20.685] (II) Initializing extension XC-MISC
[    20.685] (II) Initializing extension SECURITY
[    20.685] (II) Initializing extension XFIXES
[    20.685] (II) Initializing extension RENDER
[    20.685] (II) Initializing extension RANDR
[    20.685] (II) Initializing extension COMPOSITE
[    20.685] (II) Initializing extension DAMAGE
[    20.685] (II) Initializing extension MIT-SCREEN-SAVER
[    20.686] (II) Initializing extension DOUBLE-BUFFER
[    20.686] (II) Initializing extension RECORD
[    20.686] (II) Initializing extension DPMS
[    20.686] (II) Initializing extension Present
[    20.686] (II) Initializing extension DRI3
[    20.686] (II) Initializing extension X-Resource
[    20.686] (II) Initializing extension XVideo
[    20.686] (II) Initializing extension XVideo-MotionCompensation
[    20.686] (II) Initializing extension SELinux
[    20.686] (II) SELinux: Disabled on system
[    20.686] (II) Initializing extension XFree86-VidModeExtension
[    20.686] (II) Initializing extension XFree86-DGA
[    20.686] (II) Initializing extension XFree86-DRI
[    20.707] (II) Initializing extension DRI2
[    20.707] (II) Initializing extension GLX
[    20.707] (II) Initializing extension GLX
[    20.707] (II) Indirect GLX disabled.
[    20.708] (II) Initializing extension NV-GLX
[    20.708] (II) Initializing extension NV-CONTROL
[    20.708] (II) Initializing extension XINERAMA
[    21.036] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    21.036] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.036] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.036] (II) LoadModule: "libinput"
[    21.036] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    21.040] (II) Module libinput: vendor="X.Org Foundation"
[    21.040] 	compiled for 1.20.8, module version = 0.30.0
[    21.040] 	Module class: X.Org XInput Driver
[    21.040] 	ABI class: X.Org XInput driver, version 24.1
[    21.040] (II) Using input driver 'libinput' for 'Power Button'
[    21.040] (**) Power Button: always reports core events
[    21.040] (**) Option "Device" "/dev/input/event6"
[    21.040] (**) Option "_source" "server/udev"
[    21.047] (II) event6  - Power Button: is tagged by udev as: Keyboard
[    21.047] (II) event6  - Power Button: device is a keyboard
[    21.048] (II) event6  - Power Button: device removed
[    21.076] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input12/event6"
[    21.076] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    21.076] (**) Option "xkb_model" "pc105"
[    21.076] (**) Option "xkb_layout" "gb"
[    21.092] (II) event6  - Power Button: is tagged by udev as: Keyboard
[    21.092] (II) event6  - Power Button: device is a keyboard
[    21.093] (II) config/udev: Adding input device Video Bus (/dev/input/event1)
[    21.093] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    21.093] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    21.093] (II) Using input driver 'libinput' for 'Video Bus'
[    21.093] (**) Video Bus: always reports core events
[    21.093] (**) Option "Device" "/dev/input/event1"
[    21.093] (**) Option "_source" "server/udev"
[    21.094] (II) event1  - Video Bus: is tagged by udev as: Keyboard
[    21.094] (II) event1  - Video Bus: device is a keyboard
[    21.094] (II) event1  - Video Bus: device removed
[    21.124] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event1"
[    21.124] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    21.124] (**) Option "xkb_model" "pc105"
[    21.124] (**) Option "xkb_layout" "gb"
[    21.126] (II) event1  - Video Bus: is tagged by udev as: Keyboard
[    21.126] (II) event1  - Video Bus: device is a keyboard
[    21.126] (II) config/udev: Adding input device Lid Switch (/dev/input/event5)
[    21.126] (II) No input driver specified, ignoring this device.
[    21.126] (II) This device may have been added with another device file.
[    21.127] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[    21.127] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    21.127] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    21.127] (II) Using input driver 'libinput' for 'Sleep Button'
[    21.127] (**) Sleep Button: always reports core events
[    21.127] (**) Option "Device" "/dev/input/event4"
[    21.127] (**) Option "_source" "server/udev"
[    21.128] (II) event4  - Sleep Button: is tagged by udev as: Keyboard
[    21.128] (II) event4  - Sleep Button: device is a keyboard
[    21.128] (II) event4  - Sleep Button: device removed
[    21.160] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10/event4"
[    21.160] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    21.160] (**) Option "xkb_model" "pc105"
[    21.160] (**) Option "xkb_layout" "gb"
[    21.161] (II) event4  - Sleep Button: is tagged by udev as: Keyboard
[    21.161] (II) event4  - Sleep Button: device is a keyboard
[    21.162] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[    21.162] (II) No input driver specified, ignoring this device.
[    21.162] (II) This device may have been added with another device file.
[    21.162] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    21.162] (II) No input driver specified, ignoring this device.
[    21.162] (II) This device may have been added with another device file.
[    21.162] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[    21.162] (II) No input driver specified, ignoring this device.
[    21.162] (II) This device may have been added with another device file.
[    21.163] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    21.163] (II) No input driver specified, ignoring this device.
[    21.163] (II) This device may have been added with another device file.
[    21.163] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event15)
[    21.163] (II) No input driver specified, ignoring this device.
[    21.163] (II) This device may have been added with another device file.
[    21.164] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event16)
[    21.164] (II) No input driver specified, ignoring this device.
[    21.164] (II) This device may have been added with another device file.
[    21.164] (II) config/udev: Adding input device HP HD Webcam: HP HD Webcam (/dev/input/event10)
[    21.164] (**) HP HD Webcam: HP HD Webcam: Applying InputClass "evdev keyboard catchall"
[    21.164] (**) HP HD Webcam: HP HD Webcam: Applying InputClass "libinput keyboard catchall"
[    21.164] (II) Using input driver 'libinput' for 'HP HD Webcam: HP HD Webcam'
[    21.164] (**) HP HD Webcam: HP HD Webcam: always reports core events
[    21.164] (**) Option "Device" "/dev/input/event10"
[    21.164] (**) Option "_source" "server/udev"
[    21.166] (II) event10 - HP HD Webcam: HP HD Webcam: is tagged by udev as: Keyboard
[    21.166] (II) event10 - HP HD Webcam: HP HD Webcam: device is a keyboard
[    21.166] (II) event10 - HP HD Webcam: HP HD Webcam: device removed
[    21.220] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/input/input16/event10"
[    21.220] (II) XINPUT: Adding extended input device "HP HD Webcam: HP HD Webcam" (type: KEYBOARD, id 9)
[    21.220] (**) Option "xkb_model" "pc105"
[    21.220] (**) Option "xkb_layout" "gb"
[    21.221] (II) event10 - HP HD Webcam: HP HD Webcam: is tagged by udev as: Keyboard
[    21.222] (II) event10 - HP HD Webcam: HP HD Webcam: device is a keyboard
[    21.222] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event17)
[    21.222] (II) No input driver specified, ignoring this device.
[    21.222] (II) This device may have been added with another device file.
[    21.223] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event18)
[    21.223] (II) No input driver specified, ignoring this device.
[    21.223] (II) This device may have been added with another device file.
[    21.223] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event19)
[    21.223] (II) No input driver specified, ignoring this device.
[    21.223] (II) This device may have been added with another device file.
[    21.224] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    21.224] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    21.224] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    21.224] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    21.224] (**) AT Translated Set 2 keyboard: always reports core events
[    21.224] (**) Option "Device" "/dev/input/event0"
[    21.224] (**) Option "_source" "server/udev"
[    21.225] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    21.226] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    21.226] (II) event0  - AT Translated Set 2 keyboard: device removed
[    21.240] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    21.240] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    21.240] (**) Option "xkb_model" "pc105"
[    21.240] (**) Option "xkb_layout" "gb"
[    21.241] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    21.242] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    21.243] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event2)
[    21.243] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[    21.243] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[    21.243] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[    21.243] (**) PS/2 Generic Mouse: always reports core events
[    21.243] (**) Option "Device" "/dev/input/event2"
[    21.243] (**) Option "_source" "server/udev"
[    21.244] (II) event2  - PS/2 Generic Mouse: is tagged by udev as: Mouse
[    21.244] (II) event2  - PS/2 Generic Mouse: device is a pointer
[    21.245] (II) event2  - PS/2 Generic Mouse: device removed
[    21.316] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input7/event2"
[    21.316] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 11)
[    21.316] (**) Option "AccelerationScheme" "none"
[    21.316] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[    21.316] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[    21.316] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[    21.317] (II) event2  - PS/2 Generic Mouse: is tagged by udev as: Mouse
[    21.317] (II) event2  - PS/2 Generic Mouse: device is a pointer
[    21.318] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[    21.318] (II) No input driver specified, ignoring this device.
[    21.318] (II) This device may have been added with another device file.
[    21.318] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event3)
[    21.318] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    21.318] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    21.318] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    21.318] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    21.318] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
[    21.318] (II) LoadModule: "synaptics"
[    21.319] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    21.320] (II) Module synaptics: vendor="X.Org Foundation"
[    21.320] 	compiled for 1.20.8, module version = 1.9.1
[    21.320] 	Module class: X.Org XInput Driver
[    21.320] 	ABI class: X.Org XInput driver, version 24.1
[    21.320] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    21.320] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    21.320] (**) Option "Device" "/dev/input/event3"
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1324 - 5660 (res 42)
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1248 - 4730 (res 63)
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    21.388] (**) Option "VertEdgeScroll" "on"
[    21.388] (**) Option "HorizEdgeScroll" "on"
[    21.388] (**) Option "VertTwoFingerScroll" "on"
[    21.388] (**) Option "HorizTwoFingerScroll" "on"
[    21.388] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    21.388] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    21.460] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio3/input/input8/event3"
[    21.460] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[    21.460] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    21.460] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    21.460] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[    21.460] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    21.460] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    21.460] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    21.460] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    21.460] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    21.460] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    21.461] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    21.461] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event20)
[    21.461] (II) No input driver specified, ignoring this device.
[    21.461] (II) This device may have been added with another device file.
[    21.461] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[    21.461] (II) No input driver specified, ignoring this device.
[    21.461] (II) This device may have been added with another device file.
[    21.462] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    21.462] (II) No input driver specified, ignoring this device.
[    21.462] (II) This device may have been added with another device file.
[    21.463] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event7)
[    21.463] (**) HP Wireless hotkeys: Applying InputClass "evdev keyboard catchall"
[    21.463] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    21.463] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
[    21.463] (**) HP Wireless hotkeys: always reports core events
[    21.463] (**) Option "Device" "/dev/input/event7"
[    21.463] (**) Option "_source" "server/udev"
[    21.464] (II) event7  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    21.464] (II) event7  - HP Wireless hotkeys: device is a keyboard
[    21.464] (II) event7  - HP Wireless hotkeys: device removed
[    21.544] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event7"
[    21.544] (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 13)
[    21.544] (**) Option "xkb_model" "pc105"
[    21.544] (**) Option "xkb_layout" "gb"
[    21.545] (II) event7  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    21.545] (II) event7  - HP Wireless hotkeys: device is a keyboard
[    21.545] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event9)
[    21.545] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    21.545] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    21.545] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    21.545] (**) HP WMI hotkeys: always reports core events
[    21.545] (**) Option "Device" "/dev/input/event9"
[    21.545] (**) Option "_source" "server/udev"
[    21.546] (II) event9  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    21.546] (II) event9  - HP WMI hotkeys: device is a keyboard
[    21.546] (II) event9  - HP WMI hotkeys: device is a switch device
[    21.546] (II) event9  - HP WMI hotkeys: device removed
[    21.572] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event9"
[    21.572] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 14)
[    21.572] (**) Option "xkb_model" "pc105"
[    21.572] (**) Option "xkb_layout" "gb"
[    21.573] (II) event9  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    21.573] (II) event9  - HP WMI hotkeys: device is a keyboard
[    21.573] (II) event9  - HP WMI hotkeys: device is a switch device
[    21.579] (--) NVIDIA(GPU-0): Sharp (DFP-3): connected
[    21.579] (--) NVIDIA(GPU-0): Sharp (DFP-3): Internal DisplayPort
[    21.579] (--) NVIDIA(GPU-0): Sharp (DFP-3): 960.0 MHz maximum pixel clock
[    21.579] (--) NVIDIA(GPU-0): 
[    21.580] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event20)
[    21.580] (II) No input driver specified, ignoring this device.
[    21.580] (II) This device may have been added with another device file.
[    22.037] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    22.037] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    22.037] (--) NVIDIA(GPU-0): 
[    22.037] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    22.037] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    22.037] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    22.037] (--) NVIDIA(GPU-0): 
[    22.038] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    22.038] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    22.038] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    22.038] (--) NVIDIA(GPU-0): 
[    22.038] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    22.038] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    22.038] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    22.038] (--) NVIDIA(GPU-0): 
[    22.039] (--) NVIDIA(GPU-0): Sharp (DFP-3): connected
[    22.039] (--) NVIDIA(GPU-0): Sharp (DFP-3): Internal DisplayPort
[    22.039] (--) NVIDIA(GPU-0): Sharp (DFP-3): 960.0 MHz maximum pixel clock
[    22.039] (--) NVIDIA(GPU-0): 
[    22.039] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    22.039] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    22.039] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    22.039] (--) NVIDIA(GPU-0): 
[    22.039] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    22.039] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    22.039] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    22.039] (--) NVIDIA(GPU-0): 
[    22.039] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    22.039] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    22.039] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    22.039] (--) NVIDIA(GPU-0): 
[    22.040] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    22.040] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    22.040] (--) NVIDIA(GPU-0): 
[    22.041] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    22.041] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    22.041] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    22.041] (--) NVIDIA(GPU-0): 
[    22.042] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    22.042] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    22.042] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    22.042] (--) NVIDIA(GPU-0): 
[    22.042] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    22.042] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    22.042] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    22.042] (--) NVIDIA(GPU-0): 
[    22.043] (--) NVIDIA(GPU-0): Sharp (DFP-3): connected
[    22.043] (--) NVIDIA(GPU-0): Sharp (DFP-3): Internal DisplayPort
[    22.043] (--) NVIDIA(GPU-0): Sharp (DFP-3): 960.0 MHz maximum pixel clock
[    22.043] (--) NVIDIA(GPU-0): 
[    22.043] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    22.043] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    22.043] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    22.043] (--) NVIDIA(GPU-0): 
[    22.043] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    22.043] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    22.043] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    22.043] (--) NVIDIA(GPU-0): 
[    22.043] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    22.043] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    22.043] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    22.043] (--) NVIDIA(GPU-0): 
[    31.509] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    31.509] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    31.509] (--) NVIDIA(GPU-0): 
[    31.509] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    31.509] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    31.509] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    31.509] (--) NVIDIA(GPU-0): 
[    31.510] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    31.510] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    31.510] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    31.510] (--) NVIDIA(GPU-0): 
[    31.510] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    31.510] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    31.510] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    31.510] (--) NVIDIA(GPU-0): 
[    31.511] (--) NVIDIA(GPU-0): Sharp (DFP-3): connected
[    31.511] (--) NVIDIA(GPU-0): Sharp (DFP-3): Internal DisplayPort
[    31.511] (--) NVIDIA(GPU-0): Sharp (DFP-3): 960.0 MHz maximum pixel clock
[    31.511] (--) NVIDIA(GPU-0): 
[    31.511] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    31.511] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    31.511] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    31.511] (--) NVIDIA(GPU-0): 
[    31.511] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    31.511] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    31.511] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    31.511] (--) NVIDIA(GPU-0): 
[    31.511] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    31.511] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    31.511] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    31.511] (--) NVIDIA(GPU-0): 
[    31.515] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    31.515] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    31.515] (--) NVIDIA(GPU-0): 
[    31.516] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    31.516] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    31.516] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    31.516] (--) NVIDIA(GPU-0): 
[    31.516] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    31.516] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    31.516] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    31.516] (--) NVIDIA(GPU-0): 
[    31.517] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    31.517] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    31.517] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    31.517] (--) NVIDIA(GPU-0): 
[    31.517] (--) NVIDIA(GPU-0): Sharp (DFP-3): connected
[    31.517] (--) NVIDIA(GPU-0): Sharp (DFP-3): Internal DisplayPort
[    31.517] (--) NVIDIA(GPU-0): Sharp (DFP-3): 960.0 MHz maximum pixel clock
[    31.517] (--) NVIDIA(GPU-0): 
[    31.517] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    31.517] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    31.517] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    31.517] (--) NVIDIA(GPU-0): 
[    31.517] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    31.517] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    31.517] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    31.517] (--) NVIDIA(GPU-0): 
[    31.517] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    31.517] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    31.517] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    31.518] (--) NVIDIA(GPU-0): 
[    38.346] (II) config/udev: Adding input device EDIFIER Luna Eclipse HD (AVRCP) (/dev/input/event21)
[    38.346] (**) EDIFIER Luna Eclipse HD (AVRCP): Applying InputClass "evdev keyboard catchall"
[    38.346] (**) EDIFIER Luna Eclipse HD (AVRCP): Applying InputClass "libinput keyboard catchall"
[    38.346] (II) Using input driver 'libinput' for 'EDIFIER Luna Eclipse HD (AVRCP)'
[    38.346] (**) EDIFIER Luna Eclipse HD (AVRCP): always reports core events
[    38.346] (**) Option "Device" "/dev/input/event21"
[    38.346] (**) Option "_source" "server/udev"
[    38.347] (II) event21 - EDIFIER Luna Eclipse HD (AVRCP): is tagged by udev as: Keyboard
[    38.347] (II) event21 - EDIFIER Luna Eclipse HD (AVRCP): device is a keyboard
[    38.347] (II) event21 - EDIFIER Luna Eclipse HD (AVRCP): device removed
[    38.384] (**) Option "config_info" "udev:/sys/devices/virtual/input/input27/event21"
[    38.384] (II) XINPUT: Adding extended input device "EDIFIER Luna Eclipse HD (AVRCP)" (type: KEYBOARD, id 15)
[    38.384] (**) Option "xkb_model" "pc105"
[    38.384] (**) Option "xkb_layout" "gb"
[    38.384] (WW) Option "xkb_variant" requires a string value
[    38.384] (WW) Option "xkb_options" requires a string value
[    38.384] (II) event21 - EDIFIER Luna Eclipse HD (AVRCP): is tagged by udev as: Keyboard
[    38.384] (II) event21 - EDIFIER Luna Eclipse HD (AVRCP): device is a keyboard
[   161.834] (II) config/udev: removing device EDIFIER Luna Eclipse HD (AVRCP)
[   161.835] (II) event21 - EDIFIER Luna Eclipse HD (AVRCP): device removed
[   161.852] (II) UnloadModule: "libinput"
[  2138.152] (II) event6  - Power Button: device removed
[  2138.184] (II) event1  - Video Bus: device removed
[  2138.200] (II) event4  - Sleep Button: device removed
[  2138.236] (II) event10 - HP HD Webcam: HP HD Webcam: device removed
[  2138.292] (II) event0  - AT Translated Set 2 keyboard: device removed
[  2138.320] (II) event2  - PS/2 Generic Mouse: device removed
[  2138.404] (II) event7  - HP Wireless hotkeys: device removed
[  2138.444] (II) event9  - HP WMI hotkeys: device removed
[  2142.881] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2142.881] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2142.881] (--) NVIDIA(GPU-0): 
[  2142.881] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2142.881] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2142.881] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[  2142.882] (--) NVIDIA(GPU-0): 
[  2142.882] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  2142.882] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  2142.882] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  2142.882] (--) NVIDIA(GPU-0): 
[  2142.883] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  2142.883] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  2142.883] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  2142.883] (--) NVIDIA(GPU-0): 
[  2142.884] (--) NVIDIA(GPU-0): Sharp (DFP-3): connected
[  2142.884] (--) NVIDIA(GPU-0): Sharp (DFP-3): Internal DisplayPort
[  2142.884] (--) NVIDIA(GPU-0): Sharp (DFP-3): 960.0 MHz maximum pixel clock
[  2142.884] (--) NVIDIA(GPU-0): 
[  2142.884] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  2142.884] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  2142.884] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[  2142.884] (--) NVIDIA(GPU-0): 
[  2142.884] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  2142.884] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  2142.884] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[  2142.884] (--) NVIDIA(GPU-0): 
[  2142.884] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  2142.884] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  2142.884] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[  2142.884] (--) NVIDIA(GPU-0): 
[  2142.905] (II) NVIDIA(0): Setting mode "DP-3:nvidia-auto-select+0+0,DP-4:nvidia-auto-select+0+0"
[  2144.370] (II) event6  - Power Button: is tagged by udev as: Keyboard
[  2144.370] (II) event6  - Power Button: device is a keyboard
[  2144.371] (II) event1  - Video Bus: is tagged by udev as: Keyboard
[  2144.371] (II) event1  - Video Bus: device is a keyboard
[  2144.371] (II) event4  - Sleep Button: is tagged by udev as: Keyboard
[  2144.371] (II) event4  - Sleep Button: device is a keyboard
[  2144.372] (II) event10 - HP HD Webcam: HP HD Webcam: is tagged by udev as: Keyboard
[  2144.372] (II) event10 - HP HD Webcam: HP HD Webcam: device is a keyboard
[  2144.373] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  2144.373] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[  2144.374] (II) event2  - PS/2 Generic Mouse: is tagged by udev as: Mouse
[  2144.374] (II) event2  - PS/2 Generic Mouse: device is a pointer
[  2144.374] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  2144.375] (II) event7  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[  2144.375] (II) event7  - HP Wireless hotkeys: device is a keyboard
[  2144.375] (II) event9  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[  2144.375] (II) event9  - HP WMI hotkeys: device is a keyboard
[  2144.375] (II) event9  - HP WMI hotkeys: device is a switch device
[ 19547.713] (II) event6  - Power Button: device removed
[ 19547.744] (II) event1  - Video Bus: device removed
[ 19547.772] (II) event4  - Sleep Button: device removed
[ 19547.788] (II) event10 - HP HD Webcam: HP HD Webcam: device removed
[ 19547.824] (II) event0  - AT Translated Set 2 keyboard: device removed
[ 19547.860] (II) event2  - PS/2 Generic Mouse: device removed
[ 19547.936] (II) event7  - HP Wireless hotkeys: device removed
[ 19547.972] (II) event9  - HP WMI hotkeys: device removed
[ 19552.883] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 19552.883] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 19552.883] (--) NVIDIA(GPU-0): 
[ 19552.884] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 19552.884] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 19552.884] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 19552.884] (--) NVIDIA(GPU-0): 
[ 19552.885] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 19552.885] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 19552.885] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 19552.885] (--) NVIDIA(GPU-0): 
[ 19552.886] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 19552.886] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 19552.886] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 19552.886] (--) NVIDIA(GPU-0): 
[ 19552.886] (--) NVIDIA(GPU-0): Sharp (DFP-3): connected
[ 19552.886] (--) NVIDIA(GPU-0): Sharp (DFP-3): Internal DisplayPort
[ 19552.886] (--) NVIDIA(GPU-0): Sharp (DFP-3): 960.0 MHz maximum pixel clock
[ 19552.886] (--) NVIDIA(GPU-0): 
[ 19552.886] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 19552.886] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 19552.886] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[ 19552.886] (--) NVIDIA(GPU-0): 
[ 19552.886] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 19552.886] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 19552.886] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[ 19552.886] (--) NVIDIA(GPU-0): 
[ 19552.886] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 19552.886] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 19552.886] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 19552.886] (--) NVIDIA(GPU-0): 
[ 19552.900] (II) NVIDIA(0): Setting mode "DP-3:nvidia-auto-select+0+0,DP-4:nvidia-auto-select+0+0"
[ 19554.356] (II) event6  - Power Button: is tagged by udev as: Keyboard
[ 19554.356] (II) event6  - Power Button: device is a keyboard
[ 19554.357] (II) event1  - Video Bus: is tagged by udev as: Keyboard
[ 19554.357] (II) event1  - Video Bus: device is a keyboard
[ 19554.357] (II) event4  - Sleep Button: is tagged by udev as: Keyboard
[ 19554.357] (II) event4  - Sleep Button: device is a keyboard
[ 19554.358] (II) event10 - HP HD Webcam: HP HD Webcam: is tagged by udev as: Keyboard
[ 19554.358] (II) event10 - HP HD Webcam: HP HD Webcam: device is a keyboard
[ 19554.359] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 19554.359] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[ 19554.360] (II) event2  - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 19554.360] (II) event2  - PS/2 Generic Mouse: device is a pointer
[ 19554.360] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 19554.361] (II) event7  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[ 19554.361] (II) event7  - HP Wireless hotkeys: device is a keyboard
[ 19554.362] (II) event9  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 19554.362] (II) event9  - HP WMI hotkeys: device is a keyboard
[ 19554.362] (II) event9  - HP WMI hotkeys: device is a switch device
[291606.297] (--) NVIDIA(GPU-0): CRT-0: disconnected
[291606.297] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[291606.297] (--) NVIDIA(GPU-0): 
[291606.298] (--) NVIDIA(GPU-0): DFP-0: disconnected
[291606.298] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[291606.298] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[291606.298] (--) NVIDIA(GPU-0): 
[291606.298] (--) NVIDIA(GPU-0): DFP-1: disconnected
[291606.298] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[291606.298] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[291606.298] (--) NVIDIA(GPU-0): 
[291606.299] (--) NVIDIA(GPU-0): DFP-2: disconnected
[291606.299] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[291606.299] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[291606.299] (--) NVIDIA(GPU-0): 
[291606.299] (--) NVIDIA(GPU-0): Sharp (DFP-3): connected
[291606.299] (--) NVIDIA(GPU-0): Sharp (DFP-3): Internal DisplayPort
[291606.299] (--) NVIDIA(GPU-0): Sharp (DFP-3): 960.0 MHz maximum pixel clock
[291606.299] (--) NVIDIA(GPU-0): 
[291606.299] (--) NVIDIA(GPU-0): DFP-4: disconnected
[291606.299] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[291606.299] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[291606.299] (--) NVIDIA(GPU-0): 
[291606.299] (--) NVIDIA(GPU-0): DFP-5: disconnected
[291606.299] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[291606.299] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[291606.299] (--) NVIDIA(GPU-0): 
[291606.299] (--) NVIDIA(GPU-0): DFP-6: disconnected
[291606.299] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[291606.299] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[291606.299] (--) NVIDIA(GPU-0): 
[292325.077] (--) NVIDIA(GPU-0): CRT-0: disconnected
[292325.078] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[292325.078] (--) NVIDIA(GPU-0): 
[292325.078] (--) NVIDIA(GPU-0): DFP-0: disconnected
[292325.078] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[292325.078] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[292325.078] (--) NVIDIA(GPU-0): 
[292325.079] (--) NVIDIA(GPU-0): DFP-1: disconnected
[292325.079] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[292325.079] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[292325.079] (--) NVIDIA(GPU-0): 
[292325.080] (--) NVIDIA(GPU-0): DFP-2: disconnected
[292325.080] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[292325.080] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[292325.080] (--) NVIDIA(GPU-0): 
[292325.080] (--) NVIDIA(GPU-0): Sharp (DFP-3): connected
[292325.080] (--) NVIDIA(GPU-0): Sharp (DFP-3): Internal DisplayPort
[292325.080] (--) NVIDIA(GPU-0): Sharp (DFP-3): 960.0 MHz maximum pixel clock
[292325.080] (--) NVIDIA(GPU-0): 
[292325.080] (--) NVIDIA(GPU-0): DFP-4: disconnected
[292325.080] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[292325.080] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[292325.080] (--) NVIDIA(GPU-0): 
[292325.080] (--) NVIDIA(GPU-0): DFP-5: disconnected
[292325.080] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[292325.080] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[292325.080] (--) NVIDIA(GPU-0): 
[292325.080] (--) NVIDIA(GPU-0): DFP-6: disconnected
[292325.080] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[292325.080] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[292325.080] (--) NVIDIA(GPU-0): 
[292903.673] (--) NVIDIA(GPU-0): CRT-0: disconnected
[292903.673] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[292903.673] (--) NVIDIA(GPU-0): 
[292903.673] (--) NVIDIA(GPU-0): DFP-0: disconnected
[292903.673] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[292903.673] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[292903.673] (--) NVIDIA(GPU-0): 
[292903.674] (--) NVIDIA(GPU-0): DFP-1: disconnected
[292903.674] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[292903.674] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[292903.674] (--) NVIDIA(GPU-0): 
[292903.674] (--) NVIDIA(GPU-0): DFP-2: disconnected
[292903.674] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[292903.674] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[292903.674] (--) NVIDIA(GPU-0): 
[292903.675] (--) NVIDIA(GPU-0): Sharp (DFP-3): connected
[292903.675] (--) NVIDIA(GPU-0): Sharp (DFP-3): Internal DisplayPort
[292903.675] (--) NVIDIA(GPU-0): Sharp (DFP-3): 960.0 MHz maximum pixel clock
[292903.675] (--) NVIDIA(GPU-0): 
[292903.675] (--) NVIDIA(GPU-0): DFP-4: disconnected
[292903.675] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[292903.675] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[292903.675] (--) NVIDIA(GPU-0): 
[292903.675] (--) NVIDIA(GPU-0): DFP-5: disconnected
[292903.675] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[292903.675] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[292903.675] (--) NVIDIA(GPU-0): 
[292903.675] (--) NVIDIA(GPU-0): DFP-6: disconnected
[292903.675] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[292903.675] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[292903.675] (--) NVIDIA(GPU-0): 

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input12
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input12
E: SUBSYSTEM=input
E: PRODUCT=19/0/1/0
E: NAME="Power Button"
E: PHYS="LNXPWRBN/button/input0"
E: PROP=0
E: EV=3
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: USEC_INITIALIZED=16426749
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input12/event6
N: input/event6
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input12/event6
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event6
E: MAJOR=13
E: MINOR=70
E: USEC_INITIALIZED=16625944
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/1:LNXPWRBN/button
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5
E: SUBSYSTEM=input
E: PRODUCT=19/0/6/0
E: NAME="Video Bus"
E: PHYS="LNXVIDEO/video/input0"
E: PROP=0
E: EV=3
E: KEY=3e000b00000000 0 0 0
E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw
E: USEC_INITIALIZED=5276616
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: ID_FOR_SEAT=input-acpi-LNXVIDEO_00
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event1
N: input/event1
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event1
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event1
E: MAJOR=13
E: MINOR=65
E: USEC_INITIALIZED=16607068
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/6:LNXVIDEO/video
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input11
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input11
E: SUBSYSTEM=input
E: PRODUCT=19/0/5/0
E: NAME="Lid Switch"
E: PHYS="PNP0C0D/button/input0"
E: PROP=0
E: EV=21
E: SW=1
E: MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0,
E: USEC_INITIALIZED=16426882
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: ID_FOR_SEAT=input-acpi-PNP0C0D_00
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input11/event5
N: input/event5
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input11/event5
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event5
E: MAJOR=13
E: MINOR=69
E: USEC_INITIALIZED=16622835
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: LIBINPUT_DEVICE_GROUP=19/0/5:PNP0C0D/button
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10
E: SUBSYSTEM=input
E: PRODUCT=19/0/3/0
E: NAME="Sleep Button"
E: PHYS="PNP0C0E/button/input0"
E: PROP=0
E: EV=3
E: KEY=4000 0 0
E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
E: USEC_INITIALIZED=16426909
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: ID_FOR_SEAT=input-acpi-PNP0C0E_00
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10/event4
N: input/event4
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10/event4
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event4
E: MAJOR=13
E: MINOR=68
E: USEC_INITIALIZED=16623024
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/3:PNP0C0E/button
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=3"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=16783033
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: ID_FOR_SEAT=input-pci-0000_01_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17/event11
N: input/event11
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17/event11
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event11
E: MAJOR=13
E: MINOR=75
E: USEC_INITIALIZED=17185872
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=7"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=16783800
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: ID_FOR_SEAT=input-pci-0000_01_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18/event12
N: input/event12
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18/event12
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event12
E: MAJOR=13
E: MINOR=76
E: USEC_INITIALIZED=17182582
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=8"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=16783933
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: ID_FOR_SEAT=input-pci-0000_01_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19/event13
N: input/event13
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19/event13
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event13
E: MAJOR=13
E: MINOR=77
E: USEC_INITIALIZED=17066244
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=9"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=16783757
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: ID_FOR_SEAT=input-pci-0000_01_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20/event14
N: input/event14
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20/event14
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event14
E: MAJOR=13
E: MINOR=78
E: USEC_INITIALIZED=17182170
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=10"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=16783158
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: ID_FOR_SEAT=input-pci-0000_01_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21/event15
N: input/event15
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21/event15
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event15
E: MAJOR=13
E: MINOR=79
E: USEC_INITIALIZED=17218646
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=11"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=16785965
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: ID_FOR_SEAT=input-pci-0000_01_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22/event16
N: input/event16
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22/event16
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event16
E: MAJOR=13
E: MINOR=80
E: USEC_INITIALIZED=17066242
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/input/input16
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/input/input16
E: SUBSYSTEM=input
E: PRODUCT=3/5c8/374/101
E: NAME="HP HD Webcam: HP HD Webcam"
E: PHYS="usb-0000:00:14.0-7/button"
E: PROP=0
E: EV=3
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v05C8p0374e0101-e0,1,kD4,ramlsfw
E: USEC_INITIALIZED=16663602
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=SunplusIT_INC.
E: ID_VENDOR_ENC=SunplusIT\x20INC.
E: ID_VENDOR_ID=05c8
E: ID_MODEL=HP_HD_Webcam
E: ID_MODEL_ENC=HP\x20HD\x20Webcam
E: ID_MODEL_ID=0374
E: ID_REVISION=0101
E: ID_SERIAL=SunplusIT_INC._HP_HD_Webcam
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:14.0-usb-0:7:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_7_1_0
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_7_1_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/input/input16/event10
N: input/event10
L: 0
S: input/by-id/usb-SunplusIT_INC._HP_HD_Webcam-event-if00
S: input/by-path/pci-0000:00:14.0-usb-0:7:1.0-event
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/input/input16/event10
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event10
E: MAJOR=13
E: MINOR=74
E: USEC_INITIALIZED=16696134
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=SunplusIT_INC.
E: ID_VENDOR_ENC=SunplusIT\x20INC.
E: ID_VENDOR_ID=05c8
E: ID_MODEL=HP_HD_Webcam
E: ID_MODEL_ENC=HP\x20HD\x20Webcam
E: ID_MODEL_ID=0374
E: ID_REVISION=0101
E: ID_SERIAL=SunplusIT_INC._HP_HD_Webcam
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:14.0-usb-0:7:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_7_1_0
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=3/5c8/374:usb-0000:00:14.0-7/button
E: DEVLINKS=/dev/input/by-id/usb-SunplusIT_INC._HP_HD_Webcam-event-if00 /dev/input/by-path/pci-0000:00:14.0-usb-0:7:1.0-event
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input23
E: SUBSYSTEM=input
E: PRODUCT=1/10ec/280/1
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0001v10ECp0280e0001-e0,12,kramls1,2,fw
E: USEC_INITIALIZED=17288338
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input23/event17
N: input/event17
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input23/event17
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event17
E: MAJOR=13
E: MINOR=81
E: USEC_INITIALIZED=17374846
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=1/10ec/280:card0/codec#0/beep0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input24
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input24
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Mic"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=10
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: USEC_INITIALIZED=17288049
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input24/event18
N: input/event18
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input24/event18
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event18
E: MAJOR=13
E: MINOR=82
E: USEC_INITIALIZED=17382317
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input25
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input25
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Headphone"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=4
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: USEC_INITIALIZED=17289275
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input25/event19
N: input/event19
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input25/event19
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event19
E: MAJOR=13
E: MINOR=83
E: USEC_INITIALIZED=17374692
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/platform/i8042/serio0/input/input0
L: 0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: SUBSYSTEM=input
E: PRODUCT=11/1/1/ab41
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PROP=0
E: EV=120013
E: KEY=20 0 0 1500f02100000 43803078f900d401 feffffdfffefffff fffffffffffffffe
E: MSC=10
E: LED=7
E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8A,8C,8E,8F,98,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,BE,D4,D9,E0,E1,E2,E3,EC,EE,F0,185,ram4,l0,1,2,sfw
E: USEC_INITIALIZED=5244924
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_FOR_SEAT=input-platform-i8042-serio-0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
L: 0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event0
E: MAJOR=13
E: MINOR=64
E: USEC_INITIALIZED=16674832
E: KEYBOARD_KEY_81=f20
E: KEYBOARD_KEY_89=battery
E: KEYBOARD_KEY_8a=screenlock
E: KEYBOARD_KEY_8b=camera
E: KEYBOARD_KEY_8c=media
E: KEYBOARD_KEY_8e=dvd
E: KEYBOARD_KEY_92=brightnessdown
E: KEYBOARD_KEY_97=brightnessup
E: KEYBOARD_KEY_b1=help
E: KEYBOARD_KEY_b3=unknown
E: KEYBOARD_KEY_d7=wlan
E: KEYBOARD_KEY_ee=switchvideomode
E: KEYBOARD_KEY_f8=wlan
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=11/1/1:isa0060/serio0
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/platform/i8042/serio2/input/input7
L: 0
E: DEVPATH=/devices/platform/i8042/serio2/input/input7
E: SUBSYSTEM=input
E: PRODUCT=11/2/1/0
E: NAME="PS/2 Generic Mouse"
E: PHYS="isa0060/serio2/input0"
E: PROP=1
E: EV=7
E: KEY=70000 0 0 0 0
E: REL=3
E: MODALIAS=input:b0011v0002p0001e0000-e0,1,2,k110,111,112,r0,1,amlsfw
E: USEC_INITIALIZED=6170629
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: ID_PATH_TAG=platform-i8042-serio-2
E: ID_FOR_SEAT=input-platform-i8042-serio-2
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/platform/i8042/serio2/input/input7/event2
N: input/event2
L: 0
S: input/by-path/platform-i8042-serio-2-event-mouse
E: DEVPATH=/devices/platform/i8042/serio2/input/input7/event2
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event2
E: MAJOR=13
E: MINOR=66
E: USEC_INITIALIZED=16610188
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: ID_PATH_TAG=platform-i8042-serio-2
E: LIBINPUT_DEVICE_GROUP=11/2/1:isa0060/serio2
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-event-mouse

P: /devices/platform/i8042/serio2/input/input7/mouse0
N: input/mouse0
L: 0
S: input/by-path/platform-i8042-serio-2-mouse
E: DEVPATH=/devices/platform/i8042/serio2/input/input7/mouse0
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/mouse0
E: MAJOR=13
E: MINOR=32
E: USEC_INITIALIZED=16326731
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: ID_PATH_TAG=platform-i8042-serio-2
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-mouse

P: /devices/platform/i8042/serio3/input/input8
L: 0
E: DEVPATH=/devices/platform/i8042/serio3/input/input8
E: SUBSYSTEM=input
E: PRODUCT=11/2/7/1b1
E: NAME="SynPS/2 Synaptics TouchPad"
E: PHYS="isa0060/serio3/input0"
E: PROP=1
E: EV=b
E: KEY=e520 670000 0 0 0 0
E: ABS=660800011000003
E: MODALIAS=input:b0011v0002p0007e01B1-e0,1,3,k110,111,112,115,116,145,148,14A,14D,14E,14F,ra0,1,18,1C,2F,35,36,39,3A,mlsfw
E: USEC_INITIALIZED=7091452
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-3
E: ID_PATH_TAG=platform-i8042-serio-3
E: ID_FOR_SEAT=input-platform-i8042-serio-3
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/platform/i8042/serio3/input/input8/event3
N: input/event3
L: 0
S: input/by-path/platform-i8042-serio-3-event-mouse
E: DEVPATH=/devices/platform/i8042/serio3/input/input8/event3
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event3
E: MAJOR=13
E: MINOR=67
E: USEC_INITIALIZED=16688371
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_WIDTH_MM=103
E: ID_INPUT_HEIGHT_MM=55
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-3
E: ID_PATH_TAG=platform-i8042-serio-3
E: ID_INPUT_TOUCHPAD_INTEGRATION=internal
E: LIBINPUT_DEVICE_GROUP=11/2/7:isa0060/serio3
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-3-event-mouse

P: /devices/platform/i8042/serio3/input/input8/mouse1
N: input/mouse1
L: 0
S: input/by-path/platform-i8042-serio-3-mouse
E: DEVPATH=/devices/platform/i8042/serio3/input/input8/mouse1
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/mouse1
E: MAJOR=13
E: MINOR=33
E: USEC_INITIALIZED=16326744
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-3
E: ID_PATH_TAG=platform-i8042-serio-3
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-3-mouse

P: /devices/platform/lis3lv02d/input/input26
L: 0
E: DEVPATH=/devices/platform/lis3lv02d/input/input26
E: SUBSYSTEM=input
E: PRODUCT=19/0/0/0
E: NAME="ST LIS3LV02DL Accelerometer"
E: PHYS="lis3lv02d/input0"
E: PROP=0
E: EV=9
E: ABS=7
E: MODALIAS=input:b0019v0000p0000e0000-e0,3,kra0,1,2,mlsfw
E: USEC_INITIALIZED=17848989
E: ID_INPUT=1
E: ID_INPUT_ACCELEROMETER=1
E: ID_PATH=platform-lis3lv02d
E: ID_PATH_TAG=platform-lis3lv02d
E: ACCEL_LOCATION=base
E: ID_FOR_SEAT=input-platform-lis3lv02d
E: IIO_SENSOR_PROXY_TYPE=input-accel
E: SYSTEMD_WANTS=iio-sensor-proxy.service
E: TAGS=:systemd:seat:
E: CURRENT_TAGS=:systemd:seat:

P: /devices/platform/lis3lv02d/input/input26/event20
N: input/event20
L: 0
S: input/by-path/platform-lis3lv02d-event
E: DEVPATH=/devices/platform/lis3lv02d/input/input26/event20
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event20
E: MAJOR=13
E: MINOR=84
E: USEC_INITIALIZED=18694502
E: ID_INPUT=1
E: ID_INPUT_ACCELEROMETER=1
E: ID_PATH=platform-lis3lv02d
E: ID_PATH_TAG=platform-lis3lv02d
E: ACCEL_LOCATION=base
E: IIO_SENSOR_PROXY_TYPE=input-accel
E: SYSTEMD_WANTS=iio-sensor-proxy.service
E: LIBINPUT_DEVICE_GROUP=19/0/0:lis3lv02d
E: DEVLINKS=/dev/input/by-path/platform-lis3lv02d-event
E: TAGS=:systemd:
E: CURRENT_TAGS=:systemd:

P: /devices/platform/lis3lv02d/input/input26/js0
N: input/js0
L: 0
E: DEVPATH=/devices/platform/lis3lv02d/input/input26/js0
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/js0
E: MAJOR=13
E: MINOR=0
E: USEC_INITIALIZED=17850007
E: ID_INPUT=1
E: ID_INPUT_ACCELEROMETER=1
E: ID_PATH=platform-lis3lv02d
E: ID_PATH_TAG=platform-lis3lv02d
E: ACCEL_LOCATION=base
E: IIO_SENSOR_PROXY_TYPE=input-accel
E: SYSTEMD_WANTS=iio-sensor-proxy.service
E: TAGS=:systemd:
E: CURRENT_TAGS=:systemd:

P: /devices/platform/pcspkr/input/input14
L: 0
E: DEVPATH=/devices/platform/pcspkr/input/input14
E: SUBSYSTEM=input
E: PRODUCT=10/1f/1/100
E: NAME="PC Speaker"
E: PHYS="isa0061/input0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
E: USEC_INITIALIZED=16624087
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_FOR_SEAT=input-platform-pcspkr
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/platform/pcspkr/input/input14/event8
N: input/event8
L: 0
S: input/by-path/platform-pcspkr-event-spkr
E: DEVPATH=/devices/platform/pcspkr/input/input14/event8
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event8
E: MAJOR=13
E: MINOR=72
E: USEC_INITIALIZED=16686761
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: LIBINPUT_DEVICE_GROUP=10/1f/1:isa0061
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/virtual/input/input13
L: 0
E: DEVPATH=/devices/virtual/input/input13
E: SUBSYSTEM=input
E: PRODUCT=19/0/0/0
E: NAME="HP Wireless hotkeys"
E: PHYS="hpq6001/input0"
E: PROP=0
E: EV=3
E: KEY=80000000000000 0 0 0
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,kF7,ramlsfw
E: USEC_INITIALIZED=16428951
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/virtual/input/input13/event7
N: input/event7
L: 0
E: DEVPATH=/devices/virtual/input/input13/event7
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event7
E: MAJOR=13
E: MINOR=71
E: USEC_INITIALIZED=16637075
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/0:hpq6001
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/virtual/input/input15
L: 0
E: DEVPATH=/devices/virtual/input/input15
E: SUBSYSTEM=input
E: PRODUCT=19/0/0/0
E: NAME="HP WMI hotkeys"
E: PHYS="wmi/input0"
E: PROP=0
E: EV=33
E: KEY=4000000000 0 1000700000000 2102400 0 0
E: MSC=10
E: SW=22
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,5,k8A,8D,94,99,E0,E1,E2,F0,166,ram4,lsfw1,5,
E: USEC_INITIALIZED=16634962
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_SWITCH=1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/virtual/input/input15/event9
N: input/event9
L: 0
E: DEVPATH=/devices/virtual/input/input15/event9
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event9
E: MAJOR=13
E: MINOR=73
E: USEC_INITIALIZED=16699196
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_SWITCH=1
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/0:wmi
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:


DRM Information from dmesg:
---------------------------


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.9.0-4-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=POSIX, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages xserver-xorg-input-libinput depends on:
ii  libc6                                  2.31-5
ii  libinput10                             1.16.4-3
ii  xserver-xorg-core [xorg-input-abi-24]  2:1.20.10-1

xserver-xorg-input-libinput recommends no packages.

xserver-xorg-input-libinput suggests no packages.

-- no debconf information

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


Reply to: