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

Bug#880660: xserver-xorg-video-nouveau: Crash when kernel tries to switch to frame buffer



Package: xserver-xorg-video-nouveau
Version: 1:1.0.15-2
Severity: important

Dear Maintainer,

after upgrading to kernel 4.13, the nouveau kernel module crashes when
the kernel tries to switch to frame buffer during boot. Under 4.12,
where everything was working fine, this was the relevant output of
dmesg:

Nov  3 09:15:04 ws6779 kernel: [    4.615541] nouveau 0000:01:00.0: DRM: allocated 1920x1200 fb: 0x60000, bo ffff97aed7608800
Nov  3 09:15:04 ws6779 kernel: [    4.615989] fbcon: nouveaufb (fb0) is primary device
Nov  3 09:15:04 ws6779 kernel: [    4.758665] Console: switching to colour frame buffer device 240x75
Nov  3 09:15:04 ws6779 kernel: [    4.862120] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device

Now, under 4.13, this happens and leaves the monitor without a signal,
making the system unuseable:

Nov  3 09:14:06 ws6779 kernel: [    4.647634] nouveau 0000:01:00.0: DRM: allocated 1920x1200 fb: 0x60000, bo ffff8c79da533000
Nov  3 09:14:06 ws6779 kernel: [    4.652071] fbcon: nouveaufb (fb0) is primary device
Nov  3 09:14:06 ws6779 kernel: [    4.749172] BUG: unable to handle kernel NULL pointer dereference at           (null)
Nov  3 09:14:06 ws6779 kernel: [    4.749173] IP:           (null)
Nov  3 09:14:06 ws6779 kernel: [    4.749174] PGD 0 
Nov  3 09:14:06 ws6779 kernel: [    4.749174] P4D 0 
Nov  3 09:14:06 ws6779 kernel: [    4.749174] 
Nov  3 09:14:06 ws6779 kernel: [    4.749175] Oops: 0010 [#1] SMP
Nov  3 09:14:06 ws6779 kernel: [    4.749176] Modules linked in: joydev hid_generic usbhid hid binfmt_misc intel_uncore(+) hp_wmi sparse_keymap rfkill wmi_bmof evdev intel_rapl_perf serio_raw pcspkr sg lpc_ich(+) mfd_core snd_hda_intel(+) snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer snd soundcore mei_me(+) mei battery i915(+) shpchp(+) tpm_infineon nouveau(+) mxm_wmi wmi video button ttm drm_kms_helper drm i2c_algo_bit parport_pc ppdev lp sunrpc parport ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb sr_mod cdrom sd_mod crc32c_intel ahci libahci aesni_intel aes_x86_64 crypto_simd cryptd glue_helper libata xhci_pci ehci_pci e1000e xhci_hcd ehci_hcd psmouse scsi_mod i2c_i801 ptp usbcore pps_core usb_common fan thermal
Nov  3 09:14:06 ws6779 kernel: [    4.749204] CPU: 4 PID: 199 Comm: kworker/u16:4 Not tainted 4.13.0-1-amd64 #1 Debian 4.13.4-2
Nov  3 09:14:06 ws6779 kernel: [    4.749205] Hardware name: Hewlett-Packard HP EliteDesk 800 G1 TWR/18E4, BIOS L01 v02.65 07/13/2015
Nov  3 09:14:06 ws6779 kernel: [    4.749241] Workqueue: nvkm-disp gf119_disp_super [nouveau]
Nov  3 09:14:06 ws6779 kernel: [    4.749241] task: ffff8c79d753d040 task.stack: ffffb4f2821c4000
Nov  3 09:14:06 ws6779 kernel: [    4.749242] RIP: 0010:          (null)
Nov  3 09:14:06 ws6779 kernel: [    4.749242] RSP: 0018:ffffb4f2821c7c40 EFLAGS: 00010206
Nov  3 09:14:06 ws6779 kernel: [    4.749243] RAX: ffffffffc081fec0 RBX: 0000000000000000 RCX: 0000000000000016
Nov  3 09:14:06 ws6779 kernel: [    4.749244] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8c79dbe9a000
Nov  3 09:14:06 ws6779 kernel: [    4.749244] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
Nov  3 09:14:06 ws6779 kernel: [    4.749244] R10: 0000000000001000 R11: 0000000010624dd3 R12: 0000000000000000
Nov  3 09:14:06 ws6779 kernel: [    4.749245] R13: ffffb4f2821c7d6e R14: ffffb4f2821c7d60 R15: ffff8c79dce92c00
Nov  3 09:14:06 ws6779 kernel: [    4.749245] FS:  0000000000000000(0000) GS:ffff8c79efb00000(0000) knlGS:0000000000000000
Nov  3 09:14:06 ws6779 kernel: [    4.749246] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov  3 09:14:06 ws6779 kernel: [    4.749247] CR2: 0000000000000000 CR3: 0000000214009000 CR4: 00000000001406e0
Nov  3 09:14:06 ws6779 kernel: [    4.749247] Call Trace:
Nov  3 09:14:06 ws6779 kernel: [    4.749272]  ? nvkm_dp_train_drive+0x210/0x2f0 [nouveau]
Nov  3 09:14:06 ws6779 kernel: [    4.749294]  ? nvkm_dp_acquire+0x89c/0xca0 [nouveau]
Nov  3 09:14:06 ws6779 kernel: [    4.749317]  ? nv50_disp_super_2_2+0x69/0x430 [nouveau]
Nov  3 09:14:06 ws6779 kernel: [    4.749337]  ? gf119_disp_super+0x1a5/0x2f0 [nouveau]
Nov  3 09:14:06 ws6779 kernel: [    4.749340]  ? process_one_work+0x181/0x370
Nov  3 09:14:06 ws6779 kernel: [    4.749341]  ? worker_thread+0x4d/0x3a0
Nov  3 09:14:06 ws6779 kernel: [    4.749342]  ? kthread+0xfc/0x130
Nov  3 09:14:06 ws6779 kernel: [    4.749343]  ? process_one_work+0x370/0x370
Nov  3 09:14:06 ws6779 kernel: [    4.749344]  ? kthread_create_on_node+0x70/0x70
Nov  3 09:14:06 ws6779 kernel: [    4.749346]  ? ret_from_fork+0x25/0x30
Nov  3 09:14:06 ws6779 kernel: [    4.749346] Code:  Bad RIP value.
Nov  3 09:14:06 ws6779 kernel: [    4.749349] RIP:           (null) RSP: ffffb4f2821c7c40
Nov  3 09:14:06 ws6779 kernel: [    4.749349] CR2: 0000000000000000
Nov  3 09:14:06 ws6779 kernel: [    4.749350] ---[ end trace e7e26cc20e08b3dd ]---
Nov  3 09:14:06 ws6779 kernel: [    6.715150] nouveau 0000:01:00.0: DRM: EVO timeout
Nov  3 09:14:06 ws6779 kernel: [    8.715195] nouveau 0000:01:00.0: DRM: base-0: timeout
Nov  3 09:14:06 ws6779 kernel: [   10.715969] nouveau 0000:01:00.0: DRM: base-0: timeout
Nov  3 09:14:06 ws6779 kernel: [   12.787085] nouveau 0000:01:00.0: DRM: base-0: timeout
Nov  3 09:14:06 ws6779 kernel: [   14.787854] nouveau 0000:01:00.0: DRM: base-0: timeout
Nov  3 09:14:06 ws6779 kernel: [   14.791964] Console: switching to colour frame buffer device 240x75
Nov  3 09:14:06 ws6779 kernel: [   16.792028] nouveau 0000:01:00.0: DRM: base-0: timeout
Nov  3 09:14:06 ws6779 kernel: [   16.796909] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
Nov  3 09:14:06 ws6779 kernel: [   16.811998] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0

Now I'm afraid I will not be able to update seamlessly to newer kernels
in the future.

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Feb 12  2016 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 274 Oct 13 11:28 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119 [NVS 310] [10de:107d] (rev a1)

/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

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

Kernel version (/proc/version):
-------------------------------
Linux version 4.12.0-2-amd64 (debian-kernel@lists.debian.org) (gcc version 6.4.0 20170915 (Debian 6.4.0-6) ) #1 SMP Debian 4.12.13-1 (2017-09-19)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 40123 Mar  9  2017 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 41474 Oct  5 12:47 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 41521 Nov  3 09:15 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    28.888] 
X.Org X Server 1.19.5
Release Date: 2017-10-12
[    28.888] X Protocol Version 11, Revision 0
[    28.888] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[    28.888] Current Operating System: Linux ws6779 4.12.0-2-amd64 #1 SMP Debian 4.12.13-1 (2017-09-19) x86_64
[    28.888] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.12.0-2-amd64 root=UUID=52832c96-56af-46dd-94ac-ae370c68687a ro
[    28.888] Build Date: 16 October 2017  12:28:38PM
[    28.888] xorg-server 2:1.19.5-1 (https://www.debian.org/support) 
[    28.888] Current version of pixman: 0.34.0
[    28.888] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    28.888] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    28.888] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov  3 09:15:28 2017
[    28.890] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    28.893] (==) No Layout section.  Using the first Screen section.
[    28.893] (==) No screen section available. Using defaults.
[    28.893] (**) |-->Screen "Default Screen Section" (0)
[    28.893] (**) |   |-->Monitor "<default monitor>"
[    28.894] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    28.894] (==) Automatically adding devices
[    28.894] (==) Automatically enabling devices
[    28.894] (==) Automatically adding GPU devices
[    28.894] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    28.897] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    28.897] 	Entry deleted from font path.
[    28.901] (==) 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
[    28.901] (==) ModulePath set to "/usr/lib/xorg/modules"
[    28.901] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    28.901] (II) Loader magic: 0x55a2b5f90de0
[    28.901] (II) Module ABI versions:
[    28.901] 	X.Org ANSI C Emulation: 0.4
[    28.901] 	X.Org Video Driver: 23.0
[    28.901] 	X.Org XInput driver : 24.1
[    28.901] 	X.Org Server Extension : 10.0
[    28.902] (++) using VT number 7

[    28.902] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    28.902] (II) xfree86: Adding drm device (/dev/dri/card0)
[    28.902] (II) xfree86: Adding drm device (/dev/dri/card1)
[    28.903] (--) PCI: (0:0:2:0) 8086:0412:103c:18e4 rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[    28.903] (--) PCI:*(0:1:0:0) 10de:107d:103c:094e rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    28.903] (II) LoadModule: "glx"
[    28.906] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    28.918] (II) Module glx: vendor="X.Org Foundation"
[    28.918] 	compiled for 1.19.5, module version = 1.0.0
[    28.918] 	ABI class: X.Org Server Extension, version 10.0
[    28.918] (==) Matched nouveau as autoconfigured driver 0
[    28.918] (==) Matched nv as autoconfigured driver 1
[    28.918] (==) Matched nouveau as autoconfigured driver 2
[    28.918] (==) Matched nv as autoconfigured driver 3
[    28.918] (==) Matched modesetting as autoconfigured driver 4
[    28.918] (==) Matched fbdev as autoconfigured driver 5
[    28.918] (==) Matched vesa as autoconfigured driver 6
[    28.918] (==) Assigned the driver to the xf86ConfigLayout
[    28.918] (II) LoadModule: "nouveau"
[    28.918] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    28.920] (II) Module nouveau: vendor="X.Org Foundation"
[    28.920] 	compiled for 1.19.3, module version = 1.0.15
[    28.920] 	Module class: X.Org Video Driver
[    28.920] 	ABI class: X.Org Video Driver, version 23.0
[    28.920] (II) LoadModule: "nv"
[    28.926] (WW) Warning, couldn't open module nv
[    28.926] (II) UnloadModule: "nv"
[    28.926] (II) Unloading nv
[    28.926] (EE) Failed to load module "nv" (module does not exist, 0)
[    28.926] (II) LoadModule: "modesetting"
[    28.926] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    28.928] (II) Module modesetting: vendor="X.Org Foundation"
[    28.928] 	compiled for 1.19.5, module version = 1.19.5
[    28.928] 	Module class: X.Org Video Driver
[    28.928] 	ABI class: X.Org Video Driver, version 23.0
[    28.928] (II) LoadModule: "fbdev"
[    28.928] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    28.928] (II) Module fbdev: vendor="X.Org Foundation"
[    28.928] 	compiled for 1.19.0, module version = 0.4.4
[    28.928] 	Module class: X.Org Video Driver
[    28.928] 	ABI class: X.Org Video Driver, version 23.0
[    28.928] (II) LoadModule: "vesa"
[    28.928] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    28.929] (II) Module vesa: vendor="X.Org Foundation"
[    28.929] 	compiled for 1.19.0, module version = 2.3.4
[    28.929] 	Module class: X.Org Video Driver
[    28.929] 	ABI class: X.Org Video Driver, version 23.0
[    28.929] (II) NOUVEAU driver Date:   Fri Apr 21 14:41:17 2017 -0400
[    28.929] (II) NOUVEAU driver for NVIDIA chipset families :
[    28.929] 	RIVA TNT        (NV04)
[    28.929] 	RIVA TNT2       (NV05)
[    28.929] 	GeForce 256     (NV10)
[    28.929] 	GeForce 2       (NV11, NV15)
[    28.929] 	GeForce 4MX     (NV17, NV18)
[    28.929] 	GeForce 3       (NV20)
[    28.929] 	GeForce 4Ti     (NV25, NV28)
[    28.929] 	GeForce FX      (NV3x)
[    28.929] 	GeForce 6       (NV4x)
[    28.929] 	GeForce 7       (G7x)
[    28.929] 	GeForce 8       (G8x)
[    28.929] 	GeForce GTX 200 (NVA0)
[    28.929] 	GeForce GTX 400 (NVC0)
[    28.929] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    28.929] (II) FBDEV: driver for framebuffer: fbdev
[    28.929] (II) VESA: driver for VESA chipsets: vesa
[    28.945] (II) [drm] nouveau interface version: 1.3.1
[    28.945] (II) modeset(G0): using drv /dev/dri/card1
[    28.945] (WW) Falling back to old probe method for fbdev
[    28.945] (II) Loading sub module "fbdevhw"
[    28.945] (II) LoadModule: "fbdevhw"
[    28.945] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    28.946] (II) Module fbdevhw: vendor="X.Org Foundation"
[    28.946] 	compiled for 1.19.5, module version = 0.0.2
[    28.946] 	ABI class: X.Org Video Driver, version 23.0
[    28.946] (WW) Falling back to old probe method for vesa
[    28.946] (II) Loading sub module "dri2"
[    28.946] (II) LoadModule: "dri2"
[    28.946] (II) Module "dri2" already built-in
[    28.946] (--) NOUVEAU(0): Chipset: "NVIDIA NVD9"
[    28.946] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    28.946] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    28.946] (==) NOUVEAU(0): RGB weight 888
[    28.946] (==) NOUVEAU(0): Default visual is TrueColor
[    28.946] (==) NOUVEAU(0): Using HW cursor
[    28.946] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[    28.946] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[    28.946] (==) NOUVEAU(0): Page flipping enabled
[    28.946] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[    28.946] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[    28.946] (II) NOUVEAU(0): Initializing outputs ...
[    29.008] (II) NOUVEAU(0): Output DP-3 has no monitor section
[    29.015] (II) NOUVEAU(0): Output DP-4 has no monitor section
[    29.015] (II) NOUVEAU(0): 2 crtcs needed for screen.
[    29.027] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[    29.027] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[    29.088] (II) NOUVEAU(0): EDID for output DP-3
[    29.095] (II) NOUVEAU(0): EDID for output DP-4
[    29.095] (II) NOUVEAU(0): Manufacturer: HWP  Model: 309e  Serial#: 0
[    29.095] (II) NOUVEAU(0): Year: 2013  Week: 37
[    29.095] (II) NOUVEAU(0): EDID Version: 1.4
[    29.095] (II) NOUVEAU(0): Digital Display Input
[    29.095] (II) NOUVEAU(0): 8 bits per channel
[    29.095] (II) NOUVEAU(0): Digital interface is DisplayPort
[    29.095] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[    29.095] (II) NOUVEAU(0): Gamma: 2.20
[    29.095] (II) NOUVEAU(0): DPMS capabilities: Off
[    29.095] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 
[    29.095] (II) NOUVEAU(0): Default color space is primary color space
[    29.095] (II) NOUVEAU(0): First detailed timing is preferred mode
[    29.095] (II) NOUVEAU(0): Preferred mode is native pixel format and refresh rate
[    29.095] (II) NOUVEAU(0): redX: 0.653 redY: 0.332   greenX: 0.304 greenY: 0.633
[    29.095] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.064   whiteX: 0.313 whiteY: 0.329
[    29.095] (II) NOUVEAU(0): Supported established timings:
[    29.095] (II) NOUVEAU(0): 720x400@70Hz
[    29.095] (II) NOUVEAU(0): 640x480@60Hz
[    29.095] (II) NOUVEAU(0): 800x600@60Hz
[    29.095] (II) NOUVEAU(0): 1024x768@60Hz
[    29.095] (II) NOUVEAU(0): Manufacturer's mask: 0
[    29.095] (II) NOUVEAU(0): Supported standard timings:
[    29.095] (II) NOUVEAU(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    29.095] (II) NOUVEAU(0): #1: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    29.095] (II) NOUVEAU(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    29.095] (II) NOUVEAU(0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    29.095] (II) NOUVEAU(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    29.095] (II) NOUVEAU(0): #5: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    29.095] (II) NOUVEAU(0): #6: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    29.095] (II) NOUVEAU(0): Supported detailed timing:
[    29.095] (II) NOUVEAU(0): clock: 154.0 MHz   Image Size:  518 x 324 mm
[    29.095] (II) NOUVEAU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    29.095] (II) NOUVEAU(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[    29.095] (II) NOUVEAU(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 94 kHz, PixClock max 175 MHz
[    29.095] (II) NOUVEAU(0): Monitor name: HP Z24i
[    29.095] (II) NOUVEAU(0): Serial No: CN433705Y5
[    29.095] (II) NOUVEAU(0): EDID (in hex):
[    29.095] (II) NOUVEAU(0): 	00ffffffffffff0022f09e3000000000
[    29.095] (II) NOUVEAU(0): 	25170104a5342078264ca5a7554da226
[    29.095] (II) NOUVEAU(0): 	105054a10800b30095008100a9408180
[    29.095] (II) NOUVEAU(0): 	d1c081c00101283c80a070b023403020
[    29.095] (II) NOUVEAU(0): 	360006442100001a000000fd00324c18
[    29.095] (II) NOUVEAU(0): 	5e11000a202020202020000000fc0048
[    29.095] (II) NOUVEAU(0): 	50205a3234690a2020202020000000ff
[    29.095] (II) NOUVEAU(0): 	00434e34333337303559350a20200065
[    29.095] (II) NOUVEAU(0): Printing probed modes for output DP-4
[    29.095] (II) NOUVEAU(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[    29.095] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[    29.095] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    29.095] (II) NOUVEAU(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    29.095] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    29.095] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    29.095] (II) NOUVEAU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    29.095] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    29.095] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    29.095] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    29.095] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    29.095] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    29.095] (II) NOUVEAU(0): Output DP-3 disconnected
[    29.095] (II) NOUVEAU(0): Output DP-4 connected
[    29.095] (II) NOUVEAU(0): Using exact sizes for initial modes
[    29.095] (II) NOUVEAU(0): Output DP-4 using initial mode 1920x1200 +0+0
[    29.095] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[    29.095] (--) NOUVEAU(0): Virtual size is 1920x1200 (pitch 0)
[    29.095] (**) NOUVEAU(0):  Driver mode "1920x1200": 154.0 MHz (scaled from 0.0 MHz), 74.0 kHz, 60.0 Hz
[    29.095] (II) NOUVEAU(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[    29.095] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[    29.095] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[    29.095] (**) NOUVEAU(0):  Driver mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
[    29.095] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    29.095] (**) NOUVEAU(0):  Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
[    29.095] (II) NOUVEAU(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    29.095] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[    29.095] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    29.095] (**) NOUVEAU(0):  Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
[    29.095] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    29.095] (**) NOUVEAU(0):  Driver mode "1280x800": 83.5 MHz (scaled from 0.0 MHz), 49.7 kHz, 59.8 Hz
[    29.095] (II) NOUVEAU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    29.095] (**) NOUVEAU(0):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz
[    29.095] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    29.095] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[    29.095] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    29.095] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[    29.095] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    29.095] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[    29.095] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    29.095] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[    29.095] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    29.095] (==) NOUVEAU(0): DPI set to (96, 96)
[    29.095] (II) Loading sub module "fb"
[    29.095] (II) LoadModule: "fb"
[    29.095] (II) Loading /usr/lib/xorg/modules/libfb.so
[    29.097] (II) Module fb: vendor="X.Org Foundation"
[    29.097] 	compiled for 1.19.5, module version = 1.0.0
[    29.097] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.097] (II) Loading sub module "shadowfb"
[    29.097] (II) LoadModule: "shadowfb"
[    29.097] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    29.097] (II) Module shadowfb: vendor="X.Org Foundation"
[    29.097] 	compiled for 1.19.5, module version = 1.0.0
[    29.097] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.097] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    29.097] (==) modeset(G0): RGB weight 888
[    29.097] (==) modeset(G0): Default visual is TrueColor
[    29.097] (II) Loading sub module "glamoregl"
[    29.097] (II) LoadModule: "glamoregl"
[    29.097] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    29.107] (II) Module glamoregl: vendor="X.Org Foundation"
[    29.107] 	compiled for 1.19.5, module version = 1.0.0
[    29.107] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.107] (II) glamor: OpenGL accelerated X.org driver based.
[    29.142] (II) glamor: EGL version 1.4 (DRI2):
[    29.153] (II) modeset(G0): glamor initialized
[    29.158] (II) modeset(G0): Output VGA-1-1 has no monitor section
[    29.158] (II) modeset(G0): Output DP-1-1 has no monitor section
[    29.166] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    29.166] (II) modeset(G0): Output DP-1-2 has no monitor section
[    29.174] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[    29.179] (II) modeset(G0): EDID for output VGA-1-1
[    29.179] (II) modeset(G0): EDID for output DP-1-1
[    29.187] (II) modeset(G0): EDID for output HDMI-1-1
[    29.187] (II) modeset(G0): EDID for output DP-1-2
[    29.196] (II) modeset(G0): EDID for output HDMI-1-2
[    29.196] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    29.196] (==) modeset(G0): DPI set to (96, 96)
[    29.196] (II) Loading sub module "fb"
[    29.196] (II) LoadModule: "fb"
[    29.196] (II) Loading /usr/lib/xorg/modules/libfb.so
[    29.196] (II) Module fb: vendor="X.Org Foundation"
[    29.196] 	compiled for 1.19.5, module version = 1.0.0
[    29.196] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.196] (II) UnloadModule: "fbdev"
[    29.196] (II) Unloading fbdev
[    29.196] (II) UnloadSubModule: "fbdevhw"
[    29.196] (II) Unloading fbdevhw
[    29.196] (II) UnloadModule: "vesa"
[    29.196] (II) Unloading vesa
[    29.196] (--) Depth 24 pixmap format is 32 bpp
[    29.249] (==) modeset(G0): Backing store enabled
[    29.249] (==) modeset(G0): Silken mouse enabled
[    29.250] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    29.251] (==) modeset(G0): DPMS enabled
[    29.251] (II) modeset(G0): [DRI2] Setup complete
[    29.251] (II) modeset(G0): [DRI2]   DRI driver: i965
[    29.251] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[    29.273] (II) NOUVEAU(0): Channel setup complete.
[    29.294] (II) NOUVEAU(0): [COPY] async initialised.
[    29.294] (II) NOUVEAU(0): Hardware support for Present enabled
[    29.294] (II) NOUVEAU(0): [DRI2] Setup complete
[    29.294] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    29.294] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    29.294] (II) Loading sub module "exa"
[    29.294] (II) LoadModule: "exa"
[    29.294] (II) Loading /usr/lib/xorg/modules/libexa.so
[    29.295] (II) Module exa: vendor="X.Org Foundation"
[    29.295] 	compiled for 1.19.5, module version = 2.6.0
[    29.295] 	ABI class: X.Org Video Driver, version 23.0
[    29.295] (II) EXA(0): Driver allocated offscreen pixmaps
[    29.295] (II) EXA(0): Driver registered support for the following operations:
[    29.295] (II)         Solid
[    29.295] (II)         Copy
[    29.295] (II)         Composite (RENDER acceleration)
[    29.295] (II)         UploadToScreen
[    29.295] (II)         DownloadFromScreen
[    29.295] (==) NOUVEAU(0): Backing store enabled
[    29.295] (==) NOUVEAU(0): Silken mouse enabled
[    29.295] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    29.295] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    29.295] (==) NOUVEAU(0): DPMS enabled
[    29.295] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    29.296] (--) RandR disabled
[    29.299] (II) SELinux: Disabled on system
[    29.500] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    29.500] (II) AIGLX: enabled GLX_ARB_create_context
[    29.500] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    29.500] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    29.500] (II) AIGLX: enabled GLX_INTEL_swap_event
[    29.500] (II) AIGLX: enabled GLX_SGI_swap_control
[    29.500] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    29.500] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    29.500] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    29.500] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    29.501] (II) AIGLX: Loaded and initialized nouveau
[    29.501] (II) GLX: Initialized DRI2 GL provider for screen 0
[    29.503] (II) modeset(G0): Damage tracking initialized
[    29.507] (II) NOUVEAU(0): NVEnterVT is called.
[    29.509] (II) NOUVEAU(0): Setting screen physical size to 508 x 317
[    29.509] resize called 1920 1200
[    29.547] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    29.547] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.547] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    29.547] (II) LoadModule: "libinput"
[    29.547] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    29.553] (II) Module libinput: vendor="X.Org Foundation"
[    29.553] 	compiled for 1.19.3, module version = 0.26.0
[    29.553] 	Module class: X.Org XInput Driver
[    29.553] 	ABI class: X.Org XInput driver, version 24.1
[    29.553] (II) Using input driver 'libinput' for 'Power Button'
[    29.553] (**) Power Button: always reports core events
[    29.553] (**) Option "Device" "/dev/input/event1"
[    29.553] (**) Option "_source" "server/udev"
[    29.553] (II) event1  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    29.553] (II) event1  - (II) Power Button: (II) device is a keyboard
[    29.553] (II) event1  - (II) Power Button: (II) device removed
[    29.572] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event1"
[    29.572] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    29.572] (**) Option "xkb_model" "pc105"
[    29.572] (**) Option "xkb_layout" "de"
[    29.588] (II) event1  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    29.588] (II) event1  - (II) Power Button: (II) device is a keyboard
[    29.589] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    29.589] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    29.589] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    29.589] (II) Using input driver 'libinput' for 'Video Bus'
[    29.589] (**) Video Bus: always reports core events
[    29.589] (**) Option "Device" "/dev/input/event3"
[    29.589] (**) Option "_source" "server/udev"
[    29.589] (II) event3  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    29.589] (II) event3  - (II) Video Bus: (II) device is a keyboard
[    29.589] (II) event3  - (II) Video Bus: (II) device removed
[    29.604] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/LNXVIDEO:01/input/input6/event3"
[    29.604] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    29.604] (**) Option "xkb_model" "pc105"
[    29.604] (**) Option "xkb_layout" "de"
[    29.604] (II) event3  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    29.604] (II) event3  - (II) Video Bus: (II) device is a keyboard
[    29.604] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[    29.604] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    29.604] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    29.604] (II) Using input driver 'libinput' for 'Video Bus'
[    29.604] (**) Video Bus: always reports core events
[    29.604] (**) Option "Device" "/dev/input/event2"
[    29.604] (**) Option "_source" "server/udev"
[    29.605] (II) event2  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    29.605] (II) event2  - (II) Video Bus: (II) device is a keyboard
[    29.605] (II) event2  - (II) Video Bus: (II) device removed
[    29.624] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event2"
[    29.624] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    29.624] (**) Option "xkb_model" "pc105"
[    29.624] (**) Option "xkb_layout" "de"
[    29.624] (II) event2  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    29.624] (II) event2  - (II) Video Bus: (II) device is a keyboard
[    29.624] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    29.624] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.624] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    29.624] (II) Using input driver 'libinput' for 'Power Button'
[    29.624] (**) Power Button: always reports core events
[    29.624] (**) Option "Device" "/dev/input/event0"
[    29.624] (**) Option "_source" "server/udev"
[    29.625] (II) event0  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    29.625] (II) event0  - (II) Power Button: (II) device is a keyboard
[    29.625] (II) event0  - (II) Power Button: (II) device removed
[    29.640] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event0"
[    29.640] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    29.640] (**) Option "xkb_model" "pc105"
[    29.640] (**) Option "xkb_layout" "de"
[    29.640] (II) event0  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    29.640] (II) event0  - (II) Power Button: (II) device is a keyboard
[    29.641] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
[    29.641] (II) No input driver specified, ignoring this device.
[    29.641] (II) This device may have been added with another device file.
[    29.641] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
[    29.641] (II) No input driver specified, ignoring this device.
[    29.641] (II) This device may have been added with another device file.
[    29.641] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[    29.641] (II) No input driver specified, ignoring this device.
[    29.641] (II) This device may have been added with another device file.
[    29.641] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event14)
[    29.641] (II) No input driver specified, ignoring this device.
[    29.641] (II) This device may have been added with another device file.
[    29.642] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event15)
[    29.642] (II) No input driver specified, ignoring this device.
[    29.642] (II) This device may have been added with another device file.
[    29.642] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event16)
[    29.642] (II) No input driver specified, ignoring this device.
[    29.642] (II) This device may have been added with another device file.
[    29.642] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event17)
[    29.642] (II) No input driver specified, ignoring this device.
[    29.642] (II) This device may have been added with another device file.
[    29.642] (II) config/udev: Adding input device HP HP USB 1000dpi Laser Mouse (/dev/input/event5)
[    29.642] (**) HP HP USB 1000dpi Laser Mouse: Applying InputClass "evdev pointer catchall"
[    29.642] (**) HP HP USB 1000dpi Laser Mouse: Applying InputClass "libinput pointer catchall"
[    29.642] (II) Using input driver 'libinput' for 'HP HP USB 1000dpi Laser Mouse'
[    29.642] (**) HP HP USB 1000dpi Laser Mouse: always reports core events
[    29.642] (**) Option "Device" "/dev/input/event5"
[    29.642] (**) Option "_source" "server/udev"
[    29.700] (II) event5  - (II) HP HP USB 1000dpi Laser Mouse: (II) is tagged by udev as: Mouse
[    29.700] (II) event5  - (II) HP HP USB 1000dpi Laser Mouse: (II) device is a pointer
[    29.700] (II) event5  - (II) HP HP USB 1000dpi Laser Mouse: (II) device removed
[    29.732] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.1/3-12.1:1.0/0003:03F0:1198.0001/input/input9/event5"
[    29.732] (II) XINPUT: Adding extended input device "HP HP USB 1000dpi Laser Mouse" (type: MOUSE, id 10)
[    29.732] (**) Option "AccelerationScheme" "none"
[    29.732] (**) HP HP USB 1000dpi Laser Mouse: (accel) selected scheme none/0
[    29.732] (**) HP HP USB 1000dpi Laser Mouse: (accel) acceleration factor: 2.000
[    29.732] (**) HP HP USB 1000dpi Laser Mouse: (accel) acceleration threshold: 4
[    29.792] (II) event5  - (II) HP HP USB 1000dpi Laser Mouse: (II) is tagged by udev as: Mouse
[    29.792] (II) event5  - (II) HP HP USB 1000dpi Laser Mouse: (II) device is a pointer
[    29.792] (II) config/udev: Adding input device HP HP USB 1000dpi Laser Mouse (/dev/input/mouse0)
[    29.792] (II) No input driver specified, ignoring this device.
[    29.792] (II) This device may have been added with another device file.
[    29.793] (II) config/udev: Adding input device Chicony HP Elite USB Keyboard (/dev/input/event6)
[    29.793] (**) Chicony HP Elite USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    29.793] (**) Chicony HP Elite USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    29.793] (II) Using input driver 'libinput' for 'Chicony HP Elite USB Keyboard'
[    29.793] (**) Chicony HP Elite USB Keyboard: always reports core events
[    29.793] (**) Option "Device" "/dev/input/event6"
[    29.793] (**) Option "_source" "server/udev"
[    29.793] (II) event6  - (II) Chicony HP Elite USB Keyboard: (II) is tagged by udev as: Keyboard
[    29.793] (II) event6  - (II) Chicony HP Elite USB Keyboard: (II) device is a keyboard
[    29.793] (II) event6  - (II) Chicony HP Elite USB Keyboard: (II) device removed
[    29.816] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.2/3-12.2:1.0/0003:03F0:034A.0003/input/input10/event6"
[    29.816] (II) XINPUT: Adding extended input device "Chicony HP Elite USB Keyboard" (type: KEYBOARD, id 11)
[    29.816] (**) Option "xkb_model" "pc105"
[    29.816] (**) Option "xkb_layout" "de"
[    29.816] (II) event6  - (II) Chicony HP Elite USB Keyboard: (II) is tagged by udev as: Keyboard
[    29.816] (II) event6  - (II) Chicony HP Elite USB Keyboard: (II) device is a keyboard
[    29.817] (II) config/udev: Adding input device Chicony HP Elite USB Keyboard (/dev/input/event7)
[    29.817] (**) Chicony HP Elite USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    29.817] (**) Chicony HP Elite USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    29.817] (II) Using input driver 'libinput' for 'Chicony HP Elite USB Keyboard'
[    29.817] (**) Chicony HP Elite USB Keyboard: always reports core events
[    29.817] (**) Option "Device" "/dev/input/event7"
[    29.817] (**) Option "_source" "server/udev"
[    29.817] (II) event7  - (II) Chicony HP Elite USB Keyboard: (II) is tagged by udev as: Keyboard
[    29.817] (II) event7  - (II) Chicony HP Elite USB Keyboard: (II) device is a keyboard
[    29.817] (II) event7  - (II) Chicony HP Elite USB Keyboard: (II) device removed
[    29.832] (II) libinput: Chicony HP Elite USB Keyboard: needs a virtual subdevice
[    29.832] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.2/3-12.2:1.1/0003:03F0:034A.0004/input/input11/event7"
[    29.832] (II) XINPUT: Adding extended input device "Chicony HP Elite USB Keyboard" (type: MOUSE, id 12)
[    29.832] (**) Option "AccelerationScheme" "none"
[    29.832] (**) Chicony HP Elite USB Keyboard: (accel) selected scheme none/0
[    29.832] (**) Chicony HP Elite USB Keyboard: (accel) acceleration factor: 2.000
[    29.832] (**) Chicony HP Elite USB Keyboard: (accel) acceleration threshold: 4
[    29.832] (II) event7  - (II) Chicony HP Elite USB Keyboard: (II) is tagged by udev as: Keyboard
[    29.832] (II) event7  - (II) Chicony HP Elite USB Keyboard: (II) device is a keyboard
[    29.833] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[    29.833] (II) No input driver specified, ignoring this device.
[    29.833] (II) This device may have been added with another device file.
[    29.833] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[    29.833] (II) No input driver specified, ignoring this device.
[    29.833] (II) This device may have been added with another device file.
[    29.833] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event11)
[    29.833] (II) No input driver specified, ignoring this device.
[    29.833] (II) This device may have been added with another device file.
[    29.833] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[    29.833] (II) No input driver specified, ignoring this device.
[    29.833] (II) This device may have been added with another device file.
[    29.833] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    29.833] (II) No input driver specified, ignoring this device.
[    29.833] (II) This device may have been added with another device file.
[    29.834] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event8)
[    29.834] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    29.834] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    29.834] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    29.834] (**) HP WMI hotkeys: always reports core events
[    29.834] (**) Option "Device" "/dev/input/event8"
[    29.834] (**) Option "_source" "server/udev"
[    29.834] (II) event8  - (II) HP WMI hotkeys: (II) is tagged by udev as: Keyboard Switch
[    29.834] (II) event8  - (II) HP WMI hotkeys: (II) device is a keyboard
[    29.834] (II) event8  - (II) HP WMI hotkeys: (II) device removed
[    29.848] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event8"
[    29.848] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
[    29.848] (**) Option "xkb_model" "pc105"
[    29.848] (**) Option "xkb_layout" "de"
[    29.848] (II) event8  - (II) HP WMI hotkeys: (II) is tagged by udev as: Keyboard Switch
[    29.848] (II) event8  - (II) HP WMI hotkeys: (II) device is a keyboard
[    29.850] (**) Chicony HP Elite USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    29.850] (**) Chicony HP Elite USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    29.850] (II) Using input driver 'libinput' for 'Chicony HP Elite USB Keyboard'
[    29.850] (**) Chicony HP Elite USB Keyboard: always reports core events
[    29.850] (**) Option "Device" "/dev/input/event7"
[    29.850] (**) Option "_source" "_driver/libinput"
[    29.850] (II) libinput: Chicony HP Elite USB Keyboard: is a virtual subdevice
[    29.850] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.2/3-12.2:1.1/0003:03F0:034A.0004/input/input11/event7"
[    29.850] (II) XINPUT: Adding extended input device "Chicony HP Elite USB Keyboard" (type: KEYBOARD, id 14)
[    29.850] (**) Option "xkb_model" "pc105"
[    29.850] (**) Option "xkb_layout" "de"
[    34.810] (II) NOUVEAU(0): EDID vendor "HWP", prod id 12446
[    34.810] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[    34.810] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[    34.810] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    34.810] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[    34.810] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    34.810] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    34.810] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    34.810] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    34.810] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    34.810] (II) NOUVEAU(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    34.810] (II) NOUVEAU(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    34.810] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    34.810] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    34.810] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    34.811] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    34.930] (II) NOUVEAU(0): EDID vendor "HWP", prod id 12446
[    34.930] (II) NOUVEAU(0): Using hsync ranges from config file
[    34.930] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    34.930] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    34.930] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[    34.930] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    34.930] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    34.930] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    34.930] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    34.930] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    34.930] (II) NOUVEAU(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    34.930] (II) NOUVEAU(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    34.930] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    34.930] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    34.930] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    34.930] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    34.983] resize called 1920 1200
[    35.054] (II) NOUVEAU(0): EDID vendor "HWP", prod id 12446
[    35.054] (II) NOUVEAU(0): Using hsync ranges from config file
[    35.054] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    35.054] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    35.054] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[    35.054] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    35.054] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    35.054] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    35.054] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    35.054] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    35.054] (II) NOUVEAU(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    35.054] (II) NOUVEAU(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    35.054] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    35.054] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    35.054] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    35.054] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)

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

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event1
N: input/event1
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: LIBINPUT_DEVICE_GROUP=19/0/1/0:LNXPWRBN/button
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=3265516
E: XKBLAYOUT=de
E: XKBMODEL=pc105

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/LNXVIDEO:01/input/input6/event3
N: input/event3
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/LNXVIDEO:01/input/input6/event3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:01
E: ID_PATH_TAG=acpi-LNXVIDEO_01
E: LIBINPUT_DEVICE_GROUP=19/0/6/0:LNXVIDEO/video
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=3265517
E: XKBLAYOUT=de
E: XKBMODEL=pc105

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event2
N: input/event2
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event2
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: LIBINPUT_DEVICE_GROUP=19/0/6/0:LNXVIDEO/video
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=3269666
E: XKBLAYOUT=de
E: XKBMODEL=pc105

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event0
N: input/event0
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: LIBINPUT_DEVICE_GROUP=19/0/1/0:PNP0C0C/button
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=3301610
E: XKBLAYOUT=de
E: XKBMODEL=pc105

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

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input21/event18
N: input/event18
E: DEVNAME=/dev/input/event18
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input21/event18
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=82
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=5478078

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

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input22/event19
N: input/event19
E: DEVNAME=/dev/input/event19
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input22/event19
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=83
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=5470626

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input16
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input16
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_03_0
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel HDMI HDMI/DP,pcm=3"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: TAGS=:seat:
E: USEC_INITIALIZED=4917201

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input16/event13
N: input/event13
E: DEVNAME=/dev/input/event13
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input16/event13
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=77
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=4973777

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input17
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input17
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_03_0
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel HDMI HDMI/DP,pcm=7"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: TAGS=:seat:
E: USEC_INITIALIZED=4917559

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input17/event14
N: input/event14
E: DEVNAME=/dev/input/event14
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input17/event14
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=78
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=5005981

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input18
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input18
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_03_0
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel HDMI HDMI/DP,pcm=8"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: TAGS=:seat:
E: USEC_INITIALIZED=4974767

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input18/event15
N: input/event15
E: DEVNAME=/dev/input/event15
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input18/event15
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=79
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=5009677

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input19
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input19
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_03_0
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel HDMI HDMI/DP,pcm=9"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: TAGS=:seat:
E: USEC_INITIALIZED=4974824

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input19/event16
N: input/event16
E: DEVNAME=/dev/input/event16
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input19/event16
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=80
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=4993987

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input20
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input20
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_03_0
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel HDMI HDMI/DP,pcm=10"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: TAGS=:seat:
E: USEC_INITIALIZED=4974766

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input20/event17
N: input/event17
E: DEVNAME=/dev/input/event17
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input20/event17
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=81
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=5005982

P: /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.1/3-12.1:1.0/0003:03F0:1198.0001/input/input9
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.1/3-12.1:1.0/0003:03F0:1198.0001/input/input9
E: EV=17
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_12_1_1_0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=HP_USB_1000dpi_Laser_Mouse
E: ID_MODEL_ENC=HP\x20USB\x201000dpi\x20Laser\x20Mouse
E: ID_MODEL_ID=1198
E: ID_PATH=pci-0000:00:14.0-usb-0:12.1:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_12_1_1_0
E: ID_REVISION=0704
E: ID_SERIAL=HP_HP_USB_1000dpi_Laser_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=HP
E: ID_VENDOR_ENC=HP
E: ID_VENDOR_ID=03f0
E: KEY=1f0000 0 0 0 0
E: MODALIAS=input:b0003v03F0p1198e0200-e0,1,2,4,k110,111,112,113,114,r0,1,6,8,am4,lsfw
E: MSC=10
E: NAME="HP HP USB 1000dpi Laser Mouse"
E: PHYS="usb-0000:00:14.0-12.1/input0"
E: PRODUCT=3/3f0/1198/200
E: PROP=0
E: REL=143
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=3378116

P: /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.1/3-12.1:1.0/0003:03F0:1198.0001/input/input9/event5
N: input/event5
S: input/by-id/usb-HP_HP_USB_1000dpi_Laser_Mouse-event-mouse
S: input/by-path/pci-0000:00:14.0-usb-0:12.1:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-HP_HP_USB_1000dpi_Laser_Mouse-event-mouse /dev/input/by-path/pci-0000:00:14.0-usb-0:12.1:1.0-event-mouse
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.1/3-12.1:1.0/0003:03F0:1198.0001/input/input9/event5
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=HP_USB_1000dpi_Laser_Mouse
E: ID_MODEL_ENC=HP\x20USB\x201000dpi\x20Laser\x20Mouse
E: ID_MODEL_ID=1198
E: ID_PATH=pci-0000:00:14.0-usb-0:12.1:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_12_1_1_0
E: ID_REVISION=0704
E: ID_SERIAL=HP_HP_USB_1000dpi_Laser_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=HP
E: ID_VENDOR_ENC=HP
E: ID_VENDOR_ID=03f0
E: LIBINPUT_DEVICE_GROUP=3/3f0/1198/200:usb-0000:00:14.0-12
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: USEC_INITIALIZED=3506850

P: /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.1/3-12.1:1.0/0003:03F0:1198.0001/input/input9/mouse0
N: input/mouse0
S: input/by-id/usb-HP_HP_USB_1000dpi_Laser_Mouse-mouse
S: input/by-path/pci-0000:00:14.0-usb-0:12.1:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-HP_HP_USB_1000dpi_Laser_Mouse-mouse /dev/input/by-path/pci-0000:00:14.0-usb-0:12.1:1.0-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.1/3-12.1:1.0/0003:03F0:1198.0001/input/input9/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=HP_USB_1000dpi_Laser_Mouse
E: ID_MODEL_ENC=HP\x20USB\x201000dpi\x20Laser\x20Mouse
E: ID_MODEL_ID=1198
E: ID_PATH=pci-0000:00:14.0-usb-0:12.1:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_12_1_1_0
E: ID_REVISION=0704
E: ID_SERIAL=HP_HP_USB_1000dpi_Laser_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=HP
E: ID_VENDOR_ENC=HP
E: ID_VENDOR_ID=03f0
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=3380080

P: /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.2/3-12.2:1.0/0003:03F0:034A.0003/input/input10
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.2/3-12.2:1.0/0003:03F0:034A.0003/input/input10
E: EV=120013
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_12_2_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=HP_Elite_USB_Keyboard
E: ID_MODEL_ENC=HP\x20Elite\x20USB\x20Keyboard
E: ID_MODEL_ID=034a
E: ID_PATH=pci-0000:00:14.0-usb-0:12.2:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_12_2_1_0
E: ID_REVISION=0121
E: ID_SERIAL=Chicony_HP_Elite_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Chicony
E: ID_VENDOR_ENC=Chicony
E: ID_VENDOR_ID=03f0
E: KEY=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
E: LED=7
E: MODALIAS=input:b0003v03F0p034Ae0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="Chicony HP Elite USB Keyboard"
E: PHYS="usb-0000:00:14.0-12.2/input0"
E: PRODUCT=3/3f0/34a/110
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=3377972

P: /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.2/3-12.2:1.0/0003:03F0:034A.0003/input/input10/event6
N: input/event6
S: input/by-id/usb-Chicony_HP_Elite_USB_Keyboard-event-kbd
S: input/by-path/pci-0000:00:14.0-usb-0:12.2:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:12.2:1.0-event-kbd /dev/input/by-id/usb-Chicony_HP_Elite_USB_Keyboard-event-kbd
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.2/3-12.2:1.0/0003:03F0:034A.0003/input/input10/event6
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=HP_Elite_USB_Keyboard
E: ID_MODEL_ENC=HP\x20Elite\x20USB\x20Keyboard
E: ID_MODEL_ID=034a
E: ID_PATH=pci-0000:00:14.0-usb-0:12.2:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_12_2_1_0
E: ID_REVISION=0121
E: ID_SERIAL=Chicony_HP_Elite_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Chicony
E: ID_VENDOR_ENC=Chicony
E: ID_VENDOR_ID=03f0
E: LIBINPUT_DEVICE_GROUP=3/3f0/34a/110:usb-0000:00:14.0-12
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=3449874
E: XKBLAYOUT=de
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.2/3-12.2:1.1/0003:03F0:034A.0004/input/input11
E: ABS=100000000
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.2/3-12.2:1.1/0003:03F0:034A.0004/input/input11
E: EV=1f
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_12_2_1_1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=HP_Elite_USB_Keyboard
E: ID_MODEL_ENC=HP\x20Elite\x20USB\x20Keyboard
E: ID_MODEL_ID=034a
E: ID_PATH=pci-0000:00:14.0-usb-0:12.2:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_12_2_1_1
E: ID_REVISION=0121
E: ID_SERIAL=Chicony_HP_Elite_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=Chicony
E: ID_VENDOR_ENC=Chicony
E: ID_VENDOR_ID=03f0
E: KEY=3f0003007f 0 0 483ffff17aff32d bf54444600000000 1 130f938b17c000 677bfad941dfed 9ed68000004400 10000002
E: MODALIAS=input:b0003v03F0p034Ae0110-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,8F,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,250,251,260,261,262,263,264,265,r6,a20,m4,lsfw
E: MSC=10
E: NAME="Chicony HP Elite USB Keyboard"
E: PHYS="usb-0000:00:14.0-12.2/input1"
E: PRODUCT=3/3f0/34a/110
E: PROP=0
E: REL=40
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=3378115

P: /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.2/3-12.2:1.1/0003:03F0:034A.0004/input/input11/event7
N: input/event7
S: input/by-id/usb-Chicony_HP_Elite_USB_Keyboard-event-if01
S: input/by-path/pci-0000:00:14.0-usb-0:12.2:1.1-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Chicony_HP_Elite_USB_Keyboard-event-if01 /dev/input/by-path/pci-0000:00:14.0-usb-0:12.2:1.1-event
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12.2/3-12.2:1.1/0003:03F0:034A.0004/input/input11/event7
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=HP_Elite_USB_Keyboard
E: ID_MODEL_ENC=HP\x20Elite\x20USB\x20Keyboard
E: ID_MODEL_ID=034a
E: ID_PATH=pci-0000:00:14.0-usb-0:12.2:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_12_2_1_1
E: ID_REVISION=0121
E: ID_SERIAL=Chicony_HP_Elite_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=Chicony
E: ID_VENDOR_ENC=Chicony
E: ID_VENDOR_ID=03f0
E: LIBINPUT_DEVICE_GROUP=3/3f0/34a/110:usb-0000:00:14.0-12
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=3445908
E: XKBLAYOUT=de
E: XKBMODEL=pc105

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

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input12/event9
N: input/event9
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input12/event9
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=4937924

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input13
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfwD,
E: NAME="HDA Intel PCH Line"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=2000
E: TAGS=:seat:
E: USEC_INITIALIZED=4902008

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input13/event10
N: input/event10
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input13/event10
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=74
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=4950158

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input14
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: NAME="HDA Intel PCH Line Out"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=4901787

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input14/event11
N: input/event11
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input14/event11
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=75
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=4965860

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

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input15/event12
N: input/event12
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input15/event12
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=76
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=4950032

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

P: /devices/platform/pcspkr/input/input7/event4
N: input/event4
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/platform/pcspkr/input/input7/event4
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: LIBINPUT_DEVICE_GROUP=10/1f/1/100:isa0061
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: USEC_INITIALIZED=3265454

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

P: /devices/virtual/input/input8/event8
N: input/event8
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/virtual/input/input8/event8
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_SWITCH=1
E: LIBINPUT_DEVICE_GROUP=19/0/0/0:wmi
E: MAJOR=13
E: MINOR=72
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=3505854
E: XKBLAYOUT=de
E: XKBMODEL=pc105


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


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.12.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xserver-xorg-video-nouveau depends on:
ii  libc6                                  2.24-17
ii  libdrm-nouveau2                        2.4.84-2
ii  libdrm2                                2.4.84-2
ii  libudev1                               235-2
ii  xserver-xorg-core [xorg-video-abi-23]  2:1.19.5-1

Versions of packages xserver-xorg-video-nouveau recommends:
ii  libgl1-mesa-dri  17.2.3-1

Versions of packages xserver-xorg-video-nouveau suggests:
pn  firmware-misc-nonfree  <none>

-- no debconf information


Reply to: