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

Sid, X, KDE: Keine Tastatur



Ich habe auf einem inzwischen alten Notebook ein aktuelles Debian/unstable laufen und nun leider das erste mal seit vielen Jahren ein Problem, bei dem ich über mehrere Tage nicht weiter komme. Seit einem Upgrade vor 2 Wochen hat in KDE die Tastatur keine Wirkung mehr. Ich kann in SDDM noch mein Passwort eintippen, aber auf dem KDE-Desktop ist die Tastatur wirkungslos. Ich komme auch mit Ctrl-Alt-1 nicht mehr auf die Linux-Konsole. Betroffen ist die eingebaute Tastatur, aber auch die externe PS/2-Tastatur.

Es gibt keine xorg.conf, wohl aber /etc/X11/xorg.conf.d/00-keyboard.conf (s.u.). xserver-xorg-input-kbd war, auf dem zuvor funktionierenden System nicht installiert; ich hatte es versuchsweise installiert, was aber keinen Unterschied machte, daher wieder deinstalliert.

Es ist gut möglich, dass ich eine ganz einfache Sache übersehe oder irgendein Paket fehlt. Ich komme nur leider nicht darauf und hoffe daher, dass mir jemand helfen kann.

Michael


Kernel ist 4.19.0-1

$ cat /etc/X11/xorg.conf.d/00-keyboard.conf
Section "InputClass"
	Identifier "system-keyboard"
	MatchIsKeyboard "on"
	Option "XkbLayout" "de"
	Option "XkbModel" "pc104"
EndSection

$ dpkg -l x-server-* | grep ^i
ii  xserver-common                         2:1.20.3-1   all          common files used by various X servers
ii  xserver-xorg                           1:7.7+19     amd64        X.Org X server
ii  xserver-xorg-core                      2:1.20.3-1   amd64        Xorg X server - core server
ii  xserver-xorg-input-evdev               1:2.10.6-1   amd64        X.Org X server -- evdev input driver
(ii  xserver-xorg-input-kbd                 1:1.9.0-1+b1 amd64        X.Org X server -- keyboard input driver)
ii  xserver-xorg-input-synaptics           1.9.1-1      amd64        Synaptics TouchPad driver for X.Org server
ii  xserver-xorg-video-nvidia-legacy-340xx 340.107-3    amd64        NVIDIA binary Xorg driver (340xx legacy version)

$ cat /var/log/Xorg.0.log
[   815.986] (--) Log file renamed from "/var/log/Xorg.pid-17348.log" to "/var/log/Xorg.0.log"
[   815.987] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[   815.987] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[   815.987] Current Operating System: Linux fuchsia 4.19.0-2-amd64 #1 SMP Debian 4.19.16-1 (2019-01-17) x86_64
[   815.987] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-2-amd64 root=UUID=72bf9df5-dbac-4e88-9acf-1864e4590f0c ro
[   815.987] Build Date: 25 October 2018  06:15:23PM
[   815.987] xorg-server 2:1.20.3-1 (https://www.debian.org/support) 
[   815.987] Current version of pixman: 0.36.0
[   815.987] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   815.987] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   815.987] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb  1 20:16:12 2019
[   815.987] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   815.987] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   815.987] (==) No Layout section.  Using the first Screen section.
[   815.987] (==) No screen section available. Using defaults.
[   815.987] (**) |-->Screen "Default Screen Section" (0)
[   815.987] (**) |   |-->Monitor "<default monitor>"
[   815.988] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   815.988] (==) Automatically adding devices
[   815.988] (==) Automatically enabling devices
[   815.988] (==) Automatically adding GPU devices
[   815.988] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   815.988] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   815.988] 	Entry deleted from font path.
[   815.988] (==) 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
[   815.988] (**) ModulePath set to "/usr/lib/xorg/modules/linux,/usr/lib/xorg/modules"
[   815.988] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   815.988] (II) Loader magic: 0x560452f4de20
[   815.988] (II) Module ABI versions:
[   815.988] 	X.Org ANSI C Emulation: 0.4
[   815.988] 	X.Org Video Driver: 24.0
[   815.988] 	X.Org XInput driver : 24.1
[   815.988] 	X.Org Server Extension : 10.0
[   815.989] (++) using VT number 7

[   815.989] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   815.989] (II) xfree86: Adding drm device (/dev/dri/card0)
[   815.994] (--) PCI:*(1@0:0:0) 10de:061f:1028:02ef rev 162, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf2000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
[   815.994] (II) LoadModule: "glx"
[   815.994] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[   816.005] (II) Module glx: vendor="NVIDIA Corporation"
[   816.005] 	compiled for 4.0.2, module version = 1.0.0
[   816.005] 	Module class: X.Org Server Extension
[   816.005] (II) NVIDIA GLX Module  340.107  Thu May 24 21:40:32 PDT 2018
[   816.005] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[   816.005] 	loading driver: nvidia
[   816.308] (==) Matched nvidia as autoconfigured driver 0
[   816.308] (==) Matched nouveau as autoconfigured driver 1
[   816.308] (==) Matched nv as autoconfigured driver 2
[   816.308] (==) Matched modesetting as autoconfigured driver 3
[   816.308] (==) Matched fbdev as autoconfigured driver 4
[   816.308] (==) Matched vesa as autoconfigured driver 5
[   816.308] (==) Assigned the driver to the xf86ConfigLayout
[   816.308] (II) LoadModule: "nvidia"
[   816.308] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   816.309] (II) Module nvidia: vendor="NVIDIA Corporation"
[   816.309] 	compiled for 4.0.2, module version = 1.0.0
[   816.309] 	Module class: X.Org Video Driver
[   816.309] (II) LoadModule: "nouveau"
[   816.309] (WW) Warning, couldn't open module nouveau
[   816.309] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   816.309] (II) LoadModule: "nv"
[   816.310] (WW) Warning, couldn't open module nv
[   816.310] (EE) Failed to load module "nv" (module does not exist, 0)
[   816.310] (II) LoadModule: "modesetting"
[   816.310] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   816.310] (II) Module modesetting: vendor="X.Org Foundation"
[   816.310] 	compiled for 1.20.3, module version = 1.20.3
[   816.310] 	Module class: X.Org Video Driver
[   816.310] 	ABI class: X.Org Video Driver, version 24.0
[   816.310] (II) LoadModule: "fbdev"
[   816.310] (WW) Warning, couldn't open module fbdev
[   816.310] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   816.311] (II) LoadModule: "vesa"
[   816.311] (WW) Warning, couldn't open module vesa
[   816.311] (EE) Failed to load module "vesa" (module does not exist, 0)
[   816.311] (II) NVIDIA dlloader X Driver  340.107  Thu May 24 21:18:05 PDT 2018
[   816.311] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   816.311] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   816.314] (II) Loading sub module "fb"
[   816.314] (II) LoadModule: "fb"
[   816.314] (II) Loading /usr/lib/xorg/modules/libfb.so
[   816.315] (II) Module fb: vendor="X.Org Foundation"
[   816.315] 	compiled for 1.20.3, module version = 1.0.0
[   816.315] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   816.315] (WW) Unresolved symbol: fbGetGCPrivateKey
[   816.315] (II) Loading sub module "wfb"
[   816.315] (II) LoadModule: "wfb"
[   816.315] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   816.315] (II) Module wfb: vendor="X.Org Foundation"
[   816.315] 	compiled for 1.20.3, module version = 1.0.0
[   816.315] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   816.315] (II) Loading sub module "ramdac"
[   816.315] (II) LoadModule: "ramdac"
[   816.315] (II) Module "ramdac" already built-in
[   816.317] (WW) Falling back to old probe method for modesetting
[   816.317] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   816.317] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   816.317] (==) NVIDIA(0): RGB weight 888
[   816.317] (==) NVIDIA(0): Default visual is TrueColor
[   816.317] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   816.318] (**) NVIDIA(0): Enabling 2D acceleration
[   816.964] (II) NVIDIA(0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[   816.964] (II) NVIDIA(0):     Vision stereo.
[   816.964] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[   816.966] (II) NVIDIA(0): NVIDIA GPU Quadro FX 3800M (G92GL) at PCI:1:0:0 (GPU-0)
[   816.966] (--) NVIDIA(0): Memory: 1048576 kBytes
[   816.966] (--) NVIDIA(0): VideoBIOS: 62.92.a2.00.0a
[   816.966] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   817.806] (II) NVIDIA(GPU-0): Display (DELL U2711 (DFP-3)) does not support NVIDIA 3D Vision
[   817.806] (II) NVIDIA(GPU-0):     stereo.
[   817.806] (--) NVIDIA(0): Valid display device(s) on Quadro FX 3800M at PCI:1:0:0
[   817.806] (--) NVIDIA(0):     CRT-0
[   817.806] (--) NVIDIA(0):     Seiko/Epson (DFP-0) (boot, connected)
[   817.806] (--) NVIDIA(0):     DFP-1
[   817.806] (--) NVIDIA(0):     DFP-2
[   817.806] (--) NVIDIA(0):     DELL U2711 (DFP-3) (connected)
[   817.806] (--) NVIDIA(0):     DFP-4
[   817.806] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   817.806] (--) NVIDIA(0): Seiko/Epson (DFP-0): Internal LVDS
[   817.806] (--) NVIDIA(GPU-0): Seiko/Epson (DFP-0): 330.0 MHz maximum pixel clock
[   817.806] (--) NVIDIA(0): DFP-1: External LVDS
[   817.806] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   817.806] (--) NVIDIA(0): DFP-2: External LVDS
[   817.806] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   817.806] (--) NVIDIA(0): DELL U2711 (DFP-3): External DisplayPort
[   817.806] (--) NVIDIA(GPU-0): DELL U2711 (DFP-3): 480.0 MHz maximum pixel clock
[   817.806] (--) NVIDIA(0): DFP-4: External DisplayPort
[   817.806] (--) NVIDIA(GPU-0): DFP-4: 480.0 MHz maximum pixel clock
[   817.806] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   817.806] (**) NVIDIA(0):     device Seiko/Epson (DFP-0) (Using EDID frequencies has
[   817.806] (**) NVIDIA(0):     been enabled on all display devices.)
[   817.807] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   817.807] (**) NVIDIA(0):     device DELL U2711 (DFP-3) (Using EDID frequencies has been
[   817.807] (**) NVIDIA(0):     enabled on all display devices.)
[   817.809] (WW) NVIDIA(GPU-0): The EDID for DELL U2711 (DFP-3) contradicts itself: mode
[   817.809] (WW) NVIDIA(GPU-0):     "720x480" is specified in the EDID; however, the EDID's
[   817.809] (WW) NVIDIA(GPU-0):     valid HorizSync range (29.000-113.000 kHz) would exclude
[   817.809] (WW) NVIDIA(GPU-0):     this mode's HorizSync (15.7 kHz); ignoring HorizSync check
[   817.810] (WW) NVIDIA(GPU-0):     for mode "720x480".
[   817.810] (WW) NVIDIA(GPU-0): The EDID for DELL U2711 (DFP-3) contradicts itself: mode
[   817.810] (WW) NVIDIA(GPU-0):     "720x576" is specified in the EDID; however, the EDID's
[   817.810] (WW) NVIDIA(GPU-0):     valid HorizSync range (29.000-113.000 kHz) would exclude
[   817.810] (WW) NVIDIA(GPU-0):     this mode's HorizSync (15.6 kHz); ignoring HorizSync check
[   817.810] (WW) NVIDIA(GPU-0):     for mode "720x576".
[   817.810] (WW) NVIDIA(GPU-0): The EDID for DELL U2711 (DFP-3) contradicts itself: mode
[   817.810] (WW) NVIDIA(GPU-0):     "720x480" is specified in the EDID; however, the EDID's
[   817.810] (WW) NVIDIA(GPU-0):     valid HorizSync range (29.000-113.000 kHz) would exclude
[   817.810] (WW) NVIDIA(GPU-0):     this mode's HorizSync (15.7 kHz); ignoring HorizSync check
[   817.810] (WW) NVIDIA(GPU-0):     for mode "720x480".
[   817.811] (WW) NVIDIA(GPU-0): The EDID for DELL U2711 (DFP-3) contradicts itself: mode
[   817.811] (WW) NVIDIA(GPU-0):     "720x576" is specified in the EDID; however, the EDID's
[   817.811] (WW) NVIDIA(GPU-0):     valid HorizSync range (29.000-113.000 kHz) would exclude
[   817.811] (WW) NVIDIA(GPU-0):     this mode's HorizSync (15.6 kHz); ignoring HorizSync check
[   817.811] (WW) NVIDIA(GPU-0):     for mode "720x576".
[   817.811] (WW) NVIDIA(GPU-0): The EDID for DELL U2711 (DFP-3) contradicts itself: mode
[   817.811] (WW) NVIDIA(GPU-0):     "1920x1080" is specified in the EDID; however, the EDID's
[   817.811] (WW) NVIDIA(GPU-0):     valid HorizSync range (29.000-113.000 kHz) would exclude
[   817.811] (WW) NVIDIA(GPU-0):     this mode's HorizSync (28.1 kHz); ignoring HorizSync check
[   817.812] (WW) NVIDIA(GPU-0):     for mode "1920x1080".
[   817.812] (WW) NVIDIA(GPU-0): The EDID for DELL U2711 (DFP-3) contradicts itself: mode
[   817.812] (WW) NVIDIA(GPU-0):     "1920x1080" is specified in the EDID; however, the EDID's
[   817.812] (WW) NVIDIA(GPU-0):     valid HorizSync range (29.000-113.000 kHz) would exclude
[   817.812] (WW) NVIDIA(GPU-0):     this mode's HorizSync (27.0 kHz); ignoring HorizSync check
[   817.812] (WW) NVIDIA(GPU-0):     for mode "1920x1080".
[   817.812] (WW) NVIDIA(GPU-0): The EDID for DELL U2711 (DFP-3) contradicts itself: mode
[   817.812] (WW) NVIDIA(GPU-0):     "1920x1080" is specified in the EDID; however, the EDID's
[   817.812] (WW) NVIDIA(GPU-0):     valid VertRefresh range (49.000-86.000 Hz) would exclude
[   817.812] (WW) NVIDIA(GPU-0):     this mode's VertRefresh (24.0 Hz); ignoring VertRefresh
[   817.812] (WW) NVIDIA(GPU-0):     check for mode "1920x1080".
[   817.815] (==) NVIDIA(0): 
[   817.815] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   817.815] (==) NVIDIA(0):     will be used as the requested mode.
[   817.815] (==) NVIDIA(0): 
[   817.816] (II) NVIDIA(0): Validated MetaModes:
[   817.816] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select,DFP-3:nvidia-auto-select"
[   817.816] (II) NVIDIA(0): Virtual screen size determined to be 4480 x 1440
[   818.894] (--) NVIDIA(0): DPI set to (131, 132); computed from "UseEdidDpi" X config
[   818.895] (--) NVIDIA(0):     option
[   818.895] (II) UnloadModule: "modesetting"
[   818.895] (II) Unloading modesetting
[   818.895] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[   818.902] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   818.902] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   818.902] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   818.902] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   818.902] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   818.902] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   818.902] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   818.902] (II) NVIDIA(0):     Config Options in the README.
[   819.511] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-3:nvidia-auto-select"
[   820.351] (==) NVIDIA(0): Disabling shared memory pixmaps
[   820.351] (==) NVIDIA(0): Backing store enabled
[   820.351] (==) NVIDIA(0): Silken mouse enabled
[   820.351] (==) NVIDIA(0): DPMS enabled
[   820.352] (II) Loading sub module "dri2"
[   820.352] (II) LoadModule: "dri2"
[   820.352] (II) Module "dri2" already built-in
[   820.352] (II) NVIDIA(0): [DRI2] Setup complete
[   820.352] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   820.352] (II) Initializing extension Generic Event Extension
[   820.352] (II) Initializing extension SHAPE
[   820.352] (II) Initializing extension MIT-SHM
[   820.352] (II) Initializing extension XInputExtension
[   820.352] (II) Initializing extension XTEST
[   820.352] (II) Initializing extension BIG-REQUESTS
[   820.353] (II) Initializing extension SYNC
[   820.353] (II) Initializing extension XKEYBOARD
[   820.353] (II) Initializing extension XC-MISC
[   820.353] (II) Initializing extension SECURITY
[   820.353] (II) Initializing extension XFIXES
[   820.353] (II) Initializing extension RENDER
[   820.353] (II) Initializing extension RANDR
[   820.354] (II) Initializing extension COMPOSITE
[   820.354] (II) Initializing extension DAMAGE
[   820.354] (II) Initializing extension MIT-SCREEN-SAVER
[   820.354] (II) Initializing extension DOUBLE-BUFFER
[   820.354] (II) Initializing extension RECORD
[   820.354] (II) Initializing extension DPMS
[   820.354] (II) Initializing extension Present
[   820.354] (II) Initializing extension DRI3
[   820.354] (II) Initializing extension X-Resource
[   820.355] (II) Initializing extension XVideo
[   820.355] (II) Initializing extension XVideo-MotionCompensation
[   820.355] (II) Initializing extension SELinux
[   820.355] (II) SELinux: Disabled on system
[   820.355] (II) Initializing extension XFree86-VidModeExtension
[   820.355] (II) Initializing extension XFree86-DGA
[   820.355] (II) Initializing extension XFree86-DRI
[   820.355] (II) Initializing extension DRI2
[   820.355] (II) Initializing extension GLX
[   820.355] (II) Initializing extension GLX
[   820.355] (II) Indirect GLX disabled.(II) Initializing extension NV-GLX
[   820.355] (II) Initializing extension NV-CONTROL
[   820.355] (II) Initializing extension XINERAMA
[   820.426] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[   820.426] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   820.426] (II) LoadModule: "evdev"
[   820.427] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   820.427] (II) Module evdev: vendor="X.Org Foundation"
[   820.427] 	compiled for 1.20.1, module version = 2.10.6
[   820.427] 	Module class: X.Org XInput Driver
[   820.427] 	ABI class: X.Org XInput driver, version 24.1
[   820.427] (II) Using input driver 'evdev' for 'Video Bus'
[   820.427] (**) Video Bus: always reports core events
[   820.427] (**) evdev: Video Bus: Device: "/dev/input/event9"
[   820.427] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   820.427] (--) evdev: Video Bus: Found keys
[   820.427] (II) evdev: Video Bus: Configuring as keyboard
[   820.427] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:22/LNXVIDEO:00/input/input10/event9"
[   820.427] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[   820.427] (**) Option "xkb_rules" "evdev"
[   820.427] (**) Option "xkb_model" "pc105"
[   820.427] (**) Option "xkb_layout" "de"
[   820.427] (**) Option "xkb_options" "compose:menu"
[   820.461] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[   820.461] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   820.461] (II) Using input driver 'evdev' for 'Power Button'
[   820.461] (**) Power Button: always reports core events
[   820.461] (**) evdev: Power Button: Device: "/dev/input/event6"
[   820.461] (--) evdev: Power Button: Vendor 0 Product 0x1
[   820.461] (--) evdev: Power Button: Found keys
[   820.461] (II) evdev: Power Button: Configuring as keyboard
[   820.461] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7/event6"
[   820.461] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   820.461] (**) Option "xkb_rules" "evdev"
[   820.461] (**) Option "xkb_model" "pc105"
[   820.461] (**) Option "xkb_layout" "de"
[   820.461] (**) Option "xkb_options" "compose:menu"
[   820.463] (II) config/udev: Adding input device Lid Switch (/dev/input/event5)
[   820.463] (II) No input driver specified, ignoring this device.
[   820.463] (II) This device may have been added with another device file.
[   820.464] (II) config/udev: Adding input device Sleep Button (/dev/input/event7)
[   820.464] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   820.464] (II) Using input driver 'evdev' for 'Sleep Button'
[   820.464] (**) Sleep Button: always reports core events
[   820.464] (**) evdev: Sleep Button: Device: "/dev/input/event7"
[   820.464] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   820.464] (--) evdev: Sleep Button: Found keys
[   820.464] (II) evdev: Sleep Button: Configuring as keyboard
[   820.464] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input8/event7"
[   820.464] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   820.464] (**) Option "xkb_rules" "evdev"
[   820.464] (**) Option "xkb_model" "pc105"
[   820.464] (**) Option "xkb_layout" "de"
[   820.464] (**) Option "xkb_options" "compose:menu"
[   820.466] (II) config/udev: Adding input device Laptop_Integrated_Webcam_2M: In (/dev/input/event16)
[   820.466] (**) Laptop_Integrated_Webcam_2M: In: Applying InputClass "evdev keyboard catchall"
[   820.467] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_2M: In'
[   820.467] (**) Laptop_Integrated_Webcam_2M: In: always reports core events
[   820.467] (**) evdev: Laptop_Integrated_Webcam_2M: In: Device: "/dev/input/event16"
[   820.467] (--) evdev: Laptop_Integrated_Webcam_2M: In: Vendor 0xc45 Product 0x63fa
[   820.467] (--) evdev: Laptop_Integrated_Webcam_2M: In: Found keys
[   820.467] (II) evdev: Laptop_Integrated_Webcam_2M: In: Configuring as keyboard
[   820.467] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input17/event16"
[   820.467] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2M: In" (type: KEYBOARD, id 9)
[   820.467] (**) Option "xkb_rules" "evdev"
[   820.467] (**) Option "xkb_model" "pc105"
[   820.467] (**) Option "xkb_layout" "de"
[   820.467] (**) Option "xkb_options" "compose:menu"
[   820.468] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[   820.468] (II) No input driver specified, ignoring this device.
[   820.468] (II) This device may have been added with another device file.
[   820.469] (II) config/udev: Adding input device HDA Intel MID Dock Mic (/dev/input/event11)
[   820.469] (II) No input driver specified, ignoring this device.
[   820.469] (II) This device may have been added with another device file.
[   820.470] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event12)
[   820.470] (II) No input driver specified, ignoring this device.
[   820.470] (II) This device may have been added with another device file.
[   820.471] (II) config/udev: Adding input device HDA Intel MID Dock Line Out (/dev/input/event13)
[   820.471] (II) No input driver specified, ignoring this device.
[   820.471] (II) This device may have been added with another device file.
[   820.471] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event14)
[   820.471] (II) No input driver specified, ignoring this device.
[   820.472] (II) This device may have been added with another device file.
[   820.472] (II) config/udev: Adding input device UVC Camera (046d:0990) (/dev/input/event17)
[   820.472] (**) UVC Camera (046d:0990): Applying InputClass "evdev keyboard catchall"
[   820.472] (II) Using input driver 'evdev' for 'UVC Camera (046d:0990)'
[   820.472] (**) UVC Camera (046d:0990): always reports core events
[   820.472] (**) evdev: UVC Camera (046d:0990): Device: "/dev/input/event17"
[   820.473] (--) evdev: UVC Camera (046d:0990): Vendor 0x46d Product 0x990
[   820.473] (--) evdev: UVC Camera (046d:0990): Found keys
[   820.473] (II) evdev: UVC Camera (046d:0990): Configuring as keyboard
[   820.473] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5.1/3-1.5.1:1.0/input/input18/event17"
[   820.473] (II) XINPUT: Adding extended input device "UVC Camera (046d:0990)" (type: KEYBOARD, id 10)
[   820.473] (**) Option "xkb_rules" "evdev"
[   820.473] (**) Option "xkb_model" "pc105"
[   820.473] (**) Option "xkb_layout" "de"
[   820.473] (**) Option "xkb_options" "compose:menu"
[   820.474] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control (/dev/input/event2)
[   820.474] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: Applying InputClass "evdev keyboard catchall"
[   820.474] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: Applying InputClass "Microsoft Arc Mouse"
[   820.474] (II) Using input driver 'evdev' for 'Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control'
[   820.474] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: always reports core events
[   820.474] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: Device: "/dev/input/event2"
[   820.474] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: Vendor 0x45e Product 0x74f
[   820.474] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: Found scroll wheel(s)
[   820.474] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: Forcing buttons for scroll wheel(s)
[   820.474] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: Found relative axes
[   820.474] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: Forcing relative x/y axes to exist.
[   820.474] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: Configuring as mouse
[   820.474] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: Adding scrollwheel support
[   820.474] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: YAxisMapping: buttons 4 and 5
[   820.474] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   820.474] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6.2/3-1.6.2.3/3-1.6.2.3.1/3-1.6.2.3.1:1.0/0003:045E:074F.0001/input/input4/event2"
[   820.474] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control" (type: MOUSE, id 11)
[   820.474] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: initialized for relative axes.
[   820.474] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: (accel) keeping acceleration scheme 1
[   820.474] (**) Option "ConstantDeceleration" "5"
[   820.474] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: (accel) constant deceleration by 5.0
[   820.474] (**) Option "AccelerationProfile" "2"
[   820.474] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: (accel) acceleration profile 2
[   820.474] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: (accel) acceleration factor: 2.000
[   820.474] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Consumer Control: (accel) acceleration threshold: 4
[   820.475] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse (/dev/input/event3)
[   820.475] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: Applying InputClass "evdev pointer catchall"
[   820.475] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: Applying InputClass "Microsoft Arc Mouse"
[   820.475] (II) Using input driver 'evdev' for 'Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse'
[   820.475] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: always reports core events
[   820.475] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: Device: "/dev/input/event3"
[   820.475] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: Vendor 0x45e Product 0x74f
[   820.475] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: Found 9 mouse buttons
[   820.475] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: Found scroll wheel(s)
[   820.475] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: Found relative axes
[   820.475] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: Found x and y relative axes
[   820.475] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: Configuring as mouse
[   820.475] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: Adding scrollwheel support
[   820.475] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: YAxisMapping: buttons 4 and 5
[   820.475] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   820.475] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6.2/3-1.6.2.3/3-1.6.2.3.1/3-1.6.2.3.1:1.0/0003:045E:074F.0001/input/input5/event3"
[   820.475] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse" (type: MOUSE, id 12)
[   820.475] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: initialized for relative axes.
[   820.475] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: (accel) keeping acceleration scheme 1
[   820.475] (**) Option "ConstantDeceleration" "5"
[   820.475] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: (accel) constant deceleration by 5.0
[   820.475] (**) Option "AccelerationProfile" "2"
[   820.475] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: (accel) acceleration profile 2
[   820.475] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: (accel) acceleration factor: 2.000
[   820.475] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: (accel) acceleration threshold: 4
[   820.476] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse (/dev/input/mouse1)
[   820.476] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: Applying InputClass "Microsoft Arc Mouse"
[   820.476] (II) Using input driver 'evdev' for 'Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse'
[   820.476] (**) Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: always reports core events
[   820.476] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: Device: "/dev/input/mouse1"
[   820.476] (EE) evdev: Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse: Unable to query fd: Inappropriate ioctl for device
[   820.528] (EE) PreInit returned 2 for "Microsoft Microsoft® 2.4GHz Transceiver v5.0 Mouse"
[   820.528] (II) UnloadModule: "evdev"
[   820.529] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event15)
[   820.529] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   820.529] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[   820.529] (**) Dell WMI hotkeys: always reports core events
[   820.529] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event15"
[   820.529] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[   820.529] (--) evdev: Dell WMI hotkeys: Found keys
[   820.529] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[   820.529] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input16/event15"
[   820.529] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 13)
[   820.529] (**) Option "xkb_rules" "evdev"
[   820.529] (**) Option "xkb_model" "pc105"
[   820.529] (**) Option "xkb_layout" "de"
[   820.530] (**) Option "xkb_options" "compose:menu"
[   820.531] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   820.531] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   820.531] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   820.531] (**) AT Translated Set 2 keyboard: always reports core events
[   820.531] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   820.531] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   820.531] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   820.531] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   820.531] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   820.531] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[   820.531] (**) Option "xkb_rules" "evdev"
[   820.532] (**) Option "xkb_model" "pc105"
[   820.532] (**) Option "xkb_layout" "de"
[   820.532] (**) Option "xkb_options" "compose:menu"
[   820.533] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event1)
[   820.533] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   820.533] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   820.533] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[   820.533] (II) LoadModule: "synaptics"
[   820.533] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   820.534] (II) Module synaptics: vendor="X.Org Foundation"
[   820.534] 	compiled for 1.20.1, module version = 1.9.1
[   820.534] 	Module class: X.Org XInput Driver
[   820.534] 	ABI class: X.Org XInput driver, version 24.1
[   820.534] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   820.534] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   820.534] (**) Option "Device" "/dev/input/event1"
[   820.568] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[   820.568] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5582 (res 55)
[   820.568] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4534 (res 76)
[   820.568] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   820.568] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   820.568] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
[   820.568] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[   820.568] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   820.568] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   820.584] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[   820.584] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[   820.584] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   820.584] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[   820.584] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.039
[   820.584] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   820.584] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   820.584] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   820.584] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   820.585] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   820.585] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   820.585] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[   820.586] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event4)
[   820.586] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[   820.587] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
[   820.587] (**) PS/2 Generic Mouse: always reports core events
[   820.587] (**) evdev: PS/2 Generic Mouse: Device: "/dev/input/event4"
[   820.587] (--) evdev: PS/2 Generic Mouse: Vendor 0x2 Product 0x1
[   820.587] (--) evdev: PS/2 Generic Mouse: Found 3 mouse buttons
[   820.587] (--) evdev: PS/2 Generic Mouse: Found relative axes
[   820.587] (--) evdev: PS/2 Generic Mouse: Found x and y relative axes
[   820.587] (II) evdev: PS/2 Generic Mouse: Configuring as mouse
[   820.587] (**) evdev: PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[   820.587] (**) evdev: PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   820.587] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input3/event4"
[   820.587] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 16)
[   820.587] (II) evdev: PS/2 Generic Mouse: initialized for relative axes.
[   820.587] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[   820.587] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[   820.587] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[   820.587] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[   820.588] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[   820.588] (II) No input driver specified, ignoring this device.
[   820.588] (II) This device may have been added with another device file.
[   820.589] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[   820.589] (II) No input driver specified, ignoring this device.
[   820.589] (II) This device may have been added with another device file.



Reply to: