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

Bug#931528: workaround: lightdm does not start and display stays off after resume from DPMS



Package: xserver-xorg
Version: 1:7.7+19
Followup-For: Bug #931528

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
As this bug exists since upgrade from Stretch to Buster here just a few hints:
Display stays off when resuming from DPMS monitor off. Mouse events don't tigger resume.
Only way to get X back is switcheing console (VT) by Ctrl+Alt+F1/F7.


   * What exactly did you do (or not do) that was effective (or
     ineffective)?
Several hints as described also by other users in bug #929834 improve the situation, like
using kernel 5.3
xset -s off
deactivating start of light-locker etc. finally I observed the following: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929834#161. Now I discovered this posting from Dai_trying:
http://forums.debian.net/viewtopic.php?f=10&t=142383#p700796
and generated a /etc/X11/xorg.conf as described
service lightdm stop
X -configure
cp /root/xorg.conf.new /etc/X11/xorg.conf

And that really works without any glitches for over a week so far.
Additionally it also solved another bug which I reported on 19. March 2019:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893559
It caused solaar (tool to manage Logitech Unifying Receiver) failing to
start in xfce4 when set up for automatic start in session. Now it starts
reliable iconised in the xfce4-panel.

So, my guess is that this nasty bug is actually not caused by
light-locker, but instead by xorg-server which either looses the mouse
or fails to (re)start with correct configuration. With said xorg.conf
all this is gone.



   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- 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 Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [8086:0162] (rev 09)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 3306 Jan  2 17:06 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "Backlight"          	# <str>
        #Option     "CustomEDID"         	# <str>
        #Option     "DRI"                	# <str>
        #Option     "Present"            	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "HWRotation"         	# [<bool>]
        #Option     "VSync"              	# [<bool>]
        #Option     "PageFlip"           	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "ReprobeOutputs"     	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "VirtualHeads"       	# <i>
        #Option     "TearFree"           	# [<bool>]
        #Option     "PerCrtcPixmaps"     	# [<bool>]
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "BufferCache"        	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection


Contents of /etc/X11/xorg.conf.d:
---------------------------------
total 4
-rw-r--r-- 1 root root 226 Jan 20  2019 90-xpra-virtual.conf

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

Kernel version (/proc/version):
-------------------------------
Linux version 4.19.0-6-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 28836 Jun 30  2017 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 22804 Jan  5 16:27 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[     5.539] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[     5.539] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[     5.539] Current Operating System: Linux tux 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64
[     5.539] Kernel command line: BOOT_IMAGE=/vmlinuz root=/dev/sda2 ro quiet
[     5.539] Build Date: 05 March 2019  08:11:12PM
[     5.539] xorg-server 2:1.20.4-1 (https://www.debian.org/support) 
[     5.539] Current version of pixman: 0.36.0
[     5.539] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.539] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.539] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan  5 16:27:37 2020
[     5.539] (==) Using config file: "/etc/X11/xorg.conf"
[     5.539] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.539] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.541] (==) ServerLayout "X.org Configured"
[     5.541] (**) |-->Screen "Screen0" (0)
[     5.541] (**) |   |-->Monitor "Monitor0"
[     5.542] (**) |   |-->Device "Card0"
[     5.542] (**) |   |-->GPUDevice "Card0"
[     5.542] (**) |-->Input Device "Mouse0"
[     5.542] (**) |-->Input Device "Keyboard0"
[     5.542] (==) Automatically adding devices
[     5.542] (==) Automatically enabling devices
[     5.542] (==) Automatically adding GPU devices
[     5.542] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.543] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     5.543] 	Entry deleted from font path.
[     5.545] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     5.545] 	Entry deleted from font path.
[     5.545] (**) 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,
	/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
[     5.545] (**) ModulePath set to "/usr/lib/xorg/modules"
[     5.545] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     5.545] (WW) Disabling Mouse0
[     5.545] (WW) Disabling Keyboard0
[     5.545] (II) Loader magic: 0x55ba7fd55e20
[     5.545] (II) Module ABI versions:
[     5.545] 	X.Org ANSI C Emulation: 0.4
[     5.545] 	X.Org Video Driver: 24.0
[     5.545] 	X.Org XInput driver : 24.1
[     5.545] 	X.Org Server Extension : 10.0
[     5.546] (++) using VT number 7

[     5.546] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.547] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.564] (--) PCI:*(0@0:2:0) 8086:0162:8086:2032 rev 9, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[     5.564] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     5.564] (II) LoadModule: "glx"
[     5.565] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.574] (II) Module glx: vendor="X.Org Foundation"
[     5.574] 	compiled for 1.20.4, module version = 1.0.0
[     5.574] 	ABI class: X.Org Server Extension, version 10.0
[     5.574] (II) LoadModule: "intel"
[     5.575] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     5.578] (II) Module intel: vendor="X.Org Foundation"
[     5.578] 	compiled for 1.20.1, module version = 2.99.917
[     5.578] 	Module class: X.Org Video Driver
[     5.578] 	ABI class: X.Org Video Driver, version 24.0
[     5.578] (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
[     5.579] (II) intel: Driver for Intel(R) HD Graphics
[     5.579] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     5.579] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     5.584] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20180719
[     5.584] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20180925-2 (Andreas Boll <aboll@debian.org>)
[     5.584] (II) intel(0): SNA compiled for use with valgrind
[     5.586] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[     5.586] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 4 threads
[     5.586] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     5.586] (==) intel(0): RGB weight 888
[     5.586] (==) intel(0): Default visual is TrueColor
[     5.586] (II) intel(0): Output VGA1 using monitor section Monitor0
[     5.586] (II) intel(0): Enabled output VGA1
[     5.586] (II) intel(0): Output HDMI1 has no monitor section
[     5.586] (II) intel(0): Enabled output HDMI1
[     5.586] (II) intel(0): Output DP1 has no monitor section
[     5.587] (II) intel(0): Enabled output DP1
[     5.587] (II) intel(0): Output HDMI2 has no monitor section
[     5.587] (II) intel(0): Enabled output HDMI2
[     5.587] (II) intel(0): Output HDMI3 has no monitor section
[     5.587] (II) intel(0): Enabled output HDMI3
[     5.587] (II) intel(0): Output DP2 has no monitor section
[     5.587] (II) intel(0): Enabled output DP2
[     5.587] (II) intel(0): Output DP3 has no monitor section
[     5.587] (II) intel(0): Enabled output DP3
[     5.587] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     5.587] (II) intel(0): Output VIRTUAL1 has no monitor section
[     5.587] (II) intel(0): Enabled output VIRTUAL1
[     5.587] (--) intel(0): Output DP2 using initial mode 1920x1080 on pipe 0
[     5.587] (==) intel(0): TearFree disabled
[     5.587] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.587] (==) intel(0): DPI set to (96, 96)
[     5.587] (II) Loading sub module "dri3"
[     5.587] (II) LoadModule: "dri3"
[     5.587] (II) Module "dri3" already built-in
[     5.587] (II) Loading sub module "dri2"
[     5.587] (II) LoadModule: "dri2"
[     5.588] (II) Module "dri2" already built-in
[     5.588] (II) Loading sub module "present"
[     5.588] (II) LoadModule: "present"
[     5.588] (II) Module "present" already built-in
[     5.591] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
[     5.591] (==) intel(0): Backing store enabled
[     5.591] (==) intel(0): Silken mouse enabled
[     5.592] (II) intel(0): HW Cursor enabled
[     5.593] (==) intel(0): DPMS enabled
[     5.593] (==) intel(0): Display hotplug detection enabled
[     5.594] (II) intel(0): [DRI2] Setup complete
[     5.594] (II) intel(0): [DRI2]   DRI driver: i965
[     5.594] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     5.594] (II) intel(0): direct rendering: DRI2 enabled
[     5.594] (II) intel(0): hardware support for Present enabled
[     5.594] (II) Initializing extension Generic Event Extension
[     5.594] (II) Initializing extension SHAPE
[     5.594] (II) Initializing extension MIT-SHM
[     5.594] (II) Initializing extension XInputExtension
[     5.595] (II) Initializing extension XTEST
[     5.595] (II) Initializing extension BIG-REQUESTS
[     5.595] (II) Initializing extension SYNC
[     5.595] (II) Initializing extension XKEYBOARD
[     5.595] (II) Initializing extension XC-MISC
[     5.595] (II) Initializing extension SECURITY
[     5.595] (II) Initializing extension XFIXES
[     5.596] (II) Initializing extension RENDER
[     5.596] (II) Initializing extension RANDR
[     5.596] (II) Initializing extension COMPOSITE
[     5.596] (II) Initializing extension DAMAGE
[     5.596] (II) Initializing extension MIT-SCREEN-SAVER
[     5.596] (II) Initializing extension DOUBLE-BUFFER
[     5.597] (II) Initializing extension RECORD
[     5.597] (II) Initializing extension DPMS
[     5.597] (II) Initializing extension Present
[     5.597] (II) Initializing extension DRI3
[     5.597] (II) Initializing extension X-Resource
[     5.597] (II) Initializing extension XVideo
[     5.597] (II) Initializing extension XVideo-MotionCompensation
[     5.597] (II) Initializing extension SELinux
[     5.597] (II) SELinux: Disabled on system
[     5.597] (II) Initializing extension GLX
[     5.627] (II) AIGLX: Loaded and initialized i965
[     5.627] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.627] (II) Initializing extension XFree86-VidModeExtension
[     5.627] (II) Initializing extension XFree86-DGA
[     5.627] (II) Initializing extension XFree86-DRI
[     5.627] (II) Initializing extension DRI2
[     5.629] (II) intel(0): switch to mode 1920x1080@60.0 on DP2 using pipe 0, position (0, 0), rotation normal, reflection none
[     5.630] (II) intel(0): Setting screen physical size to 508 x 285
[     5.689] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.689] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.689] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.689] (II) LoadModule: "libinput"
[     5.689] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.695] (II) Module libinput: vendor="X.Org Foundation"
[     5.695] 	compiled for 1.20.4, module version = 0.28.2
[     5.695] 	Module class: X.Org XInput Driver
[     5.695] 	ABI class: X.Org XInput driver, version 24.1
[     5.695] (II) Using input driver 'libinput' for 'Power Button'
[     5.695] (**) Power Button: always reports core events
[     5.695] (**) Option "Device" "/dev/input/event1"
[     5.695] (**) Option "_source" "server/udev"
[     5.699] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.699] (II) event1  - Power Button: device is a keyboard
[     5.700] (II) event1  - Power Button: device removed
[     5.712] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     5.712] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.712] (**) Option "xkb_model" "pc105"
[     5.712] (**) Option "xkb_layout" "de"
[     5.712] (**) Option "xkb_variant" "nodeadkeys"
[     5.712] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[     5.737] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.737] (II) event1  - Power Button: device is a keyboard
[     5.738] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[     5.738] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     5.738] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.738] (II) Using input driver 'libinput' for 'Video Bus'
[     5.738] (**) Video Bus: always reports core events
[     5.738] (**) Option "Device" "/dev/input/event2"
[     5.738] (**) Option "_source" "server/udev"
[     5.739] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[     5.739] (II) event2  - Video Bus: device is a keyboard
[     5.739] (II) event2  - Video Bus: device removed
[     5.768] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2"
[     5.768] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.768] (**) Option "xkb_model" "pc105"
[     5.768] (**) Option "xkb_layout" "de"
[     5.768] (**) Option "xkb_variant" "nodeadkeys"
[     5.768] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[     5.770] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[     5.770] (II) event2  - Video Bus: device is a keyboard
[     5.770] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     5.770] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.770] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.770] (II) Using input driver 'libinput' for 'Power Button'
[     5.770] (**) Power Button: always reports core events
[     5.770] (**) Option "Device" "/dev/input/event0"
[     5.770] (**) Option "_source" "server/udev"
[     5.772] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.772] (II) event0  - Power Button: device is a keyboard
[     5.772] (II) event0  - Power Button: device removed
[     5.784] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     5.784] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     5.784] (**) Option "xkb_model" "pc105"
[     5.784] (**) Option "xkb_layout" "de"
[     5.784] (**) Option "xkb_variant" "nodeadkeys"
[     5.784] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[     5.786] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.786] (II) event0  - Power Button: device is a keyboard
[     5.787] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event3)
[     5.787] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[     5.787] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[     5.787] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[     5.787] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[     5.788] (**) Option "Device" "/dev/input/event3"
[     5.788] (**) Option "_source" "server/udev"
[     5.846] (II) event3  - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[     5.846] (II) event3  - Logitech USB-PS/2 Optical Mouse: device is a pointer
[     5.846] (II) event3  - Logitech USB-PS/2 Optical Mouse: device removed
[     5.876] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C03D.0001/input/input3/event3"
[     5.876] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[     5.876] (**) Option "AccelerationScheme" "none"
[     5.876] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[     5.876] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[     5.876] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[     5.938] (II) event3  - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[     5.938] (II) event3  - Logitech USB-PS/2 Optical Mouse: device is a pointer
[     5.939] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[     5.939] (II) No input driver specified, ignoring this device.
[     5.939] (II) This device may have been added with another device file.
[     5.940] (II) config/udev: Adding input device Logitech M570 (/dev/input/event5)
[     5.940] (**) Logitech M570: Applying InputClass "evdev pointer catchall"
[     5.940] (**) Logitech M570: Applying InputClass "libinput pointer catchall"
[     5.940] (II) Using input driver 'libinput' for 'Logitech M570'
[     5.940] (**) Logitech M570: always reports core events
[     5.940] (**) Option "Device" "/dev/input/event5"
[     5.940] (**) Option "_source" "server/udev"
[     5.942] (II) event5  - Logitech M570: is tagged by udev as: Mouse Trackball
[     5.943] (II) event5  - Logitech M570: device set to 1000 DPI
[     5.943] (II) event5  - Logitech M570: device is a pointer
[     5.943] (II) event5  - Logitech M570: device removed
[     5.984] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.2/0003:046D:C52B.0005/0003:046D:1028.0006/input/input9/event5"
[     5.984] (II) XINPUT: Adding extended input device "Logitech M570" (type: MOUSE, id 10)
[     5.984] (**) Option "AccelerationScheme" "none"
[     5.984] (**) Logitech M570: (accel) selected scheme none/0
[     5.984] (**) Logitech M570: (accel) acceleration factor: 2.000
[     5.984] (**) Logitech M570: (accel) acceleration threshold: 4
[     5.986] (II) event5  - Logitech M570: is tagged by udev as: Mouse Trackball
[     5.986] (II) event5  - Logitech M570: device set to 1000 DPI
[     5.987] (II) event5  - Logitech M570: device is a pointer
[     5.988] (II) config/udev: Adding input device Logitech M570 (/dev/input/mouse1)
[     5.988] (II) No input driver specified, ignoring this device.
[     5.988] (II) This device may have been added with another device file.
[     5.988] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[     5.988] (II) No input driver specified, ignoring this device.
[     5.988] (II) This device may have been added with another device file.
[     5.989] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event8)
[     5.989] (II) No input driver specified, ignoring this device.
[     5.989] (II) This device may have been added with another device file.
[     5.989] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event9)
[     5.989] (II) No input driver specified, ignoring this device.
[     5.989] (II) This device may have been added with another device file.
[     5.990] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[     5.990] (II) No input driver specified, ignoring this device.
[     5.990] (II) This device may have been added with another device file.
[     5.991] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event11)
[     5.991] (II) No input driver specified, ignoring this device.
[     5.991] (II) This device may have been added with another device file.
[     5.991] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event12)
[     5.991] (II) No input driver specified, ignoring this device.
[     5.991] (II) This device may have been added with another device file.
[     5.992] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event13)
[     5.992] (II) No input driver specified, ignoring this device.
[     5.992] (II) This device may have been added with another device file.
[     5.992] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[     5.992] (II) No input driver specified, ignoring this device.
[     5.992] (II) This device may have been added with another device file.
[     5.993] (II) config/udev: Adding input device HID 046a:0011 (/dev/input/event4)
[     5.993] (**) HID 046a:0011: Applying InputClass "evdev keyboard catchall"
[     5.993] (**) HID 046a:0011: Applying InputClass "libinput keyboard catchall"
[     5.993] (II) Using input driver 'libinput' for 'HID 046a:0011'
[     5.993] (**) HID 046a:0011: always reports core events
[     5.993] (**) Option "Device" "/dev/input/event4"
[     5.993] (**) Option "_source" "server/udev"
[     5.996] (II) event4  - HID 046a:0011: is tagged by udev as: Keyboard
[     5.996] (II) event4  - HID 046a:0011: device is a keyboard
[     5.996] (II) event4  - HID 046a:0011: device removed
[     6.012] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/0003:046A:0011.0002/input/input4/event4"
[     6.012] (II) XINPUT: Adding extended input device "HID 046a:0011" (type: KEYBOARD, id 11)
[     6.012] (**) Option "xkb_model" "pc105"
[     6.012] (**) Option "xkb_layout" "de"
[     6.012] (**) Option "xkb_variant" "nodeadkeys"
[     6.012] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[     6.014] (II) event4  - HID 046a:0011: is tagged by udev as: Keyboard
[     6.014] (II) event4  - HID 046a:0011: device is a keyboard
[     6.014] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     6.014] (II) No input driver specified, ignoring this device.
[     6.014] (II) This device may have been added with another device file.
[     6.282] (II) config/udev: Adding input device UVC Camera (046d:0825) (/dev/input/event15)
[     6.282] (**) UVC Camera (046d:0825): Applying InputClass "evdev keyboard catchall"
[     6.282] (**) UVC Camera (046d:0825): Applying InputClass "libinput keyboard catchall"
[     6.282] (II) Using input driver 'libinput' for 'UVC Camera (046d:0825)'
[     6.282] (**) UVC Camera (046d:0825): always reports core events
[     6.282] (**) Option "Device" "/dev/input/event15"
[     6.282] (**) Option "_source" "server/udev"
[     6.283] (II) event15 - UVC Camera (046d:0825): is tagged by udev as: Keyboard
[     6.283] (II) event15 - UVC Camera (046d:0825): device is a keyboard
[     6.283] (II) event15 - UVC Camera (046d:0825): device removed
[     6.336] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input19/event15"
[     6.336] (II) XINPUT: Adding extended input device "UVC Camera (046d:0825)" (type: KEYBOARD, id 12)
[     6.336] (**) Option "xkb_model" "pc105"
[     6.336] (**) Option "xkb_layout" "de"
[     6.336] (**) Option "xkb_variant" "nodeadkeys"
[     6.336] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[     6.338] (II) event15 - UVC Camera (046d:0825): is tagged by udev as: Keyboard
[     6.338] (II) event15 - UVC Camera (046d:0825): device is a keyboard
[    19.661] (II) config/udev: Adding input device Sundtek Ltd. Remote Control (/dev/input/event16)
[    19.661] (**) Sundtek Ltd. Remote Control: Applying InputClass "evdev keyboard catchall"
[    19.661] (**) Sundtek Ltd. Remote Control: Applying InputClass "libinput keyboard catchall"
[    19.661] (II) Using input driver 'libinput' for 'Sundtek Ltd. Remote Control'
[    19.661] (**) Sundtek Ltd. Remote Control: always reports core events
[    19.661] (**) Option "Device" "/dev/input/event16"
[    19.661] (**) Option "_source" "server/udev"
[    19.661] (II) event16 - Sundtek Ltd. Remote Control: is tagged by udev as: Keyboard
[    19.661] (II) event16 - Sundtek Ltd. Remote Control: device is a keyboard
[    19.661] (II) event16 - Sundtek Ltd. Remote Control: device removed
[    19.676] (**) Option "config_info" "udev:/sys/devices/virtual/input/input20/event16"
[    19.676] (II) XINPUT: Adding extended input device "Sundtek Ltd. Remote Control" (type: KEYBOARD, id 13)
[    19.676] (**) Option "xkb_model" "pc105"
[    19.676] (**) Option "xkb_layout" "de"
[    19.676] (**) Option "xkb_variant" "nodeadkeys"
[    19.676] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[    19.677] (II) event16 - Sundtek Ltd. Remote Control: is tagged by udev as: Keyboard
[    19.677] (II) event16 - Sundtek Ltd. Remote Control: device is a keyboard

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
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=1045560
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:

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
N: input/event1
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event1
E: MAJOR=13
E: MINOR=65
E: USEC_INITIALIZED=4727254
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=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=compose:menu,terminate:ctrl_alt_bksp
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/1:LNXPWRBN/button
E: TAGS=:power-switch:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
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=1278691
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:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2
N: input/event2
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event2
E: MAJOR=13
E: MINOR=66
E: USEC_INITIALIZED=4732933
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=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=compose:menu,terminate:ctrl_alt_bksp
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/6:LNXVIDEO/video
E: TAGS=:power-switch:

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0
N: input/event0
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event0
E: MAJOR=13
E: MINOR=64
E: USEC_INITIALIZED=4727332
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=compose:menu,terminate:ctrl_alt_bksp
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/1:PNP0C0C/button
E: TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C03D.0001/input/input3
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C03D.0001/input/input3
E: SUBSYSTEM=input
E: PRODUCT=3/46d/c03d/110
E: NAME="Logitech USB-PS/2 Optical Mouse"
E: PHYS="usb-0000:00:1a.0-1.2/input0"
E: UNIQ=""
E: PROP=0
E: EV=17
E: KEY=70000 0 0 0 0
E: REL=103
E: MSC=10
E: MODALIAS=input:b0003v046DpC03De0110-e0,1,2,4,k110,111,112,r0,1,8,am4,lsfw
E: USEC_INITIALIZED=1984929
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB-PS_2_Optical_Mouse
E: ID_MODEL_ENC=USB-PS\x2f2\x20Optical\x20Mouse
E: ID_MODEL_ID=c03d
E: ID_REVISION=2000
E: ID_SERIAL=Logitech_USB-PS_2_Optical_Mouse
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
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_FOR_SEAT=input-pci-0000_00_1a_0-usb-0_1_2_1_0
E: TAGS=:seat:

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C03D.0001/input/input3/event3
N: input/event3
L: 0
S: input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.0-event-mouse
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C03D.0001/input/input3/event3
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event3
E: MAJOR=13
E: MINOR=67
E: USEC_INITIALIZED=4896734
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB-PS_2_Optical_Mouse
E: ID_MODEL_ENC=USB-PS\x2f2\x20Optical\x20Mouse
E: ID_MODEL_ID=c03d
E: ID_REVISION=2000
E: ID_SERIAL=Logitech_USB-PS_2_Optical_Mouse
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
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: LIBINPUT_DEVICE_GROUP=3/46d/c03d:usb-0000:00:1a.0-1
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse /dev/input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.0-event-mouse

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C03D.0001/input/input3/mouse0
N: input/mouse0
L: 0
S: input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.0-mouse
S: input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-mouse
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C03D.0001/input/input3/mouse0
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/mouse0
E: MAJOR=13
E: MINOR=32
E: USEC_INITIALIZED=4769300
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB-PS_2_Optical_Mouse
E: ID_MODEL_ENC=USB-PS\x2f2\x20Optical\x20Mouse
E: ID_MODEL_ID=c03d
E: ID_REVISION=2000
E: ID_SERIAL=Logitech_USB-PS_2_Optical_Mouse
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
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: DEVLINKS=/dev/input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.0-mouse /dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-mouse

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.2/0003:046D:C52B.0005/0003:046D:1028.0006/input/input9
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.2/0003:046D:C52B.0005/0003:046D:1028.0006/input/input9
E: SUBSYSTEM=input
E: PRODUCT=3/46d/1028/111
E: NAME="Logitech M570"
E: PHYS="usb-0000:00:1a.0-1.6:1"
E: UNIQ="1028-bd-48-47-2c"
E: PROP=0
E: EV=17
E: KEY=ffff0000 0 0 0 0
E: REL=143
E: MSC=10
E: MODALIAS=input:b0003v046Dp1028e0111-e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,6,8,am4,lsfw
E: USEC_INITIALIZED=2701000
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c52b
E: ID_REVISION=1210
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=02
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.6:1.2
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_6_1_2
E: ID_FOR_SEAT=input-pci-0000_00_1a_0-usb-0_1_6_1_2
E: TAGS=:seat:

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.2/0003:046D:C52B.0005/0003:046D:1028.0006/input/input9/event5
N: input/event5
L: 0
S: input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.2-event-mouse
S: input/by-id/usb-Logitech_USB_Receiver-if02-event-mouse
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.2/0003:046D:C52B.0005/0003:046D:1028.0006/input/input9/event5
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event5
E: MAJOR=13
E: MINOR=69
E: USEC_INITIALIZED=4832221
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c52b
E: ID_REVISION=1210
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=02
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.6:1.2
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_6_1_2
E: ID_INPUT_TRACKBALL=1
E: MOUSE_DPI=1000@125
E: LIBINPUT_DEVICE_GROUP=3/46d/1028:usb-0000:00:1a.0-1
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.2-event-mouse /dev/input/by-id/usb-Logitech_USB_Receiver-if02-event-mouse

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.2/0003:046D:C52B.0005/0003:046D:1028.0006/input/input9/mouse1
N: input/mouse1
L: 0
S: input/by-id/usb-Logitech_USB_Receiver-if02-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.2-mouse
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.2/0003:046D:C52B.0005/0003:046D:1028.0006/input/input9/mouse1
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/mouse1
E: MAJOR=13
E: MINOR=33
E: USEC_INITIALIZED=4759894
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c52b
E: ID_REVISION=1210
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=02
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.6:1.2
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_6_1_2
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Receiver-if02-mouse /dev/input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.2-mouse

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: SUBSYSTEM=input
E: PRODUCT=1/10ec/892/1
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#2/beep0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0001v10ECp0892e0001-e0,12,kramls1,2,fw
E: USEC_INITIALIZED=4784379
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event7
N: input/event7
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event7
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event7
E: MAJOR=13
E: MINOR=71
E: USEC_INITIALIZED=4880914
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/892:card0/codec#2/beep0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Front Mic"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=10
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: USEC_INITIALIZED=4787714
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event8
N: input/event8
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event8
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event8
E: MAJOR=13
E: MINOR=72
E: USEC_INITIALIZED=4867725
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Rear Mic"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=10
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: USEC_INITIALIZED=4786908
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event9
N: input/event9
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event9
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event9
E: MAJOR=13
E: MINOR=73
E: USEC_INITIALIZED=4864936
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Line"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=2000
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfwD,
E: USEC_INITIALIZED=4786927
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event10
N: input/event10
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event10
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event10
E: MAJOR=13
E: MINOR=74
E: USEC_INITIALIZED=4865251
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Line Out Front"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=40
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: USEC_INITIALIZED=4786798
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event11
N: input/event11
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event11
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event11
E: MAJOR=13
E: MINOR=75
E: USEC_INITIALIZED=4862191
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Line Out Surround"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=40
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: USEC_INITIALIZED=4787752
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event12
N: input/event12
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event12
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event12
E: MAJOR=13
E: MINOR=76
E: USEC_INITIALIZED=4872650
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input17
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Line Out CLFE"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=40
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: USEC_INITIALIZED=4789250
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event13
N: input/event13
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event13
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event13
E: MAJOR=13
E: MINOR=77
E: USEC_INITIALIZED=4860962
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input18
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Front Headphone"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=4
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: USEC_INITIALIZED=4787633
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:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event14
N: input/event14
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event14
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event14
E: MAJOR=13
E: MINOR=78
E: USEC_INITIALIZED=4865565
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:

P: /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/0003:046A:0011.0002/input/input4
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/0003:046A:0011.0002/input/input4
E: SUBSYSTEM=input
E: PRODUCT=3/46a/11/111
E: NAME="HID 046a:0011"
E: PHYS="usb-0000:00:1d.0-1.5/input0"
E: UNIQ=""
E: PROP=0
E: EV=120013
E: KEY=1000000000007 ff980000000007ff febeffdfffefffff fffffffffffffffe
E: MSC=10
E: LED=7
E: MODALIAS=input:b0003v046Ap0011e0111-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,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
E: USEC_INITIALIZED=2006572
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=046a
E: ID_VENDOR_ENC=046a
E: ID_VENDOR_ID=046a
E: ID_MODEL=0011
E: ID_MODEL_ENC=0011
E: ID_MODEL_ID=0011
E: ID_REVISION=0100
E: ID_SERIAL=046a_0011
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.5:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_5_1_0
E: ID_FOR_SEAT=input-pci-0000_00_1d_0-usb-0_1_5_1_0
E: TAGS=:seat:

P: /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/0003:046A:0011.0002/input/input4/event4
N: input/event4
L: 0
S: input/by-id/usb-046a_0011-event-kbd
S: input/by-path/pci-0000:00:1d.0-usb-0:1.5:1.0-event-kbd
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/0003:046A:0011.0002/input/input4/event4
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event4
E: MAJOR=13
E: MINOR=68
E: USEC_INITIALIZED=4823483
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=046a
E: ID_VENDOR_ENC=046a
E: ID_VENDOR_ID=046a
E: ID_MODEL=0011
E: ID_MODEL_ENC=0011
E: ID_MODEL_ID=0011
E: ID_REVISION=0100
E: ID_SERIAL=046a_0011
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.5:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_5_1_0
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=compose:menu,terminate:ctrl_alt_bksp
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=3/46a/11:usb-0000:00:1d.0-1
E: DEVLINKS=/dev/input/by-id/usb-046a_0011-event-kbd /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.5:1.0-event-kbd
E: TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input19
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input19
E: SUBSYSTEM=input
E: PRODUCT=3/46d/825/12
E: NAME="UVC Camera (046d:0825)"
E: PHYS="usb-0000:00:1d.0-1.6/button"
E: PROP=0
E: EV=3
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v046Dp0825e0012-e0,1,kD4,ramlsfw
E: USEC_INITIALIZED=6233774
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=046d
E: ID_VENDOR_ENC=046d
E: ID_VENDOR_ID=046d
E: ID_MODEL=0825
E: ID_MODEL_ENC=0825
E: ID_MODEL_ID=0825
E: ID_REVISION=0012
E: ID_SERIAL=046d_0825_EA49EC20
E: ID_SERIAL_SHORT=EA49EC20
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:010100:010200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.6:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_6_1_0
E: ID_FOR_SEAT=input-pci-0000_00_1d_0-usb-0_1_6_1_0
E: TAGS=:seat:

P: /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input19/event15
N: input/event15
L: 0
S: input/by-path/pci-0000:00:1d.0-usb-0:1.6:1.0-event
S: input/by-id/usb-046d_0825_EA49EC20-event-if00
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input19/event15
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event15
E: MAJOR=13
E: MINOR=79
E: USEC_INITIALIZED=6281488
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=046d
E: ID_VENDOR_ENC=046d
E: ID_VENDOR_ID=046d
E: ID_MODEL=0825
E: ID_MODEL_ENC=0825
E: ID_MODEL_ID=0825
E: ID_REVISION=0012
E: ID_SERIAL=046d_0825_EA49EC20
E: ID_SERIAL_SHORT=EA49EC20
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:010100:010200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.6:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_6_1_0
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=compose:menu,terminate:ctrl_alt_bksp
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=3/46d/825:usb-0000:00:1d.0-1
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.6:1.0-event /dev/input/by-id/usb-046d_0825_EA49EC20-event-if00
E: TAGS=:power-switch:

P: /devices/platform/pcspkr/input/input10
L: 0
E: DEVPATH=/devices/platform/pcspkr/input/input10
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=4646498
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:

P: /devices/platform/pcspkr/input/input10/event6
N: input/event6
L: 0
S: input/by-path/platform-pcspkr-event-spkr
E: DEVPATH=/devices/platform/pcspkr/input/input10/event6
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event6
E: MAJOR=13
E: MINOR=70
E: USEC_INITIALIZED=4745545
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/input20
L: 0
E: DEVPATH=/devices/virtual/input/input20
E: SUBSYSTEM=input
E: PRODUCT=3/0/0/1
E: NAME="Sundtek Ltd. Remote Control"
E: PROP=0
E: EV=100017
E: KEY=fff 402001fffff000f 7ffffffffffffff ffffffff00000000 0 feffffffffffff ffffffffffffffff ffffffffffffffff fffffffffffffffe
E: REL=0
E: MSC=0
E: MODALIAS=input:b0003v0000p0000e0001-e0,1,2,4,14,k71,72,73,74,75,76,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8D,8E,8F,90,91,92,93,94,95,96,97,98,99,9A,9B,9C,9D,9E,9F,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,AA,AB,AC,AD,AE,AF,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,C3,C4,C5,C6,C7,C8,C9,CA,CB,CC,CD,CE,CF,D0,D1,D2,D3,D4,D5,D6,D7,D8,D9,DA,DB,DC,DD,DE,DF,E0,E1,E2,E3,E4,E5,E6,E7,E8,E9,EA,EB,EC,ED,EE,EF,F1,F2,F3,F4,F5,F6,F7,160,161,162,163,164,165,166,167,168,169,16A,16B,16C,16D,16E,16F,170,171,172,173,174,175,176,177,178,179,17A,17B,17C,17D,17E,17F,180,181,182,183,184,185,186,187,188,189,18A,18B,18C,18D,18E,18F,190,191,192,193,194,195,196,197,198,199,19A,19B,19C,19D,19E,19F,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B2,1B3,1B4,1B5,1B6,1B7,1B8,1B9,1BA,1C0,1C1,1C2,1C3,1D0,1D1,1D2,1D3,1D4,1D5,1D6,1D7,1D8,1D9,1DA,1DB,1DC,1DD,1DE,1DF,1E0,1E1,1E2,1E3,1E4,1F1,1FA,200,201,202,203,204,205,206,207,208,209,20A,20B,ramlsfw
E: USEC_INITIALIZED=19594928
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: TAGS=:seat:

P: /devices/virtual/input/input20/event16
N: input/event16
L: 0
E: DEVPATH=/devices/virtual/input/input20/event16
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event16
E: MAJOR=13
E: MINOR=80
E: USEC_INITIALIZED=19652801
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=compose:menu,terminate:ctrl_alt_bksp
E: BACKSPACE=guess
E: TAGS=:power-switch:


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


-- System Information:
Debian Release: 10.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-6-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8), LANGUAGE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages xserver-xorg depends on:
ii  x11-xkb-utils                                    7.7+4
ii  xkb-data                                         2.26-2
ii  xserver-xorg-core                                2:1.20.4-1
ii  xserver-xorg-input-all                           1:7.7+19
ii  xserver-xorg-input-evdev [xorg-driver-input]     1:2.10.6-1
ii  xserver-xorg-input-libinput [xorg-driver-input]  0.28.2-2
ii  xserver-xorg-input-void [xorg-driver-input]      1:1.4.1-1+b2
ii  xserver-xorg-input-wacom [xorg-driver-input]     0.34.99.1-1
ii  xserver-xorg-video-all                           1:7.7+19
ii  xserver-xorg-video-amdgpu [xorg-driver-video]    18.1.99+git20190207-1
ii  xserver-xorg-video-ati [xorg-driver-video]       1:19.0.1-1
ii  xserver-xorg-video-dummy [xorg-driver-video]     1:0.3.8-1+b1
ii  xserver-xorg-video-fbdev [xorg-driver-video]     1:0.5.0-1
ii  xserver-xorg-video-intel [xorg-driver-video]     2:2.99.917+git20180925-2
ii  xserver-xorg-video-nouveau [xorg-driver-video]   1:1.0.16-1
ii  xserver-xorg-video-qxl [xorg-driver-video]       0.1.5-2+b1
ii  xserver-xorg-video-radeon [xorg-driver-video]    1:19.0.1-1
ii  xserver-xorg-video-vesa [xorg-driver-video]      1:2.4.0-1
ii  xserver-xorg-video-vmware [xorg-driver-video]    1:13.3.0-2

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri      18.3.6-2
ii  xserver-xorg-legacy  2:1.20.4-1

xserver-xorg suggests no packages.

-- no debconf information


Reply to: