You are not logged in.

#1 2016-08-28 11:13:26

niklasb
Member
Registered: 2016-08-28
Posts: 3

NVIDIA RandR provider does not have Source Output capability [SOLVED]

I have a Thinkpad P50 which has a Intel HD 530 and a Quadro M1000M graphics card. I want to use the proprietary nvidia driver for CUDA processing, but the laptop display is connected to the Intel card, so I'm trying to set up NVIDIA Optimus:

The setup seems to work, but xrandr tells me that the NVIDIA provider is missing the "Source Output" capability, so I can't use the laptop screen:

$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x261 cap: 0x0 crtcs: 4 outputs: 6 associated providers: 0 name:NVIDIA-0
Provider 1: id: 0x43 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 1 associated providers: 0 name:modesetting

Obviously

xrandr --setprovideroutputsource modesetting NVIDIA-0

fails in this scenario.

I'm interested in any solution where I can use the laptop display together with the nvidia driver, without switching off the Intel graphics entirely in the BIOS. I guess the situation is very similar to other ThinkPad laptops like the T460p.

Here's my xorg.conf:

Section "Files"
    ModulePath "/usr/lib/nvidia/xorg/modules"
    ModulePath "/usr/lib/xorg/modules"
EndSection

Section "Module"
    Load "modesetting"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    Option "AllowEmptyInitialConfiguration"
EndSection

And the  Xorg.0.log:

[    10.924] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[    10.924] X Protocol Version 11, Revision 0
[    10.924] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[    10.924] Current Operating System: Linux grampa 4.7.2-1-ARCH #1 SMP PREEMPT Sat Aug 20 23:02:56 CEST 2016 x86_64
[    10.924] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/lvm-root rw cryptdevice=/dev/disk/by-uuid/164996f8-8dfa-483e-b57a-b6a909d067c9:lvm radeon.dpm=1 quiet
[    10.924] Build Date: 19 July 2016  05:54:24PM
[    10.924]  
[    10.924] Current version of pixman: 0.34.0
[    10.924] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    10.924] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.924] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 28 13:00:21 2016
[    10.925] (==) Using config file: "/etc/X11/xorg.conf"
[    10.925] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    10.925] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    10.926] (==) No Layout section.  Using the first Screen section.
[    10.926] (==) No screen section available. Using defaults.
[    10.926] (**) |-->Screen "Default Screen Section" (0)
[    10.926] (**) |   |-->Monitor "<default monitor>"
[    10.926] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    10.926] (**) |   |-->Device "nvidia"
[    10.926] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    10.926] (==) Automatically adding devices
[    10.926] (==) Automatically enabling devices
[    10.926] (==) Automatically adding GPU devices
[    10.926] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    10.931] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    10.931] (**) ModulePath set to "/usr/lib/nvidia/xorg/modules,/usr/lib/xorg/modules"
[    10.931] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    10.931] (II) Loader magic: 0x821d40
[    10.931] (II) Module ABI versions:
[    10.931] 	X.Org ANSI C Emulation: 0.4
[    10.931] 	X.Org Video Driver: 20.0
[    10.931] 	X.Org XInput driver : 22.1
[    10.931] 	X.Org Server Extension : 9.0
[    10.931] (++) using VT number 7

[    10.931] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    10.932] (II) xfree86: Adding drm device (/dev/dri/card0)
[    10.933] (--) PCI:*(0:0:2:0) 8086:191b:17aa:222e rev 6, Mem @ 0xd2000000/16777216, 0x60000000/536870912, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    10.933] (--) PCI: (0:1:0:0) 10de:13b1:17aa:222e rev 162, Mem @ 0xd3000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    10.934] (II) Open ACPI successful (/var/run/acpid.socket)
[    10.934] (II) "glx" will be loaded by default.
[    10.934] (II) LoadModule: "modesetting"
[    10.935] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    10.936] (II) Module modesetting: vendor="X.Org Foundation"
[    10.936] 	compiled for 1.18.4, module version = 1.18.4
[    10.936] 	Module class: X.Org Video Driver
[    10.936] 	ABI class: X.Org Video Driver, version 20.0
[    10.936] (II) LoadModule: "glx"
[    10.936] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
[    11.031] (II) Module glx: vendor="NVIDIA Corporation"
[    11.031] 	compiled for 4.0.2, module version = 1.0.0
[    11.031] 	Module class: X.Org Server Extension
[    11.031] (II) NVIDIA GLX Module  370.23  Mon Aug  8 17:25:10 PDT 2016
[    11.031] (II) LoadModule: "nvidia"
[    11.031] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    11.045] (II) Module nvidia: vendor="NVIDIA Corporation"
[    11.045] 	compiled for 4.0.2, module version = 1.0.0
[    11.045] 	Module class: X.Org Video Driver
[    11.054] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    11.054] (II) NVIDIA dlloader X Driver  370.23  Mon Aug  8 17:02:18 PDT 2016
[    11.054] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    11.058] (II) modeset(G0): using drv /dev/dri/card0
[    11.058] (II) Loading sub module "fb"
[    11.058] (II) LoadModule: "fb"
[    11.063] (II) Loading /usr/lib/xorg/modules/libfb.so
[    11.065] (II) Module fb: vendor="X.Org Foundation"
[    11.065] 	compiled for 1.18.4, module version = 1.0.0
[    11.065] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.065] (II) Loading sub module "wfb"
[    11.065] (II) LoadModule: "wfb"
[    11.065] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    11.068] (II) Module wfb: vendor="X.Org Foundation"
[    11.068] 	compiled for 1.18.4, module version = 1.0.0
[    11.068] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.068] (II) Loading sub module "ramdac"
[    11.068] (II) LoadModule: "ramdac"
[    11.068] (II) Module "ramdac" already built-in
[    11.172] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    11.172] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    11.172] (==) NVIDIA(0): RGB weight 888
[    11.172] (==) NVIDIA(0): Default visual is TrueColor
[    11.172] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    11.172] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    11.172] (**) NVIDIA(0): Enabling 2D acceleration
[    11.981] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    11.981] (--) NVIDIA(0):     DFP-0
[    11.981] (--) NVIDIA(0):     DFP-1 (boot)
[    11.981] (--) NVIDIA(0):     DFP-2
[    11.981] (--) NVIDIA(0):     DFP-3
[    11.981] (--) NVIDIA(0):     DFP-4
[    11.981] (--) NVIDIA(0):     DFP-5
[    11.981] (--) NVIDIA(0): DFP-0: disconnected
[    11.981] (--) NVIDIA(0): DFP-0: Internal TMDS
[    11.981] (--) NVIDIA(0): DFP-0: 165.0 MHz maximum pixel clock
[    11.981] (--) NVIDIA(0): 
[    12.104] (--) NVIDIA(0): DELL U2515H (DFP-1): connected
[    12.104] (--) NVIDIA(0): DELL U2515H (DFP-1): Internal TMDS
[    12.104] (--) NVIDIA(0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[    12.104] (--) NVIDIA(0): 
[    12.104] (--) NVIDIA(0): DFP-2: disconnected
[    12.104] (--) NVIDIA(0): DFP-2: Internal TMDS
[    12.104] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[    12.104] (--) NVIDIA(0): 
[    12.104] (--) NVIDIA(0): DFP-3: disconnected
[    12.104] (--) NVIDIA(0): DFP-3: Internal DisplayPort
[    12.104] (--) NVIDIA(0): DFP-3: 960.0 MHz maximum pixel clock
[    12.104] (--) NVIDIA(0): 
[    12.104] (--) NVIDIA(0): DFP-4: disconnected
[    12.104] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[    12.104] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[    12.104] (--) NVIDIA(0): 
[    12.104] (--) NVIDIA(0): DFP-5: disconnected
[    12.104] (--) NVIDIA(0): DFP-5: Internal DisplayPort
[    12.104] (--) NVIDIA(0): DFP-5: 960.0 MHz maximum pixel clock
[    12.104] (--) NVIDIA(0): 
[    12.106] (II) NVIDIA(0): NVIDIA GPU Quadro M1000M (GM107GL-A) at PCI:1:0:0 (GPU-0)
[    12.106] (--) NVIDIA(0): Memory: 2097152 kBytes
[    12.106] (--) NVIDIA(0): VideoBIOS: 82.07.7f.00.3b
[    12.106] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    12.106] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    12.106] (**) NVIDIA(0):     device DELL U2515H (DFP-1) (Using EDID frequencies has
[    12.106] (**) NVIDIA(0):     been enabled on all display devices.)
[    12.108] (==) NVIDIA(0): 
[    12.108] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    12.108] (==) NVIDIA(0):     will be used as the requested mode.
[    12.108] (==) NVIDIA(0): 
[    12.108] (II) NVIDIA(0): Validated MetaModes:
[    12.108] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[    12.108] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[    12.117] (--) NVIDIA(0): DPI set to (118, 117); computed from "UseEdidDpi" X config
[    12.117] (--) NVIDIA(0):     option
[    12.117] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    12.117] (==) modeset(G0): RGB weight 888
[    12.117] (==) modeset(G0): Default visual is TrueColor
[    12.117] (II) Loading sub module "glamoregl"
[    12.117] (II) LoadModule: "glamoregl"
[    12.118] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    12.130] (II) Module glamoregl: vendor="X.Org Foundation"
[    12.130] 	compiled for 1.18.4, module version = 1.0.0
[    12.130] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    12.130] (II) glamor: OpenGL accelerated X.org driver based.
[    12.178] (II) glamor: EGL version 1.4 (DRI2):
[    12.186] (II) modeset(G0): glamor initialized
[    12.187] (II) modeset(G0): Output eDP-1 has no monitor section
[    12.187] (II) modeset(G0): EDID for output eDP-1
[    12.187] (II) modeset(G0): Manufacturer: LGD  Model: 4a7  Serial#: 0
[    12.187] (II) modeset(G0): Year: 2015  Week: 0
[    12.187] (II) modeset(G0): EDID Version: 1.4
[    12.187] (II) modeset(G0): Digital Display Input
[    12.187] (II) modeset(G0): 6 bits per channel
[    12.187] (II) modeset(G0): Digital interface is DisplayPort
[    12.187] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    12.187] (II) modeset(G0): Gamma: 2.20
[    12.187] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[    12.187] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    12.187] (II) modeset(G0): First detailed timing is preferred mode
[    12.188] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    12.188] (II) modeset(G0): redX: 0.580 redY: 0.350   greenX: 0.340 greenY: 0.560
[    12.188] (II) modeset(G0): blueX: 0.155 blueY: 0.125   whiteX: 0.313 whiteY: 0.329
[    12.188] (II) modeset(G0): Manufacturer's mask: 0
[    12.188] (II) modeset(G0): Supported detailed timing:
[    12.188] (II) modeset(G0): clock: 138.7 MHz   Image Size:  344 x 194 mm
[    12.188] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    12.188] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    12.188] (II) modeset(G0):  LG Display
[    12.188] (II) modeset(G0):  LP156WF6-SPK1
[    12.188] (II) modeset(G0): EDID (in hex):
[    12.188] (II) modeset(G0): 	00ffffffffffff0030e4a70400000000
[    12.188] (II) modeset(G0): 	0019010495221378eaa1c59459578f27
[    12.188] (II) modeset(G0): 	20505400000001010101010101010101
[    12.188] (II) modeset(G0): 	0101010101012e3680a070381f403020
[    12.188] (II) modeset(G0): 	350058c21000001a0000000000000000
[    12.188] (II) modeset(G0): 	00000000000000000000000000fe004c
[    12.188] (II) modeset(G0): 	4720446973706c61790a2020000000fe
[    12.188] (II) modeset(G0): 	004c503135365746362d53504b31004f
[    12.188] (II) modeset(G0): Printing probed modes for output eDP-1
[    12.188] (II) modeset(G0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    12.188] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    12.188] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    12.188] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    12.188] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    12.188] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    12.188] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    12.188] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    12.188] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    12.188] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    12.188] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    12.188] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    12.188] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    12.188] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    12.188] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    12.188] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    12.188] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    12.188] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    12.188] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    12.188] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    12.188] (II) modeset(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    12.188] (==) modeset(G0): DPI set to (96, 96)
[    12.188] (II) Loading sub module "fb"
[    12.188] (II) LoadModule: "fb"
[    12.188] (II) Loading /usr/lib/xorg/modules/libfb.so
[    12.188] (II) Module fb: vendor="X.Org Foundation"
[    12.188] 	compiled for 1.18.4, module version = 1.0.0
[    12.188] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    12.188] (--) Depth 24 pixmap format is 32 bpp
[    12.261] (==) modeset(G0): Backing store enabled
[    12.261] (==) modeset(G0): Silken mouse enabled
[    12.261] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    12.262] (==) modeset(G0): DPMS enabled
[    12.262] (II) modeset(G0): [DRI2] Setup complete
[    12.262] (II) modeset(G0): [DRI2]   DRI driver: i965
[    12.262] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[    12.541] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[    12.541] (II) NVIDIA:     access.
[    12.588] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[    12.617] (==) NVIDIA(0): Disabling shared memory pixmaps
[    12.617] (==) NVIDIA(0): Backing store enabled
[    12.617] (==) NVIDIA(0): Silken mouse enabled
[    12.617] (==) NVIDIA(0): DPMS enabled
[    12.617] (II) Loading sub module "dri2"
[    12.617] (II) LoadModule: "dri2"
[    12.617] (II) Module "dri2" already built-in
[    12.617] (II) NVIDIA(0): [DRI2] Setup complete
[    12.617] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    12.617] (--) RandR disabled
[    12.619] (II) Initializing extension GLX
[    12.619] (II) Indirect GLX disabled.
[    12.620] (II) modeset(G0): Damage tracking initialized
[    12.684] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    12.684] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    12.684] (II) LoadModule: "evdev"
[    12.684] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    12.688] (II) Module evdev: vendor="X.Org Foundation"
[    12.688] 	compiled for 1.18.3, module version = 2.10.3
[    12.688] 	Module class: X.Org XInput Driver
[    12.688] 	ABI class: X.Org XInput driver, version 22.1
[    12.688] (II) Using input driver 'evdev' for 'Power Button'
[    12.688] (**) Power Button: always reports core events
[    12.688] (**) evdev: Power Button: Device: "/dev/input/event6"
[    12.688] (--) evdev: Power Button: Vendor 0 Product 0x1
[    12.688] (--) evdev: Power Button: Found keys
[    12.688] (II) evdev: Power Button: Configuring as keyboard
[    12.688] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event6"
[    12.688] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    12.688] (**) Option "xkb_rules" "evdev"
[    12.688] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    12.688] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    12.688] (II) Using input driver 'evdev' for 'Video Bus'
[    12.688] (**) Video Bus: always reports core events
[    12.688] (**) evdev: Video Bus: Device: "/dev/input/event11"
[    12.688] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    12.688] (--) evdev: Video Bus: Found keys
[    12.688] (II) evdev: Video Bus: Configuring as keyboard
[    12.688] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13/event11"
[    12.688] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    12.688] (**) Option "xkb_rules" "evdev"
[    12.689] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    12.689] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    12.689] (II) Using input driver 'evdev' for 'Video Bus'
[    12.689] (**) Video Bus: always reports core events
[    12.689] (**) evdev: Video Bus: Device: "/dev/input/event10"
[    12.689] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    12.689] (--) evdev: Video Bus: Found keys
[    12.689] (II) evdev: Video Bus: Configuring as keyboard
[    12.689] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input12/event10"
[    12.689] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    12.689] (**) Option "xkb_rules" "evdev"
[    12.689] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[    12.689] (II) No input driver specified, ignoring this device.
[    12.689] (II) This device may have been added with another device file.
[    12.689] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[    12.689] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    12.689] (II) Using input driver 'evdev' for 'Sleep Button'
[    12.689] (**) Sleep Button: always reports core events
[    12.689] (**) evdev: Sleep Button: Device: "/dev/input/event5"
[    12.689] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    12.689] (--) evdev: Sleep Button: Found keys
[    12.689] (II) evdev: Sleep Button: Configuring as keyboard
[    12.689] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event5"
[    12.689] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    12.689] (**) Option "xkb_rules" "evdev"
[    12.690] (II) config/udev: Adding input device HID 046a:010d (/dev/input/event1)
[    12.690] (**) HID 046a:010d: Applying InputClass "evdev keyboard catchall"
[    12.690] (II) Using input driver 'evdev' for 'HID 046a:010d'
[    12.690] (**) HID 046a:010d: always reports core events
[    12.690] (**) evdev: HID 046a:010d: Device: "/dev/input/event1"
[    12.690] (--) evdev: HID 046a:010d: Vendor 0x46a Product 0x10d
[    12.690] (--) evdev: HID 046a:010d: Found keys
[    12.690] (II) evdev: HID 046a:010d: Configuring as keyboard
[    12.690] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.0/0003:046A:010D.0001/input/input2/event1"
[    12.690] (II) XINPUT: Adding extended input device "HID 046a:010d" (type: KEYBOARD, id 10)
[    12.690] (**) Option "xkb_rules" "evdev"
[    12.690] (II) config/udev: Adding input device HID 046a:010d (/dev/input/event2)
[    12.690] (**) HID 046a:010d: Applying InputClass "evdev keyboard catchall"
[    12.690] (II) Using input driver 'evdev' for 'HID 046a:010d'
[    12.690] (**) HID 046a:010d: always reports core events
[    12.690] (**) evdev: HID 046a:010d: Device: "/dev/input/event2"
[    12.690] (--) evdev: HID 046a:010d: Vendor 0x46a Product 0x10d
[    12.690] (--) evdev: HID 046a:010d: Found 1 mouse buttons
[    12.690] (--) evdev: HID 046a:010d: Found scroll wheel(s)
[    12.690] (--) evdev: HID 046a:010d: Found relative axes
[    12.690] (II) evdev: HID 046a:010d: Forcing relative x/y axes to exist.
[    12.690] (--) evdev: HID 046a:010d: Found absolute axes
[    12.690] (II) evdev: HID 046a:010d: Forcing absolute x/y axes to exist.
[    12.690] (--) evdev: HID 046a:010d: Found keys
[    12.690] (II) evdev: HID 046a:010d: Configuring as mouse
[    12.690] (II) evdev: HID 046a:010d: Configuring as keyboard
[    12.690] (II) evdev: HID 046a:010d: Adding scrollwheel support
[    12.690] (**) evdev: HID 046a:010d: YAxisMapping: buttons 4 and 5
[    12.690] (**) evdev: HID 046a:010d: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    12.690] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.1/0003:046A:010D.0002/input/input3/event2"
[    12.690] (II) XINPUT: Adding extended input device "HID 046a:010d" (type: KEYBOARD, id 11)
[    12.690] (**) Option "xkb_rules" "evdev"
[    12.690] (II) evdev: HID 046a:010d: initialized for relative axes.
[    12.690] (WW) evdev: HID 046a:010d: ignoring absolute axes.
[    12.690] (**) HID 046a:010d: (accel) keeping acceleration scheme 1
[    12.690] (**) HID 046a:010d: (accel) acceleration profile 0
[    12.690] (**) HID 046a:010d: (accel) acceleration factor: 2.000
[    12.690] (**) HID 046a:010d: (accel) acceleration threshold: 4
[    12.691] (II) config/udev: Adding input device Kingsis Peripherals ZOWIE Gaming mouse (/dev/input/event3)
[    12.691] (**) Kingsis Peripherals ZOWIE Gaming mouse: Applying InputClass "evdev pointer catchall"
[    12.691] (**) Kingsis Peripherals ZOWIE Gaming mouse: Applying InputClass "My Mouse"
[    12.691] (II) Using input driver 'evdev' for 'Kingsis Peripherals ZOWIE Gaming mouse'
[    12.691] (**) Kingsis Peripherals ZOWIE Gaming mouse: always reports core events
[    12.691] (**) evdev: Kingsis Peripherals ZOWIE Gaming mouse: Device: "/dev/input/event3"
[    12.743] (--) evdev: Kingsis Peripherals ZOWIE Gaming mouse: Vendor 0x1af3 Product 0x1
[    12.743] (--) evdev: Kingsis Peripherals ZOWIE Gaming mouse: Found 10 mouse buttons
[    12.743] (--) evdev: Kingsis Peripherals ZOWIE Gaming mouse: Found scroll wheel(s)
[    12.743] (--) evdev: Kingsis Peripherals ZOWIE Gaming mouse: Found relative axes
[    12.743] (--) evdev: Kingsis Peripherals ZOWIE Gaming mouse: Found x and y relative axes
[    12.743] (II) evdev: Kingsis Peripherals ZOWIE Gaming mouse: Configuring as mouse
[    12.743] (II) evdev: Kingsis Peripherals ZOWIE Gaming mouse: Adding scrollwheel support
[    12.743] (**) evdev: Kingsis Peripherals ZOWIE Gaming mouse: YAxisMapping: buttons 4 and 5
[    12.743] (**) evdev: Kingsis Peripherals ZOWIE Gaming mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    12.743] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.3/1-5.3:1.0/0003:1AF3:0001.0003/input/input4/event3"
[    12.743] (II) XINPUT: Adding extended input device "Kingsis Peripherals ZOWIE Gaming mouse" (type: MOUSE, id 12)
[    12.743] (II) evdev: Kingsis Peripherals ZOWIE Gaming mouse: initialized for relative axes.
[    12.744] (**) Option "AccelerationScheme" "none"
[    12.744] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) selected scheme none/0
[    12.744] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) acceleration factor: 2.000
[    12.744] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) acceleration threshold: 4
[    12.745] (II) config/udev: Adding input device Kingsis Peripherals ZOWIE Gaming mouse (/dev/input/mouse0)
[    12.745] (**) Kingsis Peripherals ZOWIE Gaming mouse: Applying InputClass "My Mouse"
[    12.745] (II) No input driver specified, ignoring this device.
[    12.745] (II) This device may have been added with another device file.
[    12.746] (II) config/udev: Adding input device Integrated Camera (/dev/input/event9)
[    12.746] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[    12.746] (II) Using input driver 'evdev' for 'Integrated Camera'
[    12.746] (**) Integrated Camera: always reports core events
[    12.746] (**) evdev: Integrated Camera: Device: "/dev/input/event9"
[    12.746] (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb52c
[    12.746] (--) evdev: Integrated Camera: Found keys
[    12.746] (II) evdev: Integrated Camera: Configuring as keyboard
[    12.746] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input11/event9"
[    12.746] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 13)
[    12.746] (**) Option "xkb_rules" "evdev"
[    12.747] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
[    12.747] (II) No input driver specified, ignoring this device.
[    12.747] (II) This device may have been added with another device file.
[    12.748] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
[    12.748] (II) No input driver specified, ignoring this device.
[    12.748] (II) This device may have been added with another device file.
[    12.748] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    12.748] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    12.748] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    12.748] (**) AT Translated Set 2 keyboard: always reports core events
[    12.748] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    12.749] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    12.749] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    12.749] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    12.749] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    12.749] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    12.749] (**) Option "xkb_rules" "evdev"
[    12.750] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event12)
[    12.750] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    12.750] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    12.750] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    12.750] (II) LoadModule: "synaptics"
[    12.750] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    12.752] (II) Module synaptics: vendor="X.Org Foundation"
[    12.752] 	compiled for 1.18.3, module version = 1.8.99
[    12.752] 	Module class: X.Org XInput Driver
[    12.752] 	ABI class: X.Org XInput driver, version 22.1
[    12.752] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    12.752] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    12.752] (**) Option "Device" "/dev/input/event12"
[    12.777] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1266 - 5676 (res 44)
[    12.777] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1100 - 4754 (res 67)
[    12.777] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    12.777] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    12.777] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
[    12.777] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    12.777] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    12.777] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    12.803] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event12"
[    12.803] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[    12.803] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    12.803] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    12.803] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
[    12.804] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    12.804] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    12.804] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    12.804] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    12.804] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    12.804] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    12.804] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    12.805] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event13)
[    12.805] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[    12.805] (**) TPPS/2 IBM TrackPoint: Applying InputClass "My Mouse"
[    12.805] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[    12.805] (**) TPPS/2 IBM TrackPoint: always reports core events
[    12.805] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event13"
[    12.805] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[    12.805] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[    12.805] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[    12.805] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[    12.805] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[    12.805] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[    12.805] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    12.806] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input14/event13"
[    12.806] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 16)
[    12.806] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[    12.806] (**) Option "AccelerationScheme" "none"
[    12.806] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[    12.806] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    12.806] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    12.807] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[    12.807] (**) TPPS/2 IBM TrackPoint: Applying InputClass "My Mouse"
[    12.807] (II) No input driver specified, ignoring this device.
[    12.807] (II) This device may have been added with another device file.
[    12.807] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    12.807] (II) No input driver specified, ignoring this device.
[    12.807] (II) This device may have been added with another device file.
[    12.808] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
[    12.808] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[    12.808] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[    12.808] (**) ThinkPad Extra Buttons: always reports core events
[    12.808] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event7"
[    12.808] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[    12.808] (--) evdev: ThinkPad Extra Buttons: Found keys
[    12.808] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[    12.809] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input8/event7"
[    12.809] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 17)
[    12.809] (**) Option "xkb_rules" "evdev"
[    12.815] (II) config/udev: removing device TPPS/2 IBM TrackPoint
[    12.846] (II) evdev: TPPS/2 IBM TrackPoint: Close
[    12.847] (II) UnloadModule: "evdev"
[    12.847] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event13)
[    12.847] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[    12.847] (**) TPPS/2 IBM TrackPoint: Applying InputClass "My Mouse"
[    12.847] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[    12.847] (**) TPPS/2 IBM TrackPoint: always reports core events
[    12.847] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event13"
[    12.847] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[    12.847] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[    12.847] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[    12.847] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[    12.847] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[    12.847] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[    12.847] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    12.847] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input14/event13"
[    12.847] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 16)
[    12.848] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[    12.848] (**) Option "AccelerationScheme" "none"
[    12.848] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[    12.848] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    12.848] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    12.849] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
[    12.849] (II) No input driver specified, ignoring this device.
[    12.849] (II) This device may have been added with another device file.
[    12.850] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
[    12.850] (II) No input driver specified, ignoring this device.
[    12.850] (II) This device may have been added with another device file.
[    12.850] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[    12.850] (**) TPPS/2 IBM TrackPoint: Applying InputClass "My Mouse"
[    12.850] (II) No input driver specified, ignoring this device.
[    12.850] (II) This device may have been added with another device file.
[    17.168] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    17.168] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    17.168] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    17.168] (--) NVIDIA(GPU-0): 
[    17.293] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): connected
[    17.293] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): Internal TMDS
[    17.293] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[    17.293] (--) NVIDIA(GPU-0): 
[    17.293] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    17.293] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    17.293] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    17.293] (--) NVIDIA(GPU-0): 
[    17.293] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    17.293] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    17.293] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    17.293] (--) NVIDIA(GPU-0): 
[    17.294] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    17.294] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    17.294] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    17.294] (--) NVIDIA(GPU-0): 
[    17.294] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    17.294] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    17.294] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    17.294] (--) NVIDIA(GPU-0): 
[    18.133] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.133] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.133] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.133] (--) NVIDIA(GPU-0): 
[    18.259] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): connected
[    18.259] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): Internal TMDS
[    18.259] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[    18.259] (--) NVIDIA(GPU-0): 
[    18.259] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.259] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.259] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.259] (--) NVIDIA(GPU-0): 
[    18.259] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.259] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    18.259] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    18.259] (--) NVIDIA(GPU-0): 
[    18.259] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    18.259] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    18.259] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    18.259] (--) NVIDIA(GPU-0): 
[    18.259] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.259] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    18.259] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    18.259] (--) NVIDIA(GPU-0): 
[    18.266] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.266] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.266] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.266] (--) NVIDIA(GPU-0): 
[    18.392] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): connected
[    18.392] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): Internal TMDS
[    18.392] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[    18.392] (--) NVIDIA(GPU-0): 
[    18.392] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.392] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.392] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.392] (--) NVIDIA(GPU-0): 
[    18.392] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.392] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    18.392] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    18.392] (--) NVIDIA(GPU-0): 
[    18.392] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    18.392] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    18.392] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    18.392] (--) NVIDIA(GPU-0): 
[    18.392] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.392] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    18.392] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    18.392] (--) NVIDIA(GPU-0): 
[    18.413] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.413] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.413] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.413] (--) NVIDIA(GPU-0): 
[    18.538] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): connected
[    18.538] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): Internal TMDS
[    18.538] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[    18.538] (--) NVIDIA(GPU-0): 
[    18.538] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.538] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.538] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.538] (--) NVIDIA(GPU-0): 
[    18.539] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.539] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    18.539] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    18.539] (--) NVIDIA(GPU-0): 
[    18.539] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    18.539] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    18.539] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    18.539] (--) NVIDIA(GPU-0): 
[    18.539] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.539] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    18.539] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    18.539] (--) NVIDIA(GPU-0): 
[    18.545] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.545] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.545] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.545] (--) NVIDIA(GPU-0): 
[    18.671] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): connected
[    18.671] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): Internal TMDS
[    18.671] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[    18.671] (--) NVIDIA(GPU-0): 
[    18.671] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.671] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.671] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.671] (--) NVIDIA(GPU-0): 
[    18.671] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.671] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    18.671] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    18.671] (--) NVIDIA(GPU-0): 
[    18.671] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    18.671] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    18.671] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    18.671] (--) NVIDIA(GPU-0): 
[    18.672] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.672] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    18.672] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    18.672] (--) NVIDIA(GPU-0): 
[    18.678] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.678] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.678] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.678] (--) NVIDIA(GPU-0): 
[    18.804] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): connected
[    18.804] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): Internal TMDS
[    18.804] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[    18.804] (--) NVIDIA(GPU-0): 
[    18.804] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.804] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.804] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.804] (--) NVIDIA(GPU-0): 
[    18.804] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.804] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    18.804] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    18.804] (--) NVIDIA(GPU-0): 
[    18.804] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    18.804] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    18.804] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    18.804] (--) NVIDIA(GPU-0): 
[    18.804] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.804] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    18.804] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    18.804] (--) NVIDIA(GPU-0): 
[    58.503] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    58.503] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    58.503] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    58.503] (--) NVIDIA(GPU-0): 
[    58.632] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): connected
[    58.632] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): Internal TMDS
[    58.632] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[    58.632] (--) NVIDIA(GPU-0): 
[    58.633] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    58.633] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    58.633] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    58.633] (--) NVIDIA(GPU-0): 
[    58.633] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    58.633] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    58.633] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    58.633] (--) NVIDIA(GPU-0): 
[    58.633] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    58.633] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    58.633] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    58.633] (--) NVIDIA(GPU-0): 
[    58.633] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    58.633] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    58.633] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    58.633] (--) NVIDIA(GPU-0): 
[    58.633] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    58.633] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    58.633] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    58.633] (--) NVIDIA(GPU-0): 
[    58.763] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): connected
[    58.763] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): Internal TMDS
[    58.763] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[    58.763] (--) NVIDIA(GPU-0): 
[    58.763] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    58.763] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    58.763] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    58.763] (--) NVIDIA(GPU-0): 
[    58.763] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    58.763] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    58.763] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    58.763] (--) NVIDIA(GPU-0): 
[    58.763] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    58.763] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    58.763] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    58.763] (--) NVIDIA(GPU-0): 
[    58.763] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    58.763] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    58.763] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    58.763] (--) NVIDIA(GPU-0): 
[   184.659] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   184.659] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   184.659] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   184.659] (--) NVIDIA(GPU-0): 
[   184.791] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): connected
[   184.791] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): Internal TMDS
[   184.791] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[   184.791] (--) NVIDIA(GPU-0): 
[   184.792] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   184.792] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   184.792] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   184.792] (--) NVIDIA(GPU-0): 
[   184.792] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   184.792] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   184.792] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[   184.792] (--) NVIDIA(GPU-0): 
[   184.792] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   184.792] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   184.792] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   184.792] (--) NVIDIA(GPU-0): 
[   184.792] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   184.792] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   184.792] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[   184.792] (--) NVIDIA(GPU-0): 
[   189.070] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   189.070] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   189.070] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   189.070] (--) NVIDIA(GPU-0): 
[   189.200] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): connected
[   189.200] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): Internal TMDS
[   189.200] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[   189.200] (--) NVIDIA(GPU-0): 
[   189.200] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   189.200] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   189.200] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   189.200] (--) NVIDIA(GPU-0): 
[   189.200] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   189.200] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   189.200] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[   189.200] (--) NVIDIA(GPU-0): 
[   189.200] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   189.201] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   189.201] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   189.201] (--) NVIDIA(GPU-0): 
[   189.201] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   189.201] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   189.201] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[   189.201] (--) NVIDIA(GPU-0): 
[   189.208] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   189.208] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   189.208] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   189.208] (--) NVIDIA(GPU-0): 
[   189.339] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): connected
[   189.339] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): Internal TMDS
[   189.339] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[   189.339] (--) NVIDIA(GPU-0): 
[   189.339] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   189.339] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   189.339] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   189.339] (--) NVIDIA(GPU-0): 
[   189.339] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   189.339] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   189.339] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[   189.339] (--) NVIDIA(GPU-0): 
[   189.339] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   189.339] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   189.339] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   189.339] (--) NVIDIA(GPU-0): 
[   189.339] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   189.339] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   189.339] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[   189.339] (--) NVIDIA(GPU-0): 
[   377.152] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   377.152] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   377.152] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   377.152] (--) NVIDIA(GPU-0): 
[   377.286] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): connected
[   377.286] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): Internal TMDS
[   377.286] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[   377.286] (--) NVIDIA(GPU-0): 
[   377.286] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   377.286] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   377.286] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   377.286] (--) NVIDIA(GPU-0): 
[   377.286] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   377.286] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   377.286] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[   377.286] (--) NVIDIA(GPU-0): 
[   377.286] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   377.286] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   377.286] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   377.286] (--) NVIDIA(GPU-0): 
[   377.286] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   377.286] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   377.286] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[   377.286] (--) NVIDIA(GPU-0): 
[   377.294] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   377.294] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   377.294] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   377.294] (--) NVIDIA(GPU-0): 
[   377.425] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): connected
[   377.425] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): Internal TMDS
[   377.425] (--) NVIDIA(GPU-0): DELL U2515H (DFP-1): 300.0 MHz maximum pixel clock
[   377.425] (--) NVIDIA(GPU-0): 
[   377.425] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   377.425] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   377.425] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   377.425] (--) NVIDIA(GPU-0): 
[   377.425] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   377.425] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   377.425] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[   377.425] (--) NVIDIA(GPU-0): 
[   377.425] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   377.425] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   377.425] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   377.425] (--) NVIDIA(GPU-0): 
[   377.425] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   377.425] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   377.425] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[   377.425] (--) NVIDIA(GPU-0): 

And my dmesg:

[    0.000000] Linux version 4.7.2-1-ARCH (builduser@tobias) (gcc version 6.1.1 20160802 (GCC) ) #1 SMP PREEMPT Sat Aug 20 23:02:56 CEST 2016
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/lvm-root rw cryptdevice=/dev/disk/by-uuid/164996f8-8dfa-483e-b57a-b6a909d067c9:lvm radeon.dpm=1 quiet
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  960, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]: 1024, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 1088 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000039ad8fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000039ad9000-0x000000004c97bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004c97c000-0x000000004c97cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000004c97d000-0x0000000057f29fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000057f2a000-0x0000000057fbefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000057fbf000-0x0000000057ffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000057fff000-0x00000000580fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000058600000-0x000000005e7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000a9f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: LENOVO 20EQS00700/20EQS00700, BIOS N1EET47W (1.21 ) 03/08/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0xa9f800 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 0060000000 mask 7FE0000000 uncachable
[    0.000000]   2 base 005C000000 mask 7FFC000000 uncachable
[    0.000000]   3 base 005A000000 mask 7FFE000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0x39ad9 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01b58000, 0x01b58fff] PGTABLE
[    0.000000] BRK [0x01b59000, 0x01b59fff] PGTABLE
[    0.000000] BRK [0x01b5a000, 0x01b5afff] PGTABLE
[    0.000000] BRK [0x01b5b000, 0x01b5bfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36692000-0x37340fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0120 000024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 0x0000000057FCF188 0000E4 (v01 LENOVO TP-N1E   00000000 PTEC 00000002)
[    0.000000] ACPI: FACP 0x0000000057FF3000 0000F4 (v05 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: DSDT 0x0000000057FDC000 012DF6 (v02 LENOVO TP-N1E   00001210 INTL 20141107)
[    0.000000] ACPI: FACS 0x0000000057FA2000 000040
[    0.000000] ACPI: TCPA 0x0000000057FFC000 000032 (v02 LENOVO TP-N1E   00000002 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x0000000057FFB000 0003A2 (v02 LENOVO TcgTable 00001000 INTL 20141107)
[    0.000000] ACPI: UEFI 0x0000000057FB9000 000042 (v01 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x0000000057FF5000 0050DC (v02 LENOVO SaSsdt   00003000 INTL 20141107)
[    0.000000] ACPI: SSDT 0x0000000057FF4000 0005C5 (v02 LENOVO PerfTune 00001000 INTL 20141107)
[    0.000000] ACPI: ECDT 0x0000000057FF2000 000052 (v01 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: HPET 0x0000000057FF1000 000038 (v01 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: APIC 0x0000000057FF0000 0000BC (v03 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: MCFG 0x0000000057FEF000 00003C (v01 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x0000000057FDA000 0016CA (v01 LENOVO SataAhci 00001000 INTL 20141107)
[    0.000000] ACPI: DBGP 0x0000000057FD9000 000034 (v01 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: DBG2 0x0000000057FD8000 000054 (v00 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: BOOT 0x0000000057FD7000 000028 (v01 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: BATB 0x0000000057FD6000 000046 (v01 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x0000000057FD5000 000E73 (v02 LENOVO CpuSsdt  00003000 INTL 20141107)
[    0.000000] ACPI: SSDT 0x0000000057FD4000 000403 (v02 LENOVO CtdpB    00001000 INTL 20141107)
[    0.000000] ACPI: POAT 0x0000000057FD3000 000055 (v03 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x0000000057FD2000 000FCC (v01 LENOVO NvOptTbl 00001000 INTL 20141107)
[    0.000000] ACPI: SSDT 0x0000000057FD1000 00006C (v02 LENOVO SgPeg    00001000 INTL 20141107)
[    0.000000] ACPI: DMAR 0x0000000057FD0000 0000A8 (v01 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: ASF! 0x0000000057FFD000 0000A5 (v32 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: FPDT 0x0000000057FCE000 000044 (v01 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: UEFI 0x0000000057F7F000 00012A (v01 LENOVO TP-N1E   00001210 PTEC 00000002)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000a9f7fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0xa9f7fb000-0xa9f7fefff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000a9f7fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000039ad8fff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000a9f7fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000a9f7fffff]
[    0.000000] On node 0 totalpages: 10326645
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3628 pages used for memmap
[    0.000000]   DMA32 zone: 232153 pages, LIFO batch:31
[    0.000000]   Normal zone: 157664 pages used for memmap
[    0.000000]   Normal zone: 10090496 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0x5a800000-0x5e7fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x39ad9000-0x4c97bfff]
[    0.000000] PM: Registered nosave memory: [mem 0x4c97c000-0x4c97cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x4c97d000-0x57f29fff]
[    0.000000] PM: Registered nosave memory: [mem 0x57f2a000-0x57fbefff]
[    0.000000] PM: Registered nosave memory: [mem 0x57fbf000-0x57ffefff]
[    0.000000] PM: Registered nosave memory: [mem 0x57fff000-0x580fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x58100000-0x585fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x58600000-0x5e7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x5e800000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.000000] e820: [mem 0x5e800000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 33 pages/cpu @ffff880a9f400000 s97944 r8192 d29032 u262144
[    0.000000] pcpu-alloc: s97944 r8192 d29032 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 10165268
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/lvm-root rw cryptdevice=/dev/disk/by-uuid/164996f8-8dfa-483e-b57a-b6a909d067c9:lvm radeon.dpm=1 quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 40567308K/41306580K available (6028K kernel code, 977K rwdata, 1836K rodata, 1244K init, 1164K bss, 739272K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:8448 nr_irqs:2048 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Unable to calibrate against PIT
[    0.000000] tsc: using HPET reference calibration
[    0.000000] tsc: Detected 2592.238 MHz processor
[    0.000022] Calibrating delay loop (skipped), value calculated using timer frequency.. 5186.49 BogoMIPS (lpj=8640793)
[    0.000024] pid_max: default: 32768 minimum: 301
[    0.000030] ACPI: Core revision 20160422
[    0.032162] ACPI: 9 ACPI AML tables successfully acquired and loaded

[    0.032181] Security Framework initialized
[    0.032182] Yama: becoming mindful.
[    0.035307] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes)
[    0.046276] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.051015] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.051065] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.051413] CPU: Physical Processor ID: 0
[    0.051414] CPU: Processor Core ID: 0
[    0.051418] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.051418] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.051423] mce: CPU supports 10 MCE banks
[    0.051431] CPU0: Thermal monitoring enabled (TM1)
[    0.051450] process: using mwait in idle threads
[    0.051453] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.051454] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.051781] Freeing SMP alternatives memory: 24K (ffffffff81a2d000 - ffffffff81a33000)
[    0.061145] ftrace: allocating 23806 entries in 93 pages
[    0.070149] smpboot: Max logical packages: 2
[    0.070151] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.070158] DMAR: Host address width 39
[    0.070159] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.070164] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[    0.070165] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.070169] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.070170] DMAR: RMRR base: 0x00000057ea9000 end: 0x00000057ec8fff
[    0.070171] DMAR: RMRR base: 0x0000005a000000 end: 0x0000005e7fffff
[    0.070172] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.070173] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.070174] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.070175] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.071569] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.071569] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.075496] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.108516] TSC deadline timer enabled
[    0.108521] smpboot: CPU0: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.108524] Performance Events: PEBS fmt3+, 32-deep LBR, Skylake events, full-width counters, Intel PMU driver.
[    0.108551] ... version:                4
[    0.108552] ... bit width:              48
[    0.108552] ... generic registers:      4
[    0.108553] ... value mask:             0000ffffffffffff
[    0.108554] ... max period:             0000ffffffffffff
[    0.108555] ... fixed-purpose events:   3
[    0.108555] ... event mask:             000000070000000f
[    0.132020] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.148598] x86: Booting SMP configuration:
[    0.148601] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.814248] x86: Booted up 1 node, 8 CPUs
[    0.814253] smpboot: Total of 8 processors activated (41501.42 BogoMIPS)
[    0.821928] devtmpfs: initialized
[    0.821984] x86/mm: Memory block size: 128MB
[    0.826470] PM: Registering ACPI NVS region [mem 0x4c97c000-0x4c97cfff] (4096 bytes)
[    0.826472] PM: Registering ACPI NVS region [mem 0x57f2a000-0x57fbefff] (610304 bytes)
[    0.826525] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.826561] pinctrl core: initialized pinctrl subsystem
[    0.826678] RTC time: 11:00:11, date: 08/28/16
[    0.827718] NET: Registered protocol family 16
[    0.837846] cpuidle: using governor ladder
[    0.851190] cpuidle: using governor menu
[    0.851265] Simple Boot Flag at 0x47 set to 0x1
[    0.851288] ACPI: bus type PCI registered
[    0.851289] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.851457] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.851459] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.851466] PCI: Using configuration type 1 for base access
[    0.864650] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.864652] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.864845] ACPI: Added _OSI(Module Device)
[    0.864848] ACPI: Added _OSI(Processor Device)
[    0.864849] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.864850] ACPI: Added _OSI(Processor Aggregator Device)
[    0.864855] ACPI : EC: EC description table is found, configuring boot EC
[    0.864856] ACPI : EC: EC started
[    0.866302] ACPI: Executed 1 blocks of module-level executable AML code
[    0.870590] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.976537] ACPI: Dynamic OEM Table Load:
[    0.976564] ACPI: SSDT 0xFFFF880A70552800 000649 (v02 PmRef  Cpu0Ist  00003000 INTL 20141107)
[    0.977248] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.977924] ACPI: Dynamic OEM Table Load:
[    0.977932] ACPI: SSDT 0xFFFF880A701F1C00 0003CF (v02 PmRef  Cpu0Cst  00003001 INTL 20141107)
[    0.979057] ACPI: Dynamic OEM Table Load:
[    0.979065] ACPI: SSDT 0xFFFF880A70553000 0005AA (v02 PmRef  ApIst    00003000 INTL 20141107)
[    0.979965] ACPI: Dynamic OEM Table Load:
[    0.979971] ACPI: SSDT 0xFFFF880A701E8E00 000119 (v02 PmRef  ApCst    00003000 INTL 20141107)
[    0.983225] ACPI: Interpreter enabled
[    0.983263] ACPI: (supports S0 S3 S4 S5)
[    0.983264] ACPI: Using IOAPIC for interrupt routing
[    0.983286] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.061404] ACPI: Power Resource [PUBS] (on)
[    1.114967] ACPI: Power Resource [PG00] (on)
[    1.138326] ACPI: Power Resource [PG01] (on)
[    1.138416] ACPI: Power Resource [PG02] (on)
[    1.199947] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[    1.200031] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11)
[    1.200112] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[    1.200192] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    1.200269] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[    1.200347] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[    1.200419] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.200498] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[    1.200575] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-5f])
[    1.200579] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.200648] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    1.200710] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    1.201359] PCI host bridge to bus 0000:00
[    1.201362] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.201363] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.201364] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.201366] pci_bus 0000:00: root bus resource [mem 0x5e800000-0xfebfffff window]
[    1.201367] pci_bus 0000:00: root bus resource [bus 00-5f]
[    1.201374] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[    1.201667] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    1.201702] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.202020] pci 0000:00:02.0: [8086:191b] type 00 class 0x030000
[    1.202029] pci 0000:00:02.0: reg 0x10: [mem 0xd2000000-0xd2ffffff 64bit]
[    1.202034] pci 0000:00:02.0: reg 0x18: [mem 0x60000000-0x7fffffff 64bit pref]
[    1.202038] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    1.202390] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    1.202407] pci 0000:00:14.0: reg 0x10: [mem 0xd5720000-0xd572ffff 64bit]
[    1.202468] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.202700] pci 0000:00:14.0: System wakeup disabled by ACPI
[    1.202743] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    1.202759] pci 0000:00:14.2: reg 0x10: [mem 0xd574a000-0xd574afff 64bit]
[    1.203095] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    1.203113] pci 0000:00:16.0: reg 0x10: [mem 0xd574b000-0xd574bfff 64bit]
[    1.203178] pci 0000:00:16.0: PME# supported from D3hot
[    1.203466] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[    1.203479] pci 0000:00:17.0: reg 0x10: [mem 0xd5748000-0xd5749fff]
[    1.203486] pci 0000:00:17.0: reg 0x14: [mem 0xd574e000-0xd574e0ff]
[    1.203493] pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
[    1.203500] pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
[    1.203506] pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
[    1.203513] pci 0000:00:17.0: reg 0x24: [mem 0xd574c000-0xd574c7ff]
[    1.203549] pci 0000:00:17.0: PME# supported from D3hot
[    1.203871] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[    1.203933] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.204227] pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
[    1.204288] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.204579] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    1.204638] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.204942] pci 0000:00:1d.0: [8086:a11c] type 01 class 0x060400
[    1.205003] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.205327] pci 0000:00:1f.0: [8086:a150] type 00 class 0x060100
[    1.205723] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    1.205734] pci 0000:00:1f.2: reg 0x10: [mem 0xd5744000-0xd5747fff]
[    1.206080] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    1.206102] pci 0000:00:1f.3: reg 0x10: [mem 0xd5740000-0xd5743fff 64bit]
[    1.206132] pci 0000:00:1f.3: reg 0x20: [mem 0xd5730000-0xd573ffff 64bit]
[    1.206178] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    1.206445] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    1.206492] pci 0000:00:1f.4: reg 0x10: [mem 0xd574d000-0xd574d0ff 64bit]
[    1.206561] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    1.206938] pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
[    1.206959] pci 0000:00:1f.6: reg 0x10: [mem 0xd5700000-0xd571ffff]
[    1.207064] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    1.207339] pci 0000:00:1f.6: System wakeup disabled by ACPI
[    1.207419] pci 0000:01:00.0: [10de:13b1] type 00 class 0x030000
[    1.207435] pci 0000:01:00.0: reg 0x10: [mem 0xd3000000-0xd3ffffff]
[    1.207449] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.207463] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    1.207472] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    1.207480] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    1.214848] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.214850] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    1.214852] pci 0000:00:01.0:   bridge window [mem 0xd3000000-0xd40fffff]
[    1.214856] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.214905] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.214908] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    1.214910] pci 0000:00:1c.0:   bridge window [mem 0xd4d00000-0xd56fffff]
[    1.214914] pci 0000:00:1c.0:   bridge window [mem 0xd4100000-0xd4afffff 64bit pref]
[    1.215229] pci 0000:04:00.0: [8086:24f3] type 00 class 0x028000
[    1.215309] pci 0000:04:00.0: reg 0x10: [mem 0xd4c00000-0xd4c01fff 64bit]
[    1.215577] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    1.215724] pci 0000:04:00.0: System wakeup disabled by ACPI
[    1.225374] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    1.225378] pci 0000:00:1c.2:   bridge window [mem 0xd4c00000-0xd4cfffff]
[    1.225437] pci 0000:00:1c.4: PCI bridge to [bus 05-3d]
[    1.225441] pci 0000:00:1c.4:   bridge window [mem 0xa4000000-0xba0fffff]
[    1.225446] pci 0000:00:1c.4:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    1.225569] pci 0000:3e:00.0: [10ec:525a] type 00 class 0xff0000
[    1.225596] pci 0000:3e:00.0: reg 0x14: [mem 0xd4b00000-0xd4b00fff]
[    1.225702] pci 0000:3e:00.0: supports D1 D2
[    1.225703] pci 0000:3e:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.225745] pci 0000:3e:00.0: System wakeup disabled by ACPI
[    1.234943] pci 0000:00:1d.0: PCI bridge to [bus 3e]
[    1.234947] pci 0000:00:1d.0:   bridge window [mem 0xd4b00000-0xd4bfffff]
[    1.258565] ACPI: Enabled 5 GPEs in block 00 to 7F
[    1.258606] ACPI : EC: EC stopped
[    1.258647] ACPI : EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
[    1.258648] ACPI : EC: EC started
[    1.258882] vgaarb: setting as boot device: PCI:0000:00:02.0
[    1.258884] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.258889] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    1.258889] vgaarb: loaded
[    1.258890] vgaarb: bridge control possible 0000:01:00.0
[    1.258891] vgaarb: no bridge control possible 0000:00:02.0
[    1.258942] PCI: Using ACPI for IRQ routing
[    1.282092] PCI: pci_cache_line_size set to 64 bytes
[    1.282775] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    1.282776] e820: reserve RAM buffer [mem 0x39ad9000-0x3bffffff]
[    1.282777] e820: reserve RAM buffer [mem 0xa9f800000-0xa9fffffff]
[    1.282846] NetLabel: Initializing
[    1.282847] NetLabel:  domain hash size = 128
[    1.282848] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.282856] NetLabel:  unlabeled traffic allowed by default
[    1.282927] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.282931] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    1.284966] amd_nb: Cannot enumerate AMD northbridges
[    1.284989] clocksource: Switched to clocksource hpet
[    1.289336] VFS: Disk quotas dquot_6.6.0
[    1.289380] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.289430] pnp: PnP ACPI init
[    1.289752] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.289755] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[    1.289756] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[    1.289757] system 00:00: [mem 0x000c8000-0x000cbfff] could not be reserved
[    1.289759] system 00:00: [mem 0x000cc000-0x000cffff] could not be reserved
[    1.289760] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
[    1.289761] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
[    1.289763] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
[    1.289764] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
[    1.289765] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[    1.289766] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[    1.289768] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[    1.289769] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[    1.289770] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    1.289772] system 00:00: [mem 0x00100000-0x5e7fffff] could not be reserved
[    1.289773] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    1.289775] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[    1.289778] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.289832] system 00:01: [io  0x1800-0x189f] has been reserved
[    1.289834] system 00:01: [io  0x0800-0x087f] has been reserved
[    1.289835] system 00:01: [io  0x0880-0x08ff] has been reserved
[    1.289837] system 00:01: [io  0x0900-0x097f] has been reserved
[    1.289839] system 00:01: [io  0x0980-0x09ff] has been reserved
[    1.289840] system 00:01: [io  0x0a00-0x0a7f] has been reserved
[    1.289841] system 00:01: [io  0x0a80-0x0aff] has been reserved
[    1.289842] system 00:01: [io  0x0b00-0x0b7f] has been reserved
[    1.289844] system 00:01: [io  0x0b80-0x0bff] has been reserved
[    1.289845] system 00:01: [io  0x15e0-0x15ef] has been reserved
[    1.289846] system 00:01: [io  0x1600-0x167f] has been reserved
[    1.289848] system 00:01: [io  0x1640-0x165f] has been reserved
[    1.289850] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    1.289851] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[    1.289852] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.289854] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.289855] system 00:01: [mem 0xfeb00000-0xfebfffff] has been reserved
[    1.289857] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.289912] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.289929] pnp 00:03: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    1.289944] pnp 00:04: Plug and Play ACPI device, IDs LEN005b PNP0f13 (active)
[    1.290438] pnp 00:05: Plug and Play ACPI device, IDs PNP0c31 (active)
[    1.290473] pnp: PnP ACPI: found 6 devices
[    1.298968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.298971] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    1.299003] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 05-3d] add_size 1000
[    1.299012] pci 0000:00:1c.4: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.299013] pci 0000:00:1c.4: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.299016] pci 0000:00:1c.4: BAR 13: assigned [io  0x2000-0x2fff]
[    1.299019] pci 0000:01:00.0: BAR 6: assigned [mem 0xd4000000-0xd407ffff pref]
[    1.299020] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.299022] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    1.299024] pci 0000:00:01.0:   bridge window [mem 0xd3000000-0xd40fffff]
[    1.299027] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.299030] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.299042] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    1.299046] pci 0000:00:1c.0:   bridge window [mem 0xd4d00000-0xd56fffff]
[    1.299048] pci 0000:00:1c.0:   bridge window [mem 0xd4100000-0xd4afffff 64bit pref]
[    1.299052] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    1.299056] pci 0000:00:1c.2:   bridge window [mem 0xd4c00000-0xd4cfffff]
[    1.299062] pci 0000:00:1c.4: PCI bridge to [bus 05-3d]
[    1.299063] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
[    1.299067] pci 0000:00:1c.4:   bridge window [mem 0xa4000000-0xba0fffff]
[    1.299069] pci 0000:00:1c.4:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    1.299074] pci 0000:00:1d.0: PCI bridge to [bus 3e]
[    1.299077] pci 0000:00:1d.0:   bridge window [mem 0xd4b00000-0xd4bfffff]
[    1.299083] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.299084] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.299086] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.299087] pci_bus 0000:00: resource 7 [mem 0x5e800000-0xfebfffff window]
[    1.299088] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    1.299089] pci_bus 0000:01: resource 1 [mem 0xd3000000-0xd40fffff]
[    1.299091] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.299092] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    1.299093] pci_bus 0000:02: resource 1 [mem 0xd4d00000-0xd56fffff]
[    1.299094] pci_bus 0000:02: resource 2 [mem 0xd4100000-0xd4afffff 64bit pref]
[    1.299095] pci_bus 0000:04: resource 1 [mem 0xd4c00000-0xd4cfffff]
[    1.299096] pci_bus 0000:05: resource 0 [io  0x2000-0x2fff]
[    1.299098] pci_bus 0000:05: resource 1 [mem 0xa4000000-0xba0fffff]
[    1.299099] pci_bus 0000:05: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[    1.299100] pci_bus 0000:3e: resource 1 [mem 0xd4b00000-0xd4bfffff]
[    1.299119] NET: Registered protocol family 2
[    1.299347] TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.299897] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.299986] TCP: Hash tables configured (established 524288 bind 65536)
[    1.300026] UDP hash table entries: 32768 (order: 8, 1048576 bytes)
[    1.300174] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes)
[    1.300308] NET: Registered protocol family 1
[    1.300318] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.300859] PCI: CLS 0 bytes, default 64
[    1.300889] Unpacking initramfs...
[    1.501047] Freeing initrd memory: 12988K (ffff880036692000 - ffff880037341000)
[    1.501069] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.501072] software IO TLB [mem 0x32692000-0x36692000] (64MB) mapped at [ffff880032692000-ffff880036691fff]
[    1.501166] Scanning for low memory corruption every 60 seconds
[    1.501428] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.501758] Initialise system trusted keyrings
[    1.502045] workingset: timestamp_bits=38 max_order=24 bucket_order=0
[    1.503310] zbud: loaded
[    1.503505] Key type big_key registered
[    1.504121] Key type asymmetric registered
[    1.504161] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.504267] io scheduler noop registered
[    1.504268] io scheduler deadline registered
[    1.504292] io scheduler cfq registered (default)
[    1.505195] aer 0000:00:1c.0:pcie002: service driver aer loaded
[    1.505224] aer 0000:00:1c.2:pcie002: service driver aer loaded
[    1.505249] aer 0000:00:1c.4:pcie002: service driver aer loaded
[    1.505278] aer 0000:00:1d.0:pcie002: service driver aer loaded
[    1.505287] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.505291] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.505298] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    1.505298] vesafb: scrolling: redraw
[    1.505300] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.505309] vesafb: framebuffer at 0x60000000, mapped to 0xffffc90007000000, using 8128k, total 8128k
[    1.687620] Console: switching to colour frame buffer device 240x67
[    1.868243] fb0: VESA VGA frame buffer device
[    1.868257] intel_idle: MWAIT substates: 0x11142120
[    1.868258] intel_idle: v0.4.1 model 0x5E
[    1.868680] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.869151] GHES: HEST is not enabled!
[    1.869220] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.890106] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.890567] Linux agpgart interface v0.103
[    1.891146] rtc_cmos 00:02: RTC can wake from S4
[    1.891553] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.891655] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.891661] intel_pstate: Intel P-state driver initializing
[    1.892179] intel_pstate: HWP enabled
[    1.892182] ledtrig-cpu: registered to indicate activity on CPUs
[    1.893310] NET: Registered protocol family 10
[    1.893730] NET: Registered protocol family 17
[    1.894101] microcode: CPU0 sig=0x506e3, pf=0x20, revision=0x84
[    1.894172] microcode: CPU1 sig=0x506e3, pf=0x20, revision=0x84
[    1.894243] microcode: CPU2 sig=0x506e3, pf=0x20, revision=0x84
[    1.894263] microcode: CPU3 sig=0x506e3, pf=0x20, revision=0x84
[    1.894304] microcode: CPU4 sig=0x506e3, pf=0x20, revision=0x84
[    1.894373] microcode: CPU5 sig=0x506e3, pf=0x20, revision=0x84
[    1.894445] microcode: CPU6 sig=0x506e3, pf=0x20, revision=0x84
[    1.894448] microcode: CPU7 sig=0x506e3, pf=0x20, revision=0x84
[    1.894505] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.894857] registered taskstats version 1
[    1.894859] Loading compiled-in X.509 certificates
[    1.894869] zswap: loaded using pool lzo/zbud
[    1.954389]   Magic number: 12:244:25
[    1.954478] memory memory65: hash matches
[    1.954767] rtc_cmos 00:02: setting system clock to 2016-08-28 11:00:12 UTC (1472382012)
[    1.954807] PM: Hibernation image not present or could not be loaded.
[    1.955596] Freeing unused kernel memory: 1244K (ffffffff818f6000 - ffffffff81a2d000)
[    1.955597] Write protecting the kernel read-only data: 8192k
[    1.956073] Freeing unused kernel memory: 100K (ffff8800015e7000 - ffff880001600000)
[    1.956463] Freeing unused kernel memory: 212K (ffff8800017cb000 - ffff880001800000)
[    1.961585] random: systemd-tmpfile: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.961687] random: systemd-tmpfile: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.963063] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.963094] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.963101] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.965487] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.965500] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.965505] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    2.021610] raid6: sse2x1   gen()  9630 MB/s
[    2.078271] raid6: sse2x1   xor()  6479 MB/s
[    2.134935] raid6: sse2x2   gen() 12206 MB/s
[    2.191594] raid6: sse2x2   xor()  8444 MB/s
[    2.248257] raid6: sse2x4   gen() 13389 MB/s
[    2.304918] raid6: sse2x4   xor()  9372 MB/s
[    2.361579] raid6: avx2x1   gen() 24366 MB/s
[    2.418239] raid6: avx2x2   gen() 27393 MB/s
[    2.474902] raid6: avx2x4   gen() 28749 MB/s
[    2.474902] raid6: using algorithm avx2x4 gen() 28749 MB/s
[    2.474903] raid6: using avx2x2 recovery algorithm
[    2.475739] xor: automatically using best checksumming function:
[    2.475823] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    2.475835] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    2.501742] tsc: Refined TSC clocksource calibration: 2592.034 MHz
[    2.501747] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cd72cd16, max_idle_ns: 440795293121 ns
[    2.508430]    avx       : 27153.600 MB/sec
[    2.515485] Btrfs loaded, crc32c=crc32c-intel
[    2.515487] BTRFS: selftest: sectorsize: 4096  nodesize: 4096
[    2.515488] BTRFS: selftest: sectorsize: 4096  nodesize: 8192
[    2.515488] BTRFS: selftest: sectorsize: 4096  nodesize: 16384
[    2.515489] BTRFS: selftest: sectorsize: 4096  nodesize: 32768
[    2.515489] BTRFS: selftest: sectorsize: 4096  nodesize: 65536
[    2.546466] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    2.548715] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.548742] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.562721] ACPI: bus type USB registered
[    2.562741] SCSI subsystem initialized
[    2.562750] usbcore: registered new interface driver usbfs
[    2.562759] usbcore: registered new interface driver hub
[    2.562802] usbcore: registered new device driver usb
[    2.565055] libata version 3.00 loaded.
[    2.565273] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.565307] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.566451] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    2.566463] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.566678] hub 1-0:1.0: USB hub found
[    2.566695] hub 1-0:1.0: 16 ports detected
[    2.568714] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.568717] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.568996] hub 2-0:1.0: USB hub found
[    2.569047] hub 2-0:1.0: 10 ports detected
[    2.570186] usb: port power management may be unreliable
[    2.570706] ahci 0000:00:17.0: version 3.0
[    2.571015] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x9 impl SATA mode
[    2.571018] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
[    2.572841] AVX2 version of gcm_enc/dec engaged.
[    2.572843] AES CTR mode by8 optimization enabled
[    2.575928] scsi host0: ahci
[    2.576217] scsi host1: ahci
[    2.576398] scsi host2: ahci
[    2.576576] scsi host3: ahci
[    2.576610] ata1: SATA max UDMA/133 abar m2048@0xd574c000 port 0xd574c100 irq 128
[    2.576611] ata2: DUMMY
[    2.576612] ata3: DUMMY
[    2.576614] ata4: SATA max UDMA/133 abar m2048@0xd574c000 port 0xd574c280 irq 128
[    2.628707] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    2.884720] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.884762] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.885475] ata4.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.885483] ata4.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.886710] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.886719] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.887195] ata1.00: supports DRM functions and may not be fully accessible
[    2.888341] ata1.00: ATA-9: SAMSUNG MZNTY256HDHP-000L7, MAT23L6Q, max UDMA/133
[    2.888349] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    2.889597] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.889606] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.889651] ata4.00: ATA-9: SanDisk SDSSDHII960G, X35510RL, max UDMA/133
[    2.889658] ata4.00: 1875385008 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    2.889969] ata1.00: supports DRM functions and may not be fully accessible
[    2.890946] ata4.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.890954] ata4.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.891458] ata1.00: configured for UDMA/133
[    2.892250] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG MZNTY256 3L6Q PQ: 0 ANSI: 5
[    2.892378] ata4.00: configured for UDMA/133
[    2.922998] scsi 3:0:0:0: Direct-Access     ATA      SanDisk SDSSDHII 10RL PQ: 0 ANSI: 5
[    2.928509] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[    2.953072] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    2.953129] sd 3:0:0:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[    2.953407] sd 0:0:0:0: [sda] Write Protect is off
[    2.953413] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.953580] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.953592] sd 3:0:0:0: [sdb] Write Protect is off
[    2.953596] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.953707] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.954520]  sdb: sdb1 sdb2 sdb3
[    2.955422] sd 3:0:0:0: [sdb] Attached SCSI disk
[    2.955921]  sda:
[    2.956903] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.988914] device-mapper: uevent: version 1.0.3
[    2.989178] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    3.102621] hub 1-5:1.0: USB hub found
[    3.102686] hub 1-5:1.0: 4 ports detected
[    3.208254] usb 2-5: new SuperSpeed USB device number 2 using xhci_hcd
[    3.222771] hub 2-5:1.0: USB hub found
[    3.222834] hub 2-5:1.0: 4 ports detected
[    3.381737] usb 1-8: new high-speed USB device number 3 using xhci_hcd
[    3.502220] clocksource: Switched to clocksource tsc
[    3.621670] usb 1-5.2: new low-speed USB device number 4 using xhci_hcd
[    3.723381] hidraw: raw HID events driver (C) Jiri Kosina
[    3.738405] usbcore: registered new interface driver usbhid
[    3.738407] usbhid: USB HID core driver
[    3.738963] input: HID 046a:010d as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.0/0003:046A:010D.0001/input/input2
[    3.774896] usb 2-5.4: new SuperSpeed USB device number 3 using xhci_hcd
[    3.790004] hub 2-5.4:1.0: USB hub found
[    3.790304] hub 2-5.4:1.0: 2 ports detected
[    3.791701] hid-generic 0003:046A:010D.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 046a:010d] on usb-0000:00:14.0-5.2/input0
[    3.792874] input: HID 046a:010d as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.1/0003:046A:010D.0002/input/input3
[    3.845181] hid-generic 0003:046A:010D.0002: input,hidraw1: USB HID v1.11 Device [HID 046a:010d] on usb-0000:00:14.0-5.2/input1
[    3.948309] usb 1-9: new full-speed USB device number 5 using xhci_hcd
[    4.188293] usb 1-5.3: new full-speed USB device number 6 using xhci_hcd
[    4.276982] input: Kingsis Peripherals ZOWIE Gaming mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.3/1-5.3:1.0/0003:1AF3:0001.0003/input/input4
[    4.277094] hid-generic 0003:1AF3:0001.0003: input,hidraw2: USB HID v1.11 Mouse [Kingsis Peripherals ZOWIE Gaming mouse] on usb-0000:00:14.0-5.3/input0
[    4.428274] usb 1-11: new full-speed USB device number 7 using xhci_hcd
[    4.668255] usb 1-5.4: new high-speed USB device number 8 using xhci_hcd
[    4.749525] hub 1-5.4:1.0: USB hub found
[    4.749564] hub 1-5.4:1.0: 2 ports detected
[    4.908238] usb 1-13: new low-speed USB device number 9 using xhci_hcd
[    5.088432] hid-generic 0003:0765:5010.0004: hiddev0,hidraw3: USB HID v1.11 Device [HID 0765:5010] on usb-0000:00:14.0-13/input0
[    5.248212] usb 1-14: new full-speed USB device number 10 using xhci_hcd
[    6.168003] random: nonblocking pool is initialized
[    8.489080] NET: Registered protocol family 38
[    8.617138] BTRFS: device fsid b39d87bb-99f2-44ca-b56d-9eb4d388e853 devid 1 transid 266016 /dev/dm-1
[    8.660302] BTRFS info (device dm-1): disk space caching is enabled
[    8.660309] BTRFS info (device dm-1): has skinny extents
[    8.688731] BTRFS info (device dm-1): detected SSD devices, enabling SSD mode
[    8.848479] ip_tables: (C) 2000-2006 Netfilter Core Team
[    8.881518] systemd[1]: systemd 231 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    8.881957] systemd[1]: Detected architecture x86-64.
[    8.882745] systemd[1]: Set hostname to <grampa>.
[    8.953127] systemd[1]: Created slice User and Session Slice.
[    8.953239] systemd[1]: Listening on udev Control Socket.
[    8.953628] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    8.958650] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    8.958681] systemd[1]: Reached target Swap.
[    8.958739] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.958759] systemd[1]: Reached target Encrypted Volumes.
[    8.958802] systemd[1]: Listening on LVM2 metadata daemon socket.
[    8.958869] systemd[1]: Listening on Journal Socket.
[    8.958902] systemd[1]: Reached target Paths.
[    8.958945] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    8.958987] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.959033] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    8.959284] systemd[1]: Created slice System Slice.
[    8.959314] systemd[1]: Reached target Slices.
[    8.971502] systemd[1]: Starting Remount Root and Kernel File Systems...
[    8.971639] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
[    8.972539] systemd[1]: Mounting Temporary Directory...
[    8.973520] systemd[1]: Mounting Huge Pages File System...
[    8.974737] systemd[1]: Starting Load Kernel Modules...
[    8.975608] systemd[1]: Mounting Debug File System...
[    8.976159] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    8.979097] systemd[1]: Starting Set Up Additional Binary Formats...
[    8.980321] systemd[1]: Starting Setup Virtual Console...
[    8.980606] systemd[1]: Created slice system-getty.slice.
[    8.981678] systemd[1]: Starting Journal Service...
[    8.981736] systemd[1]: Reached target Remote File Systems.
[    8.983117] systemd[1]: Listening on Process Core Dump Socket.
[    8.983181] systemd[1]: Listening on udev Kernel Socket.
[    8.984138] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    8.985175] systemd[1]: Mounting POSIX Message Queue File System...
[    8.987682] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    8.987863] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 361 (systemd-binfmt)
[    8.988845] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    8.992071] systemd[1]: Mounted Huge Pages File System.
[    8.992149] systemd[1]: Mounted Temporary Directory.
[    8.994218] systemd[1]: Mounted Debug File System.
[    8.994286] systemd[1]: Mounted POSIX Message Queue File System.
[    8.999243] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    9.002086] systemd[1]: Started Set Up Additional Binary Formats.
[    9.047586] BTRFS info (device dm-1): unrecognized mount option 'errors=remount-ro'
[    9.053567] FS-Cache: Loaded
[    9.056299] systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=1/FAILURE
[    9.056864] systemd[1]: Failed to start Remount Root and Kernel File Systems.
[    9.064127] systemd[1]: systemd-remount-fs.service: Unit entered failed state.
[    9.064145] systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
[    9.070068] RPC: Registered named UNIX socket transport module.
[    9.070074] RPC: Registered udp transport module.
[    9.070077] RPC: Registered tcp transport module.
[    9.070079] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.086104] FS-Cache: Netfs 'nfs' registered for caching
[    9.088722] tun: Universal TUN/TAP device driver, 1.6
[    9.088725] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    9.091149] systemd[1]: Starting udev Coldplug all Devices...
[    9.092523] systemd[1]: Starting Create Static Device Nodes in /dev...
[    9.093845] systemd[1]: Starting Load/Save Random Seed...
[    9.094622] vboxdrv: Found 8 processor cores
[    9.094954] systemd[1]: Started Setup Virtual Console.
[    9.095845] systemd[1]: Started Journal Service.
[    9.100922] systemd-journald[363]: Received request to flush runtime journal from PID 1
[    9.111258] vboxdrv: TSC mode is Invariant, tentative frequency 2592029600 Hz
[    9.111260] vboxdrv: Successfully loaded version 5.1.4_OSE (interface 0x00260000)
[    9.118166] VBoxPciLinuxInit
[    9.119732] vboxpci: IOMMU not found (not registered)
[    9.120528] VBoxNetAdp: Successfully started.
[    9.123660] VBoxNetFlt: Successfully started.
[    9.193258] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.195788] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[    9.197568] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
[    9.198039] ACPI: Lid Switch [LID]
[    9.198093] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
[    9.198098] ACPI: Sleep Button [SLPB]
[    9.198163] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    9.198165] ACPI: Power Button [PWRF]
[    9.199081] wmi: Mapper loaded
[    9.199822] thermal LNXTHERM:00: registered as thermal_zone0
[    9.199824] ACPI: Thermal Zone [THM0] (47 C)
[    9.200160] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    9.208855] [drm] Initialized drm 1.1.0 20060810
[    9.209134] ACPI: AC Adapter [AC] (on-line)
[    9.214855] Non-volatile memory driver v1.3
[    9.218702] pps_core: LinuxPPS API ver. 1 registered
[    9.218704] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    9.219138] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[    9.219139] thinkpad_acpi: http://ibm-acpi.sf.net/
[    9.219140] thinkpad_acpi: ThinkPad BIOS N1EET47W (1.21 ), EC unknown
[    9.219141] thinkpad_acpi: Lenovo ThinkPad P50, model 20EQS00700
[    9.219743] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    9.219766] PTP clock support registered
[    9.220850] ACPI: Battery Slot [BAT0] (battery present)
[    9.222322] thinkpad_acpi: radio switch found; radios are enabled
[    9.222449] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    9.222451] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    9.224444] tpm_tis 00:05: 1.2 TPM (device-id 0x1B, rev-id 16)
[    9.225148] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    9.225151] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    9.225415] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    9.226000] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    9.232101] Intel(R) Wireless WiFi driver for Linux
[    9.232103] Copyright(c) 2003- 2015 Intel Corporation
[    9.235202] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[    9.235367] rtsx_pci 0000:3e:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 131
[    9.246800] iwlwifi 0000:04:00.0: loaded firmware version 21.302800.0 op_mode iwlmvm
[    9.264159] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
[    9.266579] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[    9.267613] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[    9.276824] input: PC Speaker as /devices/platform/pcspkr/input/input9
[    9.276920] mousedev: PS/2 mouse device common for all mice
[    9.278680] Bluetooth: Core ver 2.21
[    9.278697] NET: Registered protocol family 31
[    9.278699] Bluetooth: HCI device and connection manager initialized
[    9.278705] Bluetooth: HCI socket layer initialized
[    9.278707] Bluetooth: L2CAP socket layer initialized
[    9.278711] Bluetooth: SCO socket layer initialized
[    9.282814] usbcore: registered new interface driver btusb
[    9.283678] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    9.283680] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    9.283681] RAPL PMU: hw unit of domain package 2^-14 Joules
[    9.283682] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    9.283683] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    9.283684] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    9.283736] Bluetooth: hci0: Firmware revision 0.0 build 30 week 18 2016
[    9.302614] media: Linux media interface: v0.10
[    9.304803] intel_rapl: Found RAPL domain package
[    9.304806] intel_rapl: Found RAPL domain core
[    9.304808] intel_rapl: Found RAPL domain uncore
[    9.304809] intel_rapl: Found RAPL domain dram
[    9.308113] Linux video capture interface: v2.00
[    9.314862] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b52c)
[    9.317411] uvcvideo: Failed to initialize entity for entity 6
[    9.317413] uvcvideo: Failed to register entites (-22).
[    9.317497] input: Integrated Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input11
[    9.317570] usbcore: registered new interface driver uvcvideo
[    9.317571] USB Video Class driver (1.1.1)
[    9.341387] iTCO_vendor_support: vendor-support=0
[    9.343338] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    9.343435] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    9.343526] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    9.371221] BTRFS info (device dm-1): unrecognized mount option 'errors=remount-ro'
[    9.372977] EXT4-fs (sdb3): mounting ext3 file system using the ext4 subsystem
[    9.376955] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
[    9.377853] tpm_tis 00:05: TPM is disabled/deactivated (0x6)
[    9.387221] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[    9.431906] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    9.432162] thermal thermal_zone2: failed to read out thermal zone (-5)
[    9.433418] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    9.514532] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) c8:5b:76:2e:f4:70
[    9.514553] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    9.514641] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF
[    9.515716] [drm] Memory usable by graphics device = 4096M
[    9.515717] checking generic (60000000 7f0000) vs hw (60000000 20000000)
[    9.515718] fb: switching to inteldrmfb from VESA VGA
[    9.528348] Console: switching to colour dummy device 80x25
[    9.528398] [drm] Replacing VGA console driver
[    9.529146] i801_smbus 0000:00:1f.4: BIOS is accessing SMBus registers
[    9.529149] i801_smbus 0000:00:1f.4: Driver SMBus register access inhibited
[    9.534366] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    9.534368] [drm] Driver supports precise vblank timestamp query.
[    9.542877] [drm] Finished loading i915/skl_dmc_ver1.bin (v1.26)
[    9.545421] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    9.553252] fbcon: inteldrmfb (fb0) is primary device
[    9.553424] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    9.553446] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    9.553560] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input12
[    9.556061] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    9.556180] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13
[    9.557952] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.557953] Bluetooth: BNEP filters: protocol multicast
[    9.557955] Bluetooth: BNEP socket layer initialized
[   10.063533] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4754]
[   10.096263] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1100..]
[   10.160224] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf402a3/0x940300/0x2e800/0x0, board id: 3149, fw id: 2022239
[   10.160233] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[   10.200972] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input10
[   10.671271] Console: switching to colour frame buffer device 240x67
[   10.671454] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   10.671463] [drm] Initialized i915 1.6.0 20160425 for 0000:00:02.0 on minor 0
[   10.678024] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   10.731820] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   10.731825] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   10.731828] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   10.731830] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   10.731832] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   10.731834] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[   10.731836] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   10.845421] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[   11.040247] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input14
[   11.173257] nvidia: module license 'NVIDIA' taints kernel.
[   11.173261] Disabling lock debugging due to kernel taint
[   11.179423] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[   11.179478] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[   11.179533] nvidia-nvlink: Nvlink Core is being initialized, major device number 241
[   11.179543] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  370.23  Mon Aug  8 18:02:36 PDT 2016
[   11.181907] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   11.181961] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   11.182000] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   11.182039] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   11.182078] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   11.182132] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   11.182169] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   11.279123] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   11.290137] Ebtables v2.0 registered
[   11.305817] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   11.364616] [drm] RC6 on
[   11.440318] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   11.497606] virbr1: port 1(virbr1-nic) entered blocking state
[   11.497612] virbr1: port 1(virbr1-nic) entered disabled state
[   11.497654] device virbr1-nic entered promiscuous mode
[   11.620469] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[   11.639186] virbr1: port 1(virbr1-nic) entered blocking state
[   11.639187] virbr1: port 1(virbr1-nic) entered listening state
[   11.669455] virbr1: port 1(virbr1-nic) entered disabled state
[   11.742788] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   11.742861] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   11.754191] virbr0: port 1(virbr0-nic) entered blocking state
[   11.754199] virbr0: port 1(virbr0-nic) entered disabled state
[   11.754242] device virbr0-nic entered promiscuous mode
[   11.756963] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  370.23  Mon Aug  8 17:29:28 PDT 2016
[   11.757545] nvidia-modeset: Allocated GPU:0 (GPU-fb5b2b2c-93bc-4d97-1ada-111193608fe2) @ PCI:0000:01:00.0
[   11.880959] virbr0: port 1(virbr0-nic) entered blocking state
[   11.880962] virbr0: port 1(virbr0-nic) entered listening state
[   11.889616] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   11.889668] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   11.889722] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   11.889754] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   11.917385] virbr0: port 1(virbr0-nic) entered disabled state
[   12.012456] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.217672] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.228177] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   12.230540] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   12.231113] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   12.363420] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   12.363944] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   12.442896] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   12.476853] IPv6: ADDRCONF(NETDEV_UP): virbr1: link is not ready
[   12.486559] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready
[   12.548376] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   18.523769] Bluetooth: RFCOMM TTY layer initialized
[   18.523774] Bluetooth: RFCOMM socket layer initialized
[   18.523778] Bluetooth: RFCOMM ver 1.11
[   18.846362] fuse init (API version 7.25)
[   19.172622] wlan0: authenticate with 34:81:c4:3a:bb:bf
[   19.183009] wlan0: send auth to 34:81:c4:3a:bb:bf (try 1/3)
[   19.191226] wlan0: authenticated
[   19.193609] wlan0: associate with 34:81:c4:3a:bb:bf (try 1/3)
[   19.200608] wlan0: RX AssocResp from 34:81:c4:3a:bb:bf (capab=0x31 status=0 aid=2)
[   19.213699] wlan0: associated
[   19.213735] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   24.340148] mei_wdt mei::05b79a6f-4628-4d7f-899d-a91514cb32ab:02: Could not register event ret=-22
[   24.340561] mei_wdt: probe of mei::05b79a6f-4628-4d7f-899d-a91514cb32ab:02 failed with error -22

Some version information (all up-to-date):

$ pacman -Qi nvidia nvidia-utils |egrep 'Version|Name'
Name            : nvidia
Version         : 370.23-4
Name            : nvidia-utils
Version         : 370.23-1
$ uname -a
Linux grampa 4.7.2-1-ARCH #1 SMP PREEMPT Sat Aug 20 23:02:56 CEST 2016 x86_64 GNU/Linux

For what it's worth, I've also tried the 367.44 version of the driver, with the same result.

Last edited by niklasb (2016-08-28 16:36:39)

Offline

#2 2016-08-28 14:03:11

niklasb
Member
Registered: 2016-08-28
Posts: 3

Re: NVIDIA RandR provider does not have Source Output capability [SOLVED]

OK apparently I have to do

# modprobe nvidia_drm

manually, for whatever reason. I can configure the external screen now.

Offline

#3 2016-08-28 16:28:08

niklasb
Member
Registered: 2016-08-28
Posts: 3

Re: NVIDIA RandR provider does not have Source Output capability [SOLVED]

Digging a bit deeper, it seems like the bumblebee package was the culprit. Even though I had the service disabled, it was blacklisting the nvidia modules via `/usr/lib/modprobe.d/bumblebee.conf`. Hence Xorg didn't load the nvidia_drm module during startup, but everything else worked. Very frustrating. I added this solution to the Troubleshooting section of https://wiki.archlinux.org/index.php/NV … leshooting ?

Last edited by niklasb (2016-08-28 16:35:35)

Offline

Board footer

Powered by FluxBB