You are not logged in.

#1 2013-06-28 14:48:30

hrkristian
Member
Registered: 2013-06-28
Posts: 34

[SOLVED] Trouble initialising display - G55VW (GTX 660M)

Couple months back I made the switch from Ubuntu to Arch, which has worked out great on my old laptop, and I've gotten quite familiar with the system.
I've got a new laptop now though, and I can't for the life of me figure out what's wrong with my display/GPU on Arch.

Here's the situation.
I've tried both vesa, nouveau, and nvidia binaries.
Here are a few outputs using the nvidia driver, first nvidia-xconfig --query-gpu-info (which returns two alternating outputs)

Number of GPUs: 1

GPU #0:
  Name      : GeForce GTX 660M
  PCI BusID : PCI:1:0:0

  Number of Display Devices: 1

  Display Device 0 (DFP-0):
      EDID Name             : LGD
      Minimum HorizSync     : 44.370 kHz
      Maximum HorizSync     : 66.555 kHz
      Minimum VertRefresh   : 39 Hz
      Maximum VertRefresh   : 59 Hz
      Maximum PixelClock    : 139.500 MHz
      Maximum Width         : 1920 pixels
      Maximum Height        : 1080 pixels
      Preferred Width       : 1920 pixels
      Preferred Height      : 1080 pixels
      Preferred VertRefresh : 60 Hz
      Physical Width        : 340 mm
      Physical Height       : 190 mm

------------------------------------------------

Number of GPUs: 1

GPU #0:
  Name      : GeForce GTX 660M
  PCI BusID : PCI:1:0:0

  Number of Display Devices: 0

Starting a basic xsession works 50% of the time, which I assume stems from the same issue nvidia-xconfig shows, here is the Xorg.0.log output of a failed intialisation

[   721.328] 
X.Org X Server 1.14.2
Release Date: 2013-06-25
[   721.331] X Protocol Version 11, Revision 0
[   721.332] Build Operating System: Linux 3.9.7-1-ARCH x86_64 
[   721.333] Current Operating System: Linux kris 3.9.7-1-ARCH #1 SMP PREEMPT Thu Jun 20 22:45:32 CEST 2013 x86_64
[   721.333] Kernel command line: root=/dev/sda3 ro rootfstype=ext4 systemd.unit=graphical.target initrd=EFI\arch\initramfs-arch.img
[   721.335] Build Date: 25 June 2013  06:53:24PM
[   721.336]  
[   721.337] Current version of pixman: 0.30.0
[   721.338] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   721.338] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   721.339] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 28 17:30:27 2013
[   721.340] (==) Using config file: "/etc/X11/xorg.conf"
[   721.340] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   721.340] (==) ServerLayout "Layout0"
[   721.340] (**) |-->Screen "Screen0" (0)
[   721.340] (**) |   |-->Monitor "Monitor0"
[   721.340] (**) |   |-->Device "Device0"
[   721.340] (**) |-->Input Device "Keyboard0"
[   721.340] (**) |-->Input Device "Mouse0"
[   721.340] (==) Automatically adding devices
[   721.340] (==) Automatically enabling devices
[   721.340] (==) Automatically adding GPU devices
[   721.340] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   721.340] 	Entry deleted from font path.
[   721.340] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   721.340] 	Entry deleted from font path.
[   721.340] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   721.340] 	Entry deleted from font path.
[   721.340] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   721.340] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   721.340] 	Entry deleted from font path.
[   721.340] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   721.340] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/
[   721.340] (==) ModulePath set to "/usr/lib/xorg/modules"
[   721.341] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   721.341] (WW) Disabling Keyboard0
[   721.341] (WW) Disabling Mouse0
[   721.341] (II) Loader magic: 0x7fdc20
[   721.341] (II) Module ABI versions:
[   721.341] 	X.Org ANSI C Emulation: 0.4
[   721.341] 	X.Org Video Driver: 14.1
[   721.341] 	X.Org XInput driver : 19.1
[   721.341] 	X.Org Server Extension : 7.0
[   721.341] (II) xfree86: Adding drm device (/dev/dri/card0)
[   721.342] (--) PCI:*(0:1:0:0) 10de:0fd4:1043:2117 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   721.342] Initializing built-in extension Generic Event Extension
[   721.342] Initializing built-in extension SHAPE
[   721.343] Initializing built-in extension MIT-SHM
[   721.343] Initializing built-in extension XInputExtension
[   721.344] Initializing built-in extension XTEST
[   721.344] Initializing built-in extension BIG-REQUESTS
[   721.345] Initializing built-in extension SYNC
[   721.345] Initializing built-in extension XKEYBOARD
[   721.345] Initializing built-in extension XC-MISC
[   721.346] Initializing built-in extension SECURITY
[   721.346] Initializing built-in extension XINERAMA
[   721.347] Initializing built-in extension XFIXES
[   721.347] Initializing built-in extension RENDER
[   721.348] Initializing built-in extension RANDR
[   721.348] Initializing built-in extension COMPOSITE
[   721.348] Initializing built-in extension DAMAGE
[   721.349] Initializing built-in extension MIT-SCREEN-SAVER
[   721.349] Initializing built-in extension DOUBLE-BUFFER
[   721.350] Initializing built-in extension RECORD
[   721.350] Initializing built-in extension DPMS
[   721.351] Initializing built-in extension X-Resource
[   721.351] Initializing built-in extension XVideo
[   721.351] Initializing built-in extension XVideo-MotionCompensation
[   721.352] Initializing built-in extension XFree86-VidModeExtension
[   721.352] Initializing built-in extension XFree86-DGA
[   721.353] Initializing built-in extension XFree86-DRI
[   721.353] Initializing built-in extension DRI2
[   721.353] (II) LoadModule: "glx"
[   721.353] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   721.359] (II) Module glx: vendor="NVIDIA Corporation"
[   721.359] 	compiled for 4.0.2, module version = 1.0.0
[   721.359] 	Module class: X.Org Server Extension
[   721.359] (II) NVIDIA GLX Module  319.23  Thu May 16 19:23:10 PDT 2013
[   721.360] Loading extension GLX
[   721.360] (II) LoadModule: "nvidia"
[   721.360] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   721.360] (II) Module nvidia: vendor="NVIDIA Corporation"
[   721.360] 	compiled for 4.0.2, module version = 1.0.0
[   721.360] 	Module class: X.Org Video Driver
[   721.360] (II) NVIDIA dlloader X Driver  319.23  Thu May 16 19:02:20 PDT 2013
[   721.360] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   721.360] (++) using VT number 1

[   721.360] (II) Loading sub module "fb"
[   721.360] (II) LoadModule: "fb"
[   721.360] (II) Loading /usr/lib/xorg/modules/libfb.so
[   721.360] (II) Module fb: vendor="X.Org Foundation"
[   721.360] 	compiled for 1.14.2, module version = 1.0.0
[   721.360] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   721.360] (WW) Unresolved symbol: fbGetGCPrivateKey
[   721.360] (II) Loading sub module "wfb"
[   721.360] (II) LoadModule: "wfb"
[   721.360] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   721.360] (II) Module wfb: vendor="X.Org Foundation"
[   721.360] 	compiled for 1.14.2, module version = 1.0.0
[   721.360] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   721.360] (II) Loading sub module "shadow"
[   721.360] (II) LoadModule: "shadow"
[   721.360] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   721.360] (II) Module shadow: vendor="X.Org Foundation"
[   721.360] 	compiled for 1.14.2, module version = 1.1.0
[   721.360] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   721.360] (II) Loading sub module "ramdac"
[   721.360] (II) LoadModule: "ramdac"
[   721.361] (II) Module "ramdac" already built-in
[   721.361] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   721.361] (==) NVIDIA(0): RGB weight 888
[   721.361] (==) NVIDIA(0): Default visual is TrueColor
[   721.361] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   721.361] (**) NVIDIA(0): Enabling 2D acceleration
[   721.561] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 660M (GK107) at PCI:1:0:0 (GPU-0)
[   721.561] (--) NVIDIA(0): Memory: 2097152 kBytes
[   721.561] (--) NVIDIA(0): VideoBIOS: 80.07.2c.00.05
[   721.561] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   721.565] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 660M at PCI:1:0:0
[   721.565] (--) NVIDIA(0):     CRT-0
[   721.565] (--) NVIDIA(0):     DFP-0 (boot)
[   721.565] (--) NVIDIA(0):     DFP-1
[   721.565] (--) NVIDIA(0):     DFP-2
[   721.565] (--) NVIDIA(0):     DFP-3
[   721.565] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[   721.565] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[   721.565] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[   721.565] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[   721.565] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[   721.565] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[   721.565] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
[   721.565] (--) NVIDIA(0): DFP-3: 960.0 MHz maximum pixel clock
[   721.565] (--) NVIDIA(0): DFP-3: Internal DisplayPort
[   721.565] (EE) NVIDIA(0): Failed to assign any connected display devices to X screen 0
[   722.360] (EE) NVIDIA(0): Failing initialization of X screen 0
[   723.405] (II) UnloadModule: "nvidia"
[   723.405] (II) UnloadSubModule: "shadow"
[   723.405] (II) UnloadSubModule: "wfb"
[   723.405] (II) UnloadSubModule: "fb"
[   723.405] (EE) Screen(s) found, but none have a usable configuration.
[   723.405] (EE) 
Fatal server error:
[   723.405] (EE) no screens found(EE) 
[   723.405] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   723.405] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   723.405] (EE) 
[   723.407] (EE) Server terminated with error (1). Closing log file.

I have googled my butt off trying to find a solution to this, problem, with no success. This seems to be a common problem with Nvidia Optimus which is something this laptop simply doesn't have (I bought it very much for that particular reason).
I have tried booting up with nomodeset and later on a custom EDID.bin extracted from Windows registry, thinking the kernel might be reading it wrong, but no.

Here is my dmesg output for the sake of thoroughness.

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.9.7-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Thu Jun 20 22:45:32 CEST 2013
[    0.000000] Command line: root=/dev/sda3 ro rootfstype=ext4 systemd.unit=graphical.target initrd=EFI\arch\initramfs-arch.img
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dd783fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd784000-0x00000000dd784fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd785000-0x00000000dd791fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd792000-0x00000000ddd92fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ddd93000-0x00000000ddd95fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ddd96000-0x00000000dddaafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dddab000-0x00000000dddb0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dddb1000-0x00000000dddb2fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dddb3000-0x00000000dddbcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dddbd000-0x00000000ddf16fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ddf17000-0x00000000ddf1afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ddf1b000-0x00000000ddf65fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ddf66000-0x00000000ddf8afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ddf8b000-0x00000000ddf8dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ddf8e000-0x00000000ddf8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ddf90000-0x00000000ddfa6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ddfa7000-0x00000000ddfacfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ddfad000-0x00000000ddfb4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ddfb5000-0x00000000ddfb5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ddfb6000-0x00000000ddfc4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ddfc5000-0x00000000ddfc5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ddfc6000-0x00000000ddfd0fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ddfd1000-0x00000000ddfd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ddfd6000-0x00000000de006fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de007000-0x00000000de007fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de008000-0x00000000de017fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de018000-0x00000000de03ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de040000-0x00000000de053fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de054000-0x00000000de054fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de055000-0x00000000de055fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de056000-0x00000000de057fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de058000-0x00000000de059fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de05a000-0x00000000de05efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de05f000-0x00000000de073fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de074000-0x00000000de63bfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de63c000-0x00000000de8bbfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000de8bc000-0x00000000de8c0fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000de8c1000-0x00000000de8c1fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de8c2000-0x00000000de904fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000de905000-0x00000000ded11fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ded12000-0x00000000deff3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000deff4000-0x00000000deffffff] usable
[    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-0x000000021f3fffff] usable
[    0.000000] e820: update [mem 0xd2c01018-0xd2c16e57] usable ==> usable
[    0.000000] e820: update [mem 0xd2c3e018-0xd2c49857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000d2c01017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d2c01018-0x00000000d2c16e57] usable
[    0.000000] reserve setup_data: [mem 0x00000000d2c16e58-0x00000000d2c3e017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d2c3e018-0x00000000d2c49857] usable
[    0.000000] reserve setup_data: [mem 0x00000000d2c49858-0x00000000dd783fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dd784000-0x00000000dd784fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dd785000-0x00000000dd791fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dd792000-0x00000000ddd92fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000ddd93000-0x00000000ddd95fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ddd96000-0x00000000dddaafff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dddab000-0x00000000dddb0fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dddb1000-0x00000000dddb2fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dddb3000-0x00000000dddbcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dddbd000-0x00000000ddf16fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ddf17000-0x00000000ddf1afff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ddf1b000-0x00000000ddf65fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ddf66000-0x00000000ddf8afff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ddf8b000-0x00000000ddf8dfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ddf8e000-0x00000000ddf8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ddf90000-0x00000000ddfa6fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ddfa7000-0x00000000ddfacfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ddfad000-0x00000000ddfb4fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ddfb5000-0x00000000ddfb5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ddfb6000-0x00000000ddfc4fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ddfc5000-0x00000000ddfc5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ddfc6000-0x00000000ddfd0fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ddfd1000-0x00000000ddfd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ddfd6000-0x00000000de006fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000de007000-0x00000000de007fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000de008000-0x00000000de017fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000de018000-0x00000000de03ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000de040000-0x00000000de053fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000de054000-0x00000000de054fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000de055000-0x00000000de055fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000de056000-0x00000000de057fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000de058000-0x00000000de059fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000de05a000-0x00000000de05efff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000de05f000-0x00000000de073fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000de074000-0x00000000de63bfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000de63c000-0x00000000de8bbfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000de8bc000-0x00000000de8c0fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000de8c1000-0x00000000de8c1fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000de8c2000-0x00000000de904fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000de905000-0x00000000ded11fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ded12000-0x00000000deff3fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000deff4000-0x00000000deffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000021f3fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0xde88d000  ACPI 2.0=0xde88d000  SMBIOS=0xf04c0  MPS=0xfd4d0 
[    0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
[    0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x0000000000010000) (0MB)
[    0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000010000-0x000000000005e000) (0MB)
[    0.000000] efi: mem03: type=4, attr=0xf, range=[0x000000000005e000-0x0000000000060000) (0MB)
[    0.000000] efi: mem04: type=3, attr=0xf, range=[0x0000000000060000-0x000000000009f000) (0MB)
[    0.000000] efi: mem05: type=6, attr=0x800000000000000f, range=[0x000000000009f000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[    0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB)
[    0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000001100000-0x0000000002000000) (15MB)
[    0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f51000) (15MB)
[    0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000002f51000-0x000000007fd27000) (1997MB)
[    0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000007fd27000-0x0000000080000000) (2MB)
[    0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000080000000-0x00000000d1a8f000) (1306MB)
[    0.000000] efi: mem13: type=1, attr=0xf, range=[0x00000000d1a8f000-0x00000000d1e2a000) (3MB)
[    0.000000] efi: mem14: type=7, attr=0xf, range=[0x00000000d1e2a000-0x00000000d21c5000) (3MB)
[    0.000000] efi: mem15: type=4, attr=0xf, range=[0x00000000d21c5000-0x00000000d27c7000) (6MB)
[    0.000000] efi: mem16: type=1, attr=0xf, range=[0x00000000d27c7000-0x00000000d27ee000) (0MB)
[    0.000000] efi: mem17: type=7, attr=0xf, range=[0x00000000d27ee000-0x00000000d2815000) (0MB)
[    0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000d2815000-0x00000000d29da000) (1MB)
[    0.000000] efi: mem19: type=7, attr=0xf, range=[0x00000000d29da000-0x00000000d29dc000) (0MB)
[    0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000d29dc000-0x00000000d2a34000) (0MB)
[    0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000d2a34000-0x00000000d2c01000) (1MB)
[    0.000000] efi: mem22: type=2, attr=0xf, range=[0x00000000d2c01000-0x00000000d2c17000) (0MB)
[    0.000000] efi: mem23: type=4, attr=0xf, range=[0x00000000d2c17000-0x00000000d2c37000) (0MB)
[    0.000000] efi: mem24: type=7, attr=0xf, range=[0x00000000d2c37000-0x00000000d2c3e000) (0MB)
[    0.000000] efi: mem25: type=2, attr=0xf, range=[0x00000000d2c3e000-0x00000000d2c4a000) (0MB)
[    0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000d2c4a000-0x00000000d2cbe000) (0MB)
[    0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000d2cbe000-0x00000000d2cc3000) (0MB)
[    0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000d2cc3000-0x00000000d2d0c000) (0MB)
[    0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000d2d0c000-0x00000000d2d0d000) (0MB)
[    0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000d2d0d000-0x00000000dc40c000) (150MB)
[    0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000dc40c000-0x00000000dc40e000) (0MB)
[    0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000dc40e000-0x00000000dc429000) (0MB)
[    0.000000] efi: mem33: type=2, attr=0xf, range=[0x00000000dc429000-0x00000000dc42a000) (0MB)
[    0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000dc42a000-0x00000000dd0d8000) (12MB)
[    0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000dd0d8000-0x00000000dd766000) (6MB)
[    0.000000] efi: mem36: type=3, attr=0xf, range=[0x00000000dd766000-0x00000000dd784000) (0MB)
[    0.000000] efi: mem37: type=6, attr=0x800000000000000f, range=[0x00000000dd784000-0x00000000dd785000) (0MB)
[    0.000000] efi: mem38: type=3, attr=0xf, range=[0x00000000dd785000-0x00000000dd792000) (0MB)
[    0.000000] efi: mem39: type=10, attr=0xf, range=[0x00000000dd792000-0x00000000ddd93000) (6MB)
[    0.000000] efi: mem40: type=5, attr=0x800000000000000f, range=[0x00000000ddd93000-0x00000000ddd96000) (0MB)
[    0.000000] efi: mem41: type=3, attr=0xf, range=[0x00000000ddd96000-0x00000000dddab000) (0MB)
[    0.000000] efi: mem42: type=5, attr=0x800000000000000f, range=[0x00000000dddab000-0x00000000dddb1000) (0MB)
[    0.000000] efi: mem43: type=3, attr=0xf, range=[0x00000000dddb1000-0x00000000dddb3000) (0MB)
[    0.000000] efi: mem44: type=5, attr=0x800000000000000f, range=[0x00000000dddb3000-0x00000000dddbd000) (0MB)
[    0.000000] efi: mem45: type=3, attr=0xf, range=[0x00000000dddbd000-0x00000000ddf17000) (1MB)
[    0.000000] efi: mem46: type=5, attr=0x800000000000000f, range=[0x00000000ddf17000-0x00000000ddf1b000) (0MB)
[    0.000000] efi: mem47: type=3, attr=0xf, range=[0x00000000ddf1b000-0x00000000ddf66000) (0MB)
[    0.000000] efi: mem48: type=5, attr=0x800000000000000f, range=[0x00000000ddf66000-0x00000000ddf6d000) (0MB)
[    0.000000] efi: mem49: type=6, attr=0x800000000000000f, range=[0x00000000ddf6d000-0x00000000ddf7a000) (0MB)
[    0.000000] efi: mem50: type=5, attr=0x800000000000000f, range=[0x00000000ddf7a000-0x00000000ddf8b000) (0MB)
[    0.000000] efi: mem51: type=3, attr=0xf, range=[0x00000000ddf8b000-0x00000000ddf8e000) (0MB)
[    0.000000] efi: mem52: type=5, attr=0x800000000000000f, range=[0x00000000ddf8e000-0x00000000ddf90000) (0MB)
[    0.000000] efi: mem53: type=3, attr=0xf, range=[0x00000000ddf90000-0x00000000ddfa7000) (0MB)
[    0.000000] efi: mem54: type=5, attr=0x800000000000000f, range=[0x00000000ddfa7000-0x00000000ddfad000) (0MB)
[    0.000000] efi: mem55: type=3, attr=0xf, range=[0x00000000ddfad000-0x00000000ddfb5000) (0MB)
[    0.000000] efi: mem56: type=5, attr=0x800000000000000f, range=[0x00000000ddfb5000-0x00000000ddfb6000) (0MB)
[    0.000000] efi: mem57: type=3, attr=0xf, range=[0x00000000ddfb6000-0x00000000ddfc5000) (0MB)
[    0.000000] efi: mem58: type=5, attr=0x800000000000000f, range=[0x00000000ddfc5000-0x00000000ddfc6000) (0MB)
[    0.000000] efi: mem59: type=3, attr=0xf, range=[0x00000000ddfc6000-0x00000000ddfd1000) (0MB)
[    0.000000] efi: mem60: type=5, attr=0x800000000000000f, range=[0x00000000ddfd1000-0x00000000ddfd6000) (0MB)
[    0.000000] efi: mem61: type=3, attr=0xf, range=[0x00000000ddfd6000-0x00000000de007000) (0MB)
[    0.000000] efi: mem62: type=5, attr=0x800000000000000f, range=[0x00000000de007000-0x00000000de008000) (0MB)
[    0.000000] efi: mem63: type=3, attr=0xf, range=[0x00000000de008000-0x00000000de018000) (0MB)
[    0.000000] efi: mem64: type=5, attr=0x800000000000000f, range=[0x00000000de018000-0x00000000de040000) (0MB)
[    0.000000] efi: mem65: type=3, attr=0xf, range=[0x00000000de040000-0x00000000de054000) (0MB)
[    0.000000] efi: mem66: type=5, attr=0x800000000000000f, range=[0x00000000de054000-0x00000000de055000) (0MB)
[    0.000000] efi: mem67: type=3, attr=0xf, range=[0x00000000de055000-0x00000000de056000) (0MB)
[    0.000000] efi: mem68: type=5, attr=0x800000000000000f, range=[0x00000000de056000-0x00000000de058000) (0MB)
[    0.000000] efi: mem69: type=3, attr=0xf, range=[0x00000000de058000-0x00000000de05a000) (0MB)
[    0.000000] efi: mem70: type=5, attr=0x800000000000000f, range=[0x00000000de05a000-0x00000000de05f000) (0MB)
[    0.000000] efi: mem71: type=3, attr=0xf, range=[0x00000000de05f000-0x00000000de074000) (0MB)
[    0.000000] efi: mem72: type=6, attr=0x800000000000000f, range=[0x00000000de074000-0x00000000de0f5000) (0MB)
[    0.000000] efi: mem73: type=5, attr=0x800000000000000f, range=[0x00000000de0f5000-0x00000000de112000) (0MB)
[    0.000000] efi: mem74: type=6, attr=0x800000000000000f, range=[0x00000000de112000-0x00000000de119000) (0MB)
[    0.000000] efi: mem75: type=6, attr=0x800000000000000f, range=[0x00000000de119000-0x00000000de11b000) (0MB)
[    0.000000] efi: mem76: type=6, attr=0x800000000000000f, range=[0x00000000de11b000-0x00000000de13c000) (0MB)
[    0.000000] efi: mem77: type=0, attr=0xf, range=[0x00000000de13c000-0x00000000de490000) (3MB)
[    0.000000] efi: mem78: type=0, attr=0xf, range=[0x00000000de490000-0x00000000de5d1000) (1MB)
[    0.000000] efi: mem79: type=0, attr=0xf, range=[0x00000000de5d1000-0x00000000de5d7000) (0MB)
[    0.000000] efi: mem80: type=0, attr=0xf, range=[0x00000000de5d7000-0x00000000de63c000) (0MB)
[    0.000000] efi: mem81: type=10, attr=0xf, range=[0x00000000de63c000-0x00000000de6ee000) (0MB)
[    0.000000] efi: mem82: type=10, attr=0xf, range=[0x00000000de6ee000-0x00000000de8a6000) (1MB)
[    0.000000] efi: mem83: type=10, attr=0xf, range=[0x00000000de8a6000-0x00000000de8a8000) (0MB)
[    0.000000] efi: mem84: type=10, attr=0xf, range=[0x00000000de8a8000-0x00000000de8bc000) (0MB)
[    0.000000] efi: mem85: type=9, attr=0xf, range=[0x00000000de8bc000-0x00000000de8c0000) (0MB)
[    0.000000] efi: mem86: type=9, attr=0xf, range=[0x00000000de8c0000-0x00000000de8c1000) (0MB)
[    0.000000] efi: mem87: type=4, attr=0xf, range=[0x00000000de8c1000-0x00000000de8c2000) (0MB)
[    0.000000] efi: mem88: type=10, attr=0xf, range=[0x00000000de8c2000-0x00000000de905000) (0MB)
[    0.000000] efi: mem89: type=4, attr=0xf, range=[0x00000000de905000-0x00000000dea51000) (1MB)
[    0.000000] efi: mem90: type=3, attr=0xf, range=[0x00000000dea51000-0x00000000dece9000) (2MB)
[    0.000000] efi: mem91: type=4, attr=0xf, range=[0x00000000dece9000-0x00000000decf9000) (0MB)
[    0.000000] efi: mem92: type=3, attr=0xf, range=[0x00000000decf9000-0x00000000ded0b000) (0MB)
[    0.000000] efi: mem93: type=4, attr=0xf, range=[0x00000000ded0b000-0x00000000ded12000) (0MB)
[    0.000000] efi: mem94: type=6, attr=0x800000000000000f, range=[0x00000000ded12000-0x00000000deff4000) (2MB)
[    0.000000] efi: mem95: type=4, attr=0xf, range=[0x00000000deff4000-0x00000000df000000) (0MB)
[    0.000000] efi: mem96: type=7, attr=0xf, range=[0x0000000100000000-0x000000021f400000) (4596MB)
[    0.000000] efi: mem97: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
[    0.000000] efi: mem98: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[    0.000000] efi: mem99: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
[    0.000000] efi: mem100: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem101: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
[    0.000000] efi: mem102: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. G55VW/G55VW, BIOS G55VW.209 06/07/2012
[    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 = 0x21f400 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-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask FF0000000 write-back
[    0.000000]   2 base 210000000 mask FF8000000 write-back
[    0.000000]   3 base 218000000 mask FFC000000 write-back
[    0.000000]   4 base 21C000000 mask FFE000000 write-back
[    0.000000]   5 base 21E000000 mask FFF000000 write-back
[    0.000000]   6 base 21F000000 mask FFFC00000 write-back
[    0.000000]   7 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   8 base 0DFC00000 mask FFFC00000 uncachable
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xdfc00000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd830-0x000fd83f] mapped at [ffff8800000fd830]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x03b30000, 0x03b30fff] PGTABLE
[    0.000000] BRK [0x03b31000, 0x03b31fff] PGTABLE
[    0.000000] BRK [0x03b32000, 0x03b32fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x21f200000-0x21f3fffff]
[    0.000000]  [mem 0x21f200000-0x21f3fffff] page 2M
[    0.000000] BRK [0x03b33000, 0x03b33fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x21c000000-0x21f1fffff]
[    0.000000]  [mem 0x21c000000-0x21f1fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff]
[    0.000000]  [mem 0x200000000-0x21bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xdd783fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0xdd5fffff] page 2M
[    0.000000]  [mem 0xdd600000-0xdd783fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdd785000-0xdd791fff]
[    0.000000]  [mem 0xdd785000-0xdd791fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xddd96000-0xdddaafff]
[    0.000000]  [mem 0xddd96000-0xdddaafff] page 4k
[    0.000000] BRK [0x03b34000, 0x03b34fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xdddb1000-0xdddb2fff]
[    0.000000]  [mem 0xdddb1000-0xdddb2fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdddbd000-0xddf16fff]
[    0.000000]  [mem 0xdddbd000-0xddf16fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xddf1b000-0xddf65fff]
[    0.000000]  [mem 0xddf1b000-0xddf65fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xddf8b000-0xddf8dfff]
[    0.000000]  [mem 0xddf8b000-0xddf8dfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xddf90000-0xddfa6fff]
[    0.000000]  [mem 0xddf90000-0xddfa6fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xddfad000-0xddfb4fff]
[    0.000000]  [mem 0xddfad000-0xddfb4fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xddfb6000-0xddfc4fff]
[    0.000000]  [mem 0xddfb6000-0xddfc4fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xddfc6000-0xddfd0fff]
[    0.000000]  [mem 0xddfc6000-0xddfd0fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xddfd6000-0xde006fff]
[    0.000000]  [mem 0xddfd6000-0xde006fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xde008000-0xde017fff]
[    0.000000]  [mem 0xde008000-0xde017fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xde040000-0xde053fff]
[    0.000000]  [mem 0xde040000-0xde053fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xde055000-0xde055fff]
[    0.000000]  [mem 0xde055000-0xde055fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xde058000-0xde059fff]
[    0.000000]  [mem 0xde058000-0xde059fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xde05f000-0xde073fff]
[    0.000000]  [mem 0xde05f000-0xde073fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xde8c1000-0xde8c1fff]
[    0.000000]  [mem 0xde8c1000-0xde8c1fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xde905000-0xded11fff]
[    0.000000]  [mem 0xde905000-0xde9fffff] page 4k
[    0.000000]  [mem 0xdea00000-0xdebfffff] page 2M
[    0.000000]  [mem 0xdec00000-0xded11fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdeff4000-0xdeffffff]
[    0.000000]  [mem 0xdeff4000-0xdeffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[    0.000000]  [mem 0x100000000-0x1ffffffff] page 2M
[    0.000000] RAMDISK: [mem 0x7fd27000-0x7fffffff]
[    0.000000] ACPI: RSDP 00000000de88d000 00024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 00000000de88d078 0006C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000de89f1a8 000F4 (v04 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 00000000de88d178 1202F (v02 _ASUS_ Notebook 00000013 INTL 20091112)
[    0.000000] ACPI: FACS 00000000de8b9f80 00040
[    0.000000] ACPI: APIC 00000000de89f2a0 00092 (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000de89f338 00044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: ECDT 00000000de89f380 000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: MCFG 00000000de89f448 0003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.000000] ACPI: SLIC 00000000de89f488 00176 (v01 _ASUS_ Notebook 01072009 ASUS 00000001)
[    0.000000] ACPI: HPET 00000000de89f600 00038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 00000000de89f638 0090A (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000de89ff48 00A92 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000021f3fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x21f3fffff]
[    0.000000]   NODE_DATA [mem 0x21f3ee000-0x21f3f2fff]
[    0.000000]  [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880216a00000-ffff88021e9fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x21f3fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xdd783fff]
[    0.000000]   node   0: [mem 0xdd785000-0xdd791fff]
[    0.000000]   node   0: [mem 0xddd96000-0xdddaafff]
[    0.000000]   node   0: [mem 0xdddb1000-0xdddb2fff]
[    0.000000]   node   0: [mem 0xdddbd000-0xddf16fff]
[    0.000000]   node   0: [mem 0xddf1b000-0xddf65fff]
[    0.000000]   node   0: [mem 0xddf8b000-0xddf8dfff]
[    0.000000]   node   0: [mem 0xddf90000-0xddfa6fff]
[    0.000000]   node   0: [mem 0xddfad000-0xddfb4fff]
[    0.000000]   node   0: [mem 0xddfb6000-0xddfc4fff]
[    0.000000]   node   0: [mem 0xddfc6000-0xddfd0fff]
[    0.000000]   node   0: [mem 0xddfd6000-0xde006fff]
[    0.000000]   node   0: [mem 0xde008000-0xde017fff]
[    0.000000]   node   0: [mem 0xde040000-0xde053fff]
[    0.000000]   node   0: [mem 0xde055000-0xde055fff]
[    0.000000]   node   0: [mem 0xde058000-0xde059fff]
[    0.000000]   node   0: [mem 0xde05f000-0xde073fff]
[    0.000000]   node   0: [mem 0xde8c1000-0xde8c1fff]
[    0.000000]   node   0: [mem 0xde905000-0xded11fff]
[    0.000000]   node   0: [mem 0xdeff4000-0xdeffffff]
[    0.000000]   node   0: [mem 0x100000000-0x21f3fffff]
[    0.000000] On node 0 totalpages: 2085294
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 25 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14137 pages used for memmap
[    0.000000]   DMA32 zone: 904720 pages, LIFO batch:31
[    0.000000]   Normal zone: 18384 pages used for memmap
[    0.000000]   Normal zone: 1176576 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    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: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000d2c01000 - 00000000d2c02000
[    0.000000] PM: Registered nosave memory: 00000000d2c16000 - 00000000d2c17000
[    0.000000] PM: Registered nosave memory: 00000000d2c3e000 - 00000000d2c3f000
[    0.000000] PM: Registered nosave memory: 00000000d2c49000 - 00000000d2c4a000
[    0.000000] PM: Registered nosave memory: 00000000dd784000 - 00000000dd785000
[    0.000000] PM: Registered nosave memory: 00000000dd792000 - 00000000ddd93000
[    0.000000] PM: Registered nosave memory: 00000000ddd93000 - 00000000ddd96000
[    0.000000] PM: Registered nosave memory: 00000000dddab000 - 00000000dddb1000
[    0.000000] PM: Registered nosave memory: 00000000dddb3000 - 00000000dddbd000
[    0.000000] PM: Registered nosave memory: 00000000ddf17000 - 00000000ddf1b000
[    0.000000] PM: Registered nosave memory: 00000000ddf66000 - 00000000ddf8b000
[    0.000000] PM: Registered nosave memory: 00000000ddf8e000 - 00000000ddf90000
[    0.000000] PM: Registered nosave memory: 00000000ddfa7000 - 00000000ddfad000
[    0.000000] PM: Registered nosave memory: 00000000ddfb5000 - 00000000ddfb6000
[    0.000000] PM: Registered nosave memory: 00000000ddfc5000 - 00000000ddfc6000
[    0.000000] PM: Registered nosave memory: 00000000ddfd1000 - 00000000ddfd6000
[    0.000000] PM: Registered nosave memory: 00000000de007000 - 00000000de008000
[    0.000000] PM: Registered nosave memory: 00000000de018000 - 00000000de040000
[    0.000000] PM: Registered nosave memory: 00000000de054000 - 00000000de055000
[    0.000000] PM: Registered nosave memory: 00000000de056000 - 00000000de058000
[    0.000000] PM: Registered nosave memory: 00000000de05a000 - 00000000de05f000
[    0.000000] PM: Registered nosave memory: 00000000de074000 - 00000000de63c000
[    0.000000] PM: Registered nosave memory: 00000000de63c000 - 00000000de8bc000
[    0.000000] PM: Registered nosave memory: 00000000de8bc000 - 00000000de8c1000
[    0.000000] PM: Registered nosave memory: 00000000de8c2000 - 00000000de905000
[    0.000000] PM: Registered nosave memory: 00000000ded12000 - 00000000deff4000
[    0.000000] PM: Registered nosave memory: 00000000df000000 - 00000000f8000000
[    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
[    0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
[    0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
[    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
[    0.000000] e820: [mem 0xdf000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88021f000000 s85824 r8192 d20672 u262144
[    0.000000] pcpu-alloc: s85824 r8192 d20672 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: 2052684
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/sda3 ro rootfstype=ext4 systemd.unit=graphical.target initrd=EFI\arch\initramfs-arch.img
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    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] Memory: 7944460k/8900608k available (4984k kernel code, 559432k absent, 396716k reserved, 3966k data, 1092k init)
[    0.000000] SLUB: Genslabs=15, 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=64 to nr_cpu_ids=8.
[    0.000000] NR_IRQS:4352 nr_irqs:744 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 33554432 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 2294.752 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4591.73 BogoMIPS (lpj=7649173)
[    0.000005] pid_max: default: 32768 minimum: 301
[    0.000018] init_memory_mapping: [mem 0xdd784000-0xdd784fff]
[    0.000019]  [mem 0xdd784000-0xdd784fff] page 4k
[    0.000031] init_memory_mapping: [mem 0xddd93000-0xddd95fff]
[    0.000032]  [mem 0xddd93000-0xddd95fff] page 4k
[    0.000040] init_memory_mapping: [mem 0xdddab000-0xdddb0fff]
[    0.000041]  [mem 0xdddab000-0xdddb0fff] page 4k
[    0.000049] init_memory_mapping: [mem 0xdddb3000-0xdddbcfff]
[    0.000050]  [mem 0xdddb3000-0xdddbcfff] page 4k
[    0.000060] init_memory_mapping: [mem 0xddf17000-0xddf1afff]
[    0.000061]  [mem 0xddf17000-0xddf1afff] page 4k
[    0.000068] init_memory_mapping: [mem 0xddf66000-0xddf6cfff]
[    0.000069]  [mem 0xddf66000-0xddf6cfff] page 4k
[    0.000077] init_memory_mapping: [mem 0xddf6d000-0xddf79fff]
[    0.000078]  [mem 0xddf6d000-0xddf79fff] page 4k
[    0.000085] init_memory_mapping: [mem 0xddf7a000-0xddf8afff]
[    0.000086]  [mem 0xddf7a000-0xddf8afff] page 4k
[    0.000093] init_memory_mapping: [mem 0xddf8e000-0xddf8ffff]
[    0.000094]  [mem 0xddf8e000-0xddf8ffff] page 4k
[    0.000101] init_memory_mapping: [mem 0xddfa7000-0xddfacfff]
[    0.000102]  [mem 0xddfa7000-0xddfacfff] page 4k
[    0.000108] init_memory_mapping: [mem 0xddfb5000-0xddfb5fff]
[    0.000109]  [mem 0xddfb5000-0xddfb5fff] page 4k
[    0.000116] init_memory_mapping: [mem 0xddfc5000-0xddfc5fff]
[    0.000117]  [mem 0xddfc5000-0xddfc5fff] page 4k
[    0.000123] init_memory_mapping: [mem 0xddfd1000-0xddfd5fff]
[    0.000124]  [mem 0xddfd1000-0xddfd5fff] page 4k
[    0.000130] init_memory_mapping: [mem 0xde007000-0xde007fff]
[    0.000131]  [mem 0xde007000-0xde007fff] page 4k
[    0.000137] init_memory_mapping: [mem 0xde018000-0xde03ffff]
[    0.000138]  [mem 0xde018000-0xde03ffff] page 4k
[    0.000145] init_memory_mapping: [mem 0xde054000-0xde054fff]
[    0.000146]  [mem 0xde054000-0xde054fff] page 4k
[    0.000153] init_memory_mapping: [mem 0xde056000-0xde057fff]
[    0.000154]  [mem 0xde056000-0xde057fff] page 4k
[    0.000160] init_memory_mapping: [mem 0xde05a000-0xde05efff]
[    0.000161]  [mem 0xde05a000-0xde05efff] page 4k
[    0.000167] init_memory_mapping: [mem 0xde074000-0xde0f4fff]
[    0.000168]  [mem 0xde074000-0xde0f4fff] page 4k
[    0.000175] init_memory_mapping: [mem 0xde0f5000-0xde111fff]
[    0.000177]  [mem 0xde0f5000-0xde111fff] page 4k
[    0.000182] init_memory_mapping: [mem 0xde112000-0xde13bfff]
[    0.000183]  [mem 0xde112000-0xde13bfff] page 4k
[    0.000190] init_memory_mapping: [mem 0xded12000-0xdeff3fff]
[    0.000191]  [mem 0xded12000-0xdeff3fff] page 4k
[    0.022837] Security Framework initialized
[    0.022844] AppArmor: AppArmor disabled by boot time parameter
[    0.023321] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.025401] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.026329] Mount-cache hash table entries: 256
[    0.026510] Initializing cgroup subsys cpuacct
[    0.026512] Initializing cgroup subsys memory
[    0.026518] Initializing cgroup subsys devices
[    0.026520] Initializing cgroup subsys freezer
[    0.026521] Initializing cgroup subsys net_cls
[    0.026522] Initializing cgroup subsys blkio
[    0.026546] CPU: Physical Processor ID: 0
[    0.026547] CPU: Processor Core ID: 0
[    0.026552] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.026941] mce: CPU supports 9 MCE banks
[    0.026954] CPU0: Thermal monitoring enabled (TM1)
[    0.026962] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 1
[    0.027097] Freeing SMP alternatives: 20k freed
[    0.028065] ACPI: Core revision 20130117
[    0.035706] ACPI: All ACPI Tables successfully acquired
[    0.042340] ftrace: allocating 19550 entries in 77 pages
[    0.052173] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.085161] smpboot: CPU0: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz (fam: 06, model: 3a, stepping: 09)
[    0.085168] TSC deadline timer enabled
[    0.085177] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, Intel PMU driver.
[    0.085183] ... version:                3
[    0.085183] ... bit width:              48
[    0.085184] ... generic registers:      4
[    0.085185] ... value mask:             0000ffffffffffff
[    0.085186] ... max period:             000000007fffffff
[    0.085187] ... fixed-purpose events:   3
[    0.085188] ... event mask:             000000070000000f
[    0.135513] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.121917] smpboot: Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 OK
[    0.257563] Brought up 8 CPUs
[    0.257567] smpboot: Total of 8 processors activated (36730.86 BogoMIPS)
[    0.264931] devtmpfs: initialized
[    0.266116] PM: Registering ACPI NVS region [mem 0xdd792000-0xddd92fff] (6295552 bytes)
[    0.266206] PM: Registering ACPI NVS region [mem 0xde63c000-0xde8bbfff] (2621440 bytes)
[    0.266245] PM: Registering ACPI NVS region [mem 0xde8c2000-0xde904fff] (274432 bytes)
[    0.266880] RTC time: 15:18:25, date: 06/28/13
[    0.266919] NET: Registered protocol family 16
[    0.267026] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.267027] ACPI: bus type PCI registered
[    0.267078] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.267081] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.284615] PCI: Using configuration type 1 for base access
[    0.285229] bio: create slab <bio-0> at 0
[    0.285279] ACPI: Added _OSI(Module Device)
[    0.285280] ACPI: Added _OSI(Processor Device)
[    0.285281] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.285282] ACPI: Added _OSI(Processor Aggregator Device)
[    0.287260] ACPI: EC: EC description table is found, configuring boot EC
[    0.289284] ACPI: Executed 1 blocks of module-level executable AML code
[    0.414899] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.415237] ACPI: SSDT 00000000de5e9018 00853 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.415731] ACPI: Dynamic OEM Table Load:
[    0.415733] ACPI: SSDT           (null) 00853 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.415998] ACPI: SSDT 00000000de5eaa98 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.416517] ACPI: Dynamic OEM Table Load:
[    0.416519] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.416661] ACPI: SSDT 00000000de5ebc18 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.417153] ACPI: Dynamic OEM Table Load:
[    0.417155] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.418311] ACPI: Interpreter enabled
[    0.418318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130117/hwxface-568)
[    0.418323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
[    0.418337] ACPI: (supports S0 S3 S4 S5)
[    0.418339] ACPI: Using IOAPIC for interrupt routing
[    0.418364] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.424999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.425570] PCI host bridge to bus 0000:00
[    0.425573] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.425575] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.425577] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.425579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.425580] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.425582] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.425583] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.425585] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.425586] pci_bus 0000:00: root bus resource [mem 0xdfc00000-0xfeafffff]
[    0.425594] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[    0.425692] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.425722] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.425749] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.425809] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.425834] pci 0000:00:14.0: reg 10: [mem 0xf7300000-0xf730ffff 64bit]
[    0.425908] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.425937] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.425975] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.425999] pci 0000:00:16.0: reg 10: [mem 0xf731b000-0xf731b00f 64bit]
[    0.426076] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.426169] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.426191] pci 0000:00:1a.0: reg 10: [mem 0xf7318000-0xf73183ff]
[    0.426285] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.426321] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.426358] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.426374] pci 0000:00:1b.0: reg 10: [mem 0xf7310000-0xf7313fff 64bit]
[    0.426445] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.426484] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.426518] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.426600] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.426643] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.426678] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[    0.426758] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.426839] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
[    0.426920] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.426971] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.427009] pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
[    0.427139] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.427201] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.427242] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.427264] pci 0000:00:1d.0: reg 10: [mem 0xf7317000-0xf73173ff]
[    0.427357] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.427389] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.427425] pci 0000:00:1f.0: [8086:1e57] type 00 class 0x060100
[    0.427601] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[    0.427621] pci 0000:00:1f.2: reg 10: [io  0xf070-0xf077]
[    0.427629] pci 0000:00:1f.2: reg 14: [io  0xf060-0xf063]
[    0.427637] pci 0000:00:1f.2: reg 18: [io  0xf050-0xf057]
[    0.427646] pci 0000:00:1f.2: reg 1c: [io  0xf040-0xf043]
[    0.427654] pci 0000:00:1f.2: reg 20: [io  0xf020-0xf03f]
[    0.427663] pci 0000:00:1f.2: reg 24: [mem 0xf7316000-0xf73167ff]
[    0.427710] pci 0000:00:1f.2: PME# supported from D3hot
[    0.427782] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.427799] pci 0000:00:1f.3: reg 10: [mem 0xf7315000-0xf73150ff 64bit]
[    0.427821] pci 0000:00:1f.3: reg 20: [io  0xf000-0xf01f]
[    0.427938] pci 0000:01:00.0: [10de:0fd4] type 00 class 0x030000
[    0.427947] pci 0000:01:00.0: reg 10: [mem 0xf6000000-0xf6ffffff]
[    0.427957] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.427967] pci 0000:01:00.0: reg 1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.427973] pci 0000:01:00.0: reg 24: [io  0xe000-0xe07f]
[    0.427980] pci 0000:01:00.0: reg 30: [mem 0xf7000000-0xf707ffff pref]
[    0.428059] pci 0000:01:00.1: [10de:0e1b] type 00 class 0x040300
[    0.428068] pci 0000:01:00.1: reg 10: [mem 0xf7080000-0xf7083fff]
[    0.434790] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.434795] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.434810] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.434813] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.434871] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.434958] pci 0000:03:00.0: [168c:0032] type 00 class 0x028000
[    0.434986] pci 0000:03:00.0: reg 10: [mem 0xf7200000-0xf727ffff 64bit]
[    0.435051] pci 0000:03:00.0: reg 30: [mem 0xf7280000-0xf728ffff pref]
[    0.435119] pci 0000:03:00.0: supports D1 D2
[    0.435121] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.435161] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.441462] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.441483] pci 0000:00:1c.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.441568] pci 0000:04:00.0: [1969:1083] type 00 class 0x020000
[    0.441596] pci 0000:04:00.0: reg 10: [mem 0xf7100000-0xf713ffff 64bit]
[    0.441611] pci 0000:04:00.0: reg 18: [io  0xd000-0xd07f]
[    0.441741] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.441781] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.448133] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.448149] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.448153] pci 0000:00:1c.3:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.448242] pci 0000:00:1c.4: PCI bridge to [bus 05-30]
[    0.448359] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[    0.448550] acpi PNP0A08:00: ACPI _OSC control (0x18) granted
[    0.449237] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    0.449285] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12)
[    0.449334] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
[    0.449378] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12)
[    0.449423] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.449471] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.449516] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 10 12)
[    0.449561] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 12)
[    0.449887] ACPI: Enabled 3 GPEs in block 00 to 3F
[    0.449894] acpi root: \_SB_.PCI0 notify handler is installed
[    0.449954] Found 1 acpi root devices
[    0.450018] ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
[    0.450151] ACPI: No dock devices found.
[    0.450204] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.450206] vgaarb: loaded
[    0.450207] vgaarb: bridge control possible 0000:01:00.0
[    0.450230] PCI: Using ACPI for IRQ routing
[    0.452998] PCI: pci_cache_line_size set to 64 bytes
[    0.453055] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.453056] e820: reserve RAM buffer [mem 0xd2c01018-0xd3ffffff]
[    0.453058] e820: reserve RAM buffer [mem 0xd2c3e018-0xd3ffffff]
[    0.453059] e820: reserve RAM buffer [mem 0xdd784000-0xdfffffff]
[    0.453065] e820: reserve RAM buffer [mem 0xdd792000-0xdfffffff]
[    0.453071] e820: reserve RAM buffer [mem 0xdddab000-0xdfffffff]
[    0.453076] e820: reserve RAM buffer [mem 0xdddb3000-0xdfffffff]
[    0.453082] e820: reserve RAM buffer [mem 0xddf17000-0xdfffffff]
[    0.453087] e820: reserve RAM buffer [mem 0xddf66000-0xdfffffff]
[    0.453092] e820: reserve RAM buffer [mem 0xddf8e000-0xdfffffff]
[    0.453097] e820: reserve RAM buffer [mem 0xddfa7000-0xdfffffff]
[    0.453101] e820: reserve RAM buffer [mem 0xddfb5000-0xdfffffff]
[    0.453106] e820: reserve RAM buffer [mem 0xddfc5000-0xdfffffff]
[    0.453110] e820: reserve RAM buffer [mem 0xddfd1000-0xdfffffff]
[    0.453115] e820: reserve RAM buffer [mem 0xde007000-0xdfffffff]
[    0.453119] e820: reserve RAM buffer [mem 0xde018000-0xdfffffff]
[    0.453122] e820: reserve RAM buffer [mem 0xde054000-0xdfffffff]
[    0.453126] e820: reserve RAM buffer [mem 0xde056000-0xdfffffff]
[    0.453129] e820: reserve RAM buffer [mem 0xde05a000-0xdfffffff]
[    0.453132] e820: reserve RAM buffer [mem 0xde074000-0xdfffffff]
[    0.453135] e820: reserve RAM buffer [mem 0xde8c2000-0xdfffffff]
[    0.453137] e820: reserve RAM buffer [mem 0xded12000-0xdfffffff]
[    0.453138] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.453140] e820: reserve RAM buffer [mem 0x21f400000-0x21fffffff]
[    0.453217] NetLabel: Initializing
[    0.453219] NetLabel:  domain hash size = 128
[    0.453220] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.453230] NetLabel:  unlabeled traffic allowed by default
[    0.453246] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.453251] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.455263] Switching to clocksource hpet
[    0.459100] pnp: PnP ACPI init
[    0.459113] ACPI: bus type PNP registered
[    0.459176] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.459179] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.459246] pnp 00:01: [dma 4]
[    0.459265] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.459285] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.459374] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.459411] system 00:04: [io  0x0680-0x069f] has been reserved
[    0.459413] system 00:04: [io  0x0200-0x020f] has been reserved
[    0.459414] system 00:04: [io  0xffff] has been reserved
[    0.459416] system 00:04: [io  0xffff] has been reserved
[    0.459418] system 00:04: [io  0x0400-0x0453] has been reserved
[    0.459420] system 00:04: [io  0x0458-0x047f] has been reserved
[    0.459421] system 00:04: [io  0x0500-0x057f] has been reserved
[    0.459423] system 00:04: [io  0x164e-0x164f] has been reserved
[    0.459425] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.459454] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.459496] system 00:06: [io  0x0454-0x0457] has been reserved
[    0.459499] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.459543] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.459546] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.459571] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.459601] system 00:09: [io  0x0240-0x0259] has been reserved
[    0.459604] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.459660] pnp 00:0a: Plug and Play ACPI device, IDs ETD0101 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    0.459698] pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.459855] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.459857] system 00:0c: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.459859] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.459861] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.459863] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.459865] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.459867] system 00:0c: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.459869] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.459871] system 00:0c: [mem 0xff000000-0xffffffff] has been reserved
[    0.459873] system 00:0c: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.459875] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.459984] pnp: PnP ACPI: found 13 devices
[    0.459985] ACPI: bus type PNP unregistered
[    0.466346] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 05-30] add_size 1000
[    0.466349] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05-30] add_size 200000
[    0.466351] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff] to [bus 05-30] add_size 200000
[    0.466355] pci 0000:00:1c.4: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.466357] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.466359] pci 0000:00:1c.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.466363] pci 0000:00:1c.4: BAR 14: assigned [mem 0xdfc00000-0xdfdfffff]
[    0.466367] pci 0000:00:1c.4: BAR 15: assigned [mem 0xdfe00000-0xdfffffff 64bit pref]
[    0.466369] pci 0000:00:1c.4: BAR 13: assigned [io  0x2000-0x2fff]
[    0.466372] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.466374] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.466377] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.466379] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.466383] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.466395] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.466400] pci 0000:00:1c.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.466409] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.466412] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.466418] pci 0000:00:1c.3:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.466426] pci 0000:00:1c.4: PCI bridge to [bus 05-30]
[    0.466430] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
[    0.466436] pci 0000:00:1c.4:   bridge window [mem 0xdfc00000-0xdfdfffff]
[    0.466441] pci 0000:00:1c.4:   bridge window [mem 0xdfe00000-0xdfffffff 64bit pref]
[    0.466652] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.466654] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.466655] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.466657] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.466659] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.466660] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.466662] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    0.466663] pci_bus 0000:00: resource 11 [mem 0xdfc00000-0xfeafffff]
[    0.466665] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.466667] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.466668] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.466670] pci_bus 0000:03: resource 1 [mem 0xf7200000-0xf72fffff]
[    0.466672] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.466674] pci_bus 0000:04: resource 1 [mem 0xf7100000-0xf71fffff]
[    0.466675] pci_bus 0000:05: resource 0 [io  0x2000-0x2fff]
[    0.466677] pci_bus 0000:05: resource 1 [mem 0xdfc00000-0xdfdfffff]
[    0.466678] pci_bus 0000:05: resource 2 [mem 0xdfe00000-0xdfffffff 64bit pref]
[    0.466701] NET: Registered protocol family 2
[    0.466876] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.467050] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.467158] TCP: Hash tables configured (established 65536 bind 65536)
[    0.467173] TCP: reno registered
[    0.467184] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.467211] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.467273] NET: Registered protocol family 1
[    0.502014] pci 0000:01:00.0: Boot video device
[    0.502030] PCI: CLS 64 bytes, default 64
[    0.502062] Unpacking initramfs...
[    0.551923] Freeing initrd memory: 2916k freed
[    0.552231] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.552234] software IO TLB [mem 0xce1c5000-0xd21c5000] (64MB) mapped at [ffff8800ce1c5000-ffff8800d21c4fff]
[    0.552528] Scanning for low memory corruption every 60 seconds
[    0.552672] audit: initializing netlink socket (disabled)
[    0.552681] type=2000 audit(1372432705.426:1): initialized
[    0.565397] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.566756] VFS: Disk quotas dquot_6.5.2
[    0.566790] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.566948] msgmni has been set to 15881
[    0.567158] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.567192] io scheduler noop registered
[    0.567194] io scheduler deadline registered
[    0.567199] io scheduler cfq registered (default)
[    0.567283] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.567583] efifb: probing for efifb
[    0.568452] efifb: framebuffer at 0xf1000000, mapped to 0xffffc9000a000000, using 3072k, total 3072k
[    0.568454] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.568454] efifb: scrolling: redraw
[    0.568456] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.570279] Console: switching to colour frame buffer device 128x48
[    0.572038] fb0: EFI VGA frame buffer device
[    0.572044] intel_idle: MWAIT substates: 0x21120
[    0.572045] intel_idle: v0.4 model 0x3A
[    0.572046] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.572112] GHES: HEST is not enabled!
[    0.572160] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.572576] Linux agpgart interface v0.103
[    0.572646] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.574412] i8042: Detected active multiplexing controller, rev 1.1
[    0.575350] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.575361] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.575362] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.575364] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.575365] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.575491] mousedev: PS/2 mouse device common for all mice
[    0.575522] rtc_cmos 00:05: RTC can wake from S4
[    0.575647] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.575676] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.575836] cpuidle: using governor ladder
[    0.576047] cpuidle: using governor menu
[    0.576048] EFI Variables Facility v0.08 2004-May-17
[    0.579533] drop_monitor: Initializing network drop monitor service
[    0.579596] TCP: cubic registered
[    0.579677] NET: Registered protocol family 10
[    0.579803] NET: Registered protocol family 17
[    0.579810] Key type dns_resolver registered
[    0.580068] PM: Hibernation image not present or could not be loaded.
[    0.580075] registered taskstats version 1
[    0.580785]   Magic number: 1:965:336
[    0.580791] tty tty57: hash matches
[    0.580889] rtc_cmos 00:05: setting system clock to 2013-06-28 15:18:26 UTC (1372432706)
[    0.581768] Freeing unused kernel memory: 1092k freed
[    0.581908] Write protecting the kernel read-only data: 8192k
[    0.584354] Freeing unused kernel memory: 1148k freed
[    0.585433] Freeing unused kernel memory: 420k freed
[    0.591798] systemd-udevd[75]: starting version 204
[    0.612330] ACPI: bus type USB registered
[    0.612361] usbcore: registered new interface driver usbfs
[    0.612379] usbcore: registered new interface driver hub
[    0.612427] usbcore: registered new device driver usb
[    0.613091] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.613257] xhci_hcd 0000:00:14.0: setting latency timer to 64
[    0.613262] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.613268] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.613376] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.613424] xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
[    0.613671] ehci-pci: EHCI PCI platform driver
[    0.613761] xHCI xhci_add_endpoint called for root hub
[    0.613764] xHCI xhci_check_bandwidth called for root hub
[    0.613765] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.613856] hub 1-0:1.0: USB hub found
[    0.613865] hub 1-0:1.0: 4 ports detected
[    0.614389] SCSI subsystem initialized
[    0.614606] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.614610] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.614734] xHCI xhci_add_endpoint called for root hub
[    0.614735] xHCI xhci_check_bandwidth called for root hub
[    0.614776] hub 2-0:1.0: USB hub found
[    0.614783] hub 2-0:1.0: 4 ports detected
[    0.615646] ACPI: bus type ATA registered
[    0.615713] libata version 3.00 loaded.
[    0.618708] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    0.618714] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.618722] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    0.618743] ehci-pci 0000:00:1a.0: debug port 2
[    0.622638] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.622656] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7318000
[    0.631931] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.632183] hub 3-0:1.0: USB hub found
[    0.632189] hub 3-0:1.0: 2 ports detected
[    0.632415] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    0.632419] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.632425] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    0.632439] ehci-pci 0000:00:1d.0: debug port 2
[    0.636334] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.636351] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7317000
[    0.645267] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.645514] hub 4-0:1.0: USB hub found
[    0.645519] hub 4-0:1.0: 2 ports detected
[    0.645691] ahci 0000:00:1f.2: version 3.0
[    0.645870] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[    0.658608] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x6 impl SATA mode
[    0.658613] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    0.658619] ahci 0000:00:1f.2: setting latency timer to 64
[    0.665830] scsi0 : ahci
[    0.665991] scsi1 : ahci
[    0.666146] scsi2 : ahci
[    0.666290] scsi3 : ahci
[    0.666430] scsi4 : ahci
[    0.666576] scsi5 : ahci
[    0.666632] ata1: DUMMY
[    0.666636] ata2: SATA max UDMA/133 abar m2048@0xf7316000 port 0xf7316180 irq 42
[    0.666638] ata3: SATA max UDMA/133 abar m2048@0xf7316000 port 0xf7316200 irq 42
[    0.666639] ata4: DUMMY
[    0.666640] ata5: DUMMY
[    0.666641] ata6: DUMMY
[    0.938457] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    0.985102] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    0.985158] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    0.986892] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    0.987049] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    0.987053] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    0.989021] ata2.00: ATA-8: WDC WD5000BPKT-80PK4T0, 01.01A01, max UDMA/133
[    0.989025] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.990205] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    0.990210] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    0.990894] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    0.990979] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    0.990984] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    0.992899] ata2.00: configured for UDMA/133
[    0.993120] scsi 1:0:0:0: Direct-Access     ATA      WDC WD5000BPKT-8 01.0 PQ: 0 ANSI: 5
[    0.994152] ata3.00: ATAPI: HL-DT-ST DVDRAM GT51N, AS00, max UDMA/133
[    1.000080] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    1.000085] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.004043] ata3.00: configured for UDMA/133
[    1.013306] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVDRAM GT51N     AS00 PQ: 0 ANSI: 5
[    1.016095] sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.016099] sd 1:0:0:0: [sda] 4096-byte physical blocks
[    1.016129] sd 1:0:0:0: [sda] Write Protect is off
[    1.016131] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.016144] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.019517] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.019520] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.019734] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.062292] hub 3-1:1.0: USB hub found
[    1.062363] hub 3-1:1.0: 6 ports detected
[    1.109508]  sda: sda1 sda2 sda3 sda4 sda5
[    1.110548] sd 1:0:0:0: [sda] Attached SCSI disk
[    1.168291] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    1.292194] hub 4-1:1.0: USB hub found
[    1.292366] hub 4-1:1.0: 8 ports detected
[    1.361619] usb 3-1.1: new full-speed USB device number 3 using ehci-pci
[    1.524917] usb 3-1.3: new high-speed USB device number 4 using ehci-pci
[    1.554747] tsc: Refined TSC clocksource calibration: 2294.789 MHz
[    1.554751] Switching to clocksource tsc
[    1.859889] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    1.967876] usb 3-1.4: new high-speed USB device number 5 using ehci-pci
[    2.327281] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    2.336349] systemd[1]: Set hostname to <kris>.
[    2.512937] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
[    2.513142] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    2.513188] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.513199] systemd[1]: Starting Remote File Systems.
[    2.513297] systemd[1]: Reached target Remote File Systems.
[    2.513307] systemd[1]: Expecting device sys-subsystem-net-devices-wlp3s0.device...
[    2.513372] systemd[1]: Starting Delayed Shutdown Socket.
[    2.513458] systemd[1]: Listening on Delayed Shutdown Socket.
[    2.513467] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    2.513547] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.513555] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    2.513636] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.513644] systemd[1]: Starting LVM2 metadata daemon socket.
[    2.513726] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.513736] systemd[1]: Starting Journal Socket.
[    2.513832] systemd[1]: Listening on Journal Socket.
[    2.513854] systemd[1]: Mounting POSIX Message Queue File System...
[    2.538416] systemd[1]: Started Load Kernel Modules.
[    2.538430] systemd[1]: Starting Setup Virtual Console...
[    2.538782] systemd[1]: Starting Journal Service...
[    2.539201] systemd[1]: Started Journal Service.
[    2.539238] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    2.539396] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.539663] systemd[1]: Started Set Up Additional Binary Formats.
[    2.539713] systemd[1]: Starting Create static device nodes in /dev...
[    2.540828] systemd[1]: Starting Apply Kernel Variables...
[    2.541178] systemd[1]: Mounting Huge Pages File System...
[    2.541499] systemd[1]: Mounting Debug File System...
[    2.541815] systemd[1]: Mounting Configuration File System...
[    2.542143] systemd[1]: Mounted FUSE Control File System.
[    2.542194] systemd[1]: Starting udev Kernel Socket.
[    2.542277] systemd[1]: Listening on udev Kernel Socket.
[    2.542326] systemd[1]: Starting udev Control Socket.
[    2.542410] systemd[1]: Listening on udev Control Socket.
[    2.542461] systemd[1]: Starting udev Coldplug all Devices...
[    2.542795] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    2.542833] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.542844] systemd[1]: Starting Paths.
[    2.542910] systemd[1]: Reached target Paths.
[    2.542918] systemd[1]: Starting Encrypted Volumes.
[    2.542981] systemd[1]: Reached target Encrypted Volumes.
[    2.542993] systemd[1]: Expecting device dev-disk-by\x2duuid-63405ca4\x2de925\x2d43c7\x2d8dd9\x2d7866a3595e5b.device...
[    2.543077] systemd[1]: Started File System Check on Root Device.
[    2.543086] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.543416] systemd[1]: Mounting Temporary Directory...
[    2.572563] systemd[1]: Expecting device dev-disk-by\x2duuid-c34db1bc\x2ddc79\x2d494c\x2da479\x2d0e6b8406dbe8.device...
[    2.572702] systemd[1]: Expecting device dev-disk-by\x2duuid-00D4\x2d14BC.device...
[    2.960860] EXT4-fs (sda3): re-mounted. Opts: data=ordered
[    3.092030] systemd-udevd[179]: starting version 204
[    3.528502] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x12
[    3.610256] input: PC Speaker as /devices/platform/pcspkr/input/input1
[    3.625327] ACPI: Requesting acpi_cpufreq
[    3.631575] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x12
[    3.631591] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x12
[    3.631619] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x12
[    3.631633] microcode: CPU4 sig=0x306a9, pf=0x10, revision=0x12
[    3.631653] microcode: CPU5 sig=0x306a9, pf=0x10, revision=0x12
[    3.631666] microcode: CPU6 sig=0x306a9, pf=0x10, revision=0x12
[    3.631699] microcode: CPU7 sig=0x306a9, pf=0x10, revision=0x12
[    3.631778] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    3.722446] wmi: Mapper loaded
[    3.725305] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    3.728743] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \GPIS 1 (20130117/utaddress-251)
[    3.728747] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 2 (20130117/utaddress-251)
[    3.728750] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.728753] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130117/utaddress-251)
[    3.728755] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GP01 2 (20130117/utaddress-251)
[    3.728756] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.728757] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130117/utaddress-251)
[    3.728759] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GP01 2 (20130117/utaddress-251)
[    3.728761] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.728761] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    3.740201] ACPI Warning: 0x000000000000f000-0x000000000000f01f SystemIO conflicts with Region \SMB0 1 (20130117/utaddress-251)
[    3.740205] ACPI Warning: 0x000000000000f000-0x000000000000f01f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 2 (20130117/utaddress-251)
[    3.740207] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.746959] ACPI Warning: _BQC returned an invalid level (20130117/video-502)
[    3.767038] acpi device:07: registered as cooling_device8
[    3.767057] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[    3.767084] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input3
[    3.770407] ACPI: Lid Switch [LID]
[    3.770447] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
[    3.770478] ACPI: Sleep Button [SLPB]
[    3.770505] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    3.770529] ACPI: Power Button [PWRF]
[    3.790433] ACPI: Battery Slot [BAT0] (battery present)
[    3.790535] ACPI: AC Adapter [AC0] (on-line)
[    3.790992] thermal LNXTHERM:00: registered as thermal_zone0
[    3.790994] ACPI: Thermal Zone [THRM] (51 C)
[    3.798938] [drm] Initialized drm 1.1.0 20060810
[    3.823660] cfg80211: Calling CRDA to update world regulatory domain
[    3.861549] atl1c 0000:04:00.0: version 1.0.1.1-NAPI
[    3.864954] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    3.892461] iTCO_vendor_support: vendor-support=0
[    3.895541] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    3.895565] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[    3.895694] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.923792] systemd-udevd[185]: renamed network interface eth0 to enp4s0
[    3.962877] ath: EEPROM regdomain: 0x60
[    3.962880] ath: EEPROM indicates we should expect a direct regpair map
[    3.962881] ath: Country alpha2 being used: 00
[    3.962882] ath: Regpair used: 0x60
[    3.999750] mei 0000:00:16.0: setting latency timer to 64
[    3.999839] mei 0000:00:16.0: irq 43 for MSI/MSI-X
[    4.019267] Bluetooth: Core ver 2.16
[    4.019280] NET: Registered protocol family 31
[    4.019281] Bluetooth: HCI device and connection manager initialized
[    4.019286] Bluetooth: HCI socket layer initialized
[    4.019288] Bluetooth: L2CAP socket layer initialized
[    4.019291] Bluetooth: SCO socket layer initialized
[    4.031700] media: Linux media interface: v0.10
[    4.023974] asus_wmi: ASUS WMI generic driver loaded
[    4.033176] asus_wmi: Initialization: 0x1
[    4.033200] asus_wmi: BIOS WMI version: 7.9
[    4.033227] asus_wmi: SFUN value: 0x6a0877
[    4.033800] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input6
[    4.040236] usbcore: registered new interface driver btusb
[    4.092615] Linux video capture interface: v2.00
[    4.113978] ACPI Error: [IIA0] Namespace lookup failure, AE_ALREADY_EXISTS (20130117/dsfield-211)
[    4.113984] ACPI Error: Method parse/execution failed [\_SB_.ATKD.WMNB] (Node ffff8802134ad190), AE_ALREADY_EXISTS (20130117/psparse-537)
[    4.114038] ACPI Error: [IIA0] Namespace lookup failure, AE_ALREADY_EXISTS (20130117/dsfield-211)
[    4.114041] ACPI Error: Method parse/execution failed [\_SB_.ATKD.WMNB] (Node ffff8802134ad190), AE_ALREADY_EXISTS (20130117/psparse-537)
[    4.114108] ACPI: Marking method WMNB as Serialized because of AE_ALREADY_EXISTS error
[    4.125642] Initializing USB Mass Storage driver...
[    4.125710] scsi6 : usb-storage 3-1.4:1.0
[    4.125757] usbcore: registered new interface driver usb-storage
[    4.125758] USB Mass Storage support registered.
[    4.140133] asus-nb-wmi: probe of asus-nb-wmi failed with error -5
[    4.163819] keucr: module is from the staging directory, the quality is unknown, you have been warned.
[    4.164139] usbcore: registered new interface driver eucr
[    4.181537] usbcore: registered new interface driver ath3k
[    4.206082] usb 3-1.1: USB disconnect, device number 3
[    4.247685] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    4.247835] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xffffc9000ab00000, irq=17
[    4.323702] uvcvideo: Found UVC 1.00 device ASUS USB2.0 Webcam (1bcf:2885)
[    4.341084] input: ASUS USB2.0 Webcam as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input7
[    4.341199] usbcore: registered new interface driver uvcvideo
[    4.341200] USB Video Class driver (1.1.1)
[    4.388746] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[    4.389989] usb 3-1.1: new full-speed USB device number 6 using ehci-pci
[    4.400042] systemd-udevd[187]: renamed network interface wlan0 to wlp3s0
[    4.449943] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    4.450002] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    4.450204] hda_intel: Disabling MSI
[    4.450209] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
[    4.551864] psmouse serio4: elantech: assuming hardware version 3 (with firmware version 0x450f00)
[    4.565450] psmouse serio4: elantech: Synaptics capabilities query result 0x69, 0x17, 0x0b.
[    4.595679] nvidia: module license 'NVIDIA' taints kernel.
[    4.595687] Disabling lock debugging due to kernel taint
[    4.638989] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input10
[    4.823231] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[    4.823380] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[    4.823849] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    4.824345] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
[    4.824356] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  319.23  Thu May 16 19:36:02 PDT 2013
[    4.928872] Adding 5460260k swap on /dev/sda5.  Priority:-1 extents:1 across:5460260k 
[    5.255129] scsi 6:0:0:0: Direct-Access     Multiple Card  Reader     1.00 PQ: 0 ANSI: 0
[    5.703039] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[    6.051819] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[    7.325818] systemd-logind[293]: Watching system buttons on /dev/input/event5 (Power Button)
[    7.325897] systemd-logind[293]: Watching system buttons on /dev/input/event3 (Video Bus)
[    7.325965] systemd-logind[293]: Watching system buttons on /dev/input/event2 (Lid Switch)
[    7.326033] systemd-logind[293]: Watching system buttons on /dev/input/event4 (Sleep Button)
[    8.056479] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    9.154912] wlp3s0: authenticate with ce:5d:4e:12:42:b4
[    9.174245] wlp3s0: send auth to ce:5d:4e:12:42:b4 (try 1/3)
[    9.176176] wlp3s0: authenticated
[    9.177526] wlp3s0: associate with ce:5d:4e:12:42:b4 (try 1/3)
[    9.181662] wlp3s0: RX AssocResp from ce:5d:4e:12:42:b4 (capab=0xc11 status=0 aid=2)
[    9.181740] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[    9.181823] wlp3s0: associated

Thanks in advance.

EDIT: I've settled on the issue being GDM, as I'm currently using SLIM with success. Sufficiently solved for my needs.

Last edited by hrkristian (2013-10-07 22:52:32)

Offline

#2 2013-07-09 20:46:37

hrkristian
Member
Registered: 2013-06-28
Posts: 34

Re: [SOLVED] Trouble initialising display - G55VW (GTX 660M)

Taking one more shot at the front page.
Does anyone have the slightest clue? I'm still at a total loss.

Offline

#3 2013-07-10 13:11:03

evolved
Member
From: NJ
Registered: 2013-07-09
Posts: 4
Website

Re: [SOLVED] Trouble initialising display - G55VW (GTX 660M)

Strange, mind posting your xorg.conf and any xorg.conf.d confs you have.

Offline

#4 2013-07-10 13:14:15

hrkristian
Member
Registered: 2013-06-28
Posts: 34

Re: [SOLVED] Trouble initialising display - G55VW (GTX 660M)

I don't currently use any.
I did a run with a custom xorg.conf (a while ago) where I specified various settings thinking it might help, but it didn't as the display simply isn't being properly detected...

Offline

#5 2013-07-11 00:32:12

evolved
Member
From: NJ
Registered: 2013-07-09
Posts: 4
Website

Re: [SOLVED] Trouble initialising display - G55VW (GTX 660M)

I'd give a shot at using the nvidia-xsettings program to generate a xorg.conf, and see if that helps you out. It's just a guess but the program might get all the moving pieces aligned correctly.

Offline

#6 2013-07-11 18:02:02

hrkristian
Member
Registered: 2013-06-28
Posts: 34

Re: [SOLVED] Trouble initialising display - G55VW (GTX 660M)

Apologies if I wasn't clear on that part. I've tried generating a xorg.conf, even adding sections (like those pertaining to display ID etc) via nvidia-xsettings; making sure it adds sections when the display is being "properly" detected.

Offline

Board footer

Powered by FluxBB