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

Bug#851443: linux-image-4.9.0-1-amd64: Regression from 4.8 under X: USB input devices no more work, degraded resolution, "open /dev/dri/card0: No such file or directory" in Xorg.0.log [Intel Skylake, HD Graphics 530]



Package: src:linux
Version: 4.9.2-2
Severity: important

Dear Debian Linux Kernel Maintainers,

booting linux-image-4.9.0-1-amd64/4.9.2-2 instead of
linux-image-4.8.0-2-amd64/4.8.15-2 (or
linux-image-4.8.0-2-grsec-amd64/4.8.15-2+grsec201701031913+1) shows a
severe regression on my system wrt. to X.org:

With 4.8.15-2, all three screens, USB mouse and USB keyboard work fine
under X and the screens have the expected resolutions.

With 4.9.2-2, several things failed:

* X is only shown on two of three screens and both show the same
  contents instead of different content.

* Resolution is only (1x) 1024x768 instead of the expected 1920x1080 +
  1280x720 (+ 2048x1152)

* As soon as X starts, neither USB keyboard nor mouse are working
  anymore under X. Pressing Ctrl-Alt-F1 to get to a text console has no
  effect. (I do get a text console if I login remotely via SSH as root
  and call "chvt 1". On the text console the USB keyboard is working
  again.)

The most relevant difference from the two Xorg.0.log files seems to be:

4.8: (II) xfree86: Adding drm device (/dev/dri/card0)
4.8: xf86EnableIOPorts: failed to set IOPL for I/O (No such device)
4.8: (II) modeset(0): using drv /dev/dri/card0
4.8: (WW) Falling back to old probe method for fbdev

4.9: (EE) open /dev/dri/card0: No such file or directory
4.9: (WW) Falling back to old probe method for modesetting
4.9: (EE) open /dev/dri/card0: No such file or directory

>From then on things seemed to go downhill…

Attached is the full diff between the two files (again, with timing
information being stripped), generated using "diff -u <(perl -pE
's/^\[[^]]*\] *//' < /var/log/Xorg.0.log-4.8) <(perl -pE 's/^\[[^]]*\]
*//' < /var/log/Xorg.0.log-4.9)", i.e. "-" means "4.8" and "+" means
"4.9".

--- /proc/self/fd/11	2017-01-15 01:12:37.722837254 +0100
+++ /proc/self/fd/12	2017-01-15 01:12:37.718837243 +0100
@@ -3,8 +3,8 @@
 Release Date: 2016-11-15
 X Protocol Version 11, Revision 0
 Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
-Current Operating System: Linux c6 4.8.0-2-grsec-amd64 #1 SMP Debian 4.8.15-2+grsec201701031913+1 (2017-01-06) x86_64
-Kernel command line: BOOT_IMAGE=/vmlinuz-4.8.0-2-grsec-amd64 root=/dev/mapper/vgc6-root ro quiet
+Current Operating System: Linux c6 4.9.0-1-amd64 #1 SMP Debian 4.9.2-2 (2017-01-12) x86_64
+Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-1-amd64 root=/dev/mapper/vgc6-root ro quiet
 Build Date: 16 December 2016  07:30:27PM
 xorg-server 2:1.19.0-3 (https://www.debian.org/support) 
 Current version of pixman: 0.34.0
@@ -13,7 +13,7 @@
 Markers: (--) probed, (**) from config file, (==) default setting,
 	(++) from command line, (!!) notice, (II) informational,
 	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
-(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 14 21:53:48 2017
+(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 14 22:05:23 2017
 (==) Using system config directory "/usr/share/X11/xorg.conf.d"
 (==) No Layout section.  Using the first Screen section.
 (==) No screen section available. Using defaults.
@@ -38,7 +38,7 @@
 (==) ModulePath set to "/usr/lib/xorg/modules"
 (II) The server relies on udev to provide the list of input devices.
 	If no devices become available, reconfigure udev or disable AutoAddDevices.
-(II) Loader magic: 0x2808e31e00
+(II) Loader magic: 0x5607fd35ee00
 (II) Module ABI versions:
 	X.Org ANSI C Emulation: 0.4
 	X.Org Video Driver: 23.0
@@ -47,7 +47,6 @@
 (++) using VT number 7
 
 (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
-(II) xfree86: Adding drm device (/dev/dri/card0)
 (--) PCI:*(0:0:2:0) 8086:1912:1849:1912 rev 6, Mem @ 0xde000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
 (II) LoadModule: "glx"
 (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
@@ -79,540 +78,65 @@
 (II) modesetting: Driver for Modesetting Kernel Drivers: kms
 (II) FBDEV: driver for framebuffer: fbdev
 (II) VESA: driver for VESA chipsets: vesa
-xf86EnableIOPorts: failed to set IOPL for I/O (No such device)
-(II) modeset(0): using drv /dev/dri/card0
-(WW) Falling back to old probe method for fbdev
+(EE) open /dev/dri/card0: No such file or directory
+(WW) Falling back to old probe method for modesetting
+(EE) open /dev/dri/card0: No such file or directory
 (II) Loading sub module "fbdevhw"
 (II) LoadModule: "fbdevhw"
 (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
 (II) Module fbdevhw: vendor="X.Org Foundation"
 	compiled for 1.19.0, module version = 0.0.2
 	ABI class: X.Org Video Driver, version 23.0
+(**) FBDEV(1): claimed PCI slot 0@0:2:0
+(II) FBDEV(1): using default device
 (WW) Falling back to old probe method for vesa
-(II) modeset(0): Creating default Display subsection in Screen section
+(EE) Screen 0 deleted because of no matching config section.
+(II) UnloadModule: "modesetting"
+(II) FBDEV(0): Creating default Display subsection in Screen section
 	"Default Screen Section" for depth/fbbpp 24/32
-(==) modeset(0): Depth 24, (==) framebuffer bpp 32
-(==) modeset(0): RGB weight 888
-(==) modeset(0): Default visual is TrueColor
-(II) Loading sub module "glamoregl"
-(II) LoadModule: "glamoregl"
-(II) Loading /usr/lib/xorg/modules/libglamoregl.so
-(II) Module glamoregl: vendor="X.Org Foundation"
-	compiled for 1.19.0, module version = 1.0.0
-	ABI class: X.Org ANSI C Emulation, version 0.4
-(II) glamor: OpenGL accelerated X.org driver based.
-(II) glamor: EGL version 1.4 (DRI2):
-(II) modeset(0): glamor initialized
-(II) modeset(0): Output DP-1 has no monitor section
-(II) modeset(0): Output HDMI-1 has no monitor section
-(II) modeset(0): Output HDMI-2 has no monitor section
-(II) modeset(0): Output HDMI-3 has no monitor section
-(II) modeset(0): Output DP-2 has no monitor section
-(II) modeset(0): EDID for output DP-1
-(II) modeset(0): Manufacturer: AOC  Model: 2269  Serial#: 1527
-(II) modeset(0): Year: 2015  Week: 43
-(II) modeset(0): EDID Version: 1.4
-(II) modeset(0): Digital Display Input
-(II) modeset(0): 8 bits per channel
-(II) modeset(0): Digital interface is DisplayPort
-(II) modeset(0): Max Image Size [cm]: horiz.: 48  vert.: 27
-(II) modeset(0): Gamma: 2.20
-(II) modeset(0): DPMS capabilities: Off
-(II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
-(II) modeset(0): First detailed timing is preferred mode
-(II) modeset(0): Preferred mode is native pixel format and refresh rate
-(II) modeset(0): redX: 0.653 redY: 0.336   greenX: 0.324 greenY: 0.612
-(II) modeset(0): blueX: 0.151 blueY: 0.065   whiteX: 0.313 whiteY: 0.329
-(II) modeset(0): Supported established timings:
-(II) modeset(0): 720x400@70Hz
-(II) modeset(0): 640x480@60Hz
-(II) modeset(0): 640x480@67Hz
-(II) modeset(0): 640x480@72Hz
-(II) modeset(0): 640x480@75Hz
-(II) modeset(0): 800x600@56Hz
-(II) modeset(0): 800x600@60Hz
-(II) modeset(0): 800x600@72Hz
-(II) modeset(0): 800x600@75Hz
-(II) modeset(0): 832x624@75Hz
-(II) modeset(0): 1024x768@60Hz
-(II) modeset(0): 1024x768@70Hz
-(II) modeset(0): 1024x768@75Hz
-(II) modeset(0): 1280x1024@75Hz
-(II) modeset(0): Manufacturer's mask: 0
-(II) modeset(0): Supported standard timings:
-(II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
-(II) modeset(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
-(II) modeset(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
-(II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
-(II) modeset(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
-(II) modeset(0): #5: hsize: 1280  vsize 720  refresh: 60  vid: 49281
-(II) modeset(0): Supported detailed timing:
-(II) modeset(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
-(II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
-(II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
-(II) modeset(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
-(II) modeset(0): Monitor name: 2269WM
-(II) modeset(0): Serial No: AGJFA9A001527
-(II) modeset(0): Supported detailed timing:
-(II) modeset(0): clock: 27.0 MHz   Image Size:  477 x 268 mm
-(II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
-(II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
-(II) modeset(0): Supported detailed timing:
-(II) modeset(0): clock: 74.2 MHz   Image Size:  477 x 268 mm
-(II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
-(II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
-(II) modeset(0): Supported detailed timing:
-(II) modeset(0): clock: 27.0 MHz   Image Size:  477 x 268 mm
-(II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
-(II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
-(II) modeset(0): Supported detailed timing:
-(II) modeset(0): clock: 27.0 MHz   Image Size:  477 x 268 mm
-(II) modeset(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
-(II) modeset(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
-(II) modeset(0): Number of EDID sections to follow: 1
-(II) modeset(0): EDID (in hex):
-(II) modeset(0): 	00ffffffffffff0005e36922f7050000
-(II) modeset(0): 	2b190104a5301b783a43f5a756539c26
-(II) modeset(0): 	105054bfef00d1c0b300950081808140
-(II) modeset(0): 	81c001010101023a801871382d40582c
-(II) modeset(0): 	4500dd0c1100001e000000fd00324c1e
-(II) modeset(0): 	5311010a202020202020000000fc0032
-(II) modeset(0): 	323639574d0a202020202020000000ff
-(II) modeset(0): 	0041474a46413941303031353237014e
-(II) modeset(0): 	02031ef14b0514901f04130312021101
-(II) modeset(0): 	230907018301000065030c0010008c0a
-(II) modeset(0): 	d08a20e02d10103e9600dd0c11000018
-(II) modeset(0): 	011d007251d01e206e285500dd0c1100
-(II) modeset(0): 	001e8c0ad08a20e02d10103e9600dd0c
-(II) modeset(0): 	110000188c0ad090204031200c405500
-(II) modeset(0): 	dd0c1100001800000000000000000000
-(II) modeset(0): 	000000000000000000000000000000cb
-(II) modeset(0): Printing probed modes for output DP-1
-(II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
-(II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
-(II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
-(II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
-(II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
-(II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
-(II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
-(II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
-(II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
-(II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
-(II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
-(II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
-(II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
-(II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
-(II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
-(II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
-(II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
-(II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
-(II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
-(II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
-(II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
-(II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
-(II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
-(II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
-(II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
-(II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
-(II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
-(II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
-(II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
-(II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
-(II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
-(II) modeset(0): EDID for output HDMI-1
-(II) modeset(0): EDID for output HDMI-2
-(II) modeset(0): Manufacturer: XXX  Model: 0  Serial#: 0
-(II) modeset(0): Year: 2015  Week: 6
-(II) modeset(0): EDID Version: 1.3
-(II) modeset(0): Digital Display Input
-(II) modeset(0): Indeterminate output size
-(II) modeset(0): Gamma: 1.00
-(II) modeset(0): No DPMS capabilities specified
-(II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
-(II) modeset(0): First detailed timing is preferred mode
-(II) modeset(0): redX: 0.636 redY: 0.349   greenX: 0.290 greenY: 0.589
-(II) modeset(0): blueX: 0.143 blueY: 0.080   whiteX: 0.313 whiteY: 0.329
-(II) modeset(0): Supported established timings:
-(II) modeset(0): 720x400@70Hz
-(II) modeset(0): 640x480@60Hz
-(II) modeset(0): 800x600@56Hz
-(II) modeset(0): 800x600@60Hz
-(II) modeset(0): 1024x768@60Hz
-(II) modeset(0): Manufacturer's mask: 0
-(II) modeset(0): Supported standard timings:
-(II) modeset(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
-(II) modeset(0): Supported detailed timing:
-(II) modeset(0): clock: 69.3 MHz   Image Size:  261 x 163 mm
-(II) modeset(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1403 h_border: 0
-(II) modeset(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 821 v_border: 0
-(II) modeset(0): Supported detailed timing:
-(II) modeset(0): clock: 79.5 MHz   Image Size:  32 x 86 mm
-(II) modeset(0): h_active: 1280  h_sync: 1344  h_sync_end 1472 h_blank_end 1664 h_border: 0
-(II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 778 v_blanking: 798 v_border: 0
-(II) modeset(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 80 kHz, PixClock max 165 MHz
-(II) modeset(0): Monitor name: AAA
-(II) modeset(0): Supported detailed timing:
-(II) modeset(0): clock: 74.2 MHz   Image Size:  0 x 0 mm
-(II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
-(II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
-(II) modeset(0): Supported detailed timing:
-(II) modeset(0): clock: 27.0 MHz   Image Size:  0 x 0 mm
-(II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
-(II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
-(II) modeset(0): Supported detailed timing:
-(II) modeset(0): clock: 74.2 MHz   Image Size:  0 x 0 mm
-(II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
-(II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
-(II) modeset(0): Supported detailed timing:
-(II) modeset(0): clock: 74.2 MHz   Image Size:  708 x 398 mm
-(II) modeset(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
-(II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
-(II) modeset(0): Supported detailed timing:
-(II) modeset(0): clock: 27.0 MHz   Image Size:  0 x 0 mm
-(II) modeset(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
-(II) modeset(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
-(II) modeset(0): Number of EDID sections to follow: 1
-(II) modeset(0): EDID (in hex):
-(II) modeset(0): 	00ffffffffffff006318000000000000
-(II) modeset(0): 	06190103800000000ad7a5a2594a9624
-(II) modeset(0): 	145054a3080081c00101010101010101
-(II) modeset(0): 	010101010101121b007b502015303020
-(II) modeset(0): 	360005a3100000180e1f008051001e30
-(II) modeset(0): 	4080370020560000001c000000fd0032
-(II) modeset(0): 	4c1e5010000a202020202020000000fc
-(II) modeset(0): 	004141410a202020202020202020017c
-(II) modeset(0): 	02031f715090050403070206011f1413
-(II) modeset(0): 	12161115202309070765030c00100001
-(II) modeset(0): 	1d007251d01e206e2855000000000000
-(II) modeset(0): 	1e8c0ad08a20e02d10103e9600000000
-(II) modeset(0): 	000018011d80d0721c1620102c258000
-(II) modeset(0): 	000000009e011d00bc52d01e20b82855
-(II) modeset(0): 	40c48e2100001e8c0ad090204031200c
-(II) modeset(0): 	4055000000000000180000000000008b
-(II) modeset(0): Printing probed modes for output HDMI-2
-(II) modeset(0): Modeline "1280x800"x60.2   69.30  1280 1328 1360 1403  800 803 809 821 -hsync -vsync (49.4 kHz eP)
-(II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
-(II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
-(II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
-(II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
-(II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
-(II) modeset(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
-(II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
-(II) modeset(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
-(II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
-(II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
-(II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
-(II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
-(II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
-(II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
-(II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
-(II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
-(II) modeset(0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
-(II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
-(II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
-(II) modeset(0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
-(II) modeset(0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
-(II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
-(II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
-(II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
-(II) modeset(0): EDID for output HDMI-3
-(II) modeset(0): Manufacturer: SAM  Model: 41f  Serial#: 1297691187
-(II) modeset(0): Year: 2009  Week: 6
-(II) modeset(0): EDID Version: 1.3
-(II) modeset(0): Digital Display Input
-(II) modeset(0): Max Image Size [cm]: horiz.: 51  vert.: 29
-(II) modeset(0): Gamma: 2.20
-(II) modeset(0): DPMS capabilities: Off
-(II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
-(II) modeset(0): First detailed timing is preferred mode
-(II) modeset(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
-(II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
-(II) modeset(0): Supported established timings:
-(II) modeset(0): 640x480@60Hz
-(II) modeset(0): 800x600@56Hz
-(II) modeset(0): 800x600@60Hz
-(II) modeset(0): 1024x768@60Hz
-(II) modeset(0): Manufacturer's mask: 0
-(II) modeset(0): Supported standard timings:
-(II) modeset(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
-(II) modeset(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
-(II) modeset(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
-(II) modeset(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
-(II) modeset(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
-(II) modeset(0): Supported detailed timing:
-(II) modeset(0): clock: 156.8 MHz   Image Size:  510 x 287 mm
-(II) modeset(0): h_active: 2048  h_sync: 2096  h_sync_end 2128 h_blank_end 2208 h_border: 0
-(II) modeset(0): v_active: 1152  v_sync: 1155  v_sync_end 1160 v_blanking: 1185 v_border: 0
-(II) modeset(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 165 MHz
-(II) modeset(0): Monitor name: SyncMaster
-(II) modeset(0): Serial No: H9XS200610
-(II) modeset(0): EDID (in hex):
-(II) modeset(0): 	00ffffffffffff004c2d1f043332594d
-(II) modeset(0): 	0613010380331d782aee91a3544c9926
-(II) modeset(0): 	0f50542308008180814081009500b300
-(II) modeset(0): 	0101010101013b3d00a0808021403020
-(II) modeset(0): 	3500fe1f1100001a000000fd00383c1e
-(II) modeset(0): 	5110000a202020202020000000fc0053
-(II) modeset(0): 	796e634d61737465720a2020000000ff
-(II) modeset(0): 	00483958533230303631300a202000f3
-(II) modeset(0): Printing probed modes for output HDMI-3
-(II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz eP)
-(II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
-(II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
-(II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
-(II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
-(II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
-(II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
-(II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
-(II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
-(II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
-(II) modeset(0): EDID for output DP-2
-(II) modeset(0): Output DP-1 connected
-(II) modeset(0): Output HDMI-1 disconnected
-(II) modeset(0): Output HDMI-2 connected
-(II) modeset(0): Output HDMI-3 connected
-(II) modeset(0): Output DP-2 disconnected
-(II) modeset(0): Using spanning desktop for initial modes
-(II) modeset(0): Output DP-1 using initial mode 1920x1080 +0+0
-(II) modeset(0): Output HDMI-2 using initial mode 1280x800 +1920+0
-(II) modeset(0): Output HDMI-3 using initial mode 2048x1152 +3200+0
-(==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
-(==) modeset(0): DPI set to (96, 96)
+(==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
+(==) FBDEV(0): RGB weight 888
+(==) FBDEV(0): Default visual is TrueColor
+(==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
+(II) FBDEV(0): hardware: EFI VGA (video memory: 3072kB)
+(II) FBDEV(0): checking modes against framebuffer device...
+(II) FBDEV(0): checking modes against monitor...
+(--) FBDEV(0): Virtual size is 1024x768 (pitch 1024)
+(**) FBDEV(0):  Built-in mode "current": 78.7 MHz, 59.9 kHz, 75.7 Hz
+(II) FBDEV(0): Modeline "current"x0.0   78.65  1024 1056 1184 1312  768 772 776 792 -hsync -vsync -csync (59.9 kHz b)
+(==) FBDEV(0): DPI set to (96, 96)
 (II) Loading sub module "fb"
 (II) LoadModule: "fb"
 (II) Loading /usr/lib/xorg/modules/libfb.so
 (II) Module fb: vendor="X.Org Foundation"
 	compiled for 1.19.0, module version = 1.0.0
 	ABI class: X.Org ANSI C Emulation, version 0.4
-(II) UnloadModule: "fbdev"
-(II) Unloading fbdev
-(II) UnloadSubModule: "fbdevhw"
-(II) Unloading fbdevhw
+(**) FBDEV(0): using shadow framebuffer
+(II) Loading sub module "shadow"
+(II) LoadModule: "shadow"
+(II) Loading /usr/lib/xorg/modules/libshadow.so
+(II) Module shadow: vendor="X.Org Foundation"
+	compiled for 1.19.0, module version = 1.1.0
+	ABI class: X.Org ANSI C Emulation, version 0.4
 (II) UnloadModule: "vesa"
 (II) Unloading vesa
 (==) Depth 24 pixmap format is 32 bpp
-(==) modeset(0): Backing store enabled
-(==) modeset(0): Silken mouse enabled
-(II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
-(==) modeset(0): DPMS enabled
-(II) modeset(0): [DRI2] Setup complete
-(II) modeset(0): [DRI2]   DRI driver: i965
-(II) modeset(0): [DRI2]   VDPAU driver: i965
-(--) RandR disabled
+(II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
+(==) FBDEV(0): Backing store enabled
+(==) FBDEV(0): DPMS enabled
+(==) RandR enabled
 (II) SELinux: Disabled on system
-(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
-(II) AIGLX: enabled GLX_ARB_create_context
-(II) AIGLX: enabled GLX_ARB_create_context_profile
-(II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
-(II) AIGLX: enabled GLX_INTEL_swap_event
-(II) AIGLX: enabled GLX_SGI_swap_control
-(II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
-(II) AIGLX: enabled GLX_ARB_fbconfig_float
-(II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
-(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
-(II) AIGLX: enabled GLX_ARB_create_context_robustness
-(II) AIGLX: Loaded and initialized i965
-(II) GLX: Initialized DRI2 GL provider for screen 0
-(II) modeset(0): Damage tracking initialized
-(II) modeset(0): Setting screen physical size to 1388 x 304
-(II) config/udev: Adding input device Power Button (/dev/input/event6)
-(**) Power Button: Applying InputClass "evdev keyboard catchall"
-(**) Power Button: Applying InputClass "libinput keyboard catchall"
-(II) LoadModule: "libinput"
-(II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
-(II) Module libinput: vendor="X.Org Foundation"
-	compiled for 1.19.0, module version = 0.23.0
-	Module class: X.Org XInput Driver
-	ABI class: X.Org XInput driver, version 24.1
-(II) Using input driver 'libinput' for 'Power Button'
-(**) Power Button: always reports core events
-(**) Option "Device" "/dev/input/event6"
-(**) Option "_source" "server/udev"
-(II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
-(II) input device 'Power Button', /dev/input/event6 is a keyboard
-(**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input9/event6"
-(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
-(**) Option "xkb_model" "pc105"
-(**) Option "xkb_layout" "us"
-(II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
-(II) input device 'Power Button', /dev/input/event6 is a keyboard
-(II) config/udev: Adding input device Video Bus (/dev/input/event8)
-(**) Video Bus: Applying InputClass "evdev keyboard catchall"
-(**) Video Bus: Applying InputClass "libinput keyboard catchall"
-(II) Using input driver 'libinput' for 'Video Bus'
-(**) Video Bus: always reports core events
-(**) Option "Device" "/dev/input/event8"
-(**) Option "_source" "server/udev"
-(II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
-(II) input device 'Video Bus', /dev/input/event8 is a keyboard
-(**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11/event8"
-(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
-(**) Option "xkb_model" "pc105"
-(**) Option "xkb_layout" "us"
-(II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
-(II) input device 'Video Bus', /dev/input/event8 is a keyboard
-(II) config/udev: Adding input device Power Button (/dev/input/event5)
-(**) Power Button: Applying InputClass "evdev keyboard catchall"
-(**) Power Button: Applying InputClass "libinput keyboard catchall"
-(II) Using input driver 'libinput' for 'Power Button'
-(**) Power Button: always reports core events
-(**) Option "Device" "/dev/input/event5"
-(**) Option "_source" "server/udev"
-(II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
-(II) input device 'Power Button', /dev/input/event5 is a keyboard
-(**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input8/event5"
-(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
-(**) Option "xkb_model" "pc105"
-(**) Option "xkb_layout" "us"
-(II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
-(II) input device 'Power Button', /dev/input/event5 is a keyboard
-(II) config/udev: Adding input device Sleep Button (/dev/input/event4)
-(**) Sleep Button: Applying InputClass "evdev keyboard catchall"
-(**) Sleep Button: Applying InputClass "libinput keyboard catchall"
-(II) Using input driver 'libinput' for 'Sleep Button'
-(**) Sleep Button: always reports core events
-(**) Option "Device" "/dev/input/event4"
-(**) Option "_source" "server/udev"
-(II) input device 'Sleep Button', /dev/input/event4 is tagged by udev as: Keyboard
-(II) input device 'Sleep Button', /dev/input/event4 is a keyboard
-(**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event4"
-(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
-(**) Option "xkb_model" "pc105"
-(**) Option "xkb_layout" "us"
-(II) input device 'Sleep Button', /dev/input/event4 is tagged by udev as: Keyboard
-(II) input device 'Sleep Button', /dev/input/event4 is a keyboard
-(II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event0)
-(**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall"
-(**) Logitech USB Laser Mouse: Applying InputClass "libinput pointer catchall"
-(II) Using input driver 'libinput' for 'Logitech USB Laser Mouse'
-(**) Logitech USB Laser Mouse: always reports core events
-(**) Option "Device" "/dev/input/event0"
-(**) Option "_source" "server/udev"
-(II) input device 'Logitech USB Laser Mouse', /dev/input/event0 is tagged by udev as: Mouse
-(II) Device 'Logitech USB Laser Mouse' set to 1000 DPI
-(II) input device 'Logitech USB Laser Mouse', /dev/input/event0 is a pointer caps
-(**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.3/1-9.3:1.0/0003:046D:C069.0001/input/input3/event0"
-(II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 10)
-(**) Option "AccelerationScheme" "none"
-(**) Logitech USB Laser Mouse: (accel) selected scheme none/0
-(**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
-(**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
-(II) input device 'Logitech USB Laser Mouse', /dev/input/event0 is tagged by udev as: Mouse
-(II) Device 'Logitech USB Laser Mouse' set to 1000 DPI
-(II) input device 'Logitech USB Laser Mouse', /dev/input/event0 is a pointer caps
+(II) AIGLX: Screen 0 is not DRI2 capable
+(EE) AIGLX: reverting to software rendering
+(II) IGLX: enabled GLX_MESA_copy_sub_buffer
+(II) IGLX: Loaded and initialized swrast
+(II) GLX: Initialized DRISWRAST GL provider for screen 0
 (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0)
 (II) No input driver specified, ignoring this device.
 (II) This device may have been added with another device file.
-(II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/event1)
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev keyboard catchall"
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "libinput keyboard catchall"
-(II) Using input driver 'libinput' for 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint'
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: always reports core events
-(**) Option "Device" "/dev/input/event1"
-(**) Option "_source" "server/udev"
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event1 is tagged by udev as: Keyboard
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event1 is a keyboard
-(**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.0/0003:17EF:6009.0002/input/input4/event1"
-(II) XINPUT: Adding extended input device "Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint" (type: KEYBOARD, id 11)
-(**) Option "xkb_model" "pc105"
-(**) Option "xkb_layout" "us"
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event1 is tagged by udev as: Keyboard
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event1 is a keyboard
-(II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/event2)
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev pointer catchall"
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev keyboard catchall"
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "libinput pointer catchall"
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "libinput keyboard catchall"
-(II) Using input driver 'libinput' for 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint'
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: always reports core events
-(**) Option "Device" "/dev/input/event2"
-(**) Option "_source" "server/udev"
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event2 is tagged by udev as: Keyboard Mouse Pointingstick
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event2 is a pointer caps
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event2 is a keyboard
-(II) libinput: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: needs a virtual subdevice
-(**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.1/0003:17EF:6009.0003/input/input5/event2"
-(II) XINPUT: Adding extended input device "Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint" (type: MOUSE, id 12)
-(**) Option "AccelerationScheme" "none"
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) selected scheme none/0
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) acceleration factor: 2.000
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) acceleration threshold: 4
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event2 is tagged by udev as: Keyboard Mouse Pointingstick
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event2 is a pointer caps
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event2 is a keyboard
-(II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/js0)
-(II) No input driver specified, ignoring this device.
-(II) This device may have been added with another device file.
 (II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/mouse1)
 (II) No input driver specified, ignoring this device.
 (II) This device may have been added with another device file.
-(II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/event3)
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev pointer catchall"
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "libinput pointer catchall"
-(II) Using input driver 'libinput' for 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint'
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: always reports core events
-(**) Option "Device" "/dev/input/event3"
-(**) Option "_source" "server/udev"
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event3 is tagged by udev as: Mouse Pointingstick
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event3 is a pointer caps
-(**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.2/0003:17EF:6009.0004/input/input6/event3"
-(II) XINPUT: Adding extended input device "Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint" (type: MOUSE, id 13)
-(**) Option "AccelerationScheme" "none"
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) selected scheme none/0
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) acceleration factor: 2.000
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) acceleration threshold: 4
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event3 is tagged by udev as: Mouse Pointingstick
-(II) input device 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint', /dev/input/event3 is a pointer caps
 (II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/mouse2)
 (II) No input driver specified, ignoring this device.
 (II) This device may have been added with another device file.
-(II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
-(II) No input driver specified, ignoring this device.
-(II) This device may have been added with another device file.
-(II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
-(II) No input driver specified, ignoring this device.
-(II) This device may have been added with another device file.
-(II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
-(II) No input driver specified, ignoring this device.
-(II) This device may have been added with another device file.
-(II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event12)
-(II) No input driver specified, ignoring this device.
-(II) This device may have been added with another device file.
-(II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event13)
-(II) No input driver specified, ignoring this device.
-(II) This device may have been added with another device file.
-(II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event14)
-(II) No input driver specified, ignoring this device.
-(II) This device may have been added with another device file.
-(II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event15)
-(II) No input driver specified, ignoring this device.
-(II) This device may have been added with another device file.
-(II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
-(II) No input driver specified, ignoring this device.
-(II) This device may have been added with another device file.
-(II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
-(II) No input driver specified, ignoring this device.
-(II) This device may have been added with another device file.
-(II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
-(II) No input driver specified, ignoring this device.
-(II) This device may have been added with another device file.
-(II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
-(II) No input driver specified, ignoring this device.
-(II) This device may have been added with another device file.
-(II) config/udev: Adding input device PC Speaker (/dev/input/event7)
-(II) No input driver specified, ignoring this device.
-(II) This device may have been added with another device file.
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev pointer catchall"
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev keyboard catchall"
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "libinput pointer catchall"
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "libinput keyboard catchall"
-(II) Using input driver 'libinput' for 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint'
-(**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: always reports core events
-(**) Option "Device" "/dev/input/event2"
-(**) Option "_source" "_driver/libinput"
-(II) libinput: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: is a virtual subdevice
-(**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.1/0003:17EF:6009.0003/input/input5/event2"
-(II) XINPUT: Adding extended input device "Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint" (type: KEYBOARD, id 14)
-(**) Option "xkb_model" "pc105"
-(**) Option "xkb_layout" "us"
-(II) AIGLX: Suspending AIGLX clients for VT switch
Also attached is the full current Xorg.0.log as happened with 4.9.

[   449.213] 
X.Org X Server 1.19.0
Release Date: 2016-11-15
[   449.213] X Protocol Version 11, Revision 0
[   449.213] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[   449.213] Current Operating System: Linux c6 4.9.0-1-amd64 #1 SMP Debian 4.9.2-2 (2017-01-12) x86_64
[   449.213] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-1-amd64 root=/dev/mapper/vgc6-root ro quiet
[   449.213] Build Date: 16 December 2016  07:30:27PM
[   449.213] xorg-server 2:1.19.0-3 (https://www.debian.org/support) 
[   449.213] Current version of pixman: 0.34.0
[   449.213] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   449.213] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   449.213] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 14 22:05:23 2017
[   449.215] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   449.216] (==) No Layout section.  Using the first Screen section.
[   449.217] (==) No screen section available. Using defaults.
[   449.217] (**) |-->Screen "Default Screen Section" (0)
[   449.217] (**) |   |-->Monitor "<default monitor>"
[   449.217] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   449.217] (==) Automatically adding devices
[   449.217] (==) Automatically enabling devices
[   449.217] (==) Automatically adding GPU devices
[   449.217] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   449.218] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   449.218] 	Entry deleted from font path.
[   449.221] (==) 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
[   449.221] (==) ModulePath set to "/usr/lib/xorg/modules"
[   449.221] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   449.221] (II) Loader magic: 0x5607fd35ee00
[   449.221] (II) Module ABI versions:
[   449.221] 	X.Org ANSI C Emulation: 0.4
[   449.221] 	X.Org Video Driver: 23.0
[   449.221] 	X.Org XInput driver : 24.1
[   449.221] 	X.Org Server Extension : 10.0
[   449.221] (++) using VT number 7

[   449.221] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   449.222] (--) PCI:*(0:0:2:0) 8086:1912:1849:1912 rev 6, Mem @ 0xde000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   449.222] (II) LoadModule: "glx"
[   449.226] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   449.234] (II) Module glx: vendor="X.Org Foundation"
[   449.234] 	compiled for 1.19.0, module version = 1.0.0
[   449.234] 	ABI class: X.Org Server Extension, version 10.0
[   449.234] (==) Matched modesetting as autoconfigured driver 0
[   449.234] (==) Matched fbdev as autoconfigured driver 1
[   449.234] (==) Matched vesa as autoconfigured driver 2
[   449.234] (==) Assigned the driver to the xf86ConfigLayout
[   449.234] (II) LoadModule: "modesetting"
[   449.234] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   449.235] (II) Module modesetting: vendor="X.Org Foundation"
[   449.235] 	compiled for 1.19.0, module version = 1.19.0
[   449.235] 	Module class: X.Org Video Driver
[   449.235] 	ABI class: X.Org Video Driver, version 23.0
[   449.235] (II) LoadModule: "fbdev"
[   449.235] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   449.235] (II) Module fbdev: vendor="X.Org Foundation"
[   449.235] 	compiled for 1.19.0, module version = 0.4.4
[   449.235] 	Module class: X.Org Video Driver
[   449.235] 	ABI class: X.Org Video Driver, version 23.0
[   449.235] (II) LoadModule: "vesa"
[   449.235] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   449.236] (II) Module vesa: vendor="X.Org Foundation"
[   449.236] 	compiled for 1.19.0, module version = 2.3.4
[   449.236] 	Module class: X.Org Video Driver
[   449.236] 	ABI class: X.Org Video Driver, version 23.0
[   449.236] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   449.236] (II) FBDEV: driver for framebuffer: fbdev
[   449.236] (II) VESA: driver for VESA chipsets: vesa
[   449.237] (EE) open /dev/dri/card0: No such file or directory
[   449.237] (WW) Falling back to old probe method for modesetting
[   449.237] (EE) open /dev/dri/card0: No such file or directory
[   449.237] (II) Loading sub module "fbdevhw"
[   449.237] (II) LoadModule: "fbdevhw"
[   449.237] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   449.237] (II) Module fbdevhw: vendor="X.Org Foundation"
[   449.237] 	compiled for 1.19.0, module version = 0.0.2
[   449.237] 	ABI class: X.Org Video Driver, version 23.0
[   449.237] (**) FBDEV(1): claimed PCI slot 0@0:2:0
[   449.237] (II) FBDEV(1): using default device
[   449.237] (WW) Falling back to old probe method for vesa
[   449.237] (EE) Screen 0 deleted because of no matching config section.
[   449.237] (II) UnloadModule: "modesetting"
[   449.237] (II) FBDEV(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   449.237] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[   449.237] (==) FBDEV(0): RGB weight 888
[   449.237] (==) FBDEV(0): Default visual is TrueColor
[   449.237] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[   449.237] (II) FBDEV(0): hardware: EFI VGA (video memory: 3072kB)
[   449.237] (II) FBDEV(0): checking modes against framebuffer device...
[   449.237] (II) FBDEV(0): checking modes against monitor...
[   449.237] (--) FBDEV(0): Virtual size is 1024x768 (pitch 1024)
[   449.238] (**) FBDEV(0):  Built-in mode "current": 78.7 MHz, 59.9 kHz, 75.7 Hz
[   449.238] (II) FBDEV(0): Modeline "current"x0.0   78.65  1024 1056 1184 1312  768 772 776 792 -hsync -vsync -csync (59.9 kHz b)
[   449.238] (==) FBDEV(0): DPI set to (96, 96)
[   449.238] (II) Loading sub module "fb"
[   449.238] (II) LoadModule: "fb"
[   449.238] (II) Loading /usr/lib/xorg/modules/libfb.so
[   449.238] (II) Module fb: vendor="X.Org Foundation"
[   449.238] 	compiled for 1.19.0, module version = 1.0.0
[   449.238] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   449.238] (**) FBDEV(0): using shadow framebuffer
[   449.238] (II) Loading sub module "shadow"
[   449.238] (II) LoadModule: "shadow"
[   449.238] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   449.239] (II) Module shadow: vendor="X.Org Foundation"
[   449.239] 	compiled for 1.19.0, module version = 1.1.0
[   449.239] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   449.239] (II) UnloadModule: "vesa"
[   449.239] (II) Unloading vesa
[   449.239] (==) Depth 24 pixmap format is 32 bpp
[   449.239] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[   449.241] (==) FBDEV(0): Backing store enabled
[   449.242] (==) FBDEV(0): DPMS enabled
[   449.242] (==) RandR enabled
[   449.244] (II) SELinux: Disabled on system
[   449.245] (II) AIGLX: Screen 0 is not DRI2 capable
[   449.245] (EE) AIGLX: reverting to software rendering
[   449.345] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[   449.346] (II) IGLX: Loaded and initialized swrast
[   449.346] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   449.389] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0)
[   449.389] (II) No input driver specified, ignoring this device.
[   449.389] (II) This device may have been added with another device file.
[   449.389] (II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/mouse1)
[   449.389] (II) No input driver specified, ignoring this device.
[   449.389] (II) This device may have been added with another device file.
[   449.389] (II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/mouse2)
[   449.389] (II) No input driver specified, ignoring this device.
[   449.389] (II) This device may have been added with another device file.

-- Package-specific info:
** Version:
Linux version 4.9.0-1-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20161229 (Debian 6.3.0-2) ) #1 SMP Debian 4.9.2-2 (2017-01-12)

** Command line:
BOOT_IMAGE=/vmlinuz-4.9.0-1-amd64 root=/dev/mapper/vgc6-root ro quiet

** Not tainted

** Kernel log:
[    3.011277] async_tx: api initialized (async)
[    3.014156] md: raid6 personality registered for level 6
[    3.014156] md: raid5 personality registered for level 5
[    3.014156] md: raid4 personality registered for level 4
[    3.017078] md: raid10 personality registered for level 10
[    3.066242] usb 1-9.3: new low-speed USB device number 5 using xhci_hcd
[    3.084255] device-mapper: uevent: version 1.0.3
[    3.084384] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    3.172706] usb 1-9.3: New USB device found, idVendor=046d, idProduct=c069
[    3.172710] usb 1-9.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.172713] usb 1-9.3: Product: USB Laser Mouse
[    3.172715] usb 1-9.3: Manufacturer: Logitech
[    3.183575] usbcore: registered new interface driver usbhid
[    3.183577] usbhid: USB HID core driver
[    3.185722] input: Logitech USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.3/1-9.3:1.0/0003:046D:C069.0001/input/input3
[    3.185891] hid-generic 0003:046D:C069.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-0000:00:14.0-9.3/input0
[    3.230478] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[    3.230884] r8169 0000:03:00.0: firmware: failed to load rtl_nic/rtl8168e-2.fw (-2)
[    3.230888] r8169 0000:03:00.0: Direct firmware load for rtl_nic/rtl8168e-2.fw failed with error -2
[    3.230893] r8169 0000:03:00.0 enp3s0: unable to load firmware patch rtl_nic/rtl8168e-2.fw (-2)
[    3.253980] r8169 0000:03:00.0 enp3s0: link down
[    3.254029] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[    3.254271] usb 1-9.4: new low-speed USB device number 6 using xhci_hcd
[    3.266534] clocksource: Switched to clocksource tsc
[    3.299576] scsi 6:0:0:0: Direct-Access     TEAC     FD-05PUB         1043 PQ: 0 ANSI: 0 CCS
[    3.463596] usb 1-9.4: New USB device found, idVendor=17ef, idProduct=6009
[    3.463600] usb 1-9.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.463603] usb 1-9.4: Product: ThinkPad USB Keyboard with TrackPoint
[    3.463606] usb 1-9.4: Manufacturer: Lite-On Technology Corp.
[    3.591065] input: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.0/0003:17EF:6009.0002/input/input4
[    3.650473] lenovo 0003:17EF:6009.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint] on usb-0000:00:14.0-9.4/input0
[    3.655036] input: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.1/0003:17EF:6009.0003/input/input5
[    3.683312] sd 6:0:0:0: [sde] Attached SCSI removable disk
[    3.714830] lenovo 0003:17EF:6009.0003: input,hiddev0,hidraw2: USB HID v1.10 Mouse [Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint] on usb-0000:00:14.0-9.4/input1
[    3.715203] input: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.2/0003:17EF:6009.0004/input/input6
[    3.715379] lenovo 0003:17EF:6009.0004: input,hidraw3: USB HID v1.10 Mouse [Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint] on usb-0000:00:14.0-9.4/input2
[    3.748253] scsi 7:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1203 PQ: 0 ANSI: 6
[    3.749460] scsi 7:0:0:1: Direct-Access     Generic  STORAGE DEVICE   1203 PQ: 0 ANSI: 6
[    3.750519] scsi 7:0:0:2: Direct-Access     Generic  STORAGE DEVICE   1203 PQ: 0 ANSI: 6
[    3.751591] scsi 7:0:0:3: Direct-Access     Generic  STORAGE DEVICE   1203 PQ: 0 ANSI: 6
[    3.752762] scsi 7:0:0:4: Direct-Access     Generic  STORAGE DEVICE   1203 PQ: 0 ANSI: 6
[    3.803115] sd 7:0:0:0: [sdf] Attached SCSI removable disk
[    3.804518] sd 7:0:0:1: [sdg] Attached SCSI removable disk
[    3.806201] sd 7:0:0:2: [sdh] Attached SCSI removable disk
[    3.807046] sd 7:0:0:3: [sdi] Attached SCSI removable disk
[    3.808133] sd 7:0:0:4: [sdj] Attached SCSI removable disk
[    5.932702] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    5.932781] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[    7.258858] usb 3-1: device descriptor read/64, error -110
[   22.874837] usb 3-1: device descriptor read/64, error -110
[   23.102436] usb 3-1: new high-speed USB device number 3 using xhci_hcd
[   28.250845] usb 3-1: device descriptor read/64, error -110
[   33.826505] random: crng init done
[   43.866830] usb 3-1: device descriptor read/64, error -110
[   44.094423] usb 3-1: new high-speed USB device number 4 using xhci_hcd
[   64.013605] xhci_hcd 0000:01:00.0: Stopped the command ring failed, maybe the host is dead
[   64.043548] xhci_hcd 0000:01:00.0: Host not halted after 16000 microseconds.
[   64.043549] xhci_hcd 0000:01:00.0: Abort command ring failed
[   64.043551] xhci_hcd 0000:01:00.0: HC died; cleaning up
[   64.043563] xhci_hcd 0000:01:00.0: Timeout while waiting for setup device command
[   64.502431] usb 3-1: device descriptor read/8, error -108
[   64.630427] usb 3-1: device descriptor read/8, error -108
[   64.738441] usb usb3-port1: couldn't allocate usb_device
[  433.576727] NET: Registered protocol family 38
[  434.454146] Btrfs loaded, crc32c=crc32c-intel
[  434.552545] PM: Starting manual resume from disk
[  434.552551] PM: Hibernation image partition 253:5 present
[  434.552552] PM: Looking for hibernation image.
[  434.552789] PM: Image not found (code -22)
[  434.552792] PM: Hibernation image not present or could not be loaded.
[  434.685810] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[  434.803428] e1000e: enp0s31f6 NIC Link is Down
[  435.434371] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[  436.246627] EXT4-fs (dm-1): re-mounted. Opts: discard,errors=remount-ro
[  438.256553] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[  438.256614] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[  446.031567] Adding 7811068k swap on /dev/mapper/vgc6-swap.  Priority:-1 extents:1 across:7811068k SSFS
[  446.770441] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: discard
[  446.786286] EXT4-fs (dm-4): mounting with "discard" option, but the device does not support discard
[  446.786290] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: discard
[  446.791037] EXT4-fs (dm-2): mounting with "discard" option, but the device does not support discard
[  446.791040] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: discard
[  446.795542] EXT4-fs (dm-3): mounting with "discard" option, but the device does not support discard
[  446.795546] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: discard
[  446.825201] EXT4-fs (dm-7): mounting with "discard" option, but the device does not support discard
[  446.825205] EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: discard
[  446.872169] EXT4-fs (dm-8): mounting with "discard" option, but the device does not support discard
[  446.872173] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: discard
[  446.898705] EXT4-fs (dm-9): mounting with "discard" option, but the device does not support discard
[  446.898710] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: discard
[  446.922958] EXT4-fs (dm-10): mounting with "discard" option, but the device does not support discard
[  446.922963] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts: discard
[  448.521590] systemd-logind[3116]: New seat seat0.
[  448.523420] systemd-logind[3116]: Failed to start user service, ignoring: Unknown unit: user@121.service
[  448.528172] systemd-logind[3116]: New session c1 of user Debian-console-log.
[  485.913836] systemd-logind[3116]: Failed to start user service, ignoring: Unknown unit: user@1000.service
[  485.916744] systemd-logind[3116]: New session 1 of user abe.
[  491.904648] systemd-logind[3116]: Failed to start user service, ignoring: Unknown unit: user@0.service
[  491.915564] systemd-logind[3116]: New session 2 of user root.
[10517.650233] systemd-logind[3116]: New session 31 of user abe.

** Model information
sys_vendor: To Be Filled By O.E.M.
product_name: To Be Filled By O.E.M.
product_version: To Be Filled By O.E.M.
chassis_vendor: To Be Filled By O.E.M.
chassis_version: To Be Filled By O.E.M.
bios_vendor: American Megatrends Inc.
bios_version: P1.90C
board_vendor: ASRock
board_name: H170M Pro4
board_version:         

** Loaded modules:
ext4
crc16
jbd2
fscrypto
ecb
mbcache
btrfs
algif_skcipher
af_alg
hid_lenovo
hid_generic
usbhid
dm_crypt
dm_mod
raid10
raid456
async_raid6_recov
async_memcpy
async_pq
async_xor
async_tx
xor
uas
raid6_pq
libcrc32c
crc32c_generic
raid0
multipath
linear
usb_storage
raid1
md_mod
sr_mod
cdrom
sd_mod
crct10dif_pclmul
crc32_pclmul
crc32c_intel
ghash_clmulni_intel
ahci
libahci
aesni_intel
libata
xhci_pci
aes_x86_64
xhci_hcd
lrw
gf128mul
glue_helper
ablk_helper
e1000e
cryptd
psmouse
scsi_mod
usbcore
i2c_i801
r8169
ptp
pps_core
i2c_smbus
mii
usb_common
i2c_hid
hid
fjes

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Skylake Host Bridge/DRAM Registers [8086:191f] (rev 07)
	Subsystem: ASRock Incorporation Skylake Host Bridge/DRAM Registers [1849:191f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>

00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:1912] (rev 06) (prog-if 00 [VGA controller])
	Subsystem: ASRock Incorporation HD Graphics 530 [1849:1912]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at de000000 (64-bit, non-prefetchable) [size=16M]
	Region 2: Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at f000 [size=64]
	[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: <access denied>

00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller [8086:a12f] (rev 31) (prog-if 30 [XHCI])
	Subsystem: ASRock Incorporation Sunrise Point-H USB 3.0 xHCI Controller [1849:a12f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 128
	Region 0: Memory at df230000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd

00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-H Thermal subsystem [8086:a131] (rev 31)
	Subsystem: ASRock Incorporation Sunrise Point-H Thermal subsystem [1849:a131]
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 11
	Region 0: Memory at df24e000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>

00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-H CSME HECI #1 [8086:a13a] (rev 31)
	Subsystem: ASRock Incorporation Sunrise Point-H CSME HECI [1849:a13a]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at df24d000 (64-bit, non-prefetchable) [disabled] [size=4K]
	Capabilities: <access denied>

00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-H SATA controller [AHCI mode] [8086:a102] (rev 31) (prog-if 01 [AHCI 1.0])
	Subsystem: ASRock Incorporation Sunrise Point-H SATA controller [AHCI mode] [1849:a102]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 129
	Region 0: Memory at df248000 (32-bit, non-prefetchable) [size=8K]
	Region 1: Memory at df24c000 (32-bit, non-prefetchable) [size=256]
	Region 2: I/O ports at f090 [size=8]
	Region 3: I/O ports at f080 [size=4]
	Region 4: I/O ports at f060 [size=32]
	Region 5: Memory at df24b000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

00:1b.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Root Port #19 [8086:a169] (rev f1) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 122
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	Memory behind bridge: df100000-df1fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #3 [8086:a112] (rev f1) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 123
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.4 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #5 [8086:a114] (rev f1) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 124
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: df000000-df0fffff
	Prefetchable memory behind bridge: 00000000d0000000-00000000d00fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #9 [8086:a118] (rev f1) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 125
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-H LPC Controller [8086:a144] (rev 31)
	Subsystem: ASRock Incorporation Sunrise Point-H LPC Controller [1849:a144]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-H PMC [8086:a121] (rev 31)
	Subsystem: ASRock Incorporation Sunrise Point-H PMC [1849:a121]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at df244000 (32-bit, non-prefetchable) [size=16K]

00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-H HD Audio [8086:a170] (rev 31)
	Subsystem: ASRock Incorporation Sunrise Point-H HD Audio [1849:d892]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 32
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at df240000 (64-bit, non-prefetchable) [size=16K]
	Region 4: Memory at df220000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>

00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-H SMBus [8086:a123] (rev 31)
	Subsystem: ASRock Incorporation Sunrise Point-H SMBus [1849:a123]
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at df24a000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at f040 [size=32]
	Kernel driver in use: i801_smbus

00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-V [8086:15b8] (rev 31)
	Subsystem: ASRock Incorporation Ethernet Connection (2) I219-V [1849:15b8]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 127
	Region 0: Memory at df200000 (32-bit, non-prefetchable) [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: e1000e

01:00.0 USB controller [0c03]: VIA Technologies, Inc. VL805 USB 3.0 Host Controller [1106:3483] (rev 01) (prog-if 30 [XHCI])
	Subsystem: VIA Technologies, Inc. VL805 USB 3.0 Host Controller [1106:3483]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 130
	Region 0: Memory at df100000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd

03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
	Subsystem: TP-LINK Technologies Co., Ltd. TG-3468 Gigabit PCI Express Network Adapter [7470:3468]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 126
	Region 0: I/O ports at e000 [size=256]
	Region 2: Memory at df000000 (64-bit, non-prefetchable) [size=4K]
	Region 4: Memory at d0000000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: r8169


** USB devices:
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 05e3:0748 Genesys Logic, Inc. 
Bus 002 Device 002: ID 05e3:0617 Genesys Logic, Inc. 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 17ef:6009 Lenovo ThinkPad Keyboard with TrackPoint
Bus 001 Device 005: ID 046d:c069 Logitech, Inc. M-U0007 [Corded Mouse M500]
Bus 001 Device 003: ID 0409:005a NEC Corp. HighSpeed Hub
Bus 001 Device 002: ID 0644:0000 TEAC Corp. Floppy
Bus 001 Device 004: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (500, 'unstable-debug'), (500, 'buildd-unstable'), (110, 'experimental'), (1, 'experimental-debug'), (1, 'buildd-experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages linux-image-4.9.0-1-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.126
ii  kmod                                    23-2
ii  linux-base                              4.5

Versions of packages linux-image-4.9.0-1-amd64 recommends:
ii  firmware-linux-free  3.4
ii  irqbalance           1.1.0-2.2

Versions of packages linux-image-4.9.0-1-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  grub-efi-amd64          2.02~beta3-3
pn  linux-doc-4.9           <none>

Versions of packages linux-image-4.9.0-1-amd64 is related to:
pn  firmware-amd-graphics     <none>
pn  firmware-atheros          <none>
pn  firmware-bnx2             <none>
pn  firmware-bnx2x            <none>
pn  firmware-brcm80211        <none>
pn  firmware-cavium           <none>
pn  firmware-intel-sound      <none>
pn  firmware-intelwimax       <none>
pn  firmware-ipw2x00          <none>
pn  firmware-ivtv             <none>
pn  firmware-iwlwifi          <none>
pn  firmware-libertas         <none>
pn  firmware-linux-nonfree    <none>
ii  firmware-misc-nonfree     20161130-2
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
pn  firmware-realtek          <none>
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information

Reply to: