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

Bug#874458: xserver-xorg-input-libinput: Programs setting mouse position does not honor libinputs translation matrix



Package: xserver-xorg-input-libinput
Version: 0.23.0-2
Severity: important

Dear Maintainer,

Having the following in a file in xorg.conf.d allows me to disable mouse
acceleration but still scale my mouse movements:

  Section "InputClass"
    Identifier "Mouse"
    MatchIsPointer "yes"
    Option "AccelerationProfile" "-1"
    Option "AccelerationScheme" "none"
    Option "AccelSpeed" "-1"
    Option "TransformationMatrix" "1 0 0 0 1 0 0 0 0.65"
  EndSection

It seems to work fine for adjusting the sensitivity of my mouse. However
when a program sets my mouse position it is set just fine, but touching
the mouse makes the pointer jump. The jump seems to be scaled according
to 1/0.65 (1 over last number in TransformationMatrix), suggesting the
mouse move is propagated to libinput driver without honoring the
TransformationMatrix internally somehow.

How to replicate:
  1) Add config from above
  2) "xdotool mousemove 500 500"
  3) touch the mouse so it moves a tiny bit, and the mouse cursor jumps

I use awesomewm, and resizing the windows is complicated with this bug.
It also seems to affect all games that snaps mouse to the center of the
window, and adjusting the camera by measuring the mouse movements
between every snap-to-center action.

How it should work:
  "xdotool mousemove 500 500" should not make the cursor jump upon further
  mouse movements.

Thank you.

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

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5912] (rev 04)

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

Contents of /etc/X11/xorg.conf.d:
---------------------------------
total 8
-rw-r--r-- 1 root root 284 Sep  6 11:27 50-mouse-acceleration.conf
-rw-r--r-- 1 root root 521 Sep  5 12:02 60-monitor.conf.disabled

KMS configuration files:
------------------------
/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1

Kernel version (/proc/version):
-------------------------------
Linux version 4.9.0-3-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 49939 Sep  6 11:27 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[ 83855.942] 
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 83855.942] X Protocol Version 11, Revision 0
[ 83855.942] Build Operating System: Linux 4.9.0-3-amd64 x86_64 Debian
[ 83855.942] Current Operating System: Linux work3 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) x86_64
[ 83855.942] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-3-amd64 root=/dev/mapper/vg1-root ro security=apparmor i915 modeset=1 quiet
[ 83855.942] Build Date: 07 July 2017  06:14:06AM
[ 83855.942] xorg-server 2:1.19.2-1+deb9u1 (https://www.debian.org/support) 
[ 83855.942] Current version of pixman: 0.34.0
[ 83855.942] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 83855.942] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 83855.942] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep  6 11:27:15 2017
[ 83855.942] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 83855.942] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 83855.942] (==) No Layout section.  Using the first Screen section.
[ 83855.942] (==) No screen section available. Using defaults.
[ 83855.942] (**) |-->Screen "Default Screen Section" (0)
[ 83855.942] (**) |   |-->Monitor "<default monitor>"
[ 83855.942] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 83855.942] (==) Automatically adding devices
[ 83855.942] (==) Automatically enabling devices
[ 83855.942] (==) Automatically adding GPU devices
[ 83855.942] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 83855.942] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 83855.942] 	Entry deleted from font path.
[ 83855.942] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 83855.942] 	Entry deleted from font path.
[ 83855.942] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 83855.942] 	Entry deleted from font path.
[ 83855.942] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[ 83855.942] 	Entry deleted from font path.
[ 83855.942] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 83855.942] 	Entry deleted from font path.
[ 83855.942] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 83855.942] 	Entry deleted from font path.
[ 83855.942] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	built-ins
[ 83855.942] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 83855.942] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 83855.942] (II) Loader magic: 0x565066a9ae00
[ 83855.942] (II) Module ABI versions:
[ 83855.942] 	X.Org ANSI C Emulation: 0.4
[ 83855.942] 	X.Org Video Driver: 23.0
[ 83855.942] 	X.Org XInput driver : 24.1
[ 83855.942] 	X.Org Server Extension : 10.0
[ 83855.942] (++) using VT number 7

[ 83855.942] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 83855.943] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 83855.957] (--) PCI:*(0:0:2:0) 8086:5912:1043:8694 rev 4, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 83855.957] (II) LoadModule: "glx"
[ 83855.957] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 83855.958] (II) Module glx: vendor="X.Org Foundation"
[ 83855.958] 	compiled for 1.19.2, module version = 1.0.0
[ 83855.958] 	ABI class: X.Org Server Extension, version 10.0
[ 83855.958] (==) Matched modesetting as autoconfigured driver 0
[ 83855.958] (==) Matched fbdev as autoconfigured driver 1
[ 83855.958] (==) Matched vesa as autoconfigured driver 2
[ 83855.958] (==) Assigned the driver to the xf86ConfigLayout
[ 83855.958] (II) LoadModule: "modesetting"
[ 83855.958] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 83855.958] (II) Module modesetting: vendor="X.Org Foundation"
[ 83855.958] 	compiled for 1.19.2, module version = 1.19.2
[ 83855.958] 	Module class: X.Org Video Driver
[ 83855.958] 	ABI class: X.Org Video Driver, version 23.0
[ 83855.958] (II) LoadModule: "fbdev"
[ 83855.958] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 83855.958] (II) Module fbdev: vendor="X.Org Foundation"
[ 83855.958] 	compiled for 1.19.0, module version = 0.4.4
[ 83855.958] 	Module class: X.Org Video Driver
[ 83855.958] 	ABI class: X.Org Video Driver, version 23.0
[ 83855.958] (II) LoadModule: "vesa"
[ 83855.958] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 83855.958] (II) Module vesa: vendor="X.Org Foundation"
[ 83855.958] 	compiled for 1.19.0, module version = 2.3.4
[ 83855.958] 	Module class: X.Org Video Driver
[ 83855.958] 	ABI class: X.Org Video Driver, version 23.0
[ 83855.958] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 83855.958] (II) FBDEV: driver for framebuffer: fbdev
[ 83855.958] (II) VESA: driver for VESA chipsets: vesa
[ 83855.990] (II) modeset(0): using drv /dev/dri/card0
[ 83855.990] (WW) Falling back to old probe method for fbdev
[ 83855.990] (II) Loading sub module "fbdevhw"
[ 83855.990] (II) LoadModule: "fbdevhw"
[ 83855.990] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 83855.990] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 83855.990] 	compiled for 1.19.2, module version = 0.0.2
[ 83855.990] 	ABI class: X.Org Video Driver, version 23.0
[ 83855.990] (WW) Falling back to old probe method for vesa
[ 83855.991] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 83855.991] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 83855.991] (==) modeset(0): RGB weight 888
[ 83855.991] (==) modeset(0): Default visual is TrueColor
[ 83855.991] (II) Loading sub module "glamoregl"
[ 83855.991] (II) LoadModule: "glamoregl"
[ 83855.991] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 83855.999] (II) Module glamoregl: vendor="X.Org Foundation"
[ 83855.999] 	compiled for 1.19.2, module version = 1.0.0
[ 83855.999] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 83855.999] (II) glamor: OpenGL accelerated X.org driver based.
[ 83856.020] (II) glamor: EGL version 1.4 (DRI2):
[ 83856.022] (II) modeset(0): glamor initialized
[ 83856.230] (II) modeset(0): Output eDP-1 has no monitor section
[ 83856.259] (II) modeset(0): Output HDMI-1 has no monitor section
[ 83856.287] (II) modeset(0): Output HDMI-2 has no monitor section
[ 83856.292] (II) modeset(0): Output DP-1 has no monitor section
[ 83856.295] (II) modeset(0): EDID for output eDP-1
[ 83856.295] (II) modeset(0): Manufacturer: SAM  Model: c85  Serial#: 1515866710
[ 83856.295] (II) modeset(0): Year: 2016  Week: 52
[ 83856.295] (II) modeset(0): EDID Version: 1.4
[ 83856.295] (II) modeset(0): Digital Display Input
[ 83856.295] (II) modeset(0): 8 bits per channel
[ 83856.295] (II) modeset(0): Digital interface is DisplayPort
[ 83856.295] (II) modeset(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[ 83856.295] (II) modeset(0): Gamma: 2.20
[ 83856.295] (II) modeset(0): DPMS capabilities: Off
[ 83856.295] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[ 83856.295] (II) modeset(0): First detailed timing is preferred mode
[ 83856.295] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 83856.295] (II) modeset(0): redX: 0.633 redY: 0.340   greenX: 0.320 greenY: 0.622
[ 83856.295] (II) modeset(0): blueX: 0.155 blueY: 0.042   whiteX: 0.312 whiteY: 0.329
[ 83856.295] (II) modeset(0): Supported established timings:
[ 83856.295] (II) modeset(0): 640x480@60Hz
[ 83856.295] (II) modeset(0): 800x600@56Hz
[ 83856.295] (II) modeset(0): 800x600@60Hz
[ 83856.295] (II) modeset(0): 1024x768@60Hz
[ 83856.295] (II) modeset(0): Manufacturer's mask: 0
[ 83856.295] (II) modeset(0): Supported standard timings:
[ 83856.295] (II) modeset(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[ 83856.295] (II) modeset(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[ 83856.295] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 83856.295] (II) modeset(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[ 83856.295] (II) modeset(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[ 83856.295] (II) modeset(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[ 83856.295] (II) modeset(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[ 83856.295] (II) modeset(0): Supported detailed timing:
[ 83856.295] (II) modeset(0): clock: 154.0 MHz   Image Size:  518 x 324 mm
[ 83856.295] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 83856.295] (II) modeset(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[ 83856.295] (II) modeset(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[ 83856.295] (II) modeset(0): Monitor name: S24E650
[ 83856.295] (II) modeset(0): Serial No: H4ZHC05770
[ 83856.295] (II) modeset(0): EDID (in hex):
[ 83856.295] (II) modeset(0): 	00ffffffffffff004c2d850c564a5a5a
[ 83856.295] (II) modeset(0): 	341a0104a53420782201f1a257529f27
[ 83856.295] (II) modeset(0): 	0a505423080081c0810081809500a9c0
[ 83856.295] (II) modeset(0): 	b300d1c00101283c80a070b023403020
[ 83856.295] (II) modeset(0): 	360006442100001a000000fd00383c1e
[ 83856.295] (II) modeset(0): 	5111000a202020202020000000fc0053
[ 83856.295] (II) modeset(0): 	3234453635300a2020202020000000ff
[ 83856.295] (II) modeset(0): 	0048345a484330353737300a20200026
[ 83856.295] (II) modeset(0): Printing probed modes for output eDP-1
[ 83856.295] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 83856.295] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 83856.295] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 83856.295] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 83856.295] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 83856.295] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 83856.295] (II) modeset(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[ 83856.295] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 83856.295] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 83856.295] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 83856.295] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 83856.295] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 83856.295] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 83856.295] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 83856.295] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 83856.295] (II) modeset(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[ 83856.295] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 83856.295] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 83856.295] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 83856.295] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 83856.295] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 83856.295] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 83856.295] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 83856.295] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 83856.295] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 83856.295] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 83856.295] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 83856.295] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 83856.295] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 83856.295] (II) modeset(0): Modeline "800x512"x60.2   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[ 83856.295] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 83856.295] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 83856.295] (II) modeset(0): Modeline "720x450"x59.9   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[ 83856.295] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 83856.295] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 83856.295] (II) modeset(0): Modeline "680x384"x59.8   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[ 83856.295] (II) modeset(0): Modeline "680x384"x60.0   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[ 83856.295] (II) modeset(0): Modeline "576x432"x60.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[ 83856.295] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 83856.295] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 83856.295] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 83856.295] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 83856.321] (II) modeset(0): EDID for output HDMI-1
[ 83856.321] (II) modeset(0): Manufacturer: SAM  Model: c86  Serial#: 1515866710
[ 83856.321] (II) modeset(0): Year: 2016  Week: 52
[ 83856.321] (II) modeset(0): EDID Version: 1.3
[ 83856.321] (II) modeset(0): Digital Display Input
[ 83856.321] (II) modeset(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[ 83856.321] (II) modeset(0): Gamma: 2.20
[ 83856.321] (II) modeset(0): DPMS capabilities: Off
[ 83856.321] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 83856.321] (II) modeset(0): First detailed timing is preferred mode
[ 83856.321] (II) modeset(0): redX: 0.633 redY: 0.340   greenX: 0.320 greenY: 0.622
[ 83856.321] (II) modeset(0): blueX: 0.155 blueY: 0.042   whiteX: 0.312 whiteY: 0.329
[ 83856.321] (II) modeset(0): Supported established timings:
[ 83856.321] (II) modeset(0): 640x480@60Hz
[ 83856.321] (II) modeset(0): 800x600@56Hz
[ 83856.321] (II) modeset(0): 800x600@60Hz
[ 83856.321] (II) modeset(0): 1024x768@60Hz
[ 83856.321] (II) modeset(0): Manufacturer's mask: 0
[ 83856.321] (II) modeset(0): Supported standard timings:
[ 83856.321] (II) modeset(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[ 83856.321] (II) modeset(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[ 83856.321] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 83856.321] (II) modeset(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[ 83856.321] (II) modeset(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[ 83856.321] (II) modeset(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[ 83856.321] (II) modeset(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[ 83856.321] (II) modeset(0): Supported detailed timing:
[ 83856.321] (II) modeset(0): clock: 154.0 MHz   Image Size:  518 x 324 mm
[ 83856.321] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 83856.321] (II) modeset(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[ 83856.321] (II) modeset(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[ 83856.321] (II) modeset(0): Monitor name: S24E650
[ 83856.321] (II) modeset(0): Serial No: H4ZHC07142
[ 83856.321] (II) modeset(0): Supported detailed timing:
[ 83856.321] (II) modeset(0): clock: 148.5 MHz   Image Size:  518 x 324 mm
[ 83856.321] (II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 83856.321] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 83856.321] (II) modeset(0): Supported detailed timing:
[ 83856.321] (II) modeset(0): clock: 74.2 MHz   Image Size:  518 x 324 mm
[ 83856.321] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 83856.321] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[ 83856.321] (II) modeset(0): Supported detailed timing:
[ 83856.321] (II) modeset(0): clock: 74.2 MHz   Image Size:  518 x 324 mm
[ 83856.321] (II) modeset(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 83856.321] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[ 83856.321] (II) modeset(0): Supported detailed timing:
[ 83856.321] (II) modeset(0): clock: 27.0 MHz   Image Size:  518 x 324 mm
[ 83856.321] (II) modeset(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[ 83856.321] (II) modeset(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[ 83856.321] (II) modeset(0): Supported detailed timing:
[ 83856.321] (II) modeset(0): clock: 27.0 MHz   Image Size:  518 x 324 mm
[ 83856.321] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[ 83856.321] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[ 83856.321] (II) modeset(0): Number of EDID sections to follow: 1
[ 83856.321] (II) modeset(0): EDID (in hex):
[ 83856.321] (II) modeset(0): 	00ffffffffffff004c2d860c564a5a5a
[ 83856.321] (II) modeset(0): 	341a0103803420782a01f1a257529f27
[ 83856.321] (II) modeset(0): 	0a505423080081c0810081809500a9c0
[ 83856.321] (II) modeset(0): 	b300d1c00101283c80a070b023403020
[ 83856.321] (II) modeset(0): 	360006442100001a000000fd00383c1e
[ 83856.322] (II) modeset(0): 	5111000a202020202020000000fc0053
[ 83856.322] (II) modeset(0): 	3234453635300a2020202020000000ff
[ 83856.322] (II) modeset(0): 	0048345a484330373134320a20200147
[ 83856.322] (II) modeset(0): 	02010400023a80d072382d40102c4580
[ 83856.322] (II) modeset(0): 	06442100001e011d007251d01e206e28
[ 83856.322] (II) modeset(0): 	550006442100001e011d00bc52d01e20
[ 83856.322] (II) modeset(0): 	b828554006442100001e8c0ad0902040
[ 83856.322] (II) modeset(0): 	31200c4055000644210000188c0ad08a
[ 83856.322] (II) modeset(0): 	20e02d10103e96000644210000180000
[ 83856.322] (II) modeset(0): 	00000000000000000000000000000000
[ 83856.322] (II) modeset(0): 	000000000000000000000000000000d2
[ 83856.322] (II) modeset(0): Printing probed modes for output HDMI-1
[ 83856.322] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 83856.322] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 83856.322] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 83856.322] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 83856.322] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 83856.322] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 83856.322] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 83856.322] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 83856.322] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 83856.322] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 83856.322] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 83856.322] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 83856.322] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 83856.322] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 83856.322] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 83856.322] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 83856.322] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 83856.322] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 83856.322] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 83856.348] (II) modeset(0): EDID for output HDMI-2
[ 83856.348] (II) modeset(0): Manufacturer: SAM  Model: c86  Serial#: 1515866710
[ 83856.348] (II) modeset(0): Year: 2016  Week: 13
[ 83856.348] (II) modeset(0): EDID Version: 1.3
[ 83856.348] (II) modeset(0): Digital Display Input
[ 83856.348] (II) modeset(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[ 83856.348] (II) modeset(0): Gamma: 2.20
[ 83856.348] (II) modeset(0): DPMS capabilities: Off
[ 83856.348] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 83856.348] (II) modeset(0): First detailed timing is preferred mode
[ 83856.348] (II) modeset(0): redX: 0.633 redY: 0.340   greenX: 0.320 greenY: 0.622
[ 83856.348] (II) modeset(0): blueX: 0.155 blueY: 0.042   whiteX: 0.312 whiteY: 0.329
[ 83856.348] (II) modeset(0): Supported established timings:
[ 83856.348] (II) modeset(0): 640x480@60Hz
[ 83856.348] (II) modeset(0): 800x600@56Hz
[ 83856.348] (II) modeset(0): 800x600@60Hz
[ 83856.348] (II) modeset(0): 1024x768@60Hz
[ 83856.348] (II) modeset(0): Manufacturer's mask: 0
[ 83856.348] (II) modeset(0): Supported standard timings:
[ 83856.348] (II) modeset(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[ 83856.348] (II) modeset(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[ 83856.348] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 83856.348] (II) modeset(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[ 83856.348] (II) modeset(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[ 83856.348] (II) modeset(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[ 83856.348] (II) modeset(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[ 83856.348] (II) modeset(0): Supported detailed timing:
[ 83856.348] (II) modeset(0): clock: 154.0 MHz   Image Size:  518 x 324 mm
[ 83856.348] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 83856.348] (II) modeset(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[ 83856.348] (II) modeset(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[ 83856.348] (II) modeset(0): Monitor name: S24E650
[ 83856.348] (II) modeset(0): Serial No: H4ZH311929
[ 83856.348] (II) modeset(0): Supported detailed timing:
[ 83856.348] (II) modeset(0): clock: 148.5 MHz   Image Size:  518 x 324 mm
[ 83856.348] (II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 83856.348] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 83856.348] (II) modeset(0): Supported detailed timing:
[ 83856.348] (II) modeset(0): clock: 74.2 MHz   Image Size:  518 x 324 mm
[ 83856.348] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 83856.348] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[ 83856.348] (II) modeset(0): Supported detailed timing:
[ 83856.348] (II) modeset(0): clock: 74.2 MHz   Image Size:  518 x 324 mm
[ 83856.348] (II) modeset(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 83856.348] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[ 83856.348] (II) modeset(0): Supported detailed timing:
[ 83856.348] (II) modeset(0): clock: 27.0 MHz   Image Size:  518 x 324 mm
[ 83856.348] (II) modeset(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[ 83856.348] (II) modeset(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[ 83856.348] (II) modeset(0): Supported detailed timing:
[ 83856.348] (II) modeset(0): clock: 27.0 MHz   Image Size:  518 x 324 mm
[ 83856.348] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[ 83856.348] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[ 83856.348] (II) modeset(0): Number of EDID sections to follow: 1
[ 83856.348] (II) modeset(0): EDID (in hex):
[ 83856.348] (II) modeset(0): 	00ffffffffffff004c2d860c564a5a5a
[ 83856.348] (II) modeset(0): 	0d1a0103803420782a01f1a257529f27
[ 83856.348] (II) modeset(0): 	0a505423080081c0810081809500a9c0
[ 83856.348] (II) modeset(0): 	b300d1c00101283c80a070b023403020
[ 83856.348] (II) modeset(0): 	360006442100001a000000fd00383c1e
[ 83856.348] (II) modeset(0): 	5111000a202020202020000000fc0053
[ 83856.348] (II) modeset(0): 	3234453635300a2020202020000000ff
[ 83856.348] (II) modeset(0): 	0048345a483331313932390a20200176
[ 83856.348] (II) modeset(0): 	02010400023a80d072382d40102c4580
[ 83856.348] (II) modeset(0): 	06442100001e011d007251d01e206e28
[ 83856.348] (II) modeset(0): 	550006442100001e011d00bc52d01e20
[ 83856.348] (II) modeset(0): 	b828554006442100001e8c0ad0902040
[ 83856.348] (II) modeset(0): 	31200c4055000644210000188c0ad08a
[ 83856.348] (II) modeset(0): 	20e02d10103e96000644210000180000
[ 83856.348] (II) modeset(0): 	00000000000000000000000000000000
[ 83856.348] (II) modeset(0): 	000000000000000000000000000000d2
[ 83856.348] (II) modeset(0): Printing probed modes for output HDMI-2
[ 83856.348] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 83856.348] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 83856.348] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 83856.348] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 83856.348] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 83856.348] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 83856.348] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 83856.348] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 83856.348] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 83856.348] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 83856.348] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 83856.348] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 83856.348] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 83856.348] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 83856.348] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 83856.348] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 83856.348] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 83856.348] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 83856.348] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 83856.353] (II) modeset(0): EDID for output DP-1
[ 83856.353] (II) modeset(0): Manufacturer: SAM  Model: c85  Serial#: 1515866710
[ 83856.353] (II) modeset(0): Year: 2016  Week: 52
[ 83856.353] (II) modeset(0): EDID Version: 1.4
[ 83856.353] (II) modeset(0): Digital Display Input
[ 83856.353] (II) modeset(0): 8 bits per channel
[ 83856.353] (II) modeset(0): Digital interface is DisplayPort
[ 83856.353] (II) modeset(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[ 83856.353] (II) modeset(0): Gamma: 2.20
[ 83856.353] (II) modeset(0): DPMS capabilities: Off
[ 83856.353] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[ 83856.353] (II) modeset(0): First detailed timing is preferred mode
[ 83856.353] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 83856.353] (II) modeset(0): redX: 0.633 redY: 0.340   greenX: 0.320 greenY: 0.622
[ 83856.353] (II) modeset(0): blueX: 0.155 blueY: 0.042   whiteX: 0.312 whiteY: 0.329
[ 83856.353] (II) modeset(0): Supported established timings:
[ 83856.353] (II) modeset(0): 640x480@60Hz
[ 83856.353] (II) modeset(0): 800x600@56Hz
[ 83856.353] (II) modeset(0): 800x600@60Hz
[ 83856.353] (II) modeset(0): 1024x768@60Hz
[ 83856.353] (II) modeset(0): Manufacturer's mask: 0
[ 83856.353] (II) modeset(0): Supported standard timings:
[ 83856.353] (II) modeset(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[ 83856.353] (II) modeset(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[ 83856.353] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 83856.353] (II) modeset(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[ 83856.353] (II) modeset(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[ 83856.353] (II) modeset(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[ 83856.353] (II) modeset(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[ 83856.353] (II) modeset(0): Supported detailed timing:
[ 83856.353] (II) modeset(0): clock: 154.0 MHz   Image Size:  518 x 324 mm
[ 83856.353] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 83856.353] (II) modeset(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[ 83856.353] (II) modeset(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[ 83856.353] (II) modeset(0): Monitor name: S24E650
[ 83856.353] (II) modeset(0): Serial No: H4ZHC05770
[ 83856.353] (II) modeset(0): EDID (in hex):
[ 83856.353] (II) modeset(0): 	00ffffffffffff004c2d850c564a5a5a
[ 83856.353] (II) modeset(0): 	341a0104a53420782201f1a257529f27
[ 83856.353] (II) modeset(0): 	0a505423080081c0810081809500a9c0
[ 83856.353] (II) modeset(0): 	b300d1c00101283c80a070b023403020
[ 83856.353] (II) modeset(0): 	360006442100001a000000fd00383c1e
[ 83856.353] (II) modeset(0): 	5111000a202020202020000000fc0053
[ 83856.353] (II) modeset(0): 	3234453635300a2020202020000000ff
[ 83856.353] (II) modeset(0): 	0048345a484330353737300a20200026
[ 83856.353] (II) modeset(0): Printing probed modes for output DP-1
[ 83856.353] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 83856.353] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 83856.353] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 83856.353] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 83856.353] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 83856.353] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 83856.353] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 83856.353] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 83856.353] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 83856.353] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 83856.353] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 83856.353] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 83856.353] (II) modeset(0): Output eDP-1 connected
[ 83856.353] (II) modeset(0): Output HDMI-1 connected
[ 83856.353] (II) modeset(0): Output HDMI-2 connected
[ 83856.353] (II) modeset(0): Output DP-1 connected
[ 83856.353] (II) modeset(0): Using spanning desktop for initial modes
[ 83856.353] (II) modeset(0): Output eDP-1 using initial mode 1920x1200 +0+0
[ 83856.353] (II) modeset(0): Output HDMI-1 using initial mode 1920x1200 +1920+0
[ 83856.353] (II) modeset(0): Output HDMI-2 using initial mode 1920x1200 +3840+0
[ 83856.353] (II) modeset(0): Output DP-1 using initial mode 1920x1200 +5760+0
[ 83856.353] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 83856.353] (==) modeset(0): DPI set to (96, 96)
[ 83856.353] (II) Loading sub module "fb"
[ 83856.353] (II) LoadModule: "fb"
[ 83856.354] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 83856.354] (II) Module fb: vendor="X.Org Foundation"
[ 83856.354] 	compiled for 1.19.2, module version = 1.0.0
[ 83856.354] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 83856.354] (II) UnloadModule: "fbdev"
[ 83856.354] (II) Unloading fbdev
[ 83856.354] (II) UnloadSubModule: "fbdevhw"
[ 83856.354] (II) Unloading fbdevhw
[ 83856.354] (II) UnloadModule: "vesa"
[ 83856.354] (II) Unloading vesa
[ 83856.354] (==) Depth 24 pixmap format is 32 bpp
[ 83856.408] (==) modeset(0): Backing store enabled
[ 83856.408] (==) modeset(0): Silken mouse enabled
[ 83856.408] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 83856.475] (==) modeset(0): DPMS enabled
[ 83856.475] (II) modeset(0): [DRI2] Setup complete
[ 83856.475] (II) modeset(0): [DRI2]   DRI driver: i965
[ 83856.475] (II) modeset(0): [DRI2]   VDPAU driver: i965
[ 83856.475] (--) RandR disabled
[ 83856.478] (II) SELinux: Disabled on system
[ 83856.483] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 83856.483] (II) AIGLX: enabled GLX_ARB_create_context
[ 83856.483] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 83856.483] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 83856.483] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 83856.483] (II) AIGLX: enabled GLX_SGI_swap_control
[ 83856.483] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 83856.483] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 83856.483] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 83856.483] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 83856.483] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 83856.484] (II) AIGLX: Loaded and initialized i965
[ 83856.484] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 83856.487] (II) modeset(0): Damage tracking initialized
[ 83856.487] (II) modeset(0): Setting screen physical size to 2032 x 317
[ 83856.522] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 83856.522] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 83856.522] (II) LoadModule: "libinput"
[ 83856.523] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 83856.523] (II) Module libinput: vendor="X.Org Foundation"
[ 83856.523] 	compiled for 1.19.0, module version = 0.23.0
[ 83856.523] 	Module class: X.Org XInput Driver
[ 83856.523] 	ABI class: X.Org XInput driver, version 24.1
[ 83856.523] (II) Using input driver 'libinput' for 'Power Button'
[ 83856.523] (**) Power Button: always reports core events
[ 83856.523] (**) Option "Device" "/dev/input/event5"
[ 83856.523] (**) Option "_source" "server/udev"
[ 83856.524] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[ 83856.524] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[ 83856.540] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event5"
[ 83856.540] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 83856.540] (**) Option "xkb_model" "pc105"
[ 83856.540] (**) Option "xkb_layout" "no"
[ 83856.549] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[ 83856.549] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[ 83856.549] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 83856.549] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 83856.549] (II) Using input driver 'libinput' for 'Video Bus'
[ 83856.549] (**) Video Bus: always reports core events
[ 83856.549] (**) Option "Device" "/dev/input/event8"
[ 83856.549] (**) Option "_source" "server/udev"
[ 83856.549] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[ 83856.549] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[ 83856.568] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11/event8"
[ 83856.568] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 83856.568] (**) Option "xkb_model" "pc105"
[ 83856.568] (**) Option "xkb_layout" "no"
[ 83856.568] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[ 83856.568] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[ 83856.568] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 83856.568] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 83856.568] (II) Using input driver 'libinput' for 'Power Button'
[ 83856.568] (**) Power Button: always reports core events
[ 83856.568] (**) Option "Device" "/dev/input/event4"
[ 83856.568] (**) Option "_source" "server/udev"
[ 83856.568] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 83856.568] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[ 83856.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7/event4"
[ 83856.596] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 83856.596] (**) Option "xkb_model" "pc105"
[ 83856.596] (**) Option "xkb_layout" "no"
[ 83856.596] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 83856.596] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[ 83856.596] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 83856.596] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 83856.596] (II) Using input driver 'libinput' for 'Sleep Button'
[ 83856.596] (**) Sleep Button: always reports core events
[ 83856.596] (**) Option "Device" "/dev/input/event3"
[ 83856.596] (**) Option "_source" "server/udev"
[ 83856.597] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[ 83856.597] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[ 83856.612] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event3"
[ 83856.612] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 83856.612] (**) Option "xkb_model" "pc105"
[ 83856.612] (**) Option "xkb_layout" "no"
[ 83856.613] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[ 83856.613] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[ 83856.614] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event0)
[ 83856.614] (**) Logitech USB Laser Mouse: Applying InputClass "libinput pointer catchall"
[ 83856.614] (**) Logitech USB Laser Mouse: Applying InputClass "Mouse"
[ 83856.614] (II) Using input driver 'libinput' for 'Logitech USB Laser Mouse'
[ 83856.614] (**) Logitech USB Laser Mouse: always reports core events
[ 83856.614] (**) Option "Device" "/dev/input/event0"
[ 83856.614] (**) Option "_source" "server/udev"
[ 83856.672] (II) input device 'Logitech USB Laser Mouse', /dev/input/event0 is tagged by udev as: Mouse
[ 83856.672] (II) Device 'Logitech USB Laser Mouse' set to 1000 DPI
[ 83856.672] (II) input device 'Logitech USB Laser Mouse', /dev/input/event0 is a pointer caps
[ 83856.716] (**) Option "AccelSpeed" "-1"
[ 83856.716] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:046D:C069.0001/input/input3/event0"
[ 83856.716] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 10)
[ 83856.716] (**) Option "AccelerationScheme" "none"
[ 83856.716] (**) Logitech USB Laser Mouse: (accel) selected scheme none/0
[ 83856.716] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
[ 83856.716] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
[ 83856.776] (II) input device 'Logitech USB Laser Mouse', /dev/input/event0 is tagged by udev as: Mouse
[ 83856.776] (II) Device 'Logitech USB Laser Mouse' set to 1000 DPI
[ 83856.776] (II) input device 'Logitech USB Laser Mouse', /dev/input/event0 is a pointer caps
[ 83856.777] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0)
[ 83856.777] (**) Logitech USB Laser Mouse: Applying InputClass "Mouse"
[ 83856.777] (II) No input driver specified, ignoring this device.
[ 83856.777] (II) This device may have been added with another device file.
[ 83856.778] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event1)
[ 83856.778] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 83856.778] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[ 83856.778] (**) Logitech USB Keyboard: always reports core events
[ 83856.778] (**) Option "Device" "/dev/input/event1"
[ 83856.778] (**) Option "_source" "server/udev"
[ 83856.779] (II) input device 'Logitech USB Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[ 83856.779] (II) input device 'Logitech USB Keyboard', /dev/input/event1 is a keyboard
[ 83856.792] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C31C.0002/input/input4/event1"
[ 83856.792] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 11)
[ 83856.792] (**) Option "xkb_model" "pc105"
[ 83856.792] (**) Option "xkb_layout" "no"
[ 83856.793] (II) input device 'Logitech USB Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[ 83856.793] (II) input device 'Logitech USB Keyboard', /dev/input/event1 is a keyboard
[ 83856.794] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event2)
[ 83856.794] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 83856.794] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[ 83856.794] (**) Logitech USB Keyboard: always reports core events
[ 83856.794] (**) Option "Device" "/dev/input/event2"
[ 83856.794] (**) Option "_source" "server/udev"
[ 83856.795] (II) input device 'Logitech USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[ 83856.795] (II) input device 'Logitech USB Keyboard', /dev/input/event2 is a keyboard
[ 83856.808] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0003/input/input5/event2"
[ 83856.808] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 12)
[ 83856.808] (**) Option "xkb_model" "pc105"
[ 83856.808] (**) Option "xkb_layout" "no"
[ 83856.809] (II) input device 'Logitech USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[ 83856.809] (II) input device 'Logitech USB Keyboard', /dev/input/event2 is a keyboard
[ 83856.810] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[ 83856.810] (II) No input driver specified, ignoring this device.
[ 83856.810] (II) This device may have been added with another device file.
[ 83856.810] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
[ 83856.810] (II) No input driver specified, ignoring this device.
[ 83856.810] (II) This device may have been added with another device file.
[ 83856.811] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[ 83856.811] (II) No input driver specified, ignoring this device.
[ 83856.811] (II) This device may have been added with another device file.
[ 83856.811] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event12)
[ 83856.811] (II) No input driver specified, ignoring this device.
[ 83856.811] (II) This device may have been added with another device file.
[ 83856.812] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event13)
[ 83856.812] (II) No input driver specified, ignoring this device.
[ 83856.812] (II) This device may have been added with another device file.
[ 83856.812] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event14)
[ 83856.812] (II) No input driver specified, ignoring this device.
[ 83856.812] (II) This device may have been added with another device file.
[ 83856.813] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event15)
[ 83856.813] (II) No input driver specified, ignoring this device.
[ 83856.813] (II) This device may have been added with another device file.
[ 83856.813] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[ 83856.813] (II) No input driver specified, ignoring this device.
[ 83856.813] (II) This device may have been added with another device file.
[ 83856.814] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[ 83856.814] (II) No input driver specified, ignoring this device.
[ 83856.814] (II) This device may have been added with another device file.
[ 83856.814] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event7)
[ 83856.814] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 83856.814] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 83856.814] (**) Eee PC WMI hotkeys: always reports core events
[ 83856.814] (**) Option "Device" "/dev/input/event7"
[ 83856.814] (**) Option "_source" "server/udev"
[ 83856.815] (II) input device 'Eee PC WMI hotkeys', /dev/input/event7 is tagged by udev as: Keyboard
[ 83856.815] (II) input device 'Eee PC WMI hotkeys', /dev/input/event7 is a keyboard
[ 83856.848] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input10/event7"
[ 83856.848] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[ 83856.848] (**) Option "xkb_model" "pc105"
[ 83856.848] (**) Option "xkb_layout" "no"
[ 83856.849] (II) input device 'Eee PC WMI hotkeys', /dev/input/event7 is tagged by udev as: Keyboard
[ 83856.849] (II) input device 'Eee PC WMI hotkeys', /dev/input/event7 is a keyboard
[ 83856.849] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 83856.849] (II) No input driver specified, ignoring this device.
[ 83856.849] (II) This device may have been added with another device file.
[ 83862.264] (II) modeset(0): Allocate new frame buffer 5040x1920 stride

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

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event5
N: input/event5
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event5
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=69
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=6472221
E: XKBLAYOUT=no
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
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=6445700

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11/event8
N: input/event8
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11/event8
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=72
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=6510144
E: XKBLAYOUT=no
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
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=6347483

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7/event4
N: input/event4
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7/event4
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=68
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=6472472
E: XKBLAYOUT=no
E: XKBMODEL=pc105

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event3
N: input/event3
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: LIBINPUT_DEVICE_GROUP=19/0/3/0:PNP0C0E/button
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=6472213
E: XKBLAYOUT=no
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:046D:C069.0001/input/input3
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:046D:C069.0001/input/input3
E: EV=17
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_7_1_0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Laser_Mouse
E: ID_MODEL_ENC=USB\x20Laser\x20Mouse
E: ID_MODEL_ID=c069
E: ID_PATH=pci-0000:00:14.0-usb-0:7:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_7_1_0
E: ID_REVISION=5601
E: ID_SERIAL=Logitech_USB_Laser_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: KEY=ff0000 0 0 0 0
E: MODALIAS=input:b0003v046DpC069e0110-e0,1,2,4,k110,111,112,113,114,115,116,117,r0,1,6,8,am4,lsfw
E: MSC=10
E: NAME="Logitech USB Laser Mouse"
E: PHYS="usb-0000:00:14.0-7/input0"
E: PRODUCT=3/46d/c069/110
E: PROP=0
E: REL=143
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=1996124

P: /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:046D:C069.0001/input/input3/event0
N: input/event0
S: input/by-id/usb-Logitech_USB_Laser_Mouse-event-mouse
S: input/by-path/pci-0000:00:14.0-usb-0:7:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Laser_Mouse-event-mouse /dev/input/by-path/pci-0000:00:14.0-usb-0:7:1.0-event-mouse
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:046D:C069.0001/input/input3/event0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Laser_Mouse
E: ID_MODEL_ENC=USB\x20Laser\x20Mouse
E: ID_MODEL_ID=c069
E: ID_PATH=pci-0000:00:14.0-usb-0:7:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_7_1_0
E: ID_REVISION=5601
E: ID_SERIAL=Logitech_USB_Laser_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: LIBINPUT_DEVICE_GROUP=3/46d/c069/110:usb-0000:00:14.0-7
E: MAJOR=13
E: MINOR=64
E: MOUSE_DPI=1000@125
E: SUBSYSTEM=input
E: USEC_INITIALIZED=6494363

P: /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:046D:C069.0001/input/input3/mouse0
N: input/mouse0
S: input/by-id/usb-Logitech_USB_Laser_Mouse-mouse
S: input/by-path/pci-0000:00:14.0-usb-0:7:1.0-mouse
E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:7:1.0-mouse /dev/input/by-id/usb-Logitech_USB_Laser_Mouse-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:046D:C069.0001/input/input3/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Laser_Mouse
E: ID_MODEL_ENC=USB\x20Laser\x20Mouse
E: ID_MODEL_ID=c069
E: ID_PATH=pci-0000:00:14.0-usb-0:7:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_7_1_0
E: ID_REVISION=5601
E: ID_SERIAL=Logitech_USB_Laser_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=1996878

P: /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C31C.0002/input/input4
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C31C.0002/input/input4
E: EV=120013
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_9_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=c31c
E: ID_PATH=pci-0000:00:14.0-usb-0:9:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_9_1_0
E: ID_REVISION=6400
E: ID_SERIAL=Logitech_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=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: KEY=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
E: LED=1f
E: MODALIAS=input:b0003v046DpC31Ce0110-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,3,4,sfw
E: MSC=10
E: NAME="Logitech USB Keyboard"
E: PHYS="usb-0000:00:14.0-9/input0"
E: PRODUCT=3/46d/c31c/110
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2379412

P: /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C31C.0002/input/input4/event1
N: input/event1
S: input/by-id/usb-Logitech_USB_Keyboard-event-kbd
S: input/by-path/pci-0000:00:14.0-usb-0:9:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:9:1.0-event-kbd /dev/input/by-id/usb-Logitech_USB_Keyboard-event-kbd
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C31C.0002/input/input4/event1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=c31c
E: ID_PATH=pci-0000:00:14.0-usb-0:9:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_9_1_0
E: ID_REVISION=6400
E: ID_SERIAL=Logitech_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=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: LIBINPUT_DEVICE_GROUP=3/46d/c31c/110:usb-0000:00:14.0-9
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: USEC_INITIALIZED=6472479
E: XKBLAYOUT=no
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0003/input/input5
E: ABS=100000000
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0003/input/input5
E: EV=1b
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_9_1_1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=c31c
E: ID_PATH=pci-0000:00:14.0-usb-0:9:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_9_1_1
E: ID_REVISION=6400
E: ID_SERIAL=Logitech_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=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: KEY=2010000 397ad801d001 1e000000000000 0
E: MODALIAS=input:b0003v046DpC31Ce0110-e0,1,3,4,k71,72,73,74,80,8C,8E,8F,90,9B,9C,9E,9F,A1,A3,A4,A5,A6,A8,AB,AC,AD,D0,D9,ra20,m4,lsfw
E: MSC=10
E: NAME="Logitech USB Keyboard"
E: PHYS="usb-0000:00:14.0-9/input1"
E: PRODUCT=3/46d/c31c/110
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2380680

P: /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0003/input/input5/event2
N: input/event2
S: input/by-id/usb-Logitech_USB_Keyboard-event-if01
S: input/by-path/pci-0000:00:14.0-usb-0:9:1.1-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Keyboard-event-if01 /dev/input/by-path/pci-0000:00:14.0-usb-0:9:1.1-event
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0003/input/input5/event2
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=c31c
E: ID_PATH=pci-0000:00:14.0-usb-0:9:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_9_1_1
E: ID_REVISION=6400
E: ID_SERIAL=Logitech_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=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: LIBINPUT_DEVICE_GROUP=3/46d/c31c/110:usb-0000:00:14.0-9
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: USEC_INITIALIZED=6472250
E: XKBLAYOUT=no
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input12
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: NAME="HDA Intel PCH Front 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=6738011

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input12/event9
N: input/event9
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input12/event9
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: USEC_INITIALIZED=6795246

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input13
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: NAME="HDA Intel PCH Rear 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=6742182

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input13/event10
N: input/event10
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input13/event10
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=74
E: SUBSYSTEM=input
E: USEC_INITIALIZED=6808523

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input14
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
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=6742329

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input14/event11
N: input/event11
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input14/event11
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=75
E: SUBSYSTEM=input
E: USEC_INITIALIZED=6809564

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input15
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: NAME="HDA Intel PCH Line Out Front"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=6742663

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input15/event12
N: input/event12
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input15/event12
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=76
E: SUBSYSTEM=input
E: USEC_INITIALIZED=6795245

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input16
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: NAME="HDA Intel PCH Line Out Surround"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=6742366

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input16/event13
N: input/event13
E: DEVNAME=/dev/input/event13
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input16/event13
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=77
E: SUBSYSTEM=input
E: USEC_INITIALIZED=6809725

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input17
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: NAME="HDA Intel PCH Line Out CLFE"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=6742713

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input17/event14
N: input/event14
E: DEVNAME=/dev/input/event14
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input17/event14
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=78
E: SUBSYSTEM=input
E: USEC_INITIALIZED=6808517

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input18
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: NAME="HDA Intel PCH Line Out Side"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=6742779

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input18/event15
N: input/event15
E: DEVNAME=/dev/input/event15
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input18/event15
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=79
E: SUBSYSTEM=input
E: USEC_INITIALIZED=6809298

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input19
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
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=6744693

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input19/event16
N: input/event16
E: DEVNAME=/dev/input/event16
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input19/event16
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=80
E: SUBSYSTEM=input
E: USEC_INITIALIZED=6795447

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

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input20/event17
N: input/event17
E: DEVNAME=/dev/input/event17
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input20/event17
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=81
E: SUBSYSTEM=input
E: USEC_INITIALIZED=6812223

P: /devices/platform/eeepc-wmi/input/input10
E: DEVPATH=/devices/platform/eeepc-wmi/input/input10
E: EV=100013
E: ID_FOR_SEAT=input-platform-eeepc-wmi
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-eeepc-wmi
E: ID_PATH_TAG=platform-eeepc-wmi
E: KEY=7e40000 0 800000000000 0 0 1400b00100000 300180001100800 e000000000000 2
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,14,k71,72,73,8B,94,98,AB,AC,B8,B9,D4,E0,E1,E3,EE,F0,1AF,212,215,216,217,218,219,21A,ram4,lsfw
E: MSC=10
E: NAME="Eee PC WMI hotkeys"
E: PHYS="eeepc-wmi/input0"
E: PRODUCT=19/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=6397232

P: /devices/platform/eeepc-wmi/input/input10/event7
N: input/event7
S: input/by-path/platform-eeepc-wmi-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-eeepc-wmi-event
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/platform/eeepc-wmi/input/input10/event7
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-eeepc-wmi
E: ID_PATH_TAG=platform-eeepc-wmi
E: LIBINPUT_DEVICE_GROUP=19/0/0/0:eeepc-wmi
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=6472077
E: XKBLAYOUT=no
E: XKBMODEL=pc105

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

P: /devices/platform/pcspkr/input/input9/event6
N: input/event6
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/platform/pcspkr/input/input9/event6
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=70
E: SUBSYSTEM=input
E: USEC_INITIALIZED=6472359


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


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

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

Versions of packages xserver-xorg-input-libinput depends on:
ii  libc6                                  2.24-11+deb9u1
ii  libinput10                             1.6.3-1
ii  xserver-xorg-core [xorg-input-abi-24]  2:1.19.2-1+deb9u1

xserver-xorg-input-libinput recommends no packages.

xserver-xorg-input-libinput suggests no packages.

-- no debconf information


Reply to: