Ok, I figured out what happened.

I had libegl1-mesa on hold because there is a grave bug opened for it
(#874656).

I decided to upgrade to the newest version despite this bug, and this seems
to have fixed my problem with 3D acceleration on my graphics card.
Removing the relevant configuration from xorg.conf resulted in the system
booting into X again, as expected.


On Thu, Oct 5, 2017 at 1:25 AM, Flavio Amieiro <flavioamie...@gmail.com>
wrote:

> Package: xserver-xorg-video-intel
> Version: 2:2.99.917+git20161206-1
> Severity: critical
> Justification: breaks the whole system
>
> Dear Maintainer,
>
> After upgrading to sid, GDM was not able to start. The boot process stopped
> with the message:
>
> ```
> [FAILED] Failed to start User Manager for UID 117.
> See 'systemctl status user@117.service' for details.
> ```
>
> The output of the recommented command was not very useful, though. Neither
> was
> `journalct -xb`.
>
> I managed to get a shell by starting in recovery mode and installed
> lightdm.
> This time, the error was easier to find in the Xorg logs. Unfortunatelly I
> didn't copy the contents of the file, but the relevant lines were:
>
> ```
> (WW) glamor0: Failed to get GLSL version
> (EE) modeset(0): Failed to initialize glamor at ScreenInit() time.
> ```
>
> If it is really important, I can try to reproduce the error again and copy
> the
> logs.
>
> I managed to work around this issue by creating a new xorg.conf file,
> disabling
> acceleration:
>
> ```
> Section "Device"
>     Identifier  "Intel Graphics"
>     Driver      "intel"
>     Option      "NoAccel" "True"
> EndSection
> ```
>
> With that, the computer booted up fine using lightdm and I could use it
> again.
> I didn't confirm if GDM is working, but lightdm and slim are, for sure.
>
> Please let me know if there's any other information I can give to help
> track
> this down.
>
>
>
> -- Package-specific info:
> /etc/X11/X does not exist.
> /etc/X11/X is not a symlink.
> /etc/X11/X is not executable.
>
> VGA-compatible devices on PCI bus:
> ----------------------------------
> 00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core
> processor Graphics Controller [8086:0166] (rev 09)
>
> Xorg X server configuration file status:
> ----------------------------------------
> -rw-r--r-- 1 root root 105 Oct  5 00:41 /etc/X11/xorg.conf
>
> Contents of /etc/X11/xorg.conf:
> -------------------------------
> Section "Device"
>         Identifier "Intel Graphics"
>         Driver     "intel"
>         Option     "NoAccel" "True"
> EndSection
>
> /etc/X11/xorg.conf.d does not exist.
>
> /etc/modprobe.d contains no KMS configuration files.
>
> Kernel version (/proc/version):
> -------------------------------
> Linux version 4.13.0-1-amd64 (debian-ker...@lists.debian.org) (gcc
> version 6.4.0 20170920 (Debian 6.4.0-7)) #1 SMP Debian 4.13.4-1 (2017-10-01)
>
> Xorg X server log files on system:
> ----------------------------------
> -rw-r--r-- 1 amieiro amieiro 151197 Oct  4 21:08
> /home/amieiro/.local/share/xorg/Xorg.0.log
> -rw-r--r-- 1 root    root     24583 Oct  5 00:48 /var/log/Xorg.0.log
>
> Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
> ---------------------------------------------------------------------
> [    56.352]
> X.Org X Server 1.19.3
> Release Date: 2017-03-15
> [    56.428] X Protocol Version 11, Revision 0
> [    56.428] Build Operating System: Linux 4.9.0-3-amd64 x86_64 Debian
> [    56.428] Current Operating System: Linux stallman 4.13.0-1-amd64 #1
> SMP Debian 4.13.4-1 (2017-10-01) x86_64
> [    56.428] Kernel command line: BOOT_IMAGE=/vmlinuz-4.13.0-1-amd64
> root=/dev/mapper/stallman--vg-root ro quiet
> [    56.428] Build Date: 07 July 2017  06:22:09AM
> [    56.428] xorg-server 2:1.19.3-2 (https://www.debian.org/support)
> [    56.428] Current version of pixman: 0.34.0
> [    56.428]    Before reporting problems, check http://wiki.x.org
>         to make sure that you have the latest version.
> [    56.428] Markers: (--) probed, (**) from config file, (==) default
> setting,
>         (++) from command line, (!!) notice, (II) informational,
>         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [    56.429] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct  5
> 00:44:57 2017
> [    56.824] (==) Using config file: "/etc/X11/xorg.conf"
> [    56.824] (==) Using system config directory
> "/usr/share/X11/xorg.conf.d"
> [    57.100] (==) No Layout section.  Using the first Screen section.
> [    57.100] (==) No screen section available. Using defaults.
> [    57.100] (**) |-->Screen "Default Screen Section" (0)
> [    57.100] (**) |   |-->Monitor "<default monitor>"
> [    57.108] (==) No device specified for screen "Default Screen Section".
>         Using the first device section listed.
> [    57.108] (**) |   |-->Device "Intel Graphics"
> [    57.108] (==) No monitor specified for screen "Default Screen Section".
>         Using a default monitor configuration.
> [    57.108] (==) Automatically adding devices
> [    57.108] (==) Automatically enabling devices
> [    57.108] (==) Automatically adding GPU devices
> [    57.108] (==) Max clients allowed: 256, resource mask: 0x1fffff
> [    57.215] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not
> exist.
> [    57.224]    Entry deleted from font path.
> [    57.534] (==) FontPath set to:
>         /usr/share/fonts/X11/misc,
>         /usr/share/fonts/X11/100dpi/:unscaled,
>         /usr/share/fonts/X11/75dpi/:unscaled,
>         /usr/share/fonts/X11/Type1,
>         /usr/share/fonts/X11/100dpi,
>         /usr/share/fonts/X11/75dpi,
>         built-ins
> [    57.550] (==) ModulePath set to "/usr/lib/xorg/modules"
> [    57.550] (II) The server relies on udev to provide the list of input
> devices.
>         If no devices become available, reconfigure udev or disable
> AutoAddDevices.
> [    57.550] (II) Loader magic: 0x5648e8e80e00
> [    57.550] (II) Module ABI versions:
> [    57.550]    X.Org ANSI C Emulation: 0.4
> [    57.550]    X.Org Video Driver: 23.0
> [    57.550]    X.Org XInput driver : 24.1
> [    57.550]    X.Org Server Extension : 10.0
> [    57.551] (--) using VT number 2
>
> [    57.551] (II) systemd-logind: logind integration requires -keeptty and
> -keeptty was not provided, disabling logind integration
> [    57.552] (II) xfree86: Adding drm device (/dev/dri/card0)
> [    57.560] (--) PCI:*(0:0:2:0) 8086:0166:17aa:3977 rev 9, Mem @
> 0xe0000000/4194304, 0xd0000000/268435456, I/O @ 0x00003000/64, BIOS @
> 0x????????/131072
> [    57.560] (II) LoadModule: "glx"
> [    57.812] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
> [    58.107] (II) Module glx: vendor="X.Org Foundation"
> [    58.107]    compiled for 1.19.3, module version = 1.0.0
> [    58.107]    ABI class: X.Org Server Extension, version 10.0
> [    58.107] (II) LoadModule: "intel"
> [    58.210] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
> [    58.249] (II) Module intel: vendor="X.Org Foundation"
> [    58.249]    compiled for 1.19.0, module version = 2.99.917
> [    58.249]    Module class: X.Org Video Driver
> [    58.249]    ABI class: X.Org Video Driver, version 23.0
> [    58.249] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
>         i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
>         915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
>         Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35,
> Q33,
>         GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
> [    58.250] (II) intel: Driver for Intel(R) HD Graphics
> [    58.250] (II) intel: Driver for Intel(R) Iris(TM) Graphics
> [    58.250] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
> [    58.316] (II) intel(0): Using Kernel Mode Setting driver: i915,
> version 1.6.0 20170619
> [    58.316] (II) intel(0): SNA compiled: xserver-xorg-video-intel
> 2:2.99.917+git20161206-1 (Timo Aaltonen <tjaal...@debian.org>)
> [    58.316] (II) intel(0): SNA compiled for use with valgrind
> [    58.319] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD
> Graphics 4000
> [    58.319] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1,
> sse4.2, avx; using a maximum of 4 threads
> [    58.319] (II) intel(0): Creating default Display subsection in Screen
> section
>         "Default Screen Section" for depth/fbbpp 24/32
> [    58.319] (==) intel(0): Depth 24, (--) framebuffer bpp 32
> [    58.319] (==) intel(0): RGB weight 888
> [    58.319] (==) intel(0): Default visual is TrueColor
> [    58.319] (**) intel(0): Option "NoAccel" "True"
> [    58.320] (II) intel(0): Output LVDS1 has no monitor section
> [    58.320] (**) intel(0): Found backlight control interface
> intel_backlight (type 'raw') for output LVDS1
> [    58.320] (II) intel(0): Enabled output LVDS1
> [    58.320] (II) intel(0): Output VGA1 has no monitor section
> [    58.320] (II) intel(0): Enabled output VGA1
> [    58.320] (II) intel(0): Output HDMI1 has no monitor section
> [    58.321] (II) intel(0): Enabled output HDMI1
> [    58.321] (II) intel(0): Output DP1 has no monitor section
> [    58.321] (II) intel(0): Enabled output DP1
> [    58.321] (--) intel(0): Using a maximum size of 256x256 for hardware
> cursors
> [    58.321] (II) intel(0): Output VIRTUAL1 has no monitor section
> [    58.321] (II) intel(0): Enabled output VIRTUAL1
> [    58.321] (--) intel(0): Output LVDS1 using initial mode 1366x768 on
> pipe 0
> [    58.321] (==) intel(0): TearFree disabled
> [    58.321] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
> [    58.321] (==) intel(0): DPI set to (96, 96)
> [    58.321] (II) Loading sub module "dri3"
> [    58.321] (II) LoadModule: "dri3"
> [    58.321] (II) Module "dri3" already built-in
> [    58.321] (II) Loading sub module "dri2"
> [    58.321] (II) LoadModule: "dri2"
> [    58.321] (II) Module "dri2" already built-in
> [    58.321] (II) Loading sub module "present"
> [    58.321] (II) LoadModule: "present"
> [    58.321] (II) Module "present" already built-in
> [    58.321] (==) Depth 24 pixmap format is 32 bpp
> [    58.335] (II) intel(0): SNA initialized with disabled backend
> [    58.335] (==) intel(0): Backing store enabled
> [    58.335] (==) intel(0): Silken mouse enabled
> [    58.336] (II) intel(0): HW Cursor enabled
> [    58.336] (II) intel(0): RandR 1.2 enabled, ignore the following RandR
> disabled message.
> [    58.338] (==) intel(0): DPMS enabled
> [    58.338] (==) intel(0): Display hotplug detection enabled
> [    58.338] (II) intel(0): Textured video not supported on this hardware
> or backend
> [    58.339] (WW) intel(0): loading DRI2 whilst acceleration is disabled.
> [    58.339] (II) intel(0): [DRI2] Setup complete
> [    58.339] (II) intel(0): [DRI2]   DRI driver: i965
> [    58.339] (II) intel(0): [DRI2]   VDPAU driver: va_gl
> [    58.339] (II) intel(0): direct rendering: DRI2 enabled
> [    58.339] (II) intel(0): hardware support for Present enabled
> [    58.339] (--) RandR disabled
> [    58.347] (II) SELinux: Disabled on system
> [    58.501] (EE) AIGLX error: dlopen of 
> /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
> failed (/usr/lib/x86_64-linux-gnu/dri/i965_dri.so: undefined symbol:
> _glapi_tls_Dispatch)
> [    58.501] (EE) AIGLX: reverting to software rendering
> [    60.333] (EE) AIGLX error: dlopen of 
> /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
> failed (/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: undefined symbol:
> _glapi_tls_Dispatch)
> [    60.333] (EE) GLX: could not load software renderer
> [    60.333] (II) GLX: no usable GL providers found for screen 0
> [    60.345] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using
> pipe 0, position (0, 0), rotation normal, reflection none
> [    60.356] (II) intel(0): Setting screen physical size to 361 x 203
> [    61.980] (II) config/udev: Adding input device Power Button
> (/dev/input/event7)
> [    61.980] (**) Power Button: Applying InputClass "libinput keyboard
> catchall"
> [    61.980] (II) LoadModule: "libinput"
> [    61.980] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
> [    62.235] (II) Module libinput: vendor="X.Org Foundation"
> [    62.235]    compiled for 1.19.3, module version = 0.26.0
> [    62.235]    Module class: X.Org XInput Driver
> [    62.235]    ABI class: X.Org XInput driver, version 24.1
> [    62.235] (II) Using input driver 'libinput' for 'Power Button'
> [    62.235] (**) Power Button: always reports core events
> [    62.235] (**) Option "Device" "/dev/input/event7"
> [    62.235] (**) Option "_source" "server/udev"
> [    62.236] (II) event7  - (II) Power Button: (II) is tagged by udev as:
> Keyboard
> [    62.236] (II) event7  - (II) Power Button: (II) device is a keyboard
> [    62.236] (II) event7  - (II) Power Button: (II) device removed
> [    62.252] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:
> 00/LNXPWRBN:00/input/input8/event7"
> [    62.252] (II) XINPUT: Adding extended input device "Power Button"
> (type: KEYBOARD, id 6)
> [    62.252] (**) Option "xkb_model" "pc105"
> [    62.252] (**) Option "xkb_layout" "br"
> [    62.362] (II) event7  - (II) Power Button: (II) is tagged by udev as:
> Keyboard
> [    62.362] (II) event7  - (II) Power Button: (II) device is a keyboard
> [    62.362] (II) config/udev: Adding input device Video Bus
> (/dev/input/event11)
> [    62.362] (**) Video Bus: Applying InputClass "libinput keyboard
> catchall"
> [    62.362] (II) Using input driver 'libinput' for 'Video Bus'
> [    62.362] (**) Video Bus: always reports core events
> [    62.362] (**) Option "Device" "/dev/input/event11"
> [    62.362] (**) Option "_source" "server/udev"
> [    62.363] (II) event11 - (II) Video Bus: (II) is tagged by udev as:
> Keyboard
> [    62.363] (II) event11 - (II) Video Bus: (II) device is a keyboard
> [    62.363] (II) event11 - (II) Video Bus: (II) device removed
> [    62.404] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:
> 00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:02/input/input12/event11"
> [    62.404] (II) XINPUT: Adding extended input device "Video Bus" (type:
> KEYBOARD, id 7)
> [    62.404] (**) Option "xkb_model" "pc105"
> [    62.404] (**) Option "xkb_layout" "br"
> [    62.405] (II) event11 - (II) Video Bus: (II) is tagged by udev as:
> Keyboard
> [    62.405] (II) event11 - (II) Video Bus: (II) device is a keyboard
> [    62.405] (II) config/udev: Adding input device Power Button
> (/dev/input/event5)
> [    62.405] (**) Power Button: Applying InputClass "libinput keyboard
> catchall"
> [    62.405] (II) Using input driver 'libinput' for 'Power Button'
> [    62.405] (**) Power Button: always reports core events
> [    62.406] (**) Option "Device" "/dev/input/event5"
> [    62.406] (**) Option "_source" "server/udev"
> [    62.406] (II) event5  - (II) Power Button: (II) is tagged by udev as:
> Keyboard
> [    62.406] (II) event5  - (II) Power Button: (II) device is a keyboard
> [    62.406] (II) event5  - (II) Power Button: (II) device removed
> [    62.444] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:
> 00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input6/event5"
> [    62.444] (II) XINPUT: Adding extended input device "Power Button"
> (type: KEYBOARD, id 8)
> [    62.444] (**) Option "xkb_model" "pc105"
> [    62.444] (**) Option "xkb_layout" "br"
> [    62.445] (II) event5  - (II) Power Button: (II) is tagged by udev as:
> Keyboard
> [    62.445] (II) event5  - (II) Power Button: (II) device is a keyboard
> [    62.446] (II) config/udev: Adding input device Lid Switch
> (/dev/input/event6)
> [    62.446] (II) No input driver specified, ignoring this device.
> [    62.446] (II) This device may have been added with another device file.
> [    62.447] (II) config/udev: Adding input device Lenovo EasyCamera:
> Lenovo EasyC (/dev/input/event10)
> [    62.447] (**) Lenovo EasyCamera: Lenovo EasyC: Applying InputClass
> "libinput keyboard catchall"
> [    62.447] (II) Using input driver 'libinput' for 'Lenovo EasyCamera:
> Lenovo EasyC'
> [    62.447] (**) Lenovo EasyCamera: Lenovo EasyC: always reports core
> events
> [    62.447] (**) Option "Device" "/dev/input/event10"
> [    62.447] (**) Option "_source" "server/udev"
> [    62.448] (II) event10 - (II) Lenovo EasyCamera: Lenovo EasyC: (II) is
> tagged by udev as: Keyboard
> [    62.448] (II) event10 - (II) Lenovo EasyCamera: Lenovo EasyC: (II)
> device is a keyboard
> [    62.448] (II) event10 - (II) Lenovo EasyCamera: Lenovo EasyC: (II)
> device removed
> [    62.500] (**) Option "config_info" "udev:/sys/devices/pci0000:00/
> 0000:00:14.0/usb3/3-4/3-4:1.0/input/input11/event10"
> [    62.500] (II) XINPUT: Adding extended input device "Lenovo EasyCamera:
> Lenovo EasyC" (type: KEYBOARD, id 9)
> [    62.500] (**) Option "xkb_model" "pc105"
> [    62.500] (**) Option "xkb_layout" "br"
> [    62.500] (II) event10 - (II) Lenovo EasyCamera: Lenovo EasyC: (II) is
> tagged by udev as: Keyboard
> [    62.500] (II) event10 - (II) Lenovo EasyCamera: Lenovo EasyC: (II)
> device is a keyboard
> [    62.501] (II) config/udev: Adding input device Microsoft Microsoft
> Nano Transceiver 1.1 (/dev/input/event1)
> [    62.501] (**) Microsoft Microsoft Nano Transceiver 1.1: Applying
> InputClass "libinput keyboard catchall"
> [    62.501] (II) Using input driver 'libinput' for 'Microsoft Microsoft
> Nano Transceiver 1.1'
> [    62.501] (**) Microsoft Microsoft Nano Transceiver 1.1: always reports
> core events
> [    62.501] (**) Option "Device" "/dev/input/event1"
> [    62.501] (**) Option "_source" "server/udev"
> [    62.501] (II) event1  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) is tagged by udev as: Keyboard
> [    62.501] (II) event1  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) device is a keyboard
> [    62.501] (II) event1  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) device removed
> [    62.524] (**) Option "config_info" "udev:/sys/devices/pci0000:00/
> 0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:045E:07FD.0001/
> input/input3/event1"
> [    62.524] (II) XINPUT: Adding extended input device "Microsoft
> Microsoft Nano Transceiver 1.1" (type: KEYBOARD, id 10)
> [    62.524] (**) Option "xkb_model" "pc105"
> [    62.524] (**) Option "xkb_layout" "br"
> [    62.525] (II) event1  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) is tagged by udev as: Keyboard
> [    62.525] (II) event1  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) device is a keyboard
> [    62.525] (II) config/udev: Adding input device Microsoft Microsoft
> Nano Transceiver 1.1 (/dev/input/event2)
> [    62.525] (**) Microsoft Microsoft Nano Transceiver 1.1: Applying
> InputClass "libinput keyboard catchall"
> [    62.525] (II) Using input driver 'libinput' for 'Microsoft Microsoft
> Nano Transceiver 1.1'
> [    62.525] (**) Microsoft Microsoft Nano Transceiver 1.1: always reports
> core events
> [    62.525] (**) Option "Device" "/dev/input/event2"
> [    62.525] (**) Option "_source" "server/udev"
> [    62.526] (II) event2  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) is tagged by udev as: Keyboard
> [    62.526] (II) event2  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) device is a keyboard
> [    62.526] (II) event2  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) device removed
> [    62.556] (II) libinput: Microsoft Microsoft Nano Transceiver 1.1:
> needs a virtual subdevice
> [    62.556] (**) Option "config_info" "udev:/sys/devices/pci0000:00/
> 0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:045E:07FD.0002/
> input/input4/event2"
> [    62.556] (II) XINPUT: Adding extended input device "Microsoft
> Microsoft Nano Transceiver 1.1" (type: MOUSE, id 11)
> [    62.556] (**) Option "AccelerationScheme" "none"
> [    62.556] (**) Microsoft Microsoft Nano Transceiver 1.1: (accel)
> selected scheme none/0
> [    62.556] (**) Microsoft Microsoft Nano Transceiver 1.1: (accel)
> acceleration factor: 2.000
> [    62.556] (**) Microsoft Microsoft Nano Transceiver 1.1: (accel)
> acceleration threshold: 4
> [    62.556] (II) event2  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) is tagged by udev as: Keyboard
> [    62.556] (II) event2  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) device is a keyboard
> [    62.557] (II) config/udev: Adding input device Microsoft Microsoft
> Nano Transceiver 1.1 (/dev/input/event3)
> [    62.557] (**) Microsoft Microsoft Nano Transceiver 1.1: Applying
> InputClass "libinput pointer catchall"
> [    62.557] (II) Using input driver 'libinput' for 'Microsoft Microsoft
> Nano Transceiver 1.1'
> [    62.557] (**) Microsoft Microsoft Nano Transceiver 1.1: always reports
> core events
> [    62.557] (**) Option "Device" "/dev/input/event3"
> [    62.557] (**) Option "_source" "server/udev"
> [    62.616] (II) event3  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) is tagged by udev as: Mouse
> [    62.616] (II) event3  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) device is a pointer
> [    62.616] (II) event3  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) device removed
> [    62.660] (**) Option "config_info" "udev:/sys/devices/pci0000:00/
> 0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.2/0003:045E:07FD.0003/
> input/input5/event3"
> [    62.660] (II) XINPUT: Adding extended input device "Microsoft
> Microsoft Nano Transceiver 1.1" (type: MOUSE, id 12)
> [    62.660] (**) Option "AccelerationScheme" "none"
> [    62.660] (**) Microsoft Microsoft Nano Transceiver 1.1: (accel)
> selected scheme none/0
> [    62.660] (**) Microsoft Microsoft Nano Transceiver 1.1: (accel)
> acceleration factor: 2.000
> [    62.660] (**) Microsoft Microsoft Nano Transceiver 1.1: (accel)
> acceleration threshold: 4
> [    62.720] (II) event3  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) is tagged by udev as: Mouse
> [    62.720] (II) event3  - (II) Microsoft Microsoft Nano Transceiver 1.1:
> (II) device is a pointer
> [    62.721] (II) config/udev: Adding input device Microsoft Microsoft
> Nano Transceiver 1.1 (/dev/input/mouse0)
> [    62.721] (II) No input driver specified, ignoring this device.
> [    62.721] (II) This device may have been added with another device file.
> [    62.721] (II) config/udev: Adding input device HDA Digital PCBeep
> (/dev/input/event12)
> [    62.721] (II) No input driver specified, ignoring this device.
> [    62.722] (II) This device may have been added with another device file.
> [    62.722] (II) config/udev: Adding input device HDA Intel PCH Mic
> (/dev/input/event13)
> [    62.722] (II) No input driver specified, ignoring this device.
> [    62.722] (II) This device may have been added with another device file.
> [    62.722] (II) config/udev: Adding input device HDA Intel PCH Headphone
> (/dev/input/event14)
> [    62.722] (II) No input driver specified, ignoring this device.
> [    62.722] (II) This device may have been added with another device file.
> [    62.723] (II) config/udev: Adding input device HDA Intel PCH
> HDMI/DP,pcm=3 (/dev/input/event15)
> [    62.723] (II) No input driver specified, ignoring this device.
> [    62.723] (II) This device may have been added with another device file.
> [    62.723] (II) config/udev: Adding input device Ideapad extra buttons
> (/dev/input/event9)
> [    62.724] (**) Ideapad extra buttons: Applying InputClass "libinput
> keyboard catchall"
> [    62.724] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
> [    62.724] (**) Ideapad extra buttons: always reports core events
> [    62.724] (**) Option "Device" "/dev/input/event9"
> [    62.724] (**) Option "_source" "server/udev"
> [    62.724] (II) event9  - (II) Ideapad extra buttons: (II) is tagged by
> udev as: Keyboard
> [    62.724] (II) event9  - (II) Ideapad extra buttons: (II) device is a
> keyboard
> [    62.724] (II) event9  - (II) Ideapad extra buttons: (II) device removed
> [    62.776] (**) Option "config_info" "udev:/sys/devices/pci0000:00/
> 0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input10/event9"
> [    62.776] (II) XINPUT: Adding extended input device "Ideapad extra
> buttons" (type: KEYBOARD, id 13)
> [    62.776] (**) Option "xkb_model" "pc105"
> [    62.776] (**) Option "xkb_layout" "br"
> [    62.776] (II) event9  - (II) Ideapad extra buttons: (II) is tagged by
> udev as: Keyboard
> [    62.776] (II) event9  - (II) Ideapad extra buttons: (II) device is a
> keyboard
> [    62.776] (II) config/udev: Adding input device AT Translated Set 2
> keyboard (/dev/input/event0)
> [    62.776] (**) AT Translated Set 2 keyboard: Applying InputClass
> "libinput keyboard catchall"
> [    62.776] (II) Using input driver 'libinput' for 'AT Translated Set 2
> keyboard'
> [    62.776] (**) AT Translated Set 2 keyboard: always reports core events
> [    62.776] (**) Option "Device" "/dev/input/event0"
> [    62.776] (**) Option "_source" "server/udev"
> [    62.777] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is
> tagged by udev as: Keyboard
> [    62.777] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device
> is a keyboard
> [    62.777] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device
> removed
> [    62.800] (**) Option "config_info" "udev:/sys/devices/platform/
> i8042/serio0/input/input0/event0"
> [    62.800] (II) XINPUT: Adding extended input device "AT Translated Set
> 2 keyboard" (type: KEYBOARD, id 14)
> [    62.800] (**) Option "xkb_model" "pc105"
> [    62.800] (**) Option "xkb_layout" "br"
> [    62.800] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is
> tagged by udev as: Keyboard
> [    62.800] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device
> is a keyboard
> [    62.801] (II) config/udev: Adding input device SynPS/2 Synaptics
> TouchPad (/dev/input/event4)
> [    62.801] (**) SynPS/2 Synaptics TouchPad: Applying InputClass
> "libinput touchpad catchall"
> [    62.801] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics
> TouchPad'
> [    62.801] (**) SynPS/2 Synaptics TouchPad: always reports core events
> [    62.801] (**) Option "Device" "/dev/input/event4"
> [    62.801] (**) Option "_source" "server/udev"
> [    62.801] (II) event4  - (II) SynPS/2 Synaptics TouchPad: (II) is
> tagged by udev as: Touchpad
> [    62.801] (II) event4  - (II) SynPS/2 Synaptics TouchPad: (II) device
> is a touchpad
> [    62.801] (II) event4  - (II) SynPS/2 Synaptics TouchPad: (II) device
> removed
> [    62.856] (**) Option "config_info" "udev:/sys/devices/platform/
> i8042/serio1/input/input2/event4"
> [    62.856] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics
> TouchPad" (type: TOUCHPAD, id 15)
> [    62.856] (**) Option "AccelerationScheme" "none"
> [    62.856] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme
> none/0
> [    62.856] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor:
> 2.000
> [    62.856] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration
> threshold: 4
> [    62.857] (II) event4  - (II) SynPS/2 Synaptics TouchPad: (II) is
> tagged by udev as: Touchpad
> [    62.857] (II) event4  - (II) SynPS/2 Synaptics TouchPad: (II) device
> is a touchpad
> [    62.858] (II) config/udev: Adding input device SynPS/2 Synaptics
> TouchPad (/dev/input/mouse1)
> [    62.858] (II) No input driver specified, ignoring this device.
> [    62.858] (II) This device may have been added with another device file.
> [    62.858] (II) config/udev: Adding input device PC Speaker
> (/dev/input/event8)
> [    62.858] (II) No input driver specified, ignoring this device.
> [    62.858] (II) This device may have been added with another device file.
> [    62.953] (**) Microsoft Microsoft Nano Transceiver 1.1: Applying
> InputClass "libinput keyboard catchall"
> [    62.954] (II) Using input driver 'libinput' for 'Microsoft Microsoft
> Nano Transceiver 1.1'
> [    62.954] (**) Microsoft Microsoft Nano Transceiver 1.1: always reports
> core events
> [    62.954] (**) Option "Device" "/dev/input/event2"
> [    62.954] (**) Option "_source" "_driver/libinput"
> [    62.954] (II) libinput: Microsoft Microsoft Nano Transceiver 1.1: is a
> virtual subdevice
> [    62.954] (**) Option "config_info" "udev:/sys/devices/pci0000:00/
> 0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:045E:07FD.0002/
> input/input4/event2"
> [    62.954] (II) XINPUT: Adding extended input device "Microsoft
> Microsoft Nano Transceiver 1.1" (type: KEYBOARD, id 16)
> [    62.954] (**) Option "xkb_model" "pc105"
> [    62.954] (**) Option "xkb_layout" "br"
> [    62.954] (II) intel(0): EDID vendor "CMN", prod id 5265
> [    62.954] (II) intel(0): Printing DDC gathered Modelines:
> [    62.954] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434
> 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
> [   243.433] (II) Axis 0x1 value 241 is outside expected range [765, 5270]
> See https://wayland.freedesktop.org/libinput/doc/1.8.2//
> absolute_coordinate_ranges.html for details
>
> udev information:
> -----------------
> P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
> E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
> E: EV=3
> E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_PATH=acpi-LNXPWRBN:00
> E: ID_PATH_TAG=acpi-LNXPWRBN_00
> E: KEY=10000000000000 0
> E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
> E: NAME="Power Button"
> E: PHYS="LNXPWRBN/button/input0"
> E: PRODUCT=19/0/1/0
> E: PROP=0
> E: SUBSYSTEM=input
> E: TAGS=:seat:
> E: USEC_INITIALIZED=39311650
>
> P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event7
> N: input/event7
> E: BACKSPACE=guess
> E: DEVNAME=/dev/input/event7
> E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event7
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_PATH=acpi-LNXPWRBN:00
> E: ID_PATH_TAG=acpi-LNXPWRBN_00
> E: LIBINPUT_DEVICE_GROUP=19/0/1/0:LNXPWRBN/button
> E: MAJOR=13
> E: MINOR=71
> E: SUBSYSTEM=input
> E: TAGS=:power-switch:
> E: USEC_INITIALIZED=43550907
> E: XKBLAYOUT=br
> E: XKBMODEL=pc105
>
> P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:02/input/input12
> E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/
> LNXVIDEO:02/input/input12
> E: EV=3
> E: ID_FOR_SEAT=input-acpi-LNXVIDEO_02
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_PATH=acpi-LNXVIDEO:02
> E: ID_PATH_TAG=acpi-LNXVIDEO_02
> E: KEY=3e000b00000000 0 0 0
> E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,
> E1,E3,F1,F2,F3,F4,F5,ramlsfw
> E: NAME="Video Bus"
> E: PHYS="LNXVIDEO/video/input0"
> E: PRODUCT=19/0/6/0
> E: PROP=0
> E: SUBSYSTEM=input
> E: TAGS=:seat:
> E: USEC_INITIALIZED=40727875
>
> P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:02/
> input/input12/event11
> N: input/event11
> E: BACKSPACE=guess
> E: DEVNAME=/dev/input/event11
> E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/
> LNXVIDEO:02/input/input12/event11
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_PATH=acpi-LNXVIDEO:02
> E: ID_PATH_TAG=acpi-LNXVIDEO_02
> E: LIBINPUT_DEVICE_GROUP=19/0/6/0:LNXVIDEO/video
> E: MAJOR=13
> E: MINOR=75
> E: SUBSYSTEM=input
> E: TAGS=:power-switch:
> E: USEC_INITIALIZED=43550615
> E: XKBLAYOUT=br
> E: XKBMODEL=pc105
>
> P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/
> PNP0C0C:00/input/input6
> E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:
> 01/PNP0C0C:00/input/input6
> E: EV=3
> E: ID_FOR_SEAT=input-acpi-PNP0C0C_00
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_PATH=acpi-PNP0C0C:00
> E: ID_PATH_TAG=acpi-PNP0C0C_00
> E: KEY=10000000000000 0
> E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
> E: NAME="Power Button"
> E: PHYS="PNP0C0C/button/input0"
> E: PRODUCT=19/0/1/0
> E: PROP=0
> E: SUBSYSTEM=input
> E: TAGS=:seat:
> E: USEC_INITIALIZED=39309277
>
> P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/
> PNP0C0C:00/input/input6/event5
> N: input/event5
> E: BACKSPACE=guess
> E: DEVNAME=/dev/input/event5
> E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:
> 01/PNP0C0C:00/input/input6/event5
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_PATH=acpi-PNP0C0C:00
> E: ID_PATH_TAG=acpi-PNP0C0C_00
> E: LIBINPUT_DEVICE_GROUP=19/0/1/0:PNP0C0C/button
> E: MAJOR=13
> E: MINOR=69
> E: SUBSYSTEM=input
> E: TAGS=:power-switch:
> E: USEC_INITIALIZED=43550698
> E: XKBLAYOUT=br
> E: XKBMODEL=pc105
>
> P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input7
> E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input7
> E: EV=21
> E: ID_FOR_SEAT=input-acpi-PNP0C0D_00
> E: ID_INPUT=1
> E: ID_INPUT_SWITCH=1
> E: ID_PATH=acpi-PNP0C0D:00
> E: ID_PATH_TAG=acpi-PNP0C0D_00
> E: MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0,
> E: NAME="Lid Switch"
> E: PHYS="PNP0C0D/button/input0"
> E: PRODUCT=19/0/5/0
> E: PROP=0
> E: SUBSYSTEM=input
> E: SW=1
> E: TAGS=:seat:
> E: USEC_INITIALIZED=39311011
>
> P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input7/event6
> N: input/event6
> E: DEVNAME=/dev/input/event6
> E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input7/event6
> E: ID_INPUT=1
> E: ID_INPUT_SWITCH=1
> E: ID_PATH=acpi-PNP0C0D:00
> E: ID_PATH_TAG=acpi-PNP0C0D_00
> E: LIBINPUT_ATTR_LID_SWITCH_RELIABILITY=reliable
> E: LIBINPUT_DEVICE_GROUP=19/0/5/0:PNP0C0D/button
> E: MAJOR=13
> E: MINOR=70
> E: SUBSYSTEM=input
> E: TAGS=:power-switch:
> E: USEC_INITIALIZED=43551316
>
> P: /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input11
> E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input11
> E: EV=3
> E: ID_BUS=usb
> E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_4_1_0
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_MODEL=Lenovo_EasyCamera
> E: ID_MODEL_ENC=Lenovo\x20EasyCamera
> E: ID_MODEL_ID=5728
> E: ID_PATH=pci-0000:00:14.0-usb-0:4:1.0
> E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_1_0
> E: ID_REVISION=0013
> E: ID_SERIAL=CINE150GM_Lenovo_EasyCamera_200901010001
> E: ID_SERIAL_SHORT=200901010001
> E: ID_TYPE=video
> E: ID_USB_DRIVER=uvcvideo
> E: ID_USB_INTERFACES=:0e0100:0e0200:
> E: ID_USB_INTERFACE_NUM=00
> E: ID_VENDOR=CINE150GM
> E: ID_VENDOR_ENC=CINE150GM
> E: ID_VENDOR_ID=0bda
> E: KEY=100000 0 0 0
> E: MODALIAS=input:b0003v0BDAp5728e0013-e0,1,kD4,ramlsfw
> E: NAME="Lenovo EasyCamera: Lenovo EasyC"
> E: PHYS="usb-0000:00:14.0-4/button"
> E: PRODUCT=3/bda/5728/13
> E: PROP=0
> E: SUBSYSTEM=input
> E: TAGS=:seat:
> E: USEC_INITIALIZED=40430696
>
> P: /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input11/event10
> N: input/event10
> S: input/by-id/usb-CINE150GM_Lenovo_EasyCamera_200901010001-event-if00
> S: input/by-path/pci-0000:00:14.0-usb-0:4:1.0-event
> E: BACKSPACE=guess
> E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:4:1.0-event
> /dev/input/by-id/usb-CINE150GM_Lenovo_EasyCamera_200901010001-event-if00
> E: DEVNAME=/dev/input/event10
> E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/
> input/input11/event10
> E: ID_BUS=usb
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_MODEL=Lenovo_EasyCamera
> E: ID_MODEL_ENC=Lenovo\x20EasyCamera
> E: ID_MODEL_ID=5728
> E: ID_PATH=pci-0000:00:14.0-usb-0:4:1.0
> E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_1_0
> E: ID_REVISION=0013
> E: ID_SERIAL=CINE150GM_Lenovo_EasyCamera_200901010001
> E: ID_SERIAL_SHORT=200901010001
> E: ID_TYPE=video
> E: ID_USB_DRIVER=uvcvideo
> E: ID_USB_INTERFACES=:0e0100:0e0200:
> E: ID_USB_INTERFACE_NUM=00
> E: ID_VENDOR=CINE150GM
> E: ID_VENDOR_ENC=CINE150GM
> E: ID_VENDOR_ID=0bda
> E: LIBINPUT_DEVICE_GROUP=3/bda/5728/13:usb-0000:00:14.0-4/button
> E: MAJOR=13
> E: MINOR=74
> E: SUBSYSTEM=input
> E: TAGS=:power-switch:
> E: USEC_INITIALIZED=43551059
> E: XKBLAYOUT=br
> E: XKBMODEL=pc105
>
> P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/
> 0003:045E:07FD.0001/input/input3
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-
> 1.2:1.0/0003:045E:07FD.0001/input/input3
> E: EV=120013
> E: ID_BUS=usb
> E: ID_FOR_SEAT=input-pci-0000_00_1a_0-usb-0_1_2_1_0
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_INPUT_KEYBOARD=1
> E: ID_MODEL=Microsoft_Nano_Transceiver_1.1
> E: ID_MODEL_ENC=Microsoft\x20Nano\x20Transceiver\x201.1
> E: ID_MODEL_ID=07fd
> E: ID_PATH=pci-0000:00:1a.0-usb-0:1.2:1.0
> E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_2_1_0
> E: ID_REVISION=0315
> E: ID_SERIAL=Microsoft_Microsoft_Nano_Transceiver_1.1
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030101:030000:030102:
> E: ID_USB_INTERFACE_NUM=00
> E: ID_VENDOR=Microsoft
> E: ID_VENDOR_ENC=Microsoft
> E: ID_VENDOR_ID=045e
> E: KEY=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
> E: LED=7
> E: MODALIAS=input:b0003v045Ep07FDe0111-e0,1,4,11,14,k71,72,73,74,75,77,79,
> 7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,
> 98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,
> BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
> E: MSC=10
> E: NAME="Microsoft Microsoft Nano Transceiver 1.1"
> E: PHYS="usb-0000:00:1a.0-1.2/input0"
> E: PRODUCT=3/45e/7fd/111
> E: PROP=0
> E: SUBSYSTEM=input
> E: TAGS=:seat:
> E: UNIQ=""
> E: USEC_INITIALIZED=6990279
>
> P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/
> 0003:045E:07FD.0001/input/input3/event1
> N: input/event1
> S: input/by-id/usb-Microsoft_Microsoft_Nano_Transceiver_1.1-event-kbd
> S: input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.0-event-kbd
> E: BACKSPACE=guess
> E: 
> DEVLINKS=/dev/input/by-id/usb-Microsoft_Microsoft_Nano_Transceiver_1.1-event-kbd
> /dev/input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.0-event-kbd
> E: DEVNAME=/dev/input/event1
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-
> 1.2:1.0/0003:045E:07FD.0001/input/input3/event1
> E: ID_BUS=usb
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_INPUT_KEYBOARD=1
> E: ID_MODEL=Microsoft_Nano_Transceiver_1.1
> E: ID_MODEL_ENC=Microsoft\x20Nano\x20Transceiver\x201.1
> E: ID_MODEL_ID=07fd
> E: ID_PATH=pci-0000:00:1a.0-usb-0:1.2:1.0
> E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_2_1_0
> E: ID_REVISION=0315
> E: ID_SERIAL=Microsoft_Microsoft_Nano_Transceiver_1.1
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030101:030000:030102:
> E: ID_USB_INTERFACE_NUM=00
> E: ID_VENDOR=Microsoft
> E: ID_VENDOR_ENC=Microsoft
> E: ID_VENDOR_ID=045e
> E: LIBINPUT_DEVICE_GROUP=3/45e/7fd/111:usb-0000:00:1a.0-1
> E: MAJOR=13
> E: MINOR=65
> E: SUBSYSTEM=input
> E: TAGS=:power-switch:
> E: USEC_INITIALIZED=43552621
> E: XKBLAYOUT=br
> E: XKBMODEL=pc105
>
> P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/
> 0003:045E:07FD.0002/input/input4
> E: ABS=100000000
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-
> 1.2:1.1/0003:045E:07FD.0002/input/input4
> E: EV=10001f
> E: ID_BUS=usb
> E: ID_FOR_SEAT=input-pci-0000_00_1a_0-usb-0_1_2_1_1
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_MODEL=Microsoft_Nano_Transceiver_1.1
> E: ID_MODEL_ENC=Microsoft\x20Nano\x20Transceiver\x201.1
> E: ID_MODEL_ID=07fd
> E: ID_PATH=pci-0000:00:1a.0-usb-0:1.2:1.1
> E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_2_1_1
> E: ID_REVISION=0315
> E: ID_SERIAL=Microsoft_Microsoft_Nano_Transceiver_1.1
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030101:030000:030102:
> E: ID_USB_INTERFACE_NUM=01
> E: ID_VENDOR=Microsoft
> E: ID_VENDOR_ENC=Microsoft
> E: ID_VENDOR_ID=045e
> E: KEY=3007f 0 0 483ffff17aff32d bf54444600000000 1 1130c130b17c000
> 267bfad941dfed 9e168000004400 10000002
> E: MODALIAS=input:b0003v045Ep07FDe0111-e0,1,2,3,
> 4,14,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,8F,
> 90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,
> B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E0,E1,E4,EA,EB,F0,F1,F4,F8,
> 100,161,162,166,16A,16E,172,174,176,178,179,17A,17B,17C,
> 17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,
> 192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,
> 1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,
> 240,241,242,243,244,245,246,250,251,r6,a20,m4,lsfw
> E: MSC=10
> E: NAME="Microsoft Microsoft Nano Transceiver 1.1"
> E: PHYS="usb-0000:00:1a.0-1.2/input1"
> E: PRODUCT=3/45e/7fd/111
> E: PROP=0
> E: REL=40
> E: SUBSYSTEM=input
> E: TAGS=:seat:
> E: UNIQ=""
> E: USEC_INITIALIZED=6990279
>
> P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/
> 0003:045E:07FD.0002/input/input4/event2
> N: input/event2
> S: input/by-id/usb-Microsoft_Microsoft_Nano_Transceiver_1.1-event-if01
> S: input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.1-event
> E: BACKSPACE=guess
> E: DEVLINKS=/dev/input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.1-event
> /dev/input/by-id/usb-Microsoft_Microsoft_Nano_Transceiver_1.1-event-if01
> E: DEVNAME=/dev/input/event2
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-
> 1.2:1.1/0003:045E:07FD.0002/input/input4/event2
> E: ID_BUS=usb
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_MODEL=Microsoft_Nano_Transceiver_1.1
> E: ID_MODEL_ENC=Microsoft\x20Nano\x20Transceiver\x201.1
> E: ID_MODEL_ID=07fd
> E: ID_PATH=pci-0000:00:1a.0-usb-0:1.2:1.1
> E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_2_1_1
> E: ID_REVISION=0315
> E: ID_SERIAL=Microsoft_Microsoft_Nano_Transceiver_1.1
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030101:030000:030102:
> E: ID_USB_INTERFACE_NUM=01
> E: ID_VENDOR=Microsoft
> E: ID_VENDOR_ENC=Microsoft
> E: ID_VENDOR_ID=045e
> E: LIBINPUT_DEVICE_GROUP=3/45e/7fd/111:usb-0000:00:1a.0-1
> E: MAJOR=13
> E: MINOR=66
> E: SUBSYSTEM=input
> E: TAGS=:power-switch:
> E: USEC_INITIALIZED=43551848
> E: XKBLAYOUT=br
> E: XKBMODEL=pc105
>
> P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.2/
> 0003:045E:07FD.0003/input/input5
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-
> 1.2:1.2/0003:045E:07FD.0003/input/input5
> E: EV=17
> E: ID_BUS=usb
> E: ID_FOR_SEAT=input-pci-0000_00_1a_0-usb-0_1_2_1_2
> E: ID_INPUT=1
> E: ID_INPUT_MOUSE=1
> E: ID_MODEL=Microsoft_Nano_Transceiver_1.1
> E: ID_MODEL_ENC=Microsoft\x20Nano\x20Transceiver\x201.1
> E: ID_MODEL_ID=07fd
> E: ID_PATH=pci-0000:00:1a.0-usb-0:1.2:1.2
> E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_2_1_2
> E: ID_REVISION=0315
> E: ID_SERIAL=Microsoft_Microsoft_Nano_Transceiver_1.1
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030101:030000:030102:
> E: ID_USB_INTERFACE_NUM=02
> E: ID_VENDOR=Microsoft
> E: ID_VENDOR_ENC=Microsoft
> E: ID_VENDOR_ID=045e
> E: KEY=1f0000 0 0 0 0
> E: MODALIAS=input:b0003v045Ep07FDe0111-e0,1,2,4,
> k110,111,112,113,114,r0,1,8,am4,lsfw
> E: MSC=10
> E: NAME="Microsoft Microsoft Nano Transceiver 1.1"
> E: PHYS="usb-0000:00:1a.0-1.2/input2"
> E: PRODUCT=3/45e/7fd/111
> E: PROP=0
> E: REL=103
> E: SUBSYSTEM=input
> E: TAGS=:seat:
> E: UNIQ=""
> E: USEC_INITIALIZED=6990027
>
> P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.2/
> 0003:045E:07FD.0003/input/input5/event3
> N: input/event3
> S: input/by-id/usb-Microsoft_Microsoft_Nano_Transceiver_1.
> 1-if02-event-mouse
> S: input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.2-event-mouse
> E: DEVLINKS=/dev/input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.2-event-mouse
> /dev/input/by-id/usb-Microsoft_Microsoft_Nano_Transceiver_1.1-if02-event-
> mouse
> E: DEVNAME=/dev/input/event3
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-
> 1.2:1.2/0003:045E:07FD.0003/input/input5/event3
> E: ID_BUS=usb
> E: ID_INPUT=1
> E: ID_INPUT_MOUSE=1
> E: ID_MODEL=Microsoft_Nano_Transceiver_1.1
> E: ID_MODEL_ENC=Microsoft\x20Nano\x20Transceiver\x201.1
> E: ID_MODEL_ID=07fd
> E: ID_PATH=pci-0000:00:1a.0-usb-0:1.2:1.2
> E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_2_1_2
> E: ID_REVISION=0315
> E: ID_SERIAL=Microsoft_Microsoft_Nano_Transceiver_1.1
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030101:030000:030102:
> E: ID_USB_INTERFACE_NUM=02
> E: ID_VENDOR=Microsoft
> E: ID_VENDOR_ENC=Microsoft
> E: ID_VENDOR_ID=045e
> E: LIBINPUT_DEVICE_GROUP=3/45e/7fd/111:usb-0000:00:1a.0-1
> E: MAJOR=13
> E: MINOR=67
> E: SUBSYSTEM=input
> E: USEC_INITIALIZED=43552538
>
> P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.2/
> 0003:045E:07FD.0003/input/input5/mouse0
> N: input/mouse0
> S: input/by-id/usb-Microsoft_Microsoft_Nano_Transceiver_1.1-if02-mouse
> S: input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.2-mouse
> E: 
> DEVLINKS=/dev/input/by-id/usb-Microsoft_Microsoft_Nano_Transceiver_1.1-if02-mouse
> /dev/input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.2-mouse
> E: DEVNAME=/dev/input/mouse0
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-
> 1.2:1.2/0003:045E:07FD.0003/input/input5/mouse0
> E: ID_BUS=usb
> E: ID_INPUT=1
> E: ID_INPUT_MOUSE=1
> E: ID_MODEL=Microsoft_Nano_Transceiver_1.1
> E: ID_MODEL_ENC=Microsoft\x20Nano\x20Transceiver\x201.1
> E: ID_MODEL_ID=07fd
> E: ID_PATH=pci-0000:00:1a.0-usb-0:1.2:1.2
> E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_2_1_2
> E: ID_REVISION=0315
> E: ID_SERIAL=Microsoft_Microsoft_Nano_Transceiver_1.1
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030101:030000:030102:
> E: ID_USB_INTERFACE_NUM=02
> E: ID_VENDOR=Microsoft
> E: ID_VENDOR_ENC=Microsoft
> E: ID_VENDOR_ID=045e
> E: MAJOR=13
> E: MINOR=32
> E: SUBSYSTEM=input
> E: USEC_INITIALIZED=39871161
>
> P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
> E: EV=40001
> E: ID_FOR_SEAT=input-pci-0000_00_1b_0
> E: ID_INPUT=1
> E: ID_PATH=pci-0000:00:1b.0
> E: ID_PATH_TAG=pci-0000_00_1b_0
> E: MODALIAS=input:b0001v14F1p5115e0001-e0,12,kramls1,2,fw
> E: NAME="HDA Digital PCBeep"
> E: PHYS="card0/codec#0/beep0"
> E: PRODUCT=1/14f1/5115/1
> E: PROP=0
> E: SND=6
> E: SUBSYSTEM=input
> E: TAGS=:seat:
> E: USEC_INITIALIZED=42131510
>
> P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event12
> N: input/event12
> E: DEVNAME=/dev/input/event12
> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event12
> 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/14f1/5115/1:card0/codec#0/beep0
> E: MAJOR=13
> E: MINOR=76
> E: SUBSYSTEM=input
> E: USEC_INITIALIZED=43552905
>
> P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
> E: EV=21
> E: ID_FOR_SEAT=input-pci-0000_00_1b_0
> 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: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
> E: NAME="HDA Intel PCH Mic"
> E: PHYS="ALSA"
> E: PRODUCT=0/0/0/0
> E: PROP=0
> E: SUBSYSTEM=input
> E: SW=10
> E: TAGS=:seat:
> E: USEC_INITIALIZED=42131845
>
> P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event13
> N: input/event13
> E: DEVNAME=/dev/input/event13
> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event13
> 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/0:ALSA
> E: MAJOR=13
> E: MINOR=77
> E: SUBSYSTEM=input
> E: TAGS=:power-switch:
> E: USEC_INITIALIZED=43552529
>
> P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15
> E: EV=21
> E: ID_FOR_SEAT=input-pci-0000_00_1b_0
> 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: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
> E: NAME="HDA Intel PCH Headphone"
> E: PHYS="ALSA"
> E: PRODUCT=0/0/0/0
> E: PROP=0
> E: SUBSYSTEM=input
> E: SW=4
> E: TAGS=:seat:
> E: USEC_INITIALIZED=42131716
>
> P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event14
> N: input/event14
> E: DEVNAME=/dev/input/event14
> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event14
> 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/0:ALSA
> E: MAJOR=13
> E: MINOR=78
> E: SUBSYSTEM=input
> E: TAGS=:power-switch:
> E: USEC_INITIALIZED=43550927
>
> P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16
> E: EV=21
> E: ID_FOR_SEAT=input-pci-0000_00_1b_0
> 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: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
> E: NAME="HDA Intel PCH HDMI/DP,pcm=3"
> E: PHYS="ALSA"
> E: PRODUCT=0/0/0/0
> E: PROP=0
> E: SUBSYSTEM=input
> E: SW=140
> E: TAGS=:seat:
> E: USEC_INITIALIZED=42132056
>
> P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event15
> N: input/event15
> E: DEVNAME=/dev/input/event15
> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event15
> 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/0:ALSA
> E: MAJOR=13
> E: MINOR=79
> E: SUBSYSTEM=input
> E: TAGS=:power-switch:
> E: USEC_INITIALIZED=43552662
>
> P: /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input10
> E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/
> VPC2004:00/input/input10
> E: EV=13
> E: ID_FOR_SEAT=input-pci-0000_00_1f_0-platform-VPC2004_00
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_PATH=pci-0000:00:1f.0-platform-VPC2004:00
> E: ID_PATH_TAG=pci-0000_00_1f_0-platform-VPC2004_00
> E: KEY=101400800100c03 400000000300000 0 2
> E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k94,95,BA,C0,C1,CA,CB,D4,E3,
> EE,F0,F8,ram4,lsfw
> E: MSC=10
> E: NAME="Ideapad extra buttons"
> E: PHYS="ideapad/input0"
> E: PRODUCT=19/0/0/0
> E: PROP=0
> E: SUBSYSTEM=input
> E: TAGS=:seat:
> E: USEC_INITIALIZED=39842499
>
> P: /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/
> input/input10/event9
> N: input/event9
> S: input/by-path/pci-0000:00:1f.0-platform-VPC2004:00-event
> E: BACKSPACE=guess
> E: DEVLINKS=/dev/input/by-path/pci-0000:00:1f.0-platform-VPC2004:00-event
> E: DEVNAME=/dev/input/event9
> E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/
> VPC2004:00/input/input10/event9
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_PATH=pci-0000:00:1f.0-platform-VPC2004:00
> E: ID_PATH_TAG=pci-0000_00_1f_0-platform-VPC2004_00
> E: KEYBOARD_KEY_42=f23
> E: KEYBOARD_KEY_43=f22
> E: LIBINPUT_DEVICE_GROUP=19/0/0/0:ideapad
> E: MAJOR=13
> E: MINOR=73
> E: SUBSYSTEM=input
> E: TAGS=:power-switch:
> E: USEC_INITIALIZED=43551986
> E: XKBLAYOUT=br
> E: XKBMODEL=pc105
>
> P: /devices/platform/i8042/serio0/input/input0
> E: DEVPATH=/devices/platform/i8042/serio0/input/input0
> E: EV=120013
> E: ID_BUS=i8042
> E: ID_FOR_SEAT=input-platform-i8042-serio-0
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_INPUT_KEYBOARD=1
> E: ID_PATH=platform-i8042-serio-0
> E: ID_PATH_TAG=platform-i8042-serio-0
> E: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
> 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,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,
> AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
> E: MSC=10
> E: NAME="AT Translated Set 2 keyboard"
> E: PHYS="isa0060/serio0/input0"
> E: PRODUCT=11/1/1/ab41
> E: PROP=0
> E: SUBSYSTEM=input
> E: TAGS=:seat:
> E: USEC_INITIALIZED=5895130
>
> P: /devices/platform/i8042/serio0/input/input0/event0
> N: input/event0
> E: BACKSPACE=guess
> E: DEVNAME=/dev/input/event0
> E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
> E: ID_BUS=i8042
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_INPUT_KEYBOARD=1
> E: LIBINPUT_ATTR_KEYBOARD_INTEGRATION=internal
> E: LIBINPUT_DEVICE_GROUP=11/1/1/ab41:isa0060/serio0
> E: MAJOR=13
> E: MINOR=64
> E: SUBSYSTEM=input
> E: TAGS=:power-switch:
> E: USEC_INITIALIZED=43550547
> E: XKBLAYOUT=br
> E: XKBMODEL=pc105
>
> P: /devices/platform/i8042/serio1/input/input2
> E: ABS=260800011000003
> E: DEVPATH=/devices/platform/i8042/serio1/input/input2
> E: EV=b
> E: ID_BUS=i8042
> E: ID_FOR_SEAT=input-platform-i8042-serio-1
> E: ID_INPUT=1
> E: ID_INPUT_TOUCHPAD=1
> E: ID_PATH=platform-i8042-serio-1
> E: ID_PATH_TAG=platform-i8042-serio-1
> E: KEY=6420 30000 0 0 0 0
> E: MODALIAS=input:b0011v0002p0007e01B1-e0,1,3,
> k110,111,145,14A,14D,14E,ra0,1,18,1C,2F,35,36,39,mlsfw
> E: NAME="SynPS/2 Synaptics TouchPad"
> E: PHYS="isa0060/serio1/input0"
> E: PRODUCT=11/2/7/1b1
> E: PROP=9
> E: SUBSYSTEM=input
> E: TAGS=:seat:
> E: USEC_INITIALIZED=7056022
>
> P: /devices/platform/i8042/serio1/input/input2/event4
> N: input/event4
> E: DEVNAME=/dev/input/event4
> E: DEVPATH=/devices/platform/i8042/serio1/input/input2/event4
> E: ID_BUS=i8042
> E: ID_INPUT=1
> E: ID_INPUT_HEIGHT_MM=36
> E: ID_INPUT_TOUCHPAD=1
> E: ID_INPUT_TOUCHPAD_INTEGRATION=internal
> E: ID_INPUT_WIDTH_MM=79
> E: LIBINPUT_DEVICE_GROUP=11/2/7/1b1:isa0060/serio1
> E: LIBINPUT_MODEL_JUMPING_SEMI_MT=1
> E: LIBINPUT_MODEL_SYNAPTICS_SERIAL_TOUCHPAD=1
> E: MAJOR=13
> E: MINOR=68
> E: SUBSYSTEM=input
> E: USEC_INITIALIZED=44752949
>
> P: /devices/platform/i8042/serio1/input/input2/mouse1
> N: input/mouse1
> E: DEVNAME=/dev/input/mouse1
> E: DEVPATH=/devices/platform/i8042/serio1/input/input2/mouse1
> E: ID_BUS=i8042
> E: ID_INPUT=1
> E: ID_INPUT_TOUCHPAD=1
> E: MAJOR=13
> E: MINOR=33
> E: SUBSYSTEM=input
> E: USEC_INITIALIZED=38740703
>
> P: /devices/platform/pcspkr/input/input9
> E: DEVPATH=/devices/platform/pcspkr/input/input9
> E: EV=40001
> E: ID_FOR_SEAT=input-platform-pcspkr
> E: ID_INPUT=1
> E: ID_PATH=platform-pcspkr
> E: ID_PATH_TAG=platform-pcspkr
> E: ID_SERIAL=noserial
> E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
> E: NAME="PC Speaker"
> E: PHYS="isa0061/input0"
> E: PRODUCT=10/1f/1/100
> E: PROP=0
> E: SND=6
> E: SUBSYSTEM=input
> E: TAGS=:seat:
> E: USEC_INITIALIZED=39312644
>
> P: /devices/platform/pcspkr/input/input9/event8
> N: input/event8
> S: input/by-path/platform-pcspkr-event-spkr
> E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
> E: DEVNAME=/dev/input/event8
> E: DEVPATH=/devices/platform/pcspkr/input/input9/event8
> E: ID_INPUT=1
> E: ID_PATH=platform-pcspkr
> E: ID_PATH_TAG=platform-pcspkr
> E: ID_SERIAL=noserial
> E: LIBINPUT_DEVICE_GROUP=10/1f/1/100:isa0061
> E: MAJOR=13
> E: MINOR=72
> E: SUBSYSTEM=input
> E: USEC_INITIALIZED=43550785
>
>
> DRM Information from dmesg:
> ---------------------------
>
>
> -- System Information:
> Debian Release: buster/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 4.13.0-1-amd64 (SMP w/8 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
> LANGUAGE=en_US:en (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> Versions of packages xserver-xorg-video-intel depends on:
> ii  libc6                                  2.24-17
> ii  libdrm-intel1                          2.4.83-1
> ii  libdrm2                                2.4.83-1
> ii  libpciaccess0                          0.13.4-1+b2
> ii  libpixman-1-0                          0.34.0-1
> ii  libudev1                               234-3
> ii  libx11-6                               2:1.6.4-3
> ii  libx11-xcb1                            2:1.6.4-3
> ii  libxcb-dri2-0                          1.12-1
> ii  libxcb-dri3-0                          1.12-1
> ii  libxcb-sync1                           1.12-1
> ii  libxcb-util0                           0.3.8-3+b2
> ii  libxcb1                                1.12-1
> ii  libxcursor1                            1:1.1.14-3
> ii  libxdamage1                            1:1.1.4-3
> ii  libxext6                               2:1.3.3-1+b2
> ii  libxfixes3                             1:5.0.3-1
> ii  libxinerama1                           2:1.1.3-1+b3
> ii  libxrandr2                             2:1.5.1-1
> ii  libxrender1                            1:0.9.10-1
> ii  libxshmfence1                          1.2-1+b2
> ii  libxss1                                1:1.2.2-1+b2
> ii  libxtst6                               2:1.2.3-1
> ii  libxv1                                 2:1.0.11-1
> ii  libxvmc1                               2:1.0.10-1
> ii  xserver-xorg-core [xorg-video-abi-23]  2:1.19.3-2
>
> xserver-xorg-video-intel recommends no packages.
>
> xserver-xorg-video-intel suggests no packages.
>
> -- no debconf information
>

Reply via email to