You are not logged in.

#1 2014-01-11 07:53:24

darkmav
Member
Registered: 2012-01-21
Posts: 127

NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

Hello,

I have recently acquired an MSI GE70 2OE-071 laptop with the following configuration, intending to run Arch Linux (dual boot with Windows 7) on it:

CPU: Intel Core i7-4700 MQ
GPU: Nvidia GeForce GTX 765M (2 GB DDR5 memory)
LCD: 17.3" FHD 1920x1080
Memory: 12 GB DDR3
HDD: 1 TB 7200 RPM

I originally installed Arch Linux the same way as described in the beginner's guide. I could get the basic twm setup to work, but the moment I installed the proprietary drivers (using pacman -S nvidia, followed by nvidia-xconfig, followed by a reboot), X Windows crashed, i.e. I started getting the No screens found error. So after some days of digging, I found the NVIDIA Optimus wiki page. Following the advice here, I could get rid of this error, but I still cannot get into the GUI, because the server terminates. There is no hardware problem that I can think of because Manjaro Linux works fine, and being a perpetual Arch novice eager to learn, I just wanted to get this thing to work from the ground up.

So I'd really appreciate some help.

Here are the relevant files and command outputs.

uname -a. url = http://bpaste.net/show/166840/

Linux gluon 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64 GNU/Linux

.xinitrc. url = http://bpaste.net/show/166837/

xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto

/etc/X11/xorg.conf. url = http://bpaste.net/show/166838/

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 331.20  (buildmeister@swio-display-x86-rhel47-05)  Wed Oct 30 18:20:53 PDT 2013

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID "PCI:1:0:0" # manually added
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

/var/log/Xorg.0.log. url = http://bpaste.net/show/166839/

[  1684.463] 
X.Org X Server 1.14.5
Release Date: 2013-12-12
[  1684.465] X Protocol Version 11, Revision 0
[  1684.465] Build Operating System: Linux 3.12.5-1-ARCH x86_64 
[  1684.466] Current Operating System: Linux gluon 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64
[  1684.466] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d2a5754c-c679-48b4-9b12-02ae94b83604 rw quiet
[  1684.467] Build Date: 06 January 2014  10:25:32PM
[  1684.467]  
[  1684.468] Current version of pixman: 0.32.4
[  1684.469] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1684.469] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1684.472] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 11 07:17:09 2014
[  1684.472] (==) Using config file: "/etc/X11/xorg.conf"
[  1684.473] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1684.473] (==) ServerLayout "Layout0"
[  1684.473] (**) |-->Screen "Screen0" (0)
[  1684.473] (**) |   |-->Monitor "Monitor0"
[  1684.473] (**) |   |-->Device "Device0"
[  1684.473] (**) |-->Input Device "Keyboard0"
[  1684.473] (**) |-->Input Device "Mouse0"
[  1684.473] (==) Automatically adding devices
[  1684.473] (==) Automatically enabling devices
[  1684.473] (==) Automatically adding GPU devices
[  1684.473] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  1684.473] 	Entry deleted from font path.
[  1684.473] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  1684.473] 	Entry deleted from font path.
[  1684.473] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  1684.473] 	Entry deleted from font path.
[  1684.473] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  1684.473] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  1684.473] 	Entry deleted from font path.
[  1684.473] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  1684.473] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/
[  1684.473] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1684.473] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1684.473] (WW) Disabling Keyboard0
[  1684.473] (WW) Disabling Mouse0
[  1684.473] (II) Loader magic: 0x7fac20
[  1684.473] (II) Module ABI versions:
[  1684.473] 	X.Org ANSI C Emulation: 0.4
[  1684.473] 	X.Org Video Driver: 14.1
[  1684.473] 	X.Org XInput driver : 19.1
[  1684.473] 	X.Org Server Extension : 7.0
[  1684.473] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1684.473] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1684.474] (--) PCI:*(0:0:2:0) 8086:0416:1462:10e1 rev 6, Mem @ 0xf7400000/4194304, 0xb0000000/268435456, I/O @ 0x0000f000/64
[  1684.474] (--) PCI: (0:1:0:0) 10de:11e2:1462:10e1 rev 161, Mem @ 0xf6000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[  1684.475] Initializing built-in extension Generic Event Extension
[  1684.476] Initializing built-in extension SHAPE
[  1684.476] Initializing built-in extension MIT-SHM
[  1684.477] Initializing built-in extension XInputExtension
[  1684.478] Initializing built-in extension XTEST
[  1684.478] Initializing built-in extension BIG-REQUESTS
[  1684.479] Initializing built-in extension SYNC
[  1684.479] Initializing built-in extension XKEYBOARD
[  1684.480] Initializing built-in extension XC-MISC
[  1684.481] Initializing built-in extension SECURITY
[  1684.481] Initializing built-in extension XINERAMA
[  1684.482] Initializing built-in extension XFIXES
[  1684.482] Initializing built-in extension RENDER
[  1684.483] Initializing built-in extension RANDR
[  1684.484] Initializing built-in extension COMPOSITE
[  1684.484] Initializing built-in extension DAMAGE
[  1684.485] Initializing built-in extension MIT-SCREEN-SAVER
[  1684.485] Initializing built-in extension DOUBLE-BUFFER
[  1684.486] Initializing built-in extension RECORD
[  1684.487] Initializing built-in extension DPMS
[  1684.487] Initializing built-in extension X-Resource
[  1684.488] Initializing built-in extension XVideo
[  1684.488] Initializing built-in extension XVideo-MotionCompensation
[  1684.489] Initializing built-in extension XFree86-VidModeExtension
[  1684.489] Initializing built-in extension XFree86-DGA
[  1684.490] Initializing built-in extension XFree86-DRI
[  1684.490] Initializing built-in extension DRI2
[  1684.490] (II) LoadModule: "glx"
[  1684.490] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1684.490] (II) Module glx: vendor="X.Org Foundation"
[  1684.490] 	compiled for 1.14.5, module version = 1.0.0
[  1684.490] 	ABI class: X.Org Server Extension, version 7.0
[  1684.490] (==) AIGLX enabled
[  1684.491] Loading extension GLX
[  1684.491] (II) LoadModule: "nvidia"
[  1684.491] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1684.491] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1684.491] 	compiled for 4.0.2, module version = 1.0.0
[  1684.491] 	Module class: X.Org Video Driver
[  1684.491] (II) NVIDIA dlloader X Driver  331.20  Wed Oct 30 17:16:53 PDT 2013
[  1684.491] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1684.491] (++) using VT number 1

[  1684.491] (II) Loading sub module "fb"
[  1684.491] (II) LoadModule: "fb"
[  1684.491] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1684.491] (II) Module fb: vendor="X.Org Foundation"
[  1684.491] 	compiled for 1.14.5, module version = 1.0.0
[  1684.491] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1684.491] (WW) Unresolved symbol: fbGetGCPrivateKey
[  1684.491] (II) Loading sub module "wfb"
[  1684.491] (II) LoadModule: "wfb"
[  1684.491] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1684.491] (II) Module wfb: vendor="X.Org Foundation"
[  1684.491] 	compiled for 1.14.5, module version = 1.0.0
[  1684.491] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1684.491] (II) Loading sub module "ramdac"
[  1684.491] (II) LoadModule: "ramdac"
[  1684.491] (II) Module "ramdac" already built-in
[  1684.491] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  1684.491] (==) NVIDIA(0): RGB weight 888
[  1684.492] (==) NVIDIA(0): Default visual is TrueColor
[  1684.492] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1684.492] (**) NVIDIA(0): Enabling 2D acceleration
[  1684.492] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[  1684.492] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[  1684.492] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[  1684.492] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[  1684.492] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[  1684.654] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[  1684.655] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 765M (GK106) at PCI:1:0:0 (GPU-0)
[  1684.655] (--) NVIDIA(0): Memory: 2097152 kBytes
[  1684.655] (--) NVIDIA(0): VideoBIOS: 80.06.5d.00.09
[  1684.655] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1684.655] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 765M at PCI:1:0:0
[  1684.655] (--) NVIDIA(0):     none
[  1684.655] (II) NVIDIA(0): Validated MetaModes:
[  1684.655] (II) NVIDIA(0):     "NULL"
[  1684.655] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[  1684.655] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[  1684.655] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  1684.655] (--) Depth 24 pixmap format is 32 bpp
[  1684.655] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[  1684.655] (II) NVIDIA:     access.
[  1684.661] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1684.661] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  1684.661] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  1684.661] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  1684.661] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  1684.661] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  1684.661] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1684.661] (II) NVIDIA(0):     Config Options in the README.
[  1684.661] (II) NVIDIA(0): Setting mode "NULL"
[  1684.661] (EE) NVIDIA(0): Failed to initiate mode change.
[  1684.661] (EE) NVIDIA(0): Failed to complete mode change
[  1684.668] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[  1684.668] Loading extension NV-GLX
[  1684.670] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1684.670] (==) NVIDIA(0): Backing store disabled
[  1684.670] (==) NVIDIA(0): Silken mouse enabled
[  1684.670] (**) NVIDIA(0): DPMS enabled
[  1684.670] Loading extension NV-CONTROL
[  1684.670] (II) Loading sub module "dri2"
[  1684.670] (II) LoadModule: "dri2"
[  1684.670] (II) Module "dri2" already built-in
[  1684.670] (II) NVIDIA(0): [DRI2] Setup complete
[  1684.670] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1684.670] (--) RandR disabled
[  1684.673] (II) AIGLX: Screen 0 is not DRI2 capable
[  1684.673] (II) AIGLX: Screen 0 is not DRI capable
[  1684.680] (II) AIGLX: Loaded and initialized swrast
[  1684.680] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  1684.697] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1684.697] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1684.697] (II) LoadModule: "evdev"
[  1684.697] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1684.697] (II) Module evdev: vendor="X.Org Foundation"
[  1684.697] 	compiled for 1.14.3, module version = 2.8.2
[  1684.697] 	Module class: X.Org XInput Driver
[  1684.697] 	ABI class: X.Org XInput driver, version 19.1
[  1684.697] (II) Using input driver 'evdev' for 'Power Button'
[  1684.697] (**) Power Button: always reports core events
[  1684.697] (**) evdev: Power Button: Device: "/dev/input/event3"
[  1684.697] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1684.697] (--) evdev: Power Button: Found keys
[  1684.697] (II) evdev: Power Button: Configuring as keyboard
[  1684.697] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[  1684.697] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1684.697] (**) Option "xkb_rules" "evdev"
[  1684.697] (**) Option "xkb_model" "pc104"
[  1684.697] (**) Option "xkb_layout" "us"
[  1684.709] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[  1684.709] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  1684.709] (II) Using input driver 'evdev' for 'Video Bus'
[  1684.709] (**) Video Bus: always reports core events
[  1684.709] (**) evdev: Video Bus: Device: "/dev/input/event12"
[  1684.709] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  1684.709] (--) evdev: Video Bus: Found keys
[  1684.709] (II) evdev: Video Bus: Configuring as keyboard
[  1684.709] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input13/event12"
[  1684.709] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1684.709] (**) Option "xkb_rules" "evdev"
[  1684.709] (**) Option "xkb_model" "pc104"
[  1684.709] (**) Option "xkb_layout" "us"
[  1684.709] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[  1684.709] (II) No input driver specified, ignoring this device.
[  1684.709] (II) This device may have been added with another device file.
[  1684.709] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[  1684.709] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  1684.709] (II) Using input driver 'evdev' for 'Video Bus'
[  1684.709] (**) Video Bus: always reports core events
[  1684.709] (**) evdev: Video Bus: Device: "/dev/input/event11"
[  1684.709] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  1684.709] (--) evdev: Video Bus: Found keys
[  1684.709] (II) evdev: Video Bus: Configuring as keyboard
[  1684.709] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:48/LNXVIDEO:00/input/input12/event11"
[  1684.709] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  1684.709] (**) Option "xkb_rules" "evdev"
[  1684.709] (**) Option "xkb_model" "pc104"
[  1684.709] (**) Option "xkb_layout" "us"
[  1684.710] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1684.710] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1684.710] (II) Using input driver 'evdev' for 'Power Button'
[  1684.710] (**) Power Button: always reports core events
[  1684.710] (**) evdev: Power Button: Device: "/dev/input/event2"
[  1684.710] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1684.710] (--) evdev: Power Button: Found keys
[  1684.710] (II) evdev: Power Button: Configuring as keyboard
[  1684.710] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event2"
[  1684.710] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[  1684.710] (**) Option "xkb_rules" "evdev"
[  1684.710] (**) Option "xkb_model" "pc104"
[  1684.710] (**) Option "xkb_layout" "us"
[  1684.710] (II) config/udev: Adding drm device (/dev/dri/card1)
[  1684.710] (II) config/udev: Adding drm device (/dev/dri/card0)
[  1684.710] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=3 (/dev/input/event15)
[  1684.710] (II) No input driver specified, ignoring this device.
[  1684.710] (II) This device may have been added with another device file.
[  1684.710] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=7 (/dev/input/event14)
[  1684.710] (II) No input driver specified, ignoring this device.
[  1684.710] (II) This device may have been added with another device file.
[  1684.710] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=8 (/dev/input/event13)
[  1684.710] (II) No input driver specified, ignoring this device.
[  1684.710] (II) This device may have been added with another device file.
[  1684.710] (II) config/udev: Adding input device BisonCam, NB Pro (/dev/input/event9)
[  1684.710] (**) BisonCam, NB Pro: Applying InputClass "evdev keyboard catchall"
[  1684.710] (II) Using input driver 'evdev' for 'BisonCam, NB Pro'
[  1684.710] (**) BisonCam, NB Pro: always reports core events
[  1684.710] (**) evdev: BisonCam, NB Pro: Device: "/dev/input/event9"
[  1684.710] (--) evdev: BisonCam, NB Pro: Vendor 0x5986 Product 0x14c
[  1684.710] (--) evdev: BisonCam, NB Pro: Found keys
[  1684.710] (II) evdev: BisonCam, NB Pro: Configuring as keyboard
[  1684.710] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input11/event9"
[  1684.710] (II) XINPUT: Adding extended input device "BisonCam, NB Pro" (type: KEYBOARD, id 10)
[  1684.710] (**) Option "xkb_rules" "evdev"
[  1684.710] (**) Option "xkb_model" "pc104"
[  1684.710] (**) Option "xkb_layout" "us"
[  1684.711] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[  1684.711] (II) No input driver specified, ignoring this device.
[  1684.711] (II) This device may have been added with another device file.
[  1684.711] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event7)
[  1684.711] (II) No input driver specified, ignoring this device.
[  1684.711] (II) This device may have been added with another device file.
[  1684.711] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[  1684.711] (II) No input driver specified, ignoring this device.
[  1684.711] (II) This device may have been added with another device file.
[  1684.711] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  1684.711] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  1684.711] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  1684.711] (**) AT Translated Set 2 keyboard: always reports core events
[  1684.711] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  1684.711] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  1684.711] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  1684.711] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  1684.711] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  1684.711] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[  1684.711] (**) Option "xkb_rules" "evdev"
[  1684.711] (**) Option "xkb_model" "pc104"
[  1684.711] (**) Option "xkb_layout" "us"
[  1684.711] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event10)
[  1684.711] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[  1684.711] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[  1684.711] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[  1684.711] (II) LoadModule: "synaptics"
[  1684.711] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  1684.711] (II) Module synaptics: vendor="X.Org Foundation"
[  1684.711] 	compiled for 1.14.4, module version = 1.7.2
[  1684.711] 	Module class: X.Org XInput Driver
[  1684.711] 	ABI class: X.Org XInput driver, version 19.1
[  1684.711] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[  1684.711] (**) ETPS/2 Elantech Touchpad: always reports core events
[  1684.711] (**) Option "Device" "/dev/input/event10"
[  1684.783] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
[  1684.783] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3260 (res 33)
[  1684.783] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 2119 (res 33)
[  1684.783] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[  1684.783] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[  1684.783] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
[  1684.783] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[  1684.783] (**) Option "TapButton1" "1"
[  1684.783] (**) Option "TapButton2" "2"
[  1684.783] (**) Option "TapButton3" "3"
[  1684.783] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[  1684.783] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[  1684.783] (**) ETPS/2 Elantech Touchpad: always reports core events
[  1684.809] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event10"
[  1684.809] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 12)
[  1684.810] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[  1684.810] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[  1684.810] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.051
[  1684.810] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[  1684.810] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[  1684.810] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[  1684.810] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[  1684.810] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[  1684.810] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[  1684.810] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[  1684.810] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[  1684.810] (II) No input driver specified, ignoring this device.
[  1684.810] (II) This device may have been added with another device file.
[  1684.810] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event5)
[  1684.810] (**) MSI WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  1684.810] (II) Using input driver 'evdev' for 'MSI WMI hotkeys'
[  1684.810] (**) MSI WMI hotkeys: always reports core events
[  1684.810] (**) evdev: MSI WMI hotkeys: Device: "/dev/input/event5"
[  1684.810] (--) evdev: MSI WMI hotkeys: Vendor 0 Product 0
[  1684.810] (--) evdev: MSI WMI hotkeys: Found keys
[  1684.810] (II) evdev: MSI WMI hotkeys: Configuring as keyboard
[  1684.810] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event5"
[  1684.810] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 13)
[  1684.810] (**) Option "xkb_rules" "evdev"
[  1684.810] (**) Option "xkb_model" "pc104"
[  1684.810] (**) Option "xkb_layout" "us"
[  1685.097] (II) evdev: MSI WMI hotkeys: Close
[  1685.097] (II) UnloadModule: "evdev"
[  1685.097] (II) UnloadModule: "synaptics"
[  1685.097] (II) evdev: AT Translated Set 2 keyboard: Close
[  1685.097] (II) UnloadModule: "evdev"
[  1685.097] (II) evdev: BisonCam, NB Pro: Close
[  1685.097] (II) UnloadModule: "evdev"
[  1685.097] (II) evdev: Power Button: Close
[  1685.097] (II) UnloadModule: "evdev"
[  1685.097] (II) evdev: Video Bus: Close
[  1685.097] (II) UnloadModule: "evdev"
[  1685.097] (II) evdev: Video Bus: Close
[  1685.097] (II) UnloadModule: "evdev"
[  1685.097] (II) evdev: Power Button: Close
[  1685.097] (II) UnloadModule: "evdev"
[  1685.116] (II) NVIDIA(GPU-0): Deleting GPU-0
[b][  1685.120] (EE) Server terminated successfully (0). Closing log file.[/b]

lspci. url = http://bpaste.net/show/166842/

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
00:1c.5 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #6 (rev d5)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM87 Express LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
01:00.0 3D controller: NVIDIA Corporation GK106M [GeForce GTX 765M] (rev a1)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5227 (rev 01)
04:00.0 Ethernet controller: Qualcomm Atheros Killer E2200 Gigabit Ethernet Controller (rev 13)
05:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723AE PCIe Wireless Network Adapter

dmesg. url: http://bpaste.net/show/166841/

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.12.6-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.2 (GCC) ) #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d2a5754c-c679-48b4-9b12-02ae94b83604 rw quiet
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009b171fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009b172000-0x000000009b178fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009b179000-0x000000009b8e8fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009b8e9000-0x000000009bb55fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009bb56000-0x00000000ab48ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ab490000-0x00000000ab697fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ab698000-0x00000000ab78bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ab78c000-0x00000000abb73fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000abb74000-0x00000000abffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000abfff000-0x00000000abffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ad000000-0x00000000af1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000034fdfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Micro-Star International Co., Ltd. GE70 2OC\2OE/MS-1757, BIOS E1757IMS.10E 07/15/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x34fe00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7E00000000 write-back
[    0.000000]   1 base 0200000000 mask 7F00000000 write-back
[    0.000000]   2 base 0300000000 mask 7F80000000 write-back
[    0.000000]   3 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   4 base 00B0000000 mask 7FF0000000 uncachable
[    0.000000]   5 base 00AE000000 mask 7FFE000000 uncachable
[    0.000000]   6 base 00AD000000 mask 7FFF000000 uncachable
[    0.000000]   7 base 0360000000 mask 7FE0000000 uncachable
[    0.000000]   8 base 0350000000 mask 7FF0000000 uncachable
[    0.000000]   9 base 034FE00000 mask 7FFFE00000 uncachable
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xad000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xac000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd770-0x000fd77f] mapped at [ffff8800000fd770]
[    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] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
[    0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
[    0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x34fc00000-0x34fdfffff]
[    0.000000]  [mem 0x34fc00000-0x34fdfffff] page 2M
[    0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x34c000000-0x34fbfffff]
[    0.000000]  [mem 0x34c000000-0x34fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x300000000-0x34bffffff]
[    0.000000]  [mem 0x300000000-0x33fffffff] page 1G
[    0.000000]  [mem 0x340000000-0x34bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x9b171fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0x9affffff] page 2M
[    0.000000]  [mem 0x9b000000-0x9b171fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x9b179000-0x9b8e8fff]
[    0.000000]  [mem 0x9b179000-0x9b1fffff] page 4k
[    0.000000]  [mem 0x9b200000-0x9b7fffff] page 2M
[    0.000000]  [mem 0x9b800000-0x9b8e8fff] page 4k
[    0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x9bb56000-0xab48ffff]
[    0.000000]  [mem 0x9bb56000-0x9bbfffff] page 4k
[    0.000000]  [mem 0x9bc00000-0xab3fffff] page 2M
[    0.000000]  [mem 0xab400000-0xab48ffff] page 4k
[    0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xab698000-0xab78bfff]
[    0.000000]  [mem 0xab698000-0xab78bfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xabfff000-0xabffffff]
[    0.000000]  [mem 0xabfff000-0xabffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x2ffffffff]
[    0.000000]  [mem 0x100000000-0x2ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x379fc000-0x37cf5fff]
[    0.000000] ACPI: RSDP 00000000000f0490 00024 (v02 MSI_NB)
[    0.000000] ACPI: XSDT 00000000ab814098 000AC (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000ab8206b0 0010C (v05 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 00000000ab8141d8 0C4D4 (v02 MSI_NB MEGABOOK 00000022 INTL 20091112)
[    0.000000] ACPI: FACS 00000000abb72080 00040
[    0.000000] ACPI: APIC 00000000ab8207c0 00092 (v03 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000ab820858 00044 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.000000] ACPI: ASF! 00000000ab8208a0 000A5 (v32 INTEL       HCG 00000001 TFSM 000F4240)
[    0.000000] ACPI: SSDT 00000000ab820948 00200 (v01  INTEL sensrhub 00000000 INTL 20120711)
[    0.000000] ACPI: SSDT 00000000ab820b48 0019D (v01  Intel    zpodd 00001000 INTL 20091112)
[    0.000000] ACPI: SLIC 00000000ab820ce8 00176 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 00000000ab820e60 00575 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000ab8213d8 00AD8 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: MCFG 00000000ab821eb0 0003C (v01 MSI_NB MEGABOOK 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000ab821ef0 00038 (v01 MSI_NB MEGABOOK 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 00000000ab821f28 00315 (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 00000000ab822240 0355D (v01 SaSsdt  SaSsdt  00003000 INTL 20091112)
[    0.000000] ACPI: SSDT 00000000ab8257a0 011FD (v01  SgRef    SgPeg 00001000 INTL 20091112)
[    0.000000] ACPI: MSFF 00000000ab8269a0 00029 (v01 MSI_NB MEGABOOK 00000010 AMI  00010013)
[    0.000000] ACPI: DMAR 00000000ab8269d0 00090 (v01 INTEL      HSW  00000001 INTL 00000001)
[    0.000000] ACPI: SSDT 00000000ab826a60 01464 (v01 OptRef  OptTabl 00001000 INTL 20120711)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000034fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x34fdfffff]
[    0.000000]   NODE_DATA [mem 0x34fdf6000-0x34fdfafff]
[    0.000000]  [ffffea0000000000-ffffea000d3fffff] PMD -> [ffff880343400000-ffff88034f3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x34fdfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009cfff]
[    0.000000]   node   0: [mem 0x00100000-0x9b171fff]
[    0.000000]   node   0: [mem 0x9b179000-0x9b8e8fff]
[    0.000000]   node   0: [mem 0x9bb56000-0xab48ffff]
[    0.000000]   node   0: [mem 0xab698000-0xab78bfff]
[    0.000000]   node   0: [mem 0xabfff000-0xabffffff]
[    0.000000]   node   0: [mem 0x100000000-0x34fdfffff]
[    0.000000] On node 0 totalpages: 3125421
[    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: 10893 pages used for memmap
[    0.000000]   DMA32 zone: 697105 pages, LIFO batch:31
[    0.000000]   Normal zone: 37880 pages used for memmap
[    0.000000]   Normal zone: 2424320 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    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: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-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 0x9b172000-0x9b178fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9b8e9000-0x9bb55fff]
[    0.000000] PM: Registered nosave memory: [mem 0xab490000-0xab697fff]
[    0.000000] PM: Registered nosave memory: [mem 0xab78c000-0xabb73fff]
[    0.000000] PM: Registered nosave memory: [mem 0xabb74000-0xabffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xac000000-0xacffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xad000000-0xaf1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xaf200000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-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-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xaf200000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88034fa00000 s86464 r8192 d24128 u262144
[    0.000000] pcpu-alloc: s86464 r8192 d24128 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 3076563
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d2a5754c-c679-48b4-9b12-02ae94b83604 rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] ------------[ cut here ]------------
[    0.000000] WARNING: CPU: 0 PID: 0 at drivers/iommu/dmar.c:488 warn_invalid_dmar+0x7e/0x90()
[    0.000000] Your BIOS is broken; DMAR reported at address 0!
BIOS vendor: American Megatrends Inc.; Ver: E1757IMS.10E; Product Version: REV:1.0
[    0.000000] Modules linked in:
[    0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 3.12.6-1-ARCH #1
[    0.000000] Hardware name: Micro-Star International Co., Ltd. GE70 2OC\2OE/MS-1757, BIOS E1757IMS.10E 07/15/2013
[    0.000000]  000000000000000b ffffffff81801de8 ffffffff814ee4fb ffffffff81801e30
[    0.000000]  ffffffff81801e20 ffffffff81062bcd ffffffff81b3101c ffffffff81b3106c
[    0.000000]  0000000000000000 ffff88034fdaad00 ffffffff819f4000 ffffffff81801e80
[    0.000000] Call Trace:
[    0.000000]  [<ffffffff814ee4fb>] dump_stack+0x54/0x8d
[    0.000000]  [<ffffffff81062bcd>] warn_slowpath_common+0x7d/0xa0
[    0.000000]  [<ffffffff81062c84>] warn_slowpath_fmt_taint+0x44/0x50
[    0.000000]  [<ffffffff818fb9d9>] ? early_ioremap+0x13/0x15
[    0.000000]  [<ffffffff818f1b3f>] ? __acpi_map_table+0x13/0x18
[    0.000000]  [<ffffffff813d98be>] warn_invalid_dmar+0x7e/0x90
[    0.000000]  [<ffffffff81927a65>] check_zero_address+0x68/0xf4
[    0.000000]  [<ffffffff81927b06>] detect_intel_iommu+0x15/0xae
[    0.000000]  [<ffffffff818ebd5a>] pci_iommu_alloc+0x4a/0x6c
[    0.000000]  [<ffffffff818fb3af>] mem_init+0x17/0x9c
[    0.000000]  [<ffffffff818e1ccb>] start_kernel+0x1de/0x420
[    0.000000]  [<ffffffff818e18f6>] ? repair_env_string+0x5c/0x5c
[    0.000000]  [<ffffffff818e1120>] ? early_idt_handlers+0x120/0x120
[    0.000000]  [<ffffffff818e15de>] x86_64_start_reservations+0x2a/0x2c
[    0.000000]  [<ffffffff818e16e8>] x86_64_start_kernel+0x108/0x117
[    0.000000] ---[ end trace ed55042d28ea2d46 ]---
[    0.000000] Memory: 12223184K/12501684K available (5124K kernel code, 807K rwdata, 1628K rodata, 1144K init, 1288K bss, 278500K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] NR_IRQS:8448 nr_irqs:744 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 50331648 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.003333] tsc: Detected 2394.605 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4791.76 BogoMIPS (lpj=7982016)
[    0.000004] pid_max: default: 32768 minimum: 301
[    0.000023] Security Framework initialized
[    0.000028] AppArmor: AppArmor disabled by boot time parameter
[    0.000029] Yama: becoming mindful.
[    0.000723] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.002956] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.003897] Mount-cache hash table entries: 256
[    0.004021] Initializing cgroup subsys memory
[    0.004028] Initializing cgroup subsys devices
[    0.004029] Initializing cgroup subsys freezer
[    0.004030] Initializing cgroup subsys net_cls
[    0.004031] Initializing cgroup subsys blkio
[    0.004047] CPU: Physical Processor ID: 0
[    0.004047] CPU: Processor Core ID: 0
[    0.004050] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.004809] mce: CPU supports 9 MCE banks
[    0.004819] CPU0: Thermal monitoring enabled (TM1)
[    0.004828] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
tlb_flushall_shift: 6
[    0.004901] Freeing SMP alternatives memory: 20K (ffffffff819e9000 - ffffffff819ee000)
[    0.005496] ACPI: Core revision 20130725
[    0.012467] ACPI: All ACPI Tables successfully acquired
[    0.014025] ftrace: allocating 20318 entries in 80 pages
[    0.020098] dmar: Host address width 39
[    0.020099] dmar: DRHD base: 0x00000000000000 flags: 0x1
[    0.020100] dmar: parse DMAR table failure.
[    0.020489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.053520] smpboot: CPU0: Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (fam: 06, model: 3c, stepping: 03)
[    0.053525] TSC deadline timer enabled
[    0.053531] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.053535] ... version:                3
[    0.053536] ... bit width:              48
[    0.053537] ... generic registers:      4
[    0.053537] ... value mask:             0000ffffffffffff
[    0.053538] ... max period:             0000ffffffffffff
[    0.053539] ... fixed-purpose events:   3
[    0.053539] ... event mask:             000000070000000f
[    0.094311] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.080318] smpboot: Booting Node   0, Processors  #   1 #   2 #   3 #   4 #   5 #   6 #   7 OK
[    0.218665] Brought up 8 CPUs
[    0.218667] smpboot: Total of 8 processors activated (38329.08 BogoMIPS)
[    0.224614] devtmpfs: initialized
[    0.226265] PM: Registering ACPI NVS region [mem 0x9b172000-0x9b178fff] (28672 bytes)
[    0.226266] PM: Registering ACPI NVS region [mem 0xab78c000-0xabb73fff] (4096000 bytes)
[    0.226792] RTC time:  6:49:04, date: 01/11/14
[    0.226816] NET: Registered protocol family 16
[    0.226875] cpuidle: using governor ladder
[    0.226876] cpuidle: using governor menu
[    0.226893] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.226894] ACPI: bus type PCI registered
[    0.226896] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.226930] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.226931] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.231360] PCI: Using configuration type 1 for base access
[    0.231828] bio: create slab <bio-0> at 0
[    0.231908] ACPI: Added _OSI(Module Device)
[    0.231909] ACPI: Added _OSI(Processor Device)
[    0.231910] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.231911] ACPI: Added _OSI(Processor Aggregator Device)
[    0.233324] ACPI: EC: Detected MSI hardware, enabling workarounds.
[    0.233326] ACPI: EC: Look up EC in DSDT
[    0.233774] ACPI Error: No handler for Region [EC__] (ffff88033e484c18) [EmbeddedControl] (20130725/evregion-162)
[    0.233777] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20130725/exfldio-305)
[    0.233779] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC__._REG] (Node ffff88033e4852f8), AE_NOT_EXIST (20130725/psparse-536)
[    0.234482] ACPI: Executed 2 blocks of module-level executable AML code
[    0.268613] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.284659] ACPI: SSDT 00000000ab68dc18 003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.285133] ACPI: Dynamic OEM Table Load:
[    0.285135] ACPI: SSDT           (null) 003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.298133] ACPI: SSDT 00000000ab68d618 005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.298671] ACPI: Dynamic OEM Table Load:
[    0.298673] ACPI: SSDT           (null) 005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.314712] ACPI: SSDT 00000000ab68cd98 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.315188] ACPI: Dynamic OEM Table Load:
[    0.315190] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.339941] ACPI: Interpreter enabled
[    0.339948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
[    0.339953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
[    0.339965] ACPI: (supports S0 S3 S4 S5)
[    0.339967] ACPI: Using IOAPIC for interrupt routing
[    0.339990] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.340148] ACPI: No dock devices found.
[    0.366372] ACPI: Power Resource [FN00] (off)
[    0.366419] ACPI: Power Resource [FN01] (off)
[    0.366465] ACPI: Power Resource [FN02] (off)
[    0.366511] ACPI: Power Resource [FN03] (off)
[    0.366555] ACPI: Power Resource [FN04] (off)
[    0.367075] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.367173] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[    0.367293] acpi PNP0A08:00: ACPI _OSC control (0x18) granted
[    0.367577] ACPI: \_SB_.PCI0.TPMX: can't evaluate _ADR (0x5)
[    0.367642] ACPI: \_SB_.PCI0.PDRC: can't evaluate _ADR (0x5)
[    0.367643] ACPI: \_SB_.PCI0.DOCK: can't evaluate _ADR (0x5)
[    0.367659] ACPI: \_SB_.PCI0.WMI1: can't evaluate _ADR (0x5)
[    0.367660] PCI host bridge to bus 0000:00
[    0.367662] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.367663] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.367664] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.367665] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.367666] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.367667] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.367668] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.367669] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.367670] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.367671] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.367672] pci_bus 0000:00: root bus resource [mem 0xaf200000-0xfeafffff]
[    0.367677] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[    0.367735] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.367760] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.367794] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.367819] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[    0.367827] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    0.367832] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.367835] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.367887] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    0.367893] pci 0000:00:03.0: reg 0x10: [mem 0xf7b14000-0xf7b17fff 64bit]
[    0.367970] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.367986] pci 0000:00:14.0: reg 0x10: [mem 0xf7b00000-0xf7b0ffff 64bit]
[    0.368043] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.368071] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.368097] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.368113] pci 0000:00:16.0: reg 0x10: [mem 0xf7b1e000-0xf7b1e00f 64bit]
[    0.368169] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.368229] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.368247] pci 0000:00:1a.0: reg 0x10: [mem 0xf7b1c000-0xf7b1c3ff]
[    0.368328] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.368366] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.368391] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.368403] pci 0000:00:1b.0: reg 0x10: [mem 0xf7b10000-0xf7b13fff 64bit]
[    0.368460] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.368490] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.368512] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.368569] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.368599] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.368621] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    0.368678] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.368709] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.368731] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.368787] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.368817] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.368839] pci 0000:00:1c.5: [8086:8c1a] type 01 class 0x060400
[    0.368896] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.368926] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.368953] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.368972] pci 0000:00:1d.0: reg 0x10: [mem 0xf7b1b000-0xf7b1b3ff]
[    0.369051] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.369089] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.369114] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
[    0.369249] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
[    0.369263] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.369269] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.369276] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.369283] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.369289] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.369296] pci 0000:00:1f.2: reg 0x24: [mem 0xf7b1a000-0xf7b1a7ff]
[    0.369328] pci 0000:00:1f.2: PME# supported from D3hot
[    0.369373] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.369385] pci 0000:00:1f.3: reg 0x10: [mem 0xf7b19000-0xf7b190ff 64bit]
[    0.369403] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.369506] pci 0000:01:00.0: [10de:11e2] type 00 class 0x030200
[    0.369520] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.369537] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.369552] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.369563] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.369574] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.369649] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.374726] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.374728] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.374730] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.374733] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.374803] acpiphp: Slot [1] registered
[    0.374809] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.374970] pci 0000:03:00.0: [10ec:5227] type 00 class 0xff0000
[    0.375028] pci 0000:03:00.0: reg 0x10: [mem 0xf7a00000-0xf7a00fff]
[    0.375359] pci 0000:03:00.0: supports D1 D2
[    0.375360] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.375443] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.381443] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.381448] pci 0000:00:1c.2:   bridge window [mem 0xf7a00000-0xf7afffff]
[    0.381581] pci 0000:04:00.0: [1969:e091] type 00 class 0x020000
[    0.381627] pci 0000:04:00.0: reg 0x10: [mem 0xf7900000-0xf793ffff 64bit]
[    0.381672] pci 0000:04:00.0: reg 0x18: [io  0xd000-0xd07f]
[    0.381900] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.381990] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.388100] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.388104] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.388108] pci 0000:00:1c.3:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.388207] pci 0000:05:00.0: [10ec:8723] type 00 class 0x028000
[    0.388235] pci 0000:05:00.0: reg 0x10: [io  0xc000-0xc0ff]
[    0.388284] pci 0000:05:00.0: reg 0x18: [mem 0xf7800000-0xf7803fff 64bit]
[    0.388429] pci 0000:05:00.0: supports D1 D2
[    0.388430] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.388469] pci 0000:05:00.0: System wakeup disabled by ACPI
[    0.394758] pci 0000:00:1c.5: PCI bridge to [bus 05]
[    0.394762] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
[    0.394766] pci 0000:00:1c.5:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.394830] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.402198] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.402232] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.402263] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.402295] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.402326] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.402357] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.402388] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.402419] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.402688] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.402692] ACPI: \_SB_.PCI0: notify handler is installed
[    0.402741] Found 1 acpi root devices
[    0.402767] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.402823] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.402826] vgaarb: loaded
[    0.402826] vgaarb: bridge control possible 0000:00:02.0
[    0.402849] PCI: Using ACPI for IRQ routing
[    0.404045] PCI: pci_cache_line_size set to 64 bytes
[    0.404093] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.404094] e820: reserve RAM buffer [mem 0x9b172000-0x9bffffff]
[    0.404095] e820: reserve RAM buffer [mem 0x9b8e9000-0x9bffffff]
[    0.404096] e820: reserve RAM buffer [mem 0xab490000-0xabffffff]
[    0.404097] e820: reserve RAM buffer [mem 0xab78c000-0xabffffff]
[    0.404098] e820: reserve RAM buffer [mem 0x34fe00000-0x34fffffff]
[    0.404149] NetLabel: Initializing
[    0.404150] NetLabel:  domain hash size = 128
[    0.404150] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.404157] NetLabel:  unlabeled traffic allowed by default
[    0.404169] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.404172] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.406193] Switched to clocksource hpet
[    0.408777] pnp: PnP ACPI init
[    0.408783] ACPI: bus type PNP registered
[    0.408822] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.408824] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.408831] pnp 00:01: [dma 4]
[    0.408839] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.408852] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.408908] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.408937] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.409005] system 00:05: [io  0x0680-0x069f] has been reserved
[    0.409006] system 00:05: [io  0xffff] has been reserved
[    0.409007] system 00:05: [io  0xffff] has been reserved
[    0.409008] system 00:05: [io  0xffff] has been reserved
[    0.409010] system 00:05: [io  0x1c00-0x1cfe] has been reserved
[    0.409011] system 00:05: [io  0x1d00-0x1dfe] has been reserved
[    0.409012] system 00:05: [io  0x1e00-0x1efe] has been reserved
[    0.409013] system 00:05: [io  0x1f00-0x1ffe] has been reserved
[    0.409015] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.409016] system 00:05: [io  0x164e-0x164f] has been reserved
[    0.409017] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.409033] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.409058] system 00:07: [io  0x1854-0x1857] has been reserved
[    0.409060] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.409121] system 00:08: [io  0x0680-0x068f] has been reserved
[    0.409122] system 00:08: [io  0x0c10-0x0c1f] has been reserved
[    0.409123] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.409150] system 00:09: [io  0x04d0-0x04d1] has been reserved
[    0.409152] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.409182] pnp 00:0a: Plug and Play ACPI device, IDs ETD0301 PNP0f13 SYN1500 SYN0002 (active)
[    0.409206] pnp 00:0b: Plug and Play ACPI device, IDs MSI0001 PNP030b (active)
[    0.412551] pnp 00:0c: Plug and Play ACPI device, IDs ENE0110 (active)
[    0.416130] system 00:0d: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.416131] system 00:0d: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.416132] system 00:0d: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.416133] system 00:0d: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.416135] system 00:0d: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.416136] system 00:0d: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.416137] system 00:0d: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.416138] system 00:0d: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.416139] system 00:0d: [mem 0xff000000-0xffffffff] has been reserved
[    0.416140] system 00:0d: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.416142] system 00:0d: [mem 0xf7fef000-0xf7feffff] has been reserved
[    0.416143] system 00:0d: [mem 0xf7ff0000-0xf7ff0fff] has been reserved
[    0.416144] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.416328] pnp: PnP ACPI: found 14 devices
[    0.416329] ACPI: bus type PNP unregistered
[    0.422174] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.422176] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.422177] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[    0.422195] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.422196] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.422197] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.422200] pci 0000:00:1c.0: BAR 14: assigned [mem 0xaf200000-0xaf3fffff]
[    0.422202] pci 0000:00:1c.0: BAR 15: assigned [mem 0xaf400000-0xaf5fffff 64bit pref]
[    0.422203] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.422205] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.422206] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.422208] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.422210] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.422213] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.422215] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.422219] pci 0000:00:1c.0:   bridge window [mem 0xaf200000-0xaf3fffff]
[    0.422222] pci 0000:00:1c.0:   bridge window [mem 0xaf400000-0xaf5fffff 64bit pref]
[    0.422227] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.422231] pci 0000:00:1c.2:   bridge window [mem 0xf7a00000-0xf7afffff]
[    0.422238] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.422240] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.422244] pci 0000:00:1c.3:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.422251] pci 0000:00:1c.5: PCI bridge to [bus 05]
[    0.422253] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
[    0.422257] pci 0000:00:1c.5:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.422264] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.422265] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.422266] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.422267] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.422268] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.422269] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.422270] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    0.422271] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    0.422272] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    0.422273] pci_bus 0000:00: resource 13 [mem 0xaf200000-0xfeafffff]
[    0.422274] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.422275] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.422276] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.422277] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.422278] pci_bus 0000:02: resource 1 [mem 0xaf200000-0xaf3fffff]
[    0.422279] pci_bus 0000:02: resource 2 [mem 0xaf400000-0xaf5fffff 64bit pref]
[    0.422280] pci_bus 0000:03: resource 1 [mem 0xf7a00000-0xf7afffff]
[    0.422281] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.422282] pci_bus 0000:04: resource 1 [mem 0xf7900000-0xf79fffff]
[    0.422283] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.422284] pci_bus 0000:05: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.422304] NET: Registered protocol family 2
[    0.422463] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[    0.422713] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.422821] TCP: Hash tables configured (established 131072 bind 65536)
[    0.422832] TCP: reno registered
[    0.422845] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.422891] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.422953] NET: Registered protocol family 1
[    0.422961] pci 0000:00:02.0: Boot video device
[    0.456326] pci 0000:04:00.0: set MSI_INTX_DISABLE_BUG flag
[    0.456333] PCI: CLS 64 bytes, default 64
[    0.456358] Unpacking initramfs...
[    0.493960] Freeing initrd memory: 3048K (ffff8800379fc000 - ffff880037cf6000)
[    0.493962] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.493964] software IO TLB [mem 0xa7490000-0xab490000] (64MB) mapped at [ffff8800a7490000-ffff8800ab48ffff]
[    0.494169] Scanning for low memory corruption every 60 seconds
[    0.494366] audit: initializing netlink socket (disabled)
[    0.494372] type=2000 audit(1389422944.486:1): initialized
[    0.502731] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.503628] zbud: loaded
[    0.503733] VFS: Disk quotas dquot_6.5.2
[    0.503757] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.503855] msgmni has been set to 23879
[    0.504050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.504086] io scheduler noop registered
[    0.504086] io scheduler deadline registered
[    0.504101] io scheduler cfq registered (default)
[    0.504206] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.504497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.504506] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.504532] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    0.504533] vesafb: scrolling: redraw
[    0.504534] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.505141] vesafb: framebuffer at 0xb0000000, mapped to 0xffffc90005c80000, using 8128k, total 8128k
[    0.637772] Console: switching to colour frame buffer device 240x67
[    0.769676] fb0: VESA VGA frame buffer device
[    0.769688] intel_idle: MWAIT substates: 0x42120
[    0.769689] intel_idle: v0.4 model 0x3C
[    0.769690] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.769834] GHES: HEST is not enabled!
[    0.769866] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.770150] Linux agpgart interface v0.103
[    0.770202] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.780769] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.780776] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.780837] mousedev: PS/2 mouse device common for all mice
[    0.780865] rtc_cmos 00:06: RTC can wake from S4
[    0.781293] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    0.781318] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.781323] Intel P-state driver initializing.
[    0.781330] Intel pstate controlling: cpu 0
[    0.781339] Intel pstate controlling: cpu 1
[    0.781345] Intel pstate controlling: cpu 2
[    0.781351] Intel pstate controlling: cpu 3
[    0.781360] Intel pstate controlling: cpu 4
[    0.781367] Intel pstate controlling: cpu 5
[    0.781373] Intel pstate controlling: cpu 6
[    0.781382] Intel pstate controlling: cpu 7
[    0.781440] drop_monitor: Initializing network drop monitor service
[    0.781488] TCP: cubic registered
[    0.781544] NET: Registered protocol family 10
[    0.781650] NET: Registered protocol family 17
[    0.781656] Key type dns_resolver registered
[    0.781839] registered taskstats version 1
[    0.782498]   Magic number: 14:216:822
[    0.782582] rtc_cmos 00:06: setting system clock to 2014-01-11 06:49:05 UTC (1389422945)
[    0.782614] PM: Hibernation image not present or could not be loaded.
[    0.783106] Freeing unused kernel memory: 1144K (ffffffff818cb000 - ffffffff819e9000)
[    0.783107] Write protecting the kernel read-only data: 8192k
[    0.784679] Freeing unused kernel memory: 1008K (ffff880001504000 - ffff880001600000)
[    0.785322] Freeing unused kernel memory: 420K (ffff880001797000 - ffff880001800000)
[    0.791807] systemd-udevd[79]: starting version 208
[    0.792311] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.807446] ACPI: bus type USB registered
[    0.807465] usbcore: registered new interface driver usbfs
[    0.807476] usbcore: registered new interface driver hub
[    0.807511] usbcore: registered new device driver usb
[    0.808038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.808384] SCSI subsystem initialized
[    0.808392] ehci-pci: EHCI PCI platform driver
[    0.808507] xhci_hcd 0000:00:14.0: setting latency timer to 64
[    0.808510] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.808515] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.808608] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.808626] xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
[    0.808816] hub 1-0:1.0: USB hub found
[    0.808834] hub 1-0:1.0: 14 ports detected
[    0.809104] libata version 3.00 loaded.
[    0.811044] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.811048] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.811212] hub 2-0:1.0: USB hub found
[    0.811226] hub 2-0:1.0: 6 ports detected
[    0.830055] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    0.830065] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.830071] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    0.830085] ehci-pci 0000:00:1a.0: debug port 2
[    0.833995] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.834006] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7b1c000
[    0.843252] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.843437] hub 3-0:1.0: USB hub found
[    0.843442] hub 3-0:1.0: 2 ports detected
[    0.843616] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    0.843622] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.843626] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    0.843637] ehci-pci 0000:00:1d.0: debug port 2
[    0.847524] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.847536] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7b1b000
[    0.856646] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.856840] hub 4-0:1.0: USB hub found
[    0.856845] hub 4-0:1.0: 2 ports detected
[    0.856975] ahci 0000:00:1f.2: version 3.0
[    0.857100] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[    0.857150] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x11 impl SATA mode
[    0.857152] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    0.857157] ahci 0000:00:1f.2: setting latency timer to 64
[    0.863764] scsi0 : ahci
[    0.863882] scsi1 : ahci
[    0.863992] scsi2 : ahci
[    0.864108] scsi3 : ahci
[    0.864195] scsi4 : ahci
[    0.864277] scsi5 : ahci
[    0.864312] ata1: SATA max UDMA/133 abar m2048@0xf7b1a000 port 0xf7b1a100 irq 42
[    0.864313] ata2: DUMMY
[    0.864314] ata3: DUMMY
[    0.864315] ata4: DUMMY
[    0.864317] ata5: SATA max UDMA/133 abar m2048@0xf7b1a000 port 0xf7b1a300 irq 42
[    0.864318] ata6: DUMMY
[    1.170193] usb 1-7: new full-speed USB device number 2 using xhci_hcd
[    1.183580] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.183646] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.184300] ata1.00: ATAPI: TSSTcorp DVDWBD SN-406AB, TM01, max UDMA/100
[    1.185106] ata1.00: configured for UDMA/100
[    1.186006] scsi 0:0:0:0: CD-ROM            TSSTcorp DVDWBD SN-406AB  TM01 PQ: 0 ANSI: 5
[    1.204478] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.204482] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.204484] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.205767] ata5.00: ATA-8: HGST HTS721010A9E630, JB0OA3B0, max UDMA/133
[    1.205771] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.207259] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.207263] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.207265] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.208524] ata5.00: configured for UDMA/133
[    1.208625] scsi 4:0:0:0: Direct-Access     ATA      HGST HTS721010A9 JB0O PQ: 0 ANSI: 5
[    1.211274] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.211277] sd 4:0:0:0: [sda] 4096-byte physical blocks
[    1.211293] sd 4:0:0:0: [sda] Write Protect is off
[    1.211295] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.211303] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.213794] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.213797] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.213928] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.278937]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
[    1.279908] sd 4:0:0:0: [sda] Attached SCSI disk
[    1.343725] usb 1-8: new high-speed USB device number 3 using xhci_hcd
[    1.497108] tsc: Refined TSC clocksource calibration: 2394.456 MHz
[    1.503809] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    1.627860] hub 3-1:1.0: USB hub found
[    1.627949] hub 3-1:1.0: 6 ports detected
[    1.734028] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    1.858048] hub 4-1:1.0: USB hub found
[    1.858141] hub 4-1:1.0: 8 ports detected
[    2.054077] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[    2.498062] Switched to clocksource tsc
[    2.570890] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
[    2.589930] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    2.590252] systemd[1]: Set hostname to <gluon>.
[    3.049551] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[    3.049724] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    3.049769] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.049778] systemd[1]: Starting Remote File Systems.
[    3.049785] systemd[1]: Reached target Remote File Systems.
[    3.049791] systemd[1]: Starting LVM2 metadata daemon socket.
[    3.049813] systemd[1]: Listening on LVM2 metadata daemon socket.
[    3.049819] systemd[1]: Starting Delayed Shutdown Socket.
[    3.049830] systemd[1]: Listening on Delayed Shutdown Socket.
[    3.049835] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    3.049848] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    3.049853] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    3.049866] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.049872] systemd[1]: Starting Encrypted Volumes.
[    3.049877] systemd[1]: Reached target Encrypted Volumes.
[    3.049884] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    3.049904] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.049909] systemd[1]: Starting Paths.
[    3.049915] systemd[1]: Reached target Paths.
[    3.049921] systemd[1]: Starting Journal Socket.
[    3.049947] systemd[1]: Listening on Journal Socket.
[    3.049955] systemd[1]: Starting Setup Virtual Console...
[    3.101985] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    3.102283] systemd[1]: Mounting Debug File System...
[    3.140601] systemd[1]: Starting Apply Kernel Variables...
[    3.140936] systemd[1]: Mounting Huge Pages File System...
[    3.141500] systemd[1]: Started Load Kernel Modules.
[    3.141557] systemd[1]: Mounting Configuration File System...
[    3.141778] systemd[1]: Mounted FUSE Control File System.
[    3.141804] systemd[1]: Mounting POSIX Message Queue File System...
[    3.142003] systemd[1]: Starting Journal Service...
[    3.142311] systemd[1]: Started Journal Service.
[    3.366324] systemd-journald[164]: Vacuuming done, freed 0 bytes
[    3.615907] EXT4-fs (sda7): re-mounted. Opts: data=ordered
[    3.725024] systemd-udevd[191]: starting version 208
[    3.994064] microcode: CPU0 sig=0x306c3, pf=0x10, revision=0x8
[    4.037701] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20130725/utaddress-251)
[    4.037706] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.037710] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPRL 1 (20130725/utaddress-251)
[    4.037712] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR_ 2 (20130725/utaddress-251)
[    4.037715] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPR_ 3 (20130725/utaddress-251)
[    4.037717] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.037718] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPRL 1 (20130725/utaddress-251)
[    4.037720] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR_ 2 (20130725/utaddress-251)
[    4.037722] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPR_ 3 (20130725/utaddress-251)
[    4.037724] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.037725] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    4.062227] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0D:00/input/input2
[    4.065580] ACPI: Lid Switch [LID0]
[    4.065634] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
[    4.065637] ACPI: Power Button [PWRB]
[    4.065669] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    4.065671] ACPI: Power Button [PWRF]
[    4.070741] ACPI: Requesting acpi_cpufreq
[    4.164123] ACPI Warning: 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130725/utaddress-251)
[    4.164129] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.185417] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    4.188698] ACPI: Fan [FAN0] (off)
[    4.188728] ACPI: Fan [FAN1] (off)
[    4.188749] ACPI: Fan [FAN2] (off)
[    4.188768] ACPI: Fan [FAN3] (off)
[    4.188786] ACPI: Fan [FAN4] (off)
[    4.188867] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.189024] thermal LNXTHERM:00: registered as thermal_zone0
[    4.189026] ACPI: Thermal Zone [TZ00] (28 C)
[    4.189168] thermal LNXTHERM:01: registered as thermal_zone1
[    4.189169] ACPI: Thermal Zone [TZ01] (30 C)
[    4.199281] thermal LNXTHERM:02: registered as thermal_zone2
[    4.199283] ACPI: Thermal Zone [THRM] (42 C)
[    4.239093] [drm] Initialized drm 1.1.0 20060810
[    4.272751] ACPI: Battery Slot [BAT1] (battery present)
[    4.273012] wmi: Mapper loaded
[    4.279691] ACPI: AC Adapter [ADP1] (on-line)
[    4.324971] microcode: CPU1 sig=0x306c3, pf=0x10, revision=0x8
[    4.356190] media: Linux media interface: v0.10
[    4.360995] mei_me 0000:00:16.0: setting latency timer to 64
[    4.361031] mei_me 0000:00:16.0: irq 43 for MSI/MSI-X
[    4.386514] pcieport 0000:00:1c.3: driver skip pci_set_master, fix it!
[    4.396556] alx 0000:04:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [8c:89:a5:0d:0d:da]
[    4.417510] microcode: CPU2 sig=0x306c3, pf=0x10, revision=0x8
[    4.439900] microcode: CPU3 sig=0x306c3, pf=0x10, revision=0x8
[    4.440367] microcode: CPU4 sig=0x306c3, pf=0x10, revision=0x8
[    4.440704] microcode: CPU5 sig=0x306c3, pf=0x10, revision=0x8
[    4.441002] microcode: CPU6 sig=0x306c3, pf=0x10, revision=0x8
[    4.441301] microcode: CPU7 sig=0x306c3, pf=0x10, revision=0x8
[    4.441616] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    4.461531] iTCO_vendor_support: vendor-support=0
[    4.473413] input: MSI WMI hotkeys as /devices/virtual/input/input7
[    4.551730] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    4.551759] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[    4.551850] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.552946] cfg80211: Calling CRDA to update world regulatory domain
[    4.657105] systemd-udevd[211]: renamed network interface eth0 to enp4s0
[    4.658372] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[    4.682126] pcieport 0000:00:1c.5: driver skip pci_set_master, fix it!
[    4.682614] Bluetooth: Core ver 2.16
[    4.682624] NET: Registered protocol family 31
[    4.682625] Bluetooth: HCI device and connection manager initialized
[    4.682631] Bluetooth: HCI socket layer initialized
[    4.682632] Bluetooth: L2CAP socket layer initialized
[    4.682635] Bluetooth: SCO socket layer initialized
[    4.686034] Linux video capture interface: v2.00
[    4.697730] usbcore: registered new interface driver btusb
[    4.698018] rtl8723ae: Using firmware rtlwifi/rtl8723fw_B.bin
[    4.762278] pcieport 0000:00:1c.2: driver skip pci_set_master, fix it!
[    4.762378] rtsx_pci 0000:03:00.0: irq 45 for MSI/MSI-X
[    4.762389] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 45
[    4.842877] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[    4.843035] rtlwifi: wireless switch is on
[    4.846827] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
[    4.852172] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
[    4.852231] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
[    4.877286] [drm] Memory usable by graphics device = 2048M
[    4.877291] checking generic (b0000000 7f0000) vs hw (b0000000 10000000)
[    4.877293] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[    4.877307] Console: switching to colour dummy device 80x25
[    4.877345] uvcvideo: Found UVC 1.00 device BisonCam, NB Pro (5986:014c)
[    4.877434] i915 0000:00:02.0: setting latency timer to 64
[    4.881954] input: BisonCam, NB Pro as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input11
[    4.881960] systemd-udevd[198]: renamed network interface wlan0 to wlp5s0
[    4.882016] usbcore: registered new interface driver uvcvideo
[    4.882017] USB Video Class driver (1.1.1)
[    4.900599] i915 0000:00:02.0: irq 46 for MSI/MSI-X
[    4.900606] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    4.900606] [drm] Driver supports precise vblank timestamp query.
[    4.900655] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.022285] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x461f00)
[    5.039715] psmouse serio1: elantech: Synaptics capabilities query result 0x00, 0x15, 0x0e.
[    5.126805] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6
[    5.185403] fbcon: inteldrmfb (fb0) is primary device
[    5.463580] nvidia: module license 'NVIDIA' taints kernel.
[    5.463581] Disabling lock debugging due to kernel taint
[    6.128057] Adding 1951860k swap on /dev/sda6.  Priority:-1 extents:1 across:1951860k FS
[    6.337818] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[    6.383110] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: data=ordered
[    6.864758] Console: switching to colour frame buffer device 240x67
[    6.870104] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    6.870104] i915 0000:00:02.0: registered panic notifier
[    6.870413] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    6.874002] systemd-journald[164]: Received request to flush runtime journal from PID 1
[    6.879087] ACPI Error: [\_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20130725/psargs-359)
[    6.879092] ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD02._BCL] (Node ffff88033e4b6960), AE_NOT_FOUND (20130725/psparse-536)
[    6.879377] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    6.879423] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:48/LNXVIDEO:00/input/input12
[    6.880810] acpi device:64: registered as cooling_device13
[    6.880829] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    6.880860] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input13
[    6.880917] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    6.881198] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
[    6.881202] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  331.20  Wed Oct 30 17:43:35 PDT 2013
[    6.881222] snd_hda_intel 0000:00:03.0: irq 47 for MSI/MSI-X
[    7.214533] hda_codec: invalid CONNECT_LIST verb 5[1]:0
[    7.214589] hda_codec: invalid CONNECT_LIST verb 6[1]:0
[    7.214642] hda_codec: invalid CONNECT_LIST verb 7[1]:0
[    7.215736] input: HDA Intel MID HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
[    7.215822] input: HDA Intel MID HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[    7.215892] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[   98.542450] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[  115.628066] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[  117.070714] wlp5s0: authenticate with 44:94:fc:a2:3b:d7
[  117.102900] wlp5s0: send auth to 44:94:fc:a2:3b:d7 (try 1/3)
[  117.104397] wlp5s0: authenticated
[  117.107102] wlp5s0: associate with 44:94:fc:a2:3b:d7 (try 1/3)
[  117.110906] wlp5s0: RX AssocResp from 44:94:fc:a2:3b:d7 (capab=0x411 status=0 aid=5)
[  117.111127] wlp5s0: associated
[  117.111134] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
[  662.949631] vgaarb: this pci device is not a vga device
[  662.967906] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
[  662.974151] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  662.974232] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  662.974258] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  662.974281] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  662.974303] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  662.974325] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  662.974361] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  662.974383] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  663.124884] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  663.562442] vgaarb: this pci device is not a vga device
[  664.356073] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  724.497499] vgaarb: this pci device is not a vga device
[  724.497818] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
[  724.503383] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  724.503429] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  724.503452] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  724.503473] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  724.503493] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  724.503514] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  724.503547] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  724.503568] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  724.566372] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  724.661112] vgaarb: this pci device is not a vga device
[  725.125178] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  756.672897] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
[  756.679304] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  756.679352] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  756.679378] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  756.679401] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  756.679424] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  756.679446] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  756.679483] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  756.679507] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  756.742473] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  756.852014] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  792.452816] vgaarb: this pci device is not a vga device
[  792.453120] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
[  792.458713] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  792.458755] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  792.458778] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  792.458798] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  792.458818] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  792.458838] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  792.458871] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  792.458891] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  792.521823] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[  792.619387] vgaarb: this pci device is not a vga device
[  793.085818] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1322.026998] vgaarb: this pci device is not a vga device
[ 1322.027335] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
[ 1322.033303] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1322.033349] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1322.033374] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1322.033396] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1322.033418] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1322.033440] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1322.033476] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1322.033498] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1322.096436] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1322.196061] vgaarb: this pci device is not a vga device
[ 1323.268635] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1350.341228] vgaarb: this pci device is not a vga device
[ 1350.341527] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
[ 1350.346795] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1350.346836] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1350.346858] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1350.346878] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1350.346898] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1350.346917] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1350.346948] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1350.346968] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1350.409901] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1350.504854] vgaarb: this pci device is not a vga device
[ 1350.962408] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1546.089180] vgaarb: this pci device is not a vga device
[ 1546.089524] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
[ 1546.095277] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1546.095322] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1546.095346] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1546.095367] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1546.095387] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1546.095408] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1546.095441] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1546.095462] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1546.158668] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1546.256094] vgaarb: this pci device is not a vga device
[ 1546.721958] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1575.151999] vgaarb: this pci device is not a vga device
[ 1575.152338] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
[ 1575.158069] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1575.158115] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1575.158139] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1575.158161] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1575.158182] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1575.158203] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1575.158238] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1575.158259] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1575.221131] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1575.316520] vgaarb: this pci device is not a vga device
[ 1575.824053] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1610.541879] vgaarb: this pci device is not a vga device
[ 1610.542203] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
[ 1610.547938] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1610.547984] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1610.548009] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1610.548031] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1610.548053] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1610.548074] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1610.548109] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1610.548131] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1610.611025] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1610.705695] vgaarb: this pci device is not a vga device
[ 1611.145769] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1635.431920] vgaarb: this pci device is not a vga device
[ 1635.432233] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
[ 1635.437785] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1635.437830] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1635.437853] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1635.437874] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1635.437894] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1635.437915] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1635.437948] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1635.437969] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1635.500802] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1635.595601] vgaarb: this pci device is not a vga device
[ 1636.032509] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1685.858405] vgaarb: this pci device is not a vga device
[ 1685.858697] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
[ 1685.863960] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1685.864001] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1685.864025] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1685.864047] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1685.864069] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1685.864091] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1685.864124] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1685.864146] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1685.927080] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[ 1686.022013] vgaarb: this pci device is not a vga device
[ 1686.480517] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)

Is there a fix for this?

Last edited by darkmav (2014-01-11 07:55:23)

Offline

#2 2014-01-11 12:29:43

javex
Member
Registered: 2011-12-30
Posts: 76

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

If I understand this correctly, then you have an Optimus graphics card (couldn't find anything online, but your lspci looks like it). I too have such a setup on my laptop. The thing to keep in mind here, is that your main graphics card is the Intel integrated card. So instead of installing your system like with an nvidia card, you install it like an intel card. Specifically, you would want to follow the instructions on Bumblebee. Once you followed them, the whole graphics part runs on the Intel card. Once you want to play a game or do some other heavy graphics card work you call your application like this:

optirun wine /path/to/game.exe

Notice how optirun tells the system to use the nvidia card. It will take a second or two to start it (specifically, enable the card, start another X screen and launch the application on it transparently). Follow the instructions in the Wiki if you have any problems.

If you don't have an Optimus card (just NVIDIA, no Intel), then don't follow any Optimus instructions, just usual NVIDIA stuff from the Wiki.

Offline

#3 2014-01-11 14:03:04

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

I don't use wine or games (pun not intended), and the purpose here is to set up CUDA on this laptop. I used Dell laptops with Optimus technology with Arch and faced no issues. But MSI is a first for me. I have tried Bumblebee and it doesn't work for me, but I am willing to give it another shot if you can point me to a specific set of instructions other than the Bumblebee wiki.

I can't disable Optimus from within the BIOS, so I need to somehow get Arch to work with the existing hardware. I don't really care for the Intel graphics card when I'm in Linux because I'd primarily be using the Linux installation for CUDA. I wish I could turn it off somehow :-|

Any other ideas?

Offline

#4 2014-01-11 14:09:01

javex
Member
Registered: 2011-12-30
Posts: 76

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

Okay I get what you are saying but as far as I know, the display is hardwired to the Intel card and the NVIDIA card can only take over or something like that. My suggestion still stands: Get it to run with intel only and only when that works, start with bumblebee. Additionally, as stated in CUDA without Bumblebee, you could get it to work without bumblebee (refer to the linked article, I haven't tried it yet).

If you want to omit the Intel card altogether, I am not sure that works (or how), because I use it in the usual case.

If you can't get your intel card running or bumblebee installation fails afterwards, just post error messages and what you did, maybe I can help there.

Offline

#5 2014-01-11 14:14:52

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

Okay I will try this, and post my findings here. Thanks for your help javex :-)

Meanwhile, perhaps it would help us to understand how Manjaro Linux works out of the box? They do claim to have Optimus support, and I have tested it on this laptop, so maybe there is a way to reverse engineer a solution for Arch?

Offline

#6 2014-01-13 03:48:30

jjshinobi
Member
Registered: 2013-04-06
Posts: 97

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

I'm also battling installing bumblebee on a similar machine (https://bbs.archlinux.org/viewtopic.php … 9#p1369199), and have also tried Manjaro's Awesome respin (which has too many errors and inconsistencies to keep me away from Arch).

This is their hybrid script that works perfect on our machines. https://git.manjaro.org/core/mhwd/

Can also be found on github: https://github.com/manjaro/mhwd-db/find/master

It automates a custom config called video-hybrid-intel-nvidia-bumblebee: https://github.com/manjaro/mhwd-db/blob … MHWDCONFIG

Last edited by jjshinobi (2014-01-13 03:51:00)

Offline

#7 2014-01-13 04:34:46

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

jjshinobi wrote:

I'm also battling installing bumblebee on a similar machine (https://bbs.archlinux.org/viewtopic.php … 9#p1369199), and have also tried Manjaro's Awesome respin (which has too many errors and inconsistencies to keep me away from Arch).

This is their hybrid script that works perfect on our machines. https://git.manjaro.org/core/mhwd/

Can also be found on github: https://github.com/manjaro/mhwd-db/find/master

It automates a custom config called video-hybrid-intel-nvidia-bumblebee: https://github.com/manjaro/mhwd-db/blob … MHWDCONFIG

Sorry to ask a noob question, but are you using the Manjaro script on Arch? How do you get it to work? Do you have a step-by-step explanation?

Offline

#8 2014-01-13 04:51:16

jocheem67
Member
Registered: 2009-11-09
Posts: 243

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

Don't use some out of arch script before following the bumblebee wiki to the letter. That's probably not a smart thing. The bumblebee wiki is daunting but it's all there.
If you would use that script and f*ck things up, then it'll be harder to get more help from the guys around here.

Did you think about enabling multilib, did you read about systemd ?

Offline

#9 2014-01-13 05:07:13

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

So, just to be clear, to get CUDA to work when I call it from within C or Python code, the NVIDIA driver should be the primary driver in memory at all times. What I understand cursorily from Bumblebee is that I can preferentially invoke the driver when I need to, by using optirun which would be like a virtual environment (if I understand correctly) that makes everything inside it use the NVIDIA driver. Would I then have to invoke my C and Python code from within optirun or something?

The CUDA instructions on the Bumblebee wiki are sketchy and not particularly useful -- I carefully read them.

Offline

#10 2014-01-13 12:11:31

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

Can the Integrated Intel card be diabled from the BIOS/UEFI settings? I know some people that can do this.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#11 2014-01-13 12:12:25

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

clfarron4 wrote:

Can the Integrated Intel card be diabled from the BIOS/UEFI settings? I know some people that can do this.

No unfortunately the BIOS doesn't let me do anything of the sort.

Offline

#12 2014-01-13 12:17:55

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

darkmav wrote:
clfarron4 wrote:

Can the Integrated Intel card be diabled from the BIOS/UEFI settings? I know some people that can do this.

No unfortunately the BIOS doesn't let me do anything of the sort.

In that case, get your Intel Graphics running first and then worry about BumbleBee (and don't use Manjaro scripts, thier system base is a mess compared to Arch).


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#13 2014-01-13 14:30:00

jjshinobi
Member
Registered: 2013-04-06
Posts: 97

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

I posted the script for reference but yeah if it works in Manjaro then that means your graphic cards and such will work on Arch. You'll just have to configure it right.

Offline

#14 2014-01-17 02:42:24

jjshinobi
Member
Registered: 2013-04-06
Posts: 97

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

Idk if you solved your problem but I solved this by not installing xorg etc. or mesa in the beginning. Installing lxdm and awesome first. Then running:

 pacman -S intel-dri xf86-video-intel bumblebee bbswitch nvidia mesa

The problem was libgl-nvidia replacing libgl-mesa.

Last edited by jjshinobi (2014-01-17 02:42:56)

Offline

#15 2014-02-04 00:25:55

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

No, I couldn't solve the problem. Needless to say, even with the xf86-video-intel, the X server fails to start. Any inputs would be appreciated!

Offline

#16 2014-02-09 12:52:19

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

jjshinobi wrote:

Idk if you solved your problem but I solved this by not installing xorg etc. or mesa in the beginning. Installing lxdm and awesome first. Then running:

 pacman -S intel-dri xf86-video-intel bumblebee bbswitch nvidia mesa

The problem was libgl-nvidia replacing libgl-mesa.

So, this is what I did.

1. Install Arch using the Beginner's Guide (saying this to emphasize I didn't do anything outside the guide).
2. Install the basic X Server.
3. Install xf86-video-intel and intel-dri.
4. Run startx

It worked and I was able to get to a GUI (I had set up KDE by this time). Of course, this was all using Intel graphics.

Then I used the command you gave me, and installed the nvidia driver. Rebooted. Ran startx, and of course, I got into KDE with Intel graphics still.

Then I ran nvidia-xconfig, and that broke my X configuration :-(.

In the past, I had to almost always run nvidia-xconfig to get the Nvidia driver to work.

What am I missing?

Offline

#17 2014-02-11 07:08:17

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: NVIDIA Optimus on MSI GE70 2OE: No screens, then server fails to start

Okay after installing the beta version of the proprietary NVIDA driver (installed through its shell executable) and editing xorg.conf as it is given in the Optimus wiki. This gives me a 640x-480 GUI.

Also, whenever the GPU is active I believe the power key has a blue light next to it. This happens in Windows after installing the NVIDIA driver. But in Linux, regardless of anything, the light is always orange, indicating that the NVIDIA graphics card isn't connected.]

How do I jack up the resolution (no obvious way seems to work)?

Last edited by darkmav (2014-02-11 07:08:32)

Offline

Board footer

Powered by FluxBB