Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: 13.04 My laptop freezes when waking up from suspend

  1. #1
    Join Date
    Oct 2012
    Beans
    29

    13.04 My laptop freezes when waking up from suspend

    EDIT: The only solution in this thread is to install 12.04. I recently installed 14.04 as well and it works _great_ on my Lenovo g580.


    Hi!

    I just installed ubuntu 13.04 on my Lenovo G580, coming from a no-troubles Mint 14 install.

    When I suspend my laptop, either with manual pm-suspend, closing the lid or the suspend option in unity, it suspends just fine untill I try to wake it up.
    Then my screen remains black, the laptop starts (i.e. if I'm watching something on youtube it starts playing) and 1-3 seconds later it crashes (i.e. youtube starts playing like a broken record).
    The monitor blinks white for a couple of microseconds about the same time as the laptop crashes.

    There are no external devices connected, no fullscreen applications open, the problem percists in unity and i3wm, I find no error messages in syslog, graphics drivers are installed for my intel HD chipset, and I can't find any solutions on google.

    Here is the syslog before from when I close the lid, and after the reboot.

    When I close the lid, open it and hold the power-button to shut it down.
    Code:
    Jun  2 00:46:42 g580 colord: device removed: sysfs-SAMSUNG-SAMSUNG_Android
    Jun  2 00:55:15 g580 anacron[2249]: Anacron 2.3 started on 2013-06-02
    Jun  2 00:55:15 g580 anacron[2249]: Normal exit (0 jobs run)

    When I start the laptop after shutting it off.
    Code:
    Jun  2 01:02:26 g580 kernel: imklog 5.8.11, log source = /proc/kmsg started.
    Jun  2 01:02:26 g580 rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="998" x-info="http://www.rsyslog.com"] start
    Jun  2 01:02:26 g580 rsyslogd: rsyslogd's groupid changed to 103
    Jun  2 01:02:26 g580 rsyslogd: rsyslogd's userid changed to 101
    Jun  2 01:02:26 g580 rsyslogd-2039: Could not open output pipe '/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]
    Jun  2 01:02:26 g580 kernel: [    0.000000] Initializing cgroup subsys cpuset
    Jun  2 01:02:26 g580 kernel: [    0.000000] Initializing cgroup subsys cpu
    Jun  2 01:02:26 g580 kernel: [    0.000000] Linux version 3.8.0-23-generic (buildd@batsu) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #34-Ubuntu SMP Wed May 29 20:22:58 UTC 2013 (Ubuntu 3.8.0-23.34-generic 3.8.11)
    Jun  2 01:02:26 g580 kernel: [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.8.0-23-generic root=/dev/mapper/ubuntu--vg-root ro nomodeset quiet splash vt.handoff=7
    Jun  2 01:02:26 g580 kernel: [    0.000000] KERNEL supported cpus:
    Jun  2 01:02:26 g580 kernel: [    0.000000]   Intel GenuineIntel
    Jun  2 01:02:26 g580 kernel: [    0.000000]   AMD AuthenticAMD
    Jun  2 01:02:26 g580 kernel: [    0.000000]   Centaur CentaurHauls
    Jun  2 01:02:26 g580 kernel: [    0.000000] e820: BIOS-provided physical
    How can I diagnose and fix this problem?
    Last edited by hansnn; May 22nd, 2014 at 12:41 PM.

  2. #2
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: 13.04 My laptop freezes when waking up from suspend

    Can you post the results please ?

    Code:
    lspci -nnk | grep -iA2 vga

  3. #3
    Join Date
    Oct 2012
    Beans
    29

    Re: 13.04 My laptop freezes when waking up from suspend

    Quote Originally Posted by NikTh View Post
    Can you post the results please ?

    Code:
    lspci -nnk | grep -iA2 vga
    Code:
    martinux@g580:~$ lspci -nnk | grep -iA2 vga
    00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
        Subsystem: Lenovo Device [17aa:3977]
    00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)

  4. #4
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: 13.04 My laptop freezes when waking up from suspend

    Code:
    sudo apt-get install --reinstall xserver-xorg-video-intel
    Reboot your PC.
    If problem persist, then try CTRL+ALT+F1 , login normally and run
    Code:
    sudo service lightdm stop
    sudo modprobe i915 
    sudo service lightdm start
    Results that might help to debug.
    Code:
    cat /var/log/Xorg.0.log 
    dmesg

  5. #5
    Join Date
    Oct 2012
    Beans
    29

    Re: 13.04 My laptop freezes when waking up from suspend

    sudo apt-get install --reinstall xserver-xorg-video-intel did not solve the problem
    Quote Originally Posted by NikTh View Post
    If problem persist, then try CTRL+ALT+F1 , login normally and run
    Code:
    sudo service lightdm stop
    sudo modprobe i915 
    sudo service lightdm start
    CTRL+ALT+F1 from login screen results in a purple screen where I can do nothing but force reboot (no mouse or anything). The same thing happens when I try to logout from any given session (!), but that's another issue.
    If i do CTRL+ALT+F1 from desktop it results in the same as above only the screen is black.

    I forgot to mention that I get these error messages during boot, I don't know if they are relevant:
    Code:
    [drm:drm_pci_agp_init]  *ERROR* Cannot initialize the agpart module
    DRM: Fill_in_dev failed
    INFO @wl_cfg80211_attach : Registered CFG80211 phy
    kvm: Disabled by bios
    Quote Originally Posted by NikTh View Post
    Results that might help to debug.
    Code:
    cat /var/log/Xorg.0.log 
    dmesg
    That is a lot of output. Here goes:
    cat /var/log/Xorg.0.log
    Code:
    [    27.389] 
    X.Org X Server 1.13.3
    Release Date: 2013-03-07
    [    27.389] X Protocol Version 11, Revision 0
    [    27.389] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
    [    27.389] Current Operating System: Linux g580 3.8.0-23-generic #34-Ubuntu SMP Wed May 29 20:22:58 UTC 2013 x86_64
    [    27.389] Kernel command line: BOOT_IMAGE=/vmlinuz-3.8.0-23-generic root=/dev/mapper/ubuntu--vg-root ro nomodeset quiet splash vt.handoff=7
    [    27.389] Build Date: 17 April 2013  10:43:13PM
    [    27.389] xorg-server 2:1.13.3-0ubuntu6 (For technical support please see http://www.ubuntu.com/support) 
    [    27.389] Current version of pixman: 0.28.2
    [    27.389]     Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    [    27.389] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    27.389] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun  2 11:50:05 2013
    [    27.407] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    27.407] (==) No Layout section.  Using the first Screen section.
    [    27.407] (==) No screen section available. Using defaults.
    [    27.407] (**) |-->Screen "Default Screen Section" (0)
    [    27.407] (**) |   |-->Monitor "<default monitor>"
    [    27.407] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
    [    27.407] (==) Automatically adding devices
    [    27.407] (==) Automatically enabling devices
    [    27.407] (==) Automatically adding GPU devices
    [    27.407] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [    27.407]     Entry deleted from font path.
    [    27.408] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    [    27.408]     Entry deleted from font path.
    [    27.497] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    [    27.497]     Entry deleted from font path.
    [    27.497] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
    [    27.497]     Entry deleted from font path.
    [    27.497] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/75dpi,
        built-ins
    [    27.497] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    [    27.497] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    27.497] (II) Loader magic: 0x7fed7c64ad20
    [    27.497] (II) Module ABI versions:
    [    27.497]     X.Org ANSI C Emulation: 0.4
    [    27.497]     X.Org Video Driver: 13.1
    [    27.497]     X.Org XInput driver : 18.0
    [    27.497]     X.Org Server Extension : 7.0
    [    27.498] (--) PCI:*(0:0:2:0) 8086:0166:17aa:3977 rev 9, Mem @ 0xe0000000/4194304, 0xd0000000/268435456, I/O @ 0x00003000/64
    [    27.498] (II) Open ACPI successful (/var/run/acpid.socket)
    [    27.498] Initializing built-in extension Generic Event Extension
    [    27.498] Initializing built-in extension SHAPE
    [    27.498] Initializing built-in extension MIT-SHM
    [    27.498] Initializing built-in extension XInputExtension
    [    27.498] Initializing built-in extension XTEST
    [    27.498] Initializing built-in extension BIG-REQUESTS
    [    27.498] Initializing built-in extension SYNC
    [    27.498] Initializing built-in extension XKEYBOARD
    [    27.498] Initializing built-in extension XC-MISC
    [    27.498] Initializing built-in extension SECURITY
    [    27.498] Initializing built-in extension XINERAMA
    [    27.498] Initializing built-in extension XFIXES
    [    27.498] Initializing built-in extension RENDER
    [    27.498] Initializing built-in extension RANDR
    [    27.498] Initializing built-in extension COMPOSITE
    [    27.498] Initializing built-in extension DAMAGE
    [    27.498] Initializing built-in extension MIT-SCREEN-SAVER
    [    27.498] Initializing built-in extension DOUBLE-BUFFER
    [    27.498] Initializing built-in extension RECORD
    [    27.498] Initializing built-in extension DPMS
    [    27.498] Initializing built-in extension X-Resource
    [    27.498] Initializing built-in extension XVideo
    [    27.498] Initializing built-in extension XVideo-MotionCompensation
    [    27.498] Initializing built-in extension SELinux
    [    27.498] Initializing built-in extension XFree86-VidModeExtension
    [    27.498] Initializing built-in extension XFree86-DGA
    [    27.498] Initializing built-in extension XFree86-DRI
    [    27.498] Initializing built-in extension DRI2
    [    27.498] (II) LoadModule: "glx"
    [    27.719] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [    27.719] (II) Module glx: vendor="X.Org Foundation"
    [    27.719]     compiled for 1.13.3, module version = 1.0.0
    [    27.719]     ABI class: X.Org Server Extension, version 7.0
    [    27.719] (==) AIGLX enabled
    [    27.720] Loading extension GLX
    [    27.720] (==) Matched intel as autoconfigured driver 0
    [    27.720] (==) Matched vesa as autoconfigured driver 1
    [    27.720] (==) Matched modesetting as autoconfigured driver 2
    [    27.720] (==) Matched fbdev as autoconfigured driver 3
    [    27.720] (==) Assigned the driver to the xf86ConfigLayout
    [    27.720] (II) LoadModule: "intel"
    [    27.720] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [    27.777] (II) Module intel: vendor="X.Org Foundation"
    [    27.777]     compiled for 1.13.3, module version = 2.21.6
    [    27.777]     Module class: X.Org Video Driver
    [    27.777]     ABI class: X.Org Video Driver, version 13.1
    [    27.777] (II) LoadModule: "vesa"
    [    27.777] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [    27.778] (II) Module vesa: vendor="X.Org Foundation"
    [    27.778]     compiled for 1.12.99.902, module version = 2.3.2
    [    27.778]     Module class: X.Org Video Driver
    [    27.778]     ABI class: X.Org Video Driver, version 13.0
    [    27.778] (II) LoadModule: "modesetting"
    [    27.778] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [    27.778] (II) Module modesetting: vendor="X.Org Foundation"
    [    27.778]     compiled for 1.13.3, module version = 0.7.0
    [    27.778]     Module class: X.Org Video Driver
    [    27.778]     ABI class: X.Org Video Driver, version 13.1
    [    27.778] (II) LoadModule: "fbdev"
    [    27.778] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [    27.778] (II) Module fbdev: vendor="X.Org Foundation"
    [    27.778]     compiled for 1.12.99.902, module version = 0.4.3
    [    27.778]     Module class: X.Org Video Driver
    [    27.778]     ABI class: X.Org Video Driver, version 13.0
    [    27.778] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
        Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
        Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
        Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
        Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
        Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
        Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
        Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
        Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
        Haswell Server (GT2+), Haswell SDV Desktop (GT1),
        Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
        Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
        Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
        Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
        Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
        Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
        Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
        Haswell ULT Server (GT1), Haswell ULT Server (GT2),
        Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
        Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
        Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
        Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
        Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
        ValleyView PO board
    [    27.778] (II) VESA: driver for VESA chipsets: vesa
    [    27.778] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [    27.778] (II) FBDEV: driver for framebuffer: fbdev
    [    27.778] (++) using VT number 7
    
    [    27.780] (WW) Falling back to old probe method for modesetting
    [    27.780] (EE) open /dev/dri/card0: No such file or directory
    [    27.780] (WW) Falling back to old probe method for fbdev
    [    27.780] (II) Loading sub module "fbdevhw"
    [    27.780] (II) LoadModule: "fbdevhw"
    [    27.780] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [    27.780] (II) Module fbdevhw: vendor="X.Org Foundation"
    [    27.780]     compiled for 1.13.3, module version = 0.0.2
    [    27.780]     ABI class: X.Org Video Driver, version 13.1
    [    27.780] (II) Loading sub module "vbe"
    [    27.780] (II) LoadModule: "vbe"
    [    27.819] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [    27.819] (II) Module vbe: vendor="X.Org Foundation"
    [    27.819]     compiled for 1.13.3, module version = 1.1.0
    [    27.819]     ABI class: X.Org Video Driver, version 13.1
    [    27.819] (II) Loading sub module "int10"
    [    27.819] (II) LoadModule: "int10"
    [    27.820] (II) Loading /usr/lib/xorg/modules/libint10.so
    [    27.820] (II) Module int10: vendor="X.Org Foundation"
    [    27.820]     compiled for 1.13.3, module version = 1.0.0
    [    27.820]     ABI class: X.Org Video Driver, version 13.1
    [    27.820] (II) VESA(0): initializing int10
    [    27.820] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [    27.820] (II) VESA(0): VESA BIOS detected
    [    27.820] (II) VESA(0): VESA VBE Version 3.0
    [    27.820] (II) VESA(0): VESA VBE Total Mem: 65472 kB
    [    27.820] (II) VESA(0): VESA VBE OEM: Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS
    [    27.820] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
    [    27.820] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
    [    27.820] (II) VESA(0): VESA VBE OEM Product: Intel(R) Sandybridge/Ivybridge Graphics Controller
    [    27.820] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    [    27.825] (II) VESA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
    [    27.825] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
    [    27.825] (==) VESA(0): RGB weight 888
    [    27.825] (==) VESA(0): Default visual is TrueColor
    [    27.825] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
    [    27.825] (II) Loading sub module "ddc"
    [    27.825] (II) LoadModule: "ddc"
    [    27.825] (II) Module "ddc" already built-in
    [    27.825] (II) VESA(0): VESA VBE DDC supported
    [    27.825] (II) VESA(0): VESA VBE DDC Level 2
    [    27.825] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
    [    27.837] (II) VESA(0): VESA VBE DDC read successfully
    [    27.837] (II) VESA(0): Manufacturer: SEC  Model: 4252  Serial#: 0
    [    27.837] (II) VESA(0): Year: 2010  Week: 0
    [    27.837] (II) VESA(0): EDID Version: 1.3
    [    27.837] (II) VESA(0): Digital Display Input
    [    27.837] (II) VESA(0): Max Image Size [cm]: horiz.: 34  vert.: 19
    [    27.837] (II) VESA(0): Gamma: 2.20
    [    27.837] (II) VESA(0): DPMS capabilities: StandBy Suspend Off
    [    27.837] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
    [    27.837] (II) VESA(0): First detailed timing is preferred mode
    [    27.837] (II) VESA(0): redX: 0.620 redY: 0.340   greenX: 0.330 greenY: 0.570
    [    27.837] (II) VESA(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
    [    27.837] (II) VESA(0): Manufacturer's mask: 0
    [    27.837] (II) VESA(0): Supported detailed timing:
    [    27.837] (II) VESA(0): clock: 74.8 MHz   Image Size:  344 x 194 mm
    [    27.837] (II) VESA(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1578 h_border: 0
    [    27.837] (II) VESA(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 790 v_border: 0
    [    27.837] (II) VESA(0): Unknown vendor-specific block f
    [    27.837] (II) VESA(0):  SAMSUNG
    [    27.837] (II) VESA(0):  LTN156AT24L01
    [    27.837] (II) VESA(0): EDID (in hex):
    [    27.837] (II) VESA(0):     00ffffffffffff004ca3524200000000
    [    27.837] (II) VESA(0):     0014010380221378eac8959e57549226
    [    27.837] (II) VESA(0):     0f505400000001010101010101010101
    [    27.837] (II) VESA(0):     010101010101381d56d4500016303020
    [    27.837] (II) VESA(0):     250058c2100000190000000f00000000
    [    27.837] (II) VESA(0):     000000000025d9066a00000000fe0053
    [    27.837] (II) VESA(0):     414d53554e470a204ca34154000000fe
    [    27.837] (II) VESA(0):     004c544e313536415432344c303100ef
    [    27.837] (II) VESA(0): EDID vendor "SEC", prod id 16978
    [    27.837] (II) VESA(0): Printing DDC gathered Modelines:
    [    27.837] (II) VESA(0): Modeline "1366x768"x0.0   74.80  1366 1414 1446 1578  768 770 775 790 -hsync -vsync (47.4 kHz eP)
    [    27.837] (II) VESA(0): Searching for matching VESA mode(s):
    [    27.838] Mode: 160 (0x0)
    [    27.838]     ModeAttributes: 0x0
    [    27.838]     WinAAttributes: 0x0
    [    27.838]     WinBAttributes: 0x0
    [    27.838]     WinGranularity: 0
    [    27.838]     WinSize: 0
    [    27.838]     WinASegment: 0x0
    [    27.838]     WinBSegment: 0x0
    [    27.838]     WinFuncPtr: 0x0
    [    27.838]     BytesPerScanline: 0
    [    27.838]     XResolution: 0
    [    27.838]     YResolution: 0
    [    27.838]     XCharSize: 0
    [    27.838]     YCharSize: 0
    [    27.838]     NumberOfPlanes: 0
    [    27.838]     BitsPerPixel: 0
    [    27.838]     NumberOfBanks: 0
    [    27.838]     MemoryModel: 0
    [    27.838]     BankSize: 0
    [    27.838]     NumberOfImages: 0
    [    27.838]     RedMaskSize: 0
    [    27.838]     RedFieldPosition: 0
    [    27.838]     GreenMaskSize: 0
    [    27.838]     GreenFieldPosition: 0
    [    27.838]     BlueMaskSize: 0
    [    27.838]     BlueFieldPosition: 0
    [    27.838]     RsvdMaskSize: 0
    [    27.838]     RsvdFieldPosition: 0
    [    27.838]     DirectColorModeInfo: 0
    [    27.838]     PhysBasePtr: 0x0
    [    27.838]     LinBytesPerScanLine: 0
    [    27.838]     BnkNumberOfImagePages: 0
    [    27.838]     LinNumberOfImagePages: 0
    [    27.838]     LinRedMaskSize: 0
    [    27.838]     LinRedFieldPosition: 0
    [    27.838]     LinGreenMaskSize: 0
    [    27.838]     LinGreenFieldPosition: 0
    [    27.838]     LinBlueMaskSize: 0
    [    27.838]     LinBlueFieldPosition: 0
    [    27.838]     LinRsvdMaskSize: 0
    [    27.838]     LinRsvdFieldPosition: 0
    [    27.838]     MaxPixelClock: 0
    [    27.838] Mode: 161 (0x0)
    [    27.838]     ModeAttributes: 0x0
    [    27.838]     WinAAttributes: 0x0
    [    27.838]     WinBAttributes: 0x0
    [    27.838]     WinGranularity: 0
    [    27.838]     WinSize: 0
    [    27.838]     WinASegment: 0x0
    [    27.838]     WinBSegment: 0x0
    [    27.838]     WinFuncPtr: 0x0
    [    27.838]     BytesPerScanline: 0
    [    27.838]     XResolution: 0
    [    27.838]     YResolution: 0
    [    27.838]     XCharSize: 0
    [    27.838]     YCharSize: 0
    [    27.838]     NumberOfPlanes: 0
    [    27.838]     BitsPerPixel: 0
    [    27.838]     NumberOfBanks: 0
    [    27.838]     MemoryModel: 0
    [    27.838]     BankSize: 0
    [    27.838]     NumberOfImages: 0
    [    27.838]     RedMaskSize: 0
    [    27.838]     RedFieldPosition: 0
    [    27.838]     GreenMaskSize: 0
    [    27.838]     GreenFieldPosition: 0
    [    27.838]     BlueMaskSize: 0
    [    27.838]     BlueFieldPosition: 0
    [    27.838]     RsvdMaskSize: 0
    [    27.838]     RsvdFieldPosition: 0
    [    27.838]     DirectColorModeInfo: 0
    [    27.838]     PhysBasePtr: 0x0
    [    27.838]     LinBytesPerScanLine: 0
    [    27.838]     BnkNumberOfImagePages: 0
    [    27.838]     LinNumberOfImagePages: 0
    [    27.838]     LinRedMaskSize: 0
    [    27.838]     LinRedFieldPosition: 0
    [    27.838]     LinGreenMaskSize: 0
    [    27.838]     LinGreenFieldPosition: 0
    [    27.838]     LinBlueMaskSize: 0
    [    27.838]     LinBlueFieldPosition: 0
    [    27.838]     LinRsvdMaskSize: 0
    [    27.838]     LinRsvdFieldPosition: 0
    [    27.838]     MaxPixelClock: 0
    [    27.838] Mode: 162 (0x0)
    [    27.838]     ModeAttributes: 0x0
    [    27.838]     WinAAttributes: 0x0
    [    27.838]     WinBAttributes: 0x0
    [    27.838]     WinGranularity: 0
    [    27.838]     WinSize: 0
    [    27.838]     WinASegment: 0x0
    [    27.838]     WinBSegment: 0x0
    [    27.838]     WinFuncPtr: 0x0
    [    27.838]     BytesPerScanline: 0
    [    27.838]     XResolution: 0
    [    27.838]     YResolution: 0
    [    27.838]     XCharSize: 0
    [    27.838]     YCharSize: 0
    [    27.838]     NumberOfPlanes: 0
    [    27.838]     BitsPerPixel: 0
    [    27.838]     NumberOfBanks: 0
    [    27.838]     MemoryModel: 0
    [    27.838]     BankSize: 0
    [    27.838]     NumberOfImages: 0
    [    27.838]     RedMaskSize: 0
    [    27.838]     RedFieldPosition: 0
    [    27.838]     GreenMaskSize: 0
    [    27.838]     GreenFieldPosition: 0
    [    27.838]     BlueMaskSize: 0
    [    27.838]     BlueFieldPosition: 0
    [    27.838]     RsvdMaskSize: 0
    [    27.838]     RsvdFieldPosition: 0
    [    27.838]     DirectColorModeInfo: 0
    [    27.838]     PhysBasePtr: 0x0
    [    27.838]     LinBytesPerScanLine: 0
    [    27.838]     BnkNumberOfImagePages: 0
    [    27.838]     LinNumberOfImagePages: 0
    [    27.838]     LinRedMaskSize: 0
    [    27.838]     LinRedFieldPosition: 0
    [    27.838]     LinGreenMaskSize: 0
    [    27.838]     LinGreenFieldPosition: 0
    [    27.838]     LinBlueMaskSize: 0
    [    27.838]     LinBlueFieldPosition: 0
    [    27.838]     LinRsvdMaskSize: 0
    [    27.838]     LinRsvdFieldPosition: 0
    [    27.838]     MaxPixelClock: 0
    [    27.838] Mode: 163 (0x0)
    [    27.838]     ModeAttributes: 0x0
    [    27.838]     WinAAttributes: 0x0
    [    27.838]     WinBAttributes: 0x0
    [    27.838]     WinGranularity: 0
    [    27.838]     WinSize: 0
    [    27.838]     WinASegment: 0x0
    [    27.838]     WinBSegment: 0x0
    [    27.838]     WinFuncPtr: 0x0
    [    27.838]     BytesPerScanline: 0
    [    27.838]     XResolution: 0
    [    27.838]     YResolution: 0
    [    27.838]     XCharSize: 0
    [    27.838]     YCharSize: 0
    [    27.838]     NumberOfPlanes: 0
    [    27.838]     BitsPerPixel: 0
    [    27.838]     NumberOfBanks: 0
    [    27.838]     MemoryModel: 0
    [    27.838]     BankSize: 0
    [    27.838]     NumberOfImages: 0
    [    27.838]     RedMaskSize: 0
    [    27.838]     RedFieldPosition: 0
    [    27.838]     GreenMaskSize: 0
    [    27.838]     GreenFieldPosition: 0
    [    27.838]     BlueMaskSize: 0
    [    27.838]     BlueFieldPosition: 0
    [    27.838]     RsvdMaskSize: 0
    [    27.838]     RsvdFieldPosition: 0
    [    27.838]     DirectColorModeInfo: 0
    [    27.838]     PhysBasePtr: 0x0
    [    27.838]     LinBytesPerScanLine: 0
    [    27.838]     BnkNumberOfImagePages: 0
    [    27.838]     LinNumberOfImagePages: 0
    [    27.838]     LinRedMaskSize: 0
    [    27.838]     LinRedFieldPosition: 0
    [    27.838]     LinGreenMaskSize: 0
    [    27.838]     LinGreenFieldPosition: 0
    [    27.838]     LinBlueMaskSize: 0
    [    27.838]     LinBlueFieldPosition: 0
    [    27.838]     LinRsvdMaskSize: 0
    [    27.838]     LinRsvdFieldPosition: 0
    [    27.838]     MaxPixelClock: 0
    [    27.839] Mode: 164 (0x0)
    [    27.839]     ModeAttributes: 0x0
    [    27.839]     WinAAttributes: 0x0
    [    27.839]     WinBAttributes: 0x0
    [    27.839]     WinGranularity: 0
    [    27.839]     WinSize: 0
    [    27.839]     WinASegment: 0x0
    [    27.839]     WinBSegment: 0x0
    [    27.839]     WinFuncPtr: 0x0
    [    27.839]     BytesPerScanline: 0
    [    27.839]     XResolution: 0
    [    27.839]     YResolution: 0
    [    27.839]     XCharSize: 0
    [    27.839]     YCharSize: 0
    [    27.839]     NumberOfPlanes: 0
    [    27.839]     BitsPerPixel: 0
    [    27.839]     NumberOfBanks: 0
    [    27.839]     MemoryModel: 0
    [    27.839]     BankSize: 0
    [    27.839]     NumberOfImages: 0
    [    27.839]     RedMaskSize: 0
    [    27.839]     RedFieldPosition: 0
    [    27.839]     GreenMaskSize: 0
    [    27.839]     GreenFieldPosition: 0
    [    27.839]     BlueMaskSize: 0
    [    27.839]     BlueFieldPosition: 0
    [    27.839]     RsvdMaskSize: 0
    [    27.839]     RsvdFieldPosition: 0
    [    27.839]     DirectColorModeInfo: 0
    [    27.839]     PhysBasePtr: 0x0
    [    27.839]     LinBytesPerScanLine: 0
    [    27.839]     BnkNumberOfImagePages: 0
    [    27.839]     LinNumberOfImagePages: 0
    [    27.839]     LinRedMaskSize: 0
    [    27.839]     LinRedFieldPosition: 0
    [    27.839]     LinGreenMaskSize: 0
    [    27.839]     LinGreenFieldPosition: 0
    [    27.839]     LinBlueMaskSize: 0
    [    27.839]     LinBlueFieldPosition: 0
    [    27.839]     LinRsvdMaskSize: 0
    [    27.839]     LinRsvdFieldPosition: 0
    [    27.839]     MaxPixelClock: 0
    [    27.839] Mode: 165 (0x0)
    [    27.839]     ModeAttributes: 0x0
    [    27.839]     WinAAttributes: 0x0
    [    27.839]     WinBAttributes: 0x0
    [    27.839]     WinGranularity: 0
    [    27.839]     WinSize: 0
    [    27.839]     WinASegment: 0x0
    [    27.839]     WinBSegment: 0x0
    [    27.839]     WinFuncPtr: 0x0
    [    27.839]     BytesPerScanline: 0
    [    27.839]     XResolution: 0
    [    27.839]     YResolution: 0
    [    27.839]     XCharSize: 0
    [    27.839]     YCharSize: 0
    [    27.839]     NumberOfPlanes: 0
    [    27.839]     BitsPerPixel: 0
    [    27.839]     NumberOfBanks: 0
    [    27.839]     MemoryModel: 0
    [    27.839]     BankSize: 0
    [    27.839]     NumberOfImages: 0
    [    27.839]     RedMaskSize: 0
    [    27.839]     RedFieldPosition: 0
    [    27.839]     GreenMaskSize: 0
    [    27.839]     GreenFieldPosition: 0
    [    27.839]     BlueMaskSize: 0
    [    27.839]     BlueFieldPosition: 0
    [    27.839]     RsvdMaskSize: 0
    [    27.839]     RsvdFieldPosition: 0
    [    27.839]     DirectColorModeInfo: 0
    [    27.839]     PhysBasePtr: 0x0
    [    27.839]     LinBytesPerScanLine: 0
    [    27.839]     BnkNumberOfImagePages: 0
    [    27.839]     LinNumberOfImagePages: 0
    [    27.839]     LinRedMaskSize: 0
    [    27.839]     LinRedFieldPosition: 0
    [    27.839]     LinGreenMaskSize: 0
    [    27.839]     LinGreenFieldPosition: 0
    [    27.839]     LinBlueMaskSize: 0
    [    27.839]     LinBlueFieldPosition: 0
    [    27.839]     LinRsvdMaskSize: 0
    [    27.839]     LinRsvdFieldPosition: 0
    [    27.839]     MaxPixelClock: 0
    [    27.839] Mode: 166 (0x0)
    [    27.839]     ModeAttributes: 0x0
    [    27.839]     WinAAttributes: 0x0
    [    27.839]     WinBAttributes: 0x0
    [    27.839]     WinGranularity: 0
    [    27.839]     WinSize: 0
    [    27.839]     WinASegment: 0x0
    [    27.839]     WinBSegment: 0x0
    [    27.839]     WinFuncPtr: 0x0
    [    27.839]     BytesPerScanline: 0
    [    27.839]     XResolution: 0
    [    27.839]     YResolution: 0
    [    27.839]     XCharSize: 0
    [    27.839]     YCharSize: 0
    [    27.839]     NumberOfPlanes: 0
    [    27.839]     BitsPerPixel: 0
    [    27.839]     NumberOfBanks: 0
    [    27.839]     MemoryModel: 0
    [    27.839]     BankSize: 0
    [    27.839]     NumberOfImages: 0
    [    27.839]     RedMaskSize: 0
    [    27.839]     RedFieldPosition: 0
    [    27.839]     GreenMaskSize: 0
    [    27.839]     GreenFieldPosition: 0
    [    27.839]     BlueMaskSize: 0
    [    27.839]     BlueFieldPosition: 0
    [    27.839]     RsvdMaskSize: 0
    [    27.839]     RsvdFieldPosition: 0
    [    27.839]     DirectColorModeInfo: 0
    [    27.839]     PhysBasePtr: 0x0
    [    27.839]     LinBytesPerScanLine: 0
    [    27.839]     BnkNumberOfImagePages: 0
    [    27.839]     LinNumberOfImagePages: 0
    [    27.839]     LinRedMaskSize: 0
    [    27.839]     LinRedFieldPosition: 0
    [    27.839]     LinGreenMaskSize: 0
    [    27.839]     LinGreenFieldPosition: 0
    [    27.839]     LinBlueMaskSize: 0
    [    27.839]     LinBlueFieldPosition: 0
    [    27.839]     LinRsvdMaskSize: 0
    [    27.839]     LinRsvdFieldPosition: 0
    [    27.839]     MaxPixelClock: 0
    [    27.839] Mode: 167 (0x0)
    [    27.839]     ModeAttributes: 0x0
    [    27.839]     WinAAttributes: 0x0
    [    27.839]     WinBAttributes: 0x0
    [    27.839]     WinGranularity: 0
    [    27.839]     WinSize: 0
    [    27.839]     WinASegment: 0x0
    [    27.839]     WinBSegment: 0x0
    [    27.839]     WinFuncPtr: 0x0
    [    27.839]     BytesPerScanline: 0
    [    27.839]     XResolution: 0
    [    27.839]     YResolution: 0
    [    27.839]     XCharSize: 0
    [    27.839]     YCharSize: 0
    [    27.839]     NumberOfPlanes: 0
    [    27.839]     BitsPerPixel: 0
    [    27.839]     NumberOfBanks: 0
    [    27.839]     MemoryModel: 0
    [    27.839]     BankSize: 0
    [    27.839]     NumberOfImages: 0
    [    27.839]     RedMaskSize: 0
    [    27.839]     RedFieldPosition: 0
    [    27.839]     GreenMaskSize: 0
    [    27.839]     GreenFieldPosition: 0
    [    27.839]     BlueMaskSize: 0
    [    27.839]     BlueFieldPosition: 0
    [    27.839]     RsvdMaskSize: 0
    [    27.839]     RsvdFieldPosition: 0
    [    27.839]     DirectColorModeInfo: 0
    [    27.839]     PhysBasePtr: 0x0
    [    27.839]     LinBytesPerScanLine: 0
    [    27.839]     BnkNumberOfImagePages: 0
    [    27.839]     LinNumberOfImagePages: 0
    [    27.839]     LinRedMaskSize: 0
    [    27.839]     LinRedFieldPosition: 0
    [    27.839]     LinGreenMaskSize: 0
    [    27.839]     LinGreenFieldPosition: 0
    [    27.839]     LinBlueMaskSize: 0
    [    27.839]     LinBlueFieldPosition: 0
    [    27.839]     LinRsvdMaskSize: 0
    [    27.839]     LinRsvdFieldPosition: 0
    [    27.839]     MaxPixelClock: 0
    [    27.840] Mode: 168 (0x0)
    [    27.840]     ModeAttributes: 0x0
    [    27.840]     WinAAttributes: 0x0
    [    27.840]     WinBAttributes: 0x0
    [    27.840]     WinGranularity: 0
    [    27.840]     WinSize: 0
    [    27.840]     WinASegment: 0x0
    [    27.840]     WinBSegment: 0x0
    [    27.840]     WinFuncPtr: 0x0
    [    27.840]     BytesPerScanline: 0
    [    27.840]     XResolution: 0
    [    27.840]     YResolution: 0
    [    27.840]     XCharSize: 0
    [    27.840]     YCharSize: 0
    [    27.840]     NumberOfPlanes: 0
    [    27.840]     BitsPerPixel: 0
    [    27.840]     NumberOfBanks: 0
    [    27.840]     MemoryModel: 0
    [    27.840]     BankSize: 0
    [    27.840]     NumberOfImages: 0
    [    27.840]     RedMaskSize: 0
    [    27.840]     RedFieldPosition: 0
    [    27.840]     GreenMaskSize: 0
    [    27.840]     GreenFieldPosition: 0
    [    27.840]     BlueMaskSize: 0
    [    27.840]     BlueFieldPosition: 0
    [    27.840]     RsvdMaskSize: 0
    [    27.840]     RsvdFieldPosition: 0
    [    27.840]     DirectColorModeInfo: 0
    [    27.840]     PhysBasePtr: 0x0
    [    27.840]     LinBytesPerScanLine: 0
    [    27.840]     BnkNumberOfImagePages: 0
    [    27.840]     LinNumberOfImagePages: 0
    [    27.840]     LinRedMaskSize: 0
    [    27.840]     LinRedFieldPosition: 0
    [    27.840]     LinGreenMaskSize: 0
    [    27.840]     LinGreenFieldPosition: 0
    [    27.840]     LinBlueMaskSize: 0
    [    27.840]     LinBlueFieldPosition: 0
    [    27.840]     LinRsvdMaskSize: 0
    [    27.840]     LinRsvdFieldPosition: 0
    [    27.840]     MaxPixelClock: 0
    [    27.840] Mode: 169 (0x0)
    [    27.840]     ModeAttributes: 0x0
    [    27.840]     WinAAttributes: 0x0
    [    27.840]     WinBAttributes: 0x0
    [    27.840]     WinGranularity: 0
    [    27.840]     WinSize: 0
    [    27.840]     WinASegment: 0x0
    [    27.840]     WinBSegment: 0x0
    [    27.840]     WinFuncPtr: 0x0
    [    27.840]     BytesPerScanline: 0
    [    27.840]     XResolution: 0
    [    27.840]     YResolution: 0
    [    27.840]     XCharSize: 0
    [    27.840]     YCharSize: 0
    [    27.840]     NumberOfPlanes: 0
    [    27.840]     BitsPerPixel: 0
    [    27.840]     NumberOfBanks: 0
    [    27.840]     MemoryModel: 0
    [    27.840]     BankSize: 0
    [    27.840]     NumberOfImages: 0
    [    27.840]     RedMaskSize: 0
    [    27.840]     RedFieldPosition: 0
    [    27.840]     GreenMaskSize: 0
    [    27.840]     GreenFieldPosition: 0
    [    27.840]     BlueMaskSize: 0
    [    27.840]     BlueFieldPosition: 0
    [    27.840]     RsvdMaskSize: 0
    [    27.840]     RsvdFieldPosition: 0
    [    27.840]     DirectColorModeInfo: 0
    [    27.840]     PhysBasePtr: 0x0
    [    27.840]     LinBytesPerScanLine: 0
    [    27.840]     BnkNumberOfImagePages: 0
    [    27.840]     LinNumberOfImagePages: 0
    [    27.840]     LinRedMaskSize: 0
    [    27.840]     LinRedFieldPosition: 0
    [    27.840]     LinGreenMaskSize: 0
    [    27.840]     LinGreenFieldPosition: 0
    [    27.840]     LinBlueMaskSize: 0
    [    27.840]     LinBlueFieldPosition: 0
    [    27.840]     LinRsvdMaskSize: 0
    [    27.840]     LinRsvdFieldPosition: 0
    [    27.840]     MaxPixelClock: 0
    [    27.840] Mode: 16a (0x0)
    [    27.840]     ModeAttributes: 0x0
    [    27.840]     WinAAttributes: 0x0
    [    27.840]     WinBAttributes: 0x0
    [    27.840]     WinGranularity: 0
    [    27.840]     WinSize: 0
    [    27.840]     WinASegment: 0x0
    [    27.840]     WinBSegment: 0x0
    [    27.840]     WinFuncPtr: 0x0
    [    27.840]     BytesPerScanline: 0
    [    27.840]     XResolution: 0
    [    27.840]     YResolution: 0
    [    27.840]     XCharSize: 0
    [    27.840]     YCharSize: 0
    [    27.840]     NumberOfPlanes: 0
    [    27.840]     BitsPerPixel: 0
    [    27.840]     NumberOfBanks: 0
    [    27.840]     MemoryModel: 0
    [    27.840]     BankSize: 0
    [    27.840]     NumberOfImages: 0
    [    27.840]     RedMaskSize: 0
    [    27.840]     RedFieldPosition: 0
    [    27.840]     GreenMaskSize: 0
    [    27.840]     GreenFieldPosition: 0
    [    27.840]     BlueMaskSize: 0
    [    27.840]     BlueFieldPosition: 0
    [    27.840]     RsvdMaskSize: 0
    [    27.840]     RsvdFieldPosition: 0
    [    27.840]     DirectColorModeInfo: 0
    [    27.840]     PhysBasePtr: 0x0
    [    27.840]     LinBytesPerScanLine: 0
    [    27.840]     BnkNumberOfImagePages: 0
    [    27.840]     LinNumberOfImagePages: 0
    [    27.840]     LinRedMaskSize: 0
    [    27.840]     LinRedFieldPosition: 0
    [    27.840]     LinGreenMaskSize: 0
    [    27.840]     LinGreenFieldPosition: 0
    [    27.840]     LinBlueMaskSize: 0
    [    27.840]     LinBlueFieldPosition: 0
    [    27.840]     LinRsvdMaskSize: 0
    [    27.840]     LinRsvdFieldPosition: 0
    [    27.840]     MaxPixelClock: 0
    [    27.840] Mode: 16b (0x0)
    [    27.840]     ModeAttributes: 0x0
    [    27.840]     WinAAttributes: 0x0
    [    27.840]     WinBAttributes: 0x0
    [    27.840]     WinGranularity: 0
    [    27.840]     WinSize: 0
    [    27.840]     WinASegment: 0x0
    [    27.840]     WinBSegment: 0x0
    [    27.840]     WinFuncPtr: 0x0
    [    27.840]     BytesPerScanline: 0
    [    27.840]     XResolution: 0
    [    27.840]     YResolution: 0
    [    27.840]     XCharSize: 0
    [    27.840]     YCharSize: 0
    [    27.840]     NumberOfPlanes: 0
    [    27.840]     BitsPerPixel: 0
    [    27.840]     NumberOfBanks: 0
    [    27.840]     MemoryModel: 0
    [    27.840]     BankSize: 0
    [    27.840]     NumberOfImages: 0
    [    27.840]     RedMaskSize: 0
    [    27.840]     RedFieldPosition: 0
    [    27.840]     GreenMaskSize: 0
    [    27.840]     GreenFieldPosition: 0
    [    27.840]     BlueMaskSize: 0
    [    27.840]     BlueFieldPosition: 0
    [    27.840]     RsvdMaskSize: 0
    [    27.840]     RsvdFieldPosition: 0
    [    27.840]     DirectColorModeInfo: 0
    [    27.841]     PhysBasePtr: 0x0
    [    27.841]     LinBytesPerScanLine: 0
    [    27.841]     BnkNumberOfImagePages: 0
    [    27.841]     LinNumberOfImagePages: 0
    [    27.841]     LinRedMaskSize: 0
    [    27.841]     LinRedFieldPosition: 0
    [    27.841]     LinGreenMaskSize: 0
    [    27.841]     LinGreenFieldPosition: 0
    [    27.841]     LinBlueMaskSize: 0
    [    27.841]     LinBlueFieldPosition: 0
    [    27.841]     LinRsvdMaskSize: 0
    [    27.841]     LinRsvdFieldPosition: 0
    [    27.841]     MaxPixelClock: 0
    [    27.841] Mode: 16c (0x0)
    [    27.841]     ModeAttributes: 0x0
    [    27.841]     WinAAttributes: 0x0
    [    27.841]     WinBAttributes: 0x0
    [    27.841]     WinGranularity: 0
    [    27.841]     WinSize: 0
    [    27.841]     WinASegment: 0x0
    [    27.841]     WinBSegment: 0x0
    [    27.841]     WinFuncPtr: 0x0
    [    27.841]     BytesPerScanline: 0
    [    27.841]     XResolution: 0
    [    27.841]     YResolution: 0
    [    27.841]     XCharSize: 0
    [    27.841]     YCharSize: 0
    [    27.841]     NumberOfPlanes: 0
    [    27.841]     BitsPerPixel: 0
    [    27.841]     NumberOfBanks: 0
    [    27.841]     MemoryModel: 0
    [    27.841]     BankSize: 0
    [    27.841]     NumberOfImages: 0
    [    27.841]     RedMaskSize: 0
    [    27.841]     RedFieldPosition: 0
    [    27.841]     GreenMaskSize: 0
    [    27.841]     GreenFieldPosition: 0
    [    27.841]     BlueMaskSize: 0
    [    27.841]     BlueFieldPosition: 0
    [    27.841]     RsvdMaskSize: 0
    [    27.841]     RsvdFieldPosition: 0
    [    27.841]     DirectColorModeInfo: 0
    [    27.841]     PhysBasePtr: 0x0
    [    27.841]     LinBytesPerScanLine: 0
    [    27.841]     BnkNumberOfImagePages: 0
    [    27.841]     LinNumberOfImagePages: 0
    [    27.841]     LinRedMaskSize: 0
    [    27.841]     LinRedFieldPosition: 0
    [    27.841]     LinGreenMaskSize: 0
    [    27.841]     LinGreenFieldPosition: 0
    [    27.841]     LinBlueMaskSize: 0
    [    27.841]     LinBlueFieldPosition: 0
    [    27.841]     LinRsvdMaskSize: 0
    [    27.841]     LinRsvdFieldPosition: 0
    [    27.841]     MaxPixelClock: 0
    [    27.841] Mode: 16d (0x0)
    [    27.841]     ModeAttributes: 0x0
    [    27.841]     WinAAttributes: 0x0
    [    27.841]     WinBAttributes: 0x0
    [    27.841]     WinGranularity: 0
    [    27.841]     WinSize: 0
    [    27.841]     WinASegment: 0x0
    [    27.841]     WinBSegment: 0x0
    [    27.841]     WinFuncPtr: 0x0
    [    27.841]     BytesPerScanline: 0
    [    27.841]     XResolution: 0
    [    27.841]     YResolution: 0
    [    27.841]     XCharSize: 0
    [    27.841]     YCharSize: 0
    [    27.841]     NumberOfPlanes: 0
    [    27.841]     BitsPerPixel: 0
    [    27.841]     NumberOfBanks: 0
    [    27.841]     MemoryModel: 0
    [    27.841]     BankSize: 0
    [    27.841]     NumberOfImages: 0
    [    27.841]     RedMaskSize: 0
    [    27.841]     RedFieldPosition: 0
    [    27.841]     GreenMaskSize: 0
    [    27.841]     GreenFieldPosition: 0
    [    27.841]     BlueMaskSize: 0
    [    27.841]     BlueFieldPosition: 0
    [    27.841]     RsvdMaskSize: 0
    [    27.841]     RsvdFieldPosition: 0
    [    27.841]     DirectColorModeInfo: 0
    [    27.841]     PhysBasePtr: 0x0
    [    27.841]     LinBytesPerScanLine: 0
    [    27.841]     BnkNumberOfImagePages: 0
    [    27.841]     LinNumberOfImagePages: 0
    [    27.841]     LinRedMaskSize: 0
    [    27.841]     LinRedFieldPosition: 0
    [    27.841]     LinGreenMaskSize: 0
    [    27.841]     LinGreenFieldPosition: 0
    [    27.841]     LinBlueMaskSize: 0
    [    27.841]     LinBlueFieldPosition: 0
    [    27.841]     LinRsvdMaskSize: 0
    [    27.841]     LinRsvdFieldPosition: 0
    [    27.841]     MaxPixelClock: 0
    [    27.841] Mode: 16e (0x0)
    [    27.841]     ModeAttributes: 0x0
    [    27.841]     WinAAttributes: 0x0
    [    27.841]     WinBAttributes: 0x0
    [    27.841]     WinGranularity: 0
    [    27.841]     WinSize: 0
    [    27.841]     WinASegment: 0x0
    [    27.841]     WinBSegment: 0x0
    [    27.841]     WinFuncPtr: 0x0
    [    27.841]     BytesPerScanline: 0
    [    27.841]     XResolution: 0
    [    27.841]     YResolution: 0
    [    27.841]     XCharSize: 0
    [    27.841]     YCharSize: 0
    [    27.841]     NumberOfPlanes: 0
    [    27.841]     BitsPerPixel: 0
    [    27.841]     NumberOfBanks: 0
    [    27.841]     MemoryModel: 0
    [    27.841]     BankSize: 0
    [    27.841]     NumberOfImages: 0
    [    27.841]     RedMaskSize: 0
    [    27.841]     RedFieldPosition: 0
    [    27.841]     GreenMaskSize: 0
    [    27.841]     GreenFieldPosition: 0
    [    27.841]     BlueMaskSize: 0
    [    27.841]     BlueFieldPosition: 0
    [    27.841]     RsvdMaskSize: 0
    [    27.841]     RsvdFieldPosition: 0
    [    27.841]     DirectColorModeInfo: 0
    [    27.841]     PhysBasePtr: 0x0
    [    27.841]     LinBytesPerScanLine: 0
    [    27.841]     BnkNumberOfImagePages: 0
    [    27.841]     LinNumberOfImagePages: 0
    [    27.841]     LinRedMaskSize: 0
    [    27.841]     LinRedFieldPosition: 0
    [    27.841]     LinGreenMaskSize: 0
    [    27.841]     LinGreenFieldPosition: 0
    [    27.841]     LinBlueMaskSize: 0
    [    27.841]     LinBlueFieldPosition: 0
    [    27.841]     LinRsvdMaskSize: 0
    [    27.841]     LinRsvdFieldPosition: 0
    [    27.841]     MaxPixelClock: 0
    [    27.841] Mode: 16f (0x0)
    [    27.841]     ModeAttributes: 0x0
    [    27.841]     WinAAttributes: 0x0
    [    27.841]     WinBAttributes: 0x0
    [    27.841]     WinGranularity: 0
    [    27.841]     WinSize: 0
    [    27.841]     WinASegment: 0x0
    [    27.841]     WinBSegment: 0x0
    [    27.841]     WinFuncPtr: 0x0
    [    27.841]     BytesPerScanline: 0
    [    27.841]     XResolution: 0
    [    27.841]     YResolution: 0
    [    27.841]     XCharSize: 0
    [    27.841]     YCharSize: 0
    [    27.841]     NumberOfPlanes: 0
    [    27.841]     BitsPerPixel: 0
    [    27.841]     NumberOfBanks: 0
    [    27.841]     MemoryModel: 0
    [    27.841]     BankSize: 0
    [    27.841]     NumberOfImages: 0
    [    27.841]     RedMaskSize: 0
    [    27.841]     RedFieldPosition: 0
    [    27.841]     GreenMaskSize: 0
    [    27.841]     GreenFieldPosition: 0
    [    27.842]     BlueMaskSize: 0
    [    27.842]     BlueFieldPosition: 0
    [    27.842]     RsvdMaskSize: 0
    [    27.842]     RsvdFieldPosition: 0
    [    27.842]     DirectColorModeInfo: 0
    [    27.842]     PhysBasePtr: 0x0
    [    27.842]     LinBytesPerScanLine: 0
    [    27.842]     BnkNumberOfImagePages: 0
    [    27.842]     LinNumberOfImagePages: 0
    [    27.842]     LinRedMaskSize: 0
    [    27.842]     LinRedFieldPosition: 0
    [    27.842]     LinGreenMaskSize: 0
    [    27.842]     LinGreenFieldPosition: 0
    [    27.842]     LinBlueMaskSize: 0
    [    27.842]     LinBlueFieldPosition: 0
    [    27.842]     LinRsvdMaskSize: 0
    [    27.842]     LinRsvdFieldPosition: 0
    [    27.842]     MaxPixelClock: 0
    [    27.842] Mode: 170 (0x0)
    [    27.842]     ModeAttributes: 0x0
    [    27.842]     WinAAttributes: 0x0
    [    27.842]     WinBAttributes: 0x0
    [    27.842]     WinGranularity: 0
    [    27.842]     WinSize: 0
    [    27.842]     WinASegment: 0x0
    [    27.842]     WinBSegment: 0x0
    [    27.842]     WinFuncPtr: 0x0
    [    27.842]     BytesPerScanline: 0
    [    27.842]     XResolution: 0
    [    27.842]     YResolution: 0
    [    27.842]     XCharSize: 0
    [    27.842]     YCharSize: 0
    [    27.842]     NumberOfPlanes: 0
    [    27.842]     BitsPerPixel: 0
    [    27.842]     NumberOfBanks: 0
    [    27.842]     MemoryModel: 0
    [    27.842]     BankSize: 0
    [    27.842]     NumberOfImages: 0
    [    27.842]     RedMaskSize: 0
    [    27.842]     RedFieldPosition: 0
    [    27.842]     GreenMaskSize: 0
    [    27.842]     GreenFieldPosition: 0
    [    27.842]     BlueMaskSize: 0
    [    27.842]     BlueFieldPosition: 0
    [    27.842]     RsvdMaskSize: 0
    [    27.842]     RsvdFieldPosition: 0
    [    27.842]     DirectColorModeInfo: 0
    [    27.842]     PhysBasePtr: 0x0
    [    27.842]     LinBytesPerScanLine: 0
    [    27.842]     BnkNumberOfImagePages: 0
    [    27.842]     LinNumberOfImagePages: 0
    [    27.842]     LinRedMaskSize: 0
    [    27.842]     LinRedFieldPosition: 0
    [    27.842]     LinGreenMaskSize: 0
    [    27.842]     LinGreenFieldPosition: 0
    [    27.842]     LinBlueMaskSize: 0
    [    27.842]     LinBlueFieldPosition: 0
    [    27.842]     LinRsvdMaskSize: 0
    [    27.842]     LinRsvdFieldPosition: 0
    [    27.842]     MaxPixelClock: 0
    [    27.842] Mode: 171 (0x0)
    [    27.842]     ModeAttributes: 0x0
    [    27.842]     WinAAttributes: 0x0
    [    27.842]     WinBAttributes: 0x0
    [    27.842]     WinGranularity: 0
    [    27.842]     WinSize: 0
    [    27.842]     WinASegment: 0x0
    [    27.842]     WinBSegment: 0x0
    [    27.842]     WinFuncPtr: 0x0
    [    27.842]     BytesPerScanline: 0
    [    27.842]     XResolution: 0
    [    27.842]     YResolution: 0
    [    27.842]     XCharSize: 0
    [    27.842]     YCharSize: 0
    [    27.842]     NumberOfPlanes: 0
    [    27.842]     BitsPerPixel: 0
    [    27.842]     NumberOfBanks: 0
    [    27.842]     MemoryModel: 0
    [    27.842]     BankSize: 0
    [    27.842]     NumberOfImages: 0
    [    27.842]     RedMaskSize: 0
    [    27.842]     RedFieldPosition: 0
    [    27.842]     GreenMaskSize: 0
    [    27.842]     GreenFieldPosition: 0
    [    27.842]     BlueMaskSize: 0
    [    27.842]     BlueFieldPosition: 0
    [    27.842]     RsvdMaskSize: 0
    [    27.842]     RsvdFieldPosition: 0
    [    27.842]     DirectColorModeInfo: 0
    [    27.842]     PhysBasePtr: 0x0
    [    27.842]     LinBytesPerScanLine: 0
    [    27.842]     BnkNumberOfImagePages: 0
    [    27.842]     LinNumberOfImagePages: 0
    [    27.842]     LinRedMaskSize: 0
    [    27.842]     LinRedFieldPosition: 0
    [    27.842]     LinGreenMaskSize: 0
    [    27.842]     LinGreenFieldPosition: 0
    [    27.842]     LinBlueMaskSize: 0
    [    27.842]     LinBlueFieldPosition: 0
    [    27.842]     LinRsvdMaskSize: 0
    [    27.842]     LinRsvdFieldPosition: 0
    [    27.842]     MaxPixelClock: 0
    [    27.842] Mode: 13c (0x0)
    [    27.842]     ModeAttributes: 0x0
    [    27.842]     WinAAttributes: 0x0
    [    27.842]     WinBAttributes: 0x0
    [    27.842]     WinGranularity: 0
    [    27.842]     WinSize: 0
    [    27.842]     WinASegment: 0x0
    [    27.842]     WinBSegment: 0x0
    [    27.842]     WinFuncPtr: 0x0
    [    27.842]     BytesPerScanline: 0
    [    27.842]     XResolution: 0
    [    27.842]     YResolution: 0
    [    27.842]     XCharSize: 0
    [    27.842]     YCharSize: 0
    [    27.842]     NumberOfPlanes: 0
    [    27.842]     BitsPerPixel: 0
    [    27.842]     NumberOfBanks: 0
    [    27.842]     MemoryModel: 0
    [    27.842]     BankSize: 0
    [    27.842]     NumberOfImages: 0
    [    27.842]     RedMaskSize: 0
    [    27.842]     RedFieldPosition: 0
    [    27.842]     GreenMaskSize: 0
    [    27.842]     GreenFieldPosition: 0
    [    27.842]     BlueMaskSize: 0
    [    27.842]     BlueFieldPosition: 0
    [    27.842]     RsvdMaskSize: 0
    [    27.842]     RsvdFieldPosition: 0
    [    27.842]     DirectColorModeInfo: 0
    [    27.842]     PhysBasePtr: 0x0
    [    27.842]     LinBytesPerScanLine: 0
    [    27.842]     BnkNumberOfImagePages: 0
    [    27.842]     LinNumberOfImagePages: 0
    [    27.842]     LinRedMaskSize: 0
    [    27.842]     LinRedFieldPosition: 0
    [    27.842]     LinGreenMaskSize: 0
    [    27.842]     LinGreenFieldPosition: 0
    [    27.842]     LinBlueMaskSize: 0
    [    27.842]     LinBlueFieldPosition: 0
    [    27.842]     LinRsvdMaskSize: 0
    [    27.842]     LinRsvdFieldPosition: 0
    [    27.842]     MaxPixelClock: 0
    [    27.843] Mode: 14d (0x0)
    [    27.843]     ModeAttributes: 0x0
    [    27.843]     WinAAttributes: 0x0
    [    27.843]     WinBAttributes: 0x0
    [    27.843]     WinGranularity: 0
    [    27.843]     WinSize: 0
    [    27.843]     WinASegment: 0x0
    [    27.843]     WinBSegment: 0x0
    [    27.843]     WinFuncPtr: 0x0
    [    27.843]     BytesPerScanline: 0
    [    27.843]     XResolution: 0
    [    27.843]     YResolution: 0
    [    27.843]     XCharSize: 0
    [    27.843]     YCharSize: 0
    [    27.843]     NumberOfPlanes: 0
    [    27.843]     BitsPerPixel: 0
    [    27.843]     NumberOfBanks: 0
    [    27.843]     MemoryModel: 0
    [    27.843]     BankSize: 0
    [    27.843]     NumberOfImages: 0
    [    27.843]     RedMaskSize: 0
    [    27.843]     RedFieldPosition: 0
    [    27.843]     GreenMaskSize: 0
    [    27.843]     GreenFieldPosition: 0
    [    27.843]     BlueMaskSize: 0
    [    27.843]     BlueFieldPosition: 0
    [    27.843]     RsvdMaskSize: 0
    [    27.843]     RsvdFieldPosition: 0
    [    27.843]     DirectColorModeInfo: 0
    [    27.843]     PhysBasePtr: 0x0
    [    27.843]     LinBytesPerScanLine: 0
    [    27.843]     BnkNumberOfImagePages: 0
    [    27.843]     LinNumberOfImagePages: 0
    [    27.843]     LinRedMaskSize: 0
    [    27.843]     LinRedFieldPosition: 0
    [    27.843]     LinGreenMaskSize: 0
    [    27.843]     LinGreenFieldPosition: 0
    [    27.843]     LinBlueMaskSize: 0
    [    27.843]     LinBlueFieldPosition: 0
    [    27.843]     LinRsvdMaskSize: 0
    [    27.843]     LinRsvdFieldPosition: 0
    [    27.843]     MaxPixelClock: 0
    [    27.843] Mode: 15c (0x0)
    [    27.843]     ModeAttributes: 0x0
    [    27.843]     WinAAttributes: 0x0
    [    27.843]     WinBAttributes: 0x0
    [    27.843]     WinGranularity: 0
    [    27.843]     WinSize: 0
    [    27.843]     WinASegment: 0x0
    [    27.843]     WinBSegment: 0x0
    [    27.843]     WinFuncPtr: 0x0
    [    27.843]     BytesPerScanline: 0
    [    27.843]     XResolution: 0
    [    27.843]     YResolution: 0
    [    27.843]     XCharSize: 0
    [    27.843]     YCharSize: 0
    [    27.843]     NumberOfPlanes: 0
    [    27.843]     BitsPerPixel: 0
    [    27.843]     NumberOfBanks: 0
    [    27.843]     MemoryModel: 0
    [    27.843]     BankSize: 0
    [    27.843]     NumberOfImages: 0
    [    27.843]     RedMaskSize: 0
    [    27.843]     RedFieldPosition: 0
    [    27.843]     GreenMaskSize: 0
    [    27.843]     GreenFieldPosition: 0
    [    27.843]     BlueMaskSize: 0
    [    27.843]     BlueFieldPosition: 0
    [    27.843]     RsvdMaskSize: 0
    [    27.843]     RsvdFieldPosition: 0
    [    27.843]     DirectColorModeInfo: 0
    [    27.843]     PhysBasePtr: 0x0
    [    27.843]     LinBytesPerScanLine: 0
    [    27.843]     BnkNumberOfImagePages: 0
    [    27.843]     LinNumberOfImagePages: 0
    [    27.843]     LinRedMaskSize: 0
    [    27.843]     LinRedFieldPosition: 0
    [    27.843]     LinGreenMaskSize: 0
    [    27.843]     LinGreenFieldPosition: 0
    [    27.843]     LinBlueMaskSize: 0
    [    27.843]     LinBlueFieldPosition: 0
    [    27.843]     LinRsvdMaskSize: 0
    [    27.843]     LinRsvdFieldPosition: 0
    [    27.843]     MaxPixelClock: 0
    [    27.843] Mode: 13a (0x0)
    [    27.843]     ModeAttributes: 0x0
    [    27.843]     WinAAttributes: 0x0
    [    27.843]     WinBAttributes: 0x0
    [    27.843]     WinGranularity: 0
    [    27.843]     WinSize: 0
    [    27.843]     WinASegment: 0x0
    [    27.843]     WinBSegment: 0x0
    [    27.843]     WinFuncPtr: 0x0
    [    27.843]     BytesPerScanline: 0
    [    27.843]     XResolution: 0
    [    27.843]     YResolution: 0
    [    27.843]     XCharSize: 0
    [    27.843]     YCharSize: 0
    [    27.843]     NumberOfPlanes: 0
    [    27.843]     BitsPerPixel: 0
    [    27.843]     NumberOfBanks: 0
    [    27.843]     MemoryModel: 0
    [    27.843]     BankSize: 0
    [    27.843]     NumberOfImages: 0
    [    27.843]     RedMaskSize: 0
    [    27.843]     RedFieldPosition: 0
    [    27.843]     GreenMaskSize: 0
    [    27.843]     GreenFieldPosition: 0
    [    27.843]     BlueMaskSize: 0
    [    27.843]     BlueFieldPosition: 0
    [    27.843]     RsvdMaskSize: 0
    [    27.843]     RsvdFieldPosition: 0
    [    27.843]     DirectColorModeInfo: 0
    [    27.843]     PhysBasePtr: 0x0
    [    27.843]     LinBytesPerScanLine: 0
    [    27.843]     BnkNumberOfImagePages: 0
    [    27.843]     LinNumberOfImagePages: 0
    [    27.843]     LinRedMaskSize: 0
    [    27.843]     LinRedFieldPosition: 0
    [    27.843]     LinGreenMaskSize: 0
    [    27.843]     LinGreenFieldPosition: 0
    [    27.843]     LinBlueMaskSize: 0
    [    27.843]     LinBlueFieldPosition: 0
    [    27.843]     LinRsvdMaskSize: 0
    [    27.843]     LinRsvdFieldPosition: 0
    [    27.843]     MaxPixelClock: 0
    [    27.844] Mode: 14b (0x0)
    [    27.844]     ModeAttributes: 0x0
    [    27.844]     WinAAttributes: 0x0
    [    27.844]     WinBAttributes: 0x0
    [    27.844]     WinGranularity: 0
    [    27.844]     WinSize: 0
    [    27.844]     WinASegment: 0x0
    [    27.844]     WinBSegment: 0x0
    [    27.844]     WinFuncPtr: 0x0
    [    27.844]     BytesPerScanline: 0
    [    27.844]     XResolution: 0
    [    27.844]     YResolution: 0
    [    27.844]     XCharSize: 0
    [    27.844]     YCharSize: 0
    [    27.844]     NumberOfPlanes: 0
    [    27.844]     BitsPerPixel: 0
    [    27.844]     NumberOfBanks: 0
    [    27.844]     MemoryModel: 0
    [    27.844]     BankSize: 0
    [    27.844]     NumberOfImages: 0
    [    27.844]     RedMaskSize: 0
    [    27.844]     RedFieldPosition: 0
    [    27.844]     GreenMaskSize: 0
    [    27.844]     GreenFieldPosition: 0
    [    27.844]     BlueMaskSize: 0
    [    27.844]     BlueFieldPosition: 0
    [    27.844]     RsvdMaskSize: 0
    [    27.844]     RsvdFieldPosition: 0
    [    27.844]     DirectColorModeInfo: 0
    [    27.844]     PhysBasePtr: 0x0
    [    27.844]     LinBytesPerScanLine: 0
    [    27.844]     BnkNumberOfImagePages: 0
    [    27.844]     LinNumberOfImagePages: 0
    [    27.844]     LinRedMaskSize: 0
    [    27.844]     LinRedFieldPosition: 0
    [    27.844]     LinGreenMaskSize: 0
    [    27.844]     LinGreenFieldPosition: 0
    [    27.844]     LinBlueMaskSize: 0
    [    27.844]     LinBlueFieldPosition: 0
    [    27.844]     LinRsvdMaskSize: 0
    [    27.844]     LinRsvdFieldPosition: 0
    [    27.844]     MaxPixelClock: 0
    [    27.844] Mode: 15a (0x0)
    [    27.844]     ModeAttributes: 0x0
    [    27.844]     WinAAttributes: 0x0
    [    27.844]     WinBAttributes: 0x0
    [    27.844]     WinGranularity: 0
    [    27.844]     WinSize: 0
    [    27.844]     WinASegment: 0x0
    [    27.844]     WinBSegment: 0x0
    [    27.844]     WinFuncPtr: 0x0
    [    27.844]     BytesPerScanline: 0
    [    27.844]     XResolution: 0
    [    27.844]     YResolution: 0
    [    27.844]     XCharSize: 0
    [    27.844]     YCharSize: 0
    [    27.844]     NumberOfPlanes: 0
    [    27.844]     BitsPerPixel: 0
    [    27.844]     NumberOfBanks: 0
    [    27.844]     MemoryModel: 0
    [    27.844]     BankSize: 0
    [    27.844]     NumberOfImages: 0
    [    27.844]     RedMaskSize: 0
    [    27.844]     RedFieldPosition: 0
    [    27.844]     GreenMaskSize: 0
    [    27.844]     GreenFieldPosition: 0
    [    27.844]     BlueMaskSize: 0
    [    27.844]     BlueFieldPosition: 0
    [    27.844]     RsvdMaskSize: 0
    [    27.844]     RsvdFieldPosition: 0
    [    27.844]     DirectColorModeInfo: 0
    [    27.844]     PhysBasePtr: 0x0
    [    27.844]     LinBytesPerScanLine: 0
    [    27.844]     BnkNumberOfImagePages: 0
    [    27.844]     LinNumberOfImagePages: 0
    [    27.844]     LinRedMaskSize: 0
    [    27.844]     LinRedFieldPosition: 0
    [    27.844]     LinGreenMaskSize: 0
    [    27.844]     LinGreenFieldPosition: 0
    [    27.844]     LinBlueMaskSize: 0
    [    27.844]     LinBlueFieldPosition: 0
    [    27.844]     LinRsvdMaskSize: 0
    [    27.844]     LinRsvdFieldPosition: 0
    [    27.844]     MaxPixelClock: 0
    [    27.844] Mode: 107 (0x0)
    [    27.844]     ModeAttributes: 0x0
    [    27.844]     WinAAttributes: 0x0
    [    27.844]     WinBAttributes: 0x0
    [    27.844]     WinGranularity: 0
    [    27.844]     WinSize: 0
    [    27.844]     WinASegment: 0x0
    [    27.844]     WinBSegment: 0x0
    [    27.844]     WinFuncPtr: 0x0
    [    27.844]     BytesPerScanline: 0
    [    27.844]     XResolution: 0
    [    27.844]     YResolution: 0
    [    27.844]     XCharSize: 0
    [    27.844]     YCharSize: 0
    [    27.844]     NumberOfPlanes: 0
    [    27.844]     BitsPerPixel: 0
    [    27.844]     NumberOfBanks: 0
    [    27.844]     MemoryModel: 0
    [    27.844]     BankSize: 0
    [    27.844]     NumberOfImages: 0
    [    27.844]     RedMaskSize: 0
    [    27.844]     RedFieldPosition: 0
    [    27.844]     GreenMaskSize: 0
    [    27.844]     GreenFieldPosition: 0
    [    27.844]     BlueMaskSize: 0
    [    27.844]     BlueFieldPosition: 0
    [    27.844]     RsvdMaskSize: 0
    [    27.844]     RsvdFieldPosition: 0
    [    27.844]     DirectColorModeInfo: 0
    [    27.844]     PhysBasePtr: 0x0
    [    27.844]     LinBytesPerScanLine: 0
    [    27.844]     BnkNumberOfImagePages: 0
    [    27.844]     LinNumberOfImagePages: 0
    [    27.844]     LinRedMaskSize: 0
    [    27.844]     LinRedFieldPosition: 0
    [    27.844]     LinGreenMaskSize: 0
    [    27.844]     LinGreenFieldPosition: 0
    [    27.844]     LinBlueMaskSize: 0
    [    27.844]     LinBlueFieldPosition: 0
    [    27.844]     LinRsvdMaskSize: 0
    [    27.844]     LinRsvdFieldPosition: 0
    [    27.844]     MaxPixelClock: 0
    [    27.844] Mode: 11a (0x0)
    [    27.844]     ModeAttributes: 0x0
    [    27.844]     WinAAttributes: 0x0
    [    27.844]     WinBAttributes: 0x0
    [    27.844]     WinGranularity: 0
    [    27.845]     WinSize: 0
    [    27.845]     WinASegment: 0x0
    [    27.845]     WinBSegment: 0x0
    [    27.845]     WinFuncPtr: 0x0
    [    27.845]     BytesPerScanline: 0
    [    27.845]     XResolution: 0
    [    27.845]     YResolution: 0
    [    27.845]     XCharSize: 0
    [    27.845]     YCharSize: 0
    [    27.845]     NumberOfPlanes: 0
    [    27.845]     BitsPerPixel: 0
    [    27.845]     NumberOfBanks: 0
    [    27.845]     MemoryModel: 0
    [    27.845]     BankSize: 0
    [    27.845]     NumberOfImages: 0
    [    27.845]     RedMaskSize: 0
    [    27.845]     RedFieldPosition: 0
    [    27.845]     GreenMaskSize: 0
    [    27.845]     GreenFieldPosition: 0
    [    27.845]     BlueMaskSize: 0
    [    27.845]     BlueFieldPosition: 0
    [    27.845]     RsvdMaskSize: 0
    [    27.845]     RsvdFieldPosition: 0
    [    27.845]     DirectColorModeInfo: 0
    [    27.845]     PhysBasePtr: 0x0
    [    27.845]     LinBytesPerScanLine: 0
    [    27.845]     BnkNumberOfImagePages: 0
    [    27.845]     LinNumberOfImagePages: 0
    [    27.845]     LinRedMaskSize: 0
    [    27.845]     LinRedFieldPosition: 0
    [    27.845]     LinGreenMaskSize: 0
    [    27.845]     LinGreenFieldPosition: 0
    [    27.845]     LinBlueMaskSize: 0
    [    27.845]     LinBlueFieldPosition: 0
    [    27.845]     LinRsvdMaskSize: 0
    [    27.845]     LinRsvdFieldPosition: 0
    [    27.845]     MaxPixelClock: 0
    [    27.845] Mode: 11b (0x0)
    [    27.845]     ModeAttributes: 0x0
    [    27.845]     WinAAttributes: 0x0
    [    27.845]     WinBAttributes: 0x0
    [    27.845]     WinGranularity: 0
    [    27.845]     WinSize: 0
    [    27.845]     WinASegment: 0x0
    [    27.845]     WinBSegment: 0x0
    [    27.845]     WinFuncPtr: 0x0
    [    27.845]     BytesPerScanline: 0
    [    27.845]     XResolution: 0
    [    27.845]     YResolution: 0
    [    27.845]     XCharSize: 0
    [    27.845]     YCharSize: 0
    [    27.845]     NumberOfPlanes: 0
    [    27.845]     BitsPerPixel: 0
    [    27.845]     NumberOfBanks: 0
    [    27.845]     MemoryModel: 0
    [    27.845]     BankSize: 0
    [    27.845]     NumberOfImages: 0
    [    27.845]     RedMaskSize: 0
    [    27.845]     RedFieldPosition: 0
    [    27.845]     GreenMaskSize: 0
    [    27.845]     GreenFieldPosition: 0
    [    27.845]     BlueMaskSize: 0
    [    27.845]     BlueFieldPosition: 0
    [    27.845]     RsvdMaskSize: 0
    [    27.845]     RsvdFieldPosition: 0
    [    27.845]     DirectColorModeInfo: 0
    [    27.845]     PhysBasePtr: 0x0
    [    27.845]     LinBytesPerScanLine: 0
    [    27.845]     BnkNumberOfImagePages: 0
    [    27.845]     LinNumberOfImagePages: 0
    [    27.845]     LinRedMaskSize: 0
    [    27.845]     LinRedFieldPosition: 0
    [    27.845]     LinGreenMaskSize: 0
    [    27.845]     LinGreenFieldPosition: 0
    [    27.845]     LinBlueMaskSize: 0
    [    27.845]     LinBlueFieldPosition: 0
    [    27.845]     LinRsvdMaskSize: 0
    [    27.845]     LinRsvdFieldPosition: 0
    [    27.845]     MaxPixelClock: 0
    [    27.845] Mode: 105 (1024x768)
    [    27.845]     ModeAttributes: 0x9b
    [    27.845]     WinAAttributes: 0x7
    [    27.845]     WinBAttributes: 0x0
    [    27.845]     WinGranularity: 64
    [    27.845]     WinSize: 64
    [    27.845]     WinASegment: 0xa000
    [    27.845]     WinBSegment: 0x0
    [    27.845]     WinFuncPtr: 0xc000901b
    [    27.845]     BytesPerScanline: 1024
    [    27.845]     XResolution: 1024
    [    27.845]     YResolution: 768
    [    27.845]     XCharSize: 8
    [    27.845]     YCharSize: 16
    [    27.845]     NumberOfPlanes: 1
    [    27.845]     BitsPerPixel: 8
    [    27.845]     NumberOfBanks: 1
    [    27.845]     MemoryModel: 4
    [    27.845]     BankSize: 0
    [    27.845]     NumberOfImages: 84
    [    27.845]     RedMaskSize: 0
    [    27.845]     RedFieldPosition: 0
    [    27.845]     GreenMaskSize: 0
    [    27.845]     GreenFieldPosition: 0
    [    27.845]     BlueMaskSize: 0
    [    27.845]     BlueFieldPosition: 0
    [    27.845]     RsvdMaskSize: 0
    [    27.845]     RsvdFieldPosition: 0
    [    27.845]     DirectColorModeInfo: 0
    [    27.845]     PhysBasePtr: 0xd0000000
    [    27.845]     LinBytesPerScanLine: 1024
    [    27.845]     BnkNumberOfImagePages: 84
    [    27.845]     LinNumberOfImagePages: 84
    [    27.845]     LinRedMaskSize: 0
    [    27.845]     LinRedFieldPosition: 0
    [    27.845]     LinGreenMaskSize: 0
    [    27.845]     LinGreenFieldPosition: 0
    [    27.845]     LinBlueMaskSize: 0
    [    27.845]     LinBlueFieldPosition: 0
    [    27.845]     LinRsvdMaskSize: 0
    [    27.845]     LinRsvdFieldPosition: 0
    [    27.845]     MaxPixelClock: 230000000
    [    27.846] Mode: 117 (1024x768)
    [    27.846]     ModeAttributes: 0x9b
    [    27.846]     WinAAttributes: 0x7
    [    27.846]     WinBAttributes: 0x0
    [    27.846]     WinGranularity: 64
    [    27.846]     WinSize: 64
    [    27.846]     WinASegment: 0xa000
    [    27.846]     WinBSegment: 0x0
    [    27.846]     WinFuncPtr: 0xc000901b
    [    27.846]     BytesPerScanline: 2048
    [    27.846]     XResolution: 1024
    [    27.846]     YResolution: 768
    [    27.846]     XCharSize: 8
    [    27.846]     YCharSize: 16
    [    27.846]     NumberOfPlanes: 1
    [    27.846]     BitsPerPixel: 16
    [    27.846]     NumberOfBanks: 1
    [    27.846]     MemoryModel: 6
    [    27.846]     BankSize: 0
    [    27.846]     NumberOfImages: 41
    [    27.846]     RedMaskSize: 5
    [    27.846]     RedFieldPosition: 11
    [    27.846]     GreenMaskSize: 6
    [    27.846]     GreenFieldPosition: 5
    [    27.846]     BlueMaskSize: 5
    [    27.846]     BlueFieldPosition: 0
    [    27.846]     RsvdMaskSize: 0
    [    27.846]     RsvdFieldPosition: 0
    [    27.846]     DirectColorModeInfo: 0
    [    27.846]     PhysBasePtr: 0xd0000000
    [    27.846]     LinBytesPerScanLine: 2048
    [    27.846]     BnkNumberOfImagePages: 41
    [    27.846]     LinNumberOfImagePages: 41
    [    27.846]     LinRedMaskSize: 5
    [    27.846]     LinRedFieldPosition: 11
    [    27.846]     LinGreenMaskSize: 6
    [    27.846]     LinGreenFieldPosition: 5
    [    27.846]     LinBlueMaskSize: 5
    [    27.846]     LinBlueFieldPosition: 0
    [    27.846]     LinRsvdMaskSize: 0
    [    27.846]     LinRsvdFieldPosition: 0
    [    27.846]     MaxPixelClock: 230000000
    [    27.846] *Mode: 118 (1024x768)
    [    27.846]     ModeAttributes: 0x9b
    [    27.846]     WinAAttributes: 0x7
    [    27.846]     WinBAttributes: 0x0
    [    27.846]     WinGranularity: 64
    [    27.846]     WinSize: 64
    [    27.846]     WinASegment: 0xa000
    [    27.846]     WinBSegment: 0x0
    [    27.846]     WinFuncPtr: 0xc000901b
    [    27.846]     BytesPerScanline: 4096
    [    27.846]     XResolution: 1024
    [    27.846]     YResolution: 768
    [    27.846]     XCharSize: 8
    [    27.846]     YCharSize: 16
    [    27.846]     NumberOfPlanes: 1
    [    27.846]     BitsPerPixel: 32
    [    27.846]     NumberOfBanks: 1
    [    27.846]     MemoryModel: 6
    [    27.846]     BankSize: 0
    [    27.846]     NumberOfImages: 20
    [    27.846]     RedMaskSize: 8
    [    27.846]     RedFieldPosition: 16
    [    27.846]     GreenMaskSize: 8
    [    27.846]     GreenFieldPosition: 8
    [    27.846]     BlueMaskSize: 8
    [    27.846]     BlueFieldPosition: 0
    [    27.846]     RsvdMaskSize: 8
    [    27.846]     RsvdFieldPosition: 24
    [    27.846]     DirectColorModeInfo: 0
    [    27.846]     PhysBasePtr: 0xd0000000
    [    27.846]     LinBytesPerScanLine: 4096
    [    27.846]     BnkNumberOfImagePages: 20
    [    27.846]     LinNumberOfImagePages: 20
    [    27.846]     LinRedMaskSize: 8
    [    27.846]     LinRedFieldPosition: 16
    [    27.846]     LinGreenMaskSize: 8
    [    27.846]     LinGreenFieldPosition: 8
    [    27.846]     LinBlueMaskSize: 8
    [    27.846]     LinBlueFieldPosition: 0
    [    27.846]     LinRsvdMaskSize: 8
    [    27.846]     LinRsvdFieldPosition: 24
    [    27.846]     MaxPixelClock: 230000000
    [    27.847] *Mode: 112 (640x480)
    [    27.847]     ModeAttributes: 0x9b
    [    27.847]     WinAAttributes: 0x7
    [    27.847]     WinBAttributes: 0x0
    [    27.847]     WinGranularity: 64
    [    27.847]     WinSize: 64
    [    27.847]     WinASegment: 0xa000
    [    27.847]     WinBSegment: 0x0
    [    27.847]     WinFuncPtr: 0xc000901b
    [    27.847]     BytesPerScanline: 2560
    [    27.847]     XResolution: 640
    [    27.847]     YResolution: 480
    [    27.847]     XCharSize: 8
    [    27.847]     YCharSize: 16
    [    27.847]     NumberOfPlanes: 1
    [    27.847]     BitsPerPixel: 32
    [    27.847]     NumberOfBanks: 1
    [    27.847]     MemoryModel: 6
    [    27.847]     BankSize: 0
    [    27.847]     NumberOfImages: 52
    [    27.847]     RedMaskSize: 8
    [    27.847]     RedFieldPosition: 16
    [    27.847]     GreenMaskSize: 8
    [    27.847]     GreenFieldPosition: 8
    [    27.847]     BlueMaskSize: 8
    [    27.847]     BlueFieldPosition: 0
    [    27.847]     RsvdMaskSize: 8
    [    27.847]     RsvdFieldPosition: 24
    [    27.847]     DirectColorModeInfo: 0
    [    27.847]     PhysBasePtr: 0xd0000000
    [    27.847]     LinBytesPerScanLine: 2560
    [    27.847]     BnkNumberOfImagePages: 52
    [    27.847]     LinNumberOfImagePages: 52
    [    27.847]     LinRedMaskSize: 8
    [    27.847]     LinRedFieldPosition: 16
    [    27.847]     LinGreenMaskSize: 8
    [    27.847]     LinGreenFieldPosition: 8
    [    27.847]     LinBlueMaskSize: 8
    [    27.847]     LinBlueFieldPosition: 0
    [    27.847]     LinRsvdMaskSize: 8
    [    27.847]     LinRsvdFieldPosition: 24
    [    27.847]     MaxPixelClock: 230000000
    [    27.847] Mode: 114 (800x600)
    [    27.847]     ModeAttributes: 0x9b
    [    27.847]     WinAAttributes: 0x7
    [    27.847]     WinBAttributes: 0x0
    [    27.847]     WinGranularity: 64
    [    27.847]     WinSize: 64
    [    27.847]     WinASegment: 0xa000
    [    27.847]     WinBSegment: 0x0
    [    27.847]     WinFuncPtr: 0xc000901b
    [    27.847]     BytesPerScanline: 1600
    [    27.847]     XResolution: 800
    [    27.847]     YResolution: 600
    [    27.847]     XCharSize: 8
    [    27.847]     YCharSize: 16
    [    27.847]     NumberOfPlanes: 1
    [    27.847]     BitsPerPixel: 16
    [    27.847]     NumberOfBanks: 1
    [    27.847]     MemoryModel: 6
    [    27.847]     BankSize: 0
    [    27.847]     NumberOfImages: 67
    [    27.847]     RedMaskSize: 5
    [    27.847]     RedFieldPosition: 11
    [    27.847]     GreenMaskSize: 6
    [    27.847]     GreenFieldPosition: 5
    [    27.847]     BlueMaskSize: 5
    [    27.847]     BlueFieldPosition: 0
    [    27.847]     RsvdMaskSize: 0
    [    27.847]     RsvdFieldPosition: 0
    [    27.847]     DirectColorModeInfo: 0
    [    27.847]     PhysBasePtr: 0xd0000000
    [    27.847]     LinBytesPerScanLine: 1600
    [    27.847]     BnkNumberOfImagePages: 67
    [    27.847]     LinNumberOfImagePages: 67
    [    27.847]     LinRedMaskSize: 5
    [    27.847]     LinRedFieldPosition: 11
    [    27.847]     LinGreenMaskSize: 6
    [    27.847]     LinGreenFieldPosition: 5
    [    27.847]     LinBlueMaskSize: 5
    [    27.847]     LinBlueFieldPosition: 0
    [    27.847]     LinRsvdMaskSize: 0
    [    27.847]     LinRsvdFieldPosition: 0
    [    27.847]     MaxPixelClock: 230000000
    [    27.847] *Mode: 115 (800x600)
    [    27.847]     ModeAttributes: 0x9b
    [    27.847]     WinAAttributes: 0x7
    [    27.847]     WinBAttributes: 0x0
    [    27.847]     WinGranularity: 64
    [    27.847]     WinSize: 64
    [    27.848]     WinASegment: 0xa000
    [    27.848]     WinBSegment: 0x0
    [    27.848]     WinFuncPtr: 0xc000901b
    [    27.848]     BytesPerScanline: 3200
    [    27.848]     XResolution: 800
    [    27.848]     YResolution: 600
    [    27.848]     XCharSize: 8
    [    27.848]     YCharSize: 16
    [    27.848]     NumberOfPlanes: 1
    [    27.848]     BitsPerPixel: 32
    [    27.848]     NumberOfBanks: 1
    [    27.848]     MemoryModel: 6
    [    27.848]     BankSize: 0
    [    27.848]     NumberOfImages: 33
    [    27.848]     RedMaskSize: 8
    [    27.848]     RedFieldPosition: 16
    [    27.848]     GreenMaskSize: 8
    [    27.848]     GreenFieldPosition: 8
    [    27.848]     BlueMaskSize: 8
    [    27.848]     BlueFieldPosition: 0
    [    27.848]     RsvdMaskSize: 8
    [    27.848]     RsvdFieldPosition: 24
    [    27.848]     DirectColorModeInfo: 0
    [    27.848]     PhysBasePtr: 0xd0000000
    [    27.848]     LinBytesPerScanLine: 3200
    [    27.848]     BnkNumberOfImagePages: 33
    [    27.848]     LinNumberOfImagePages: 33
    [    27.848]     LinRedMaskSize: 8
    [    27.848]     LinRedFieldPosition: 16
    [    27.848]     LinGreenMaskSize: 8
    [    27.848]     LinGreenFieldPosition: 8
    [    27.848]     LinBlueMaskSize: 8
    [    27.848]     LinBlueFieldPosition: 0
    [    27.848]     LinRsvdMaskSize: 8
    [    27.848]     LinRsvdFieldPosition: 24
    [    27.848]     MaxPixelClock: 230000000
    [    27.848] Mode: 101 (640x480)
    [    27.848]     ModeAttributes: 0x9b
    [    27.848]     WinAAttributes: 0x7
    [    27.848]     WinBAttributes: 0x0
    [    27.848]     WinGranularity: 64
    [    27.848]     WinSize: 64
    [    27.848]     WinASegment: 0xa000
    [    27.848]     WinBSegment: 0x0
    [    27.848]     WinFuncPtr: 0xc000901b
    [    27.848]     BytesPerScanline: 640
    [    27.848]     XResolution: 640
    [    27.848]     YResolution: 480
    [    27.848]     XCharSize: 8
    [    27.848]     YCharSize: 16
    [    27.848]     NumberOfPlanes: 1
    [    27.848]     BitsPerPixel: 8
    [    27.848]     NumberOfBanks: 1
    [    27.848]     MemoryModel: 4
    [    27.848]     BankSize: 0
    [    27.848]     NumberOfImages: 203
    [    27.848]     RedMaskSize: 0
    [    27.848]     RedFieldPosition: 0
    [    27.848]     GreenMaskSize: 0
    [    27.848]     GreenFieldPosition: 0
    [    27.848]     BlueMaskSize: 0
    [    27.848]     BlueFieldPosition: 0
    [    27.848]     RsvdMaskSize: 0
    [    27.848]     RsvdFieldPosition: 0
    [    27.848]     DirectColorModeInfo: 0
    [    27.848]     PhysBasePtr: 0xd0000000
    [    27.848]     LinBytesPerScanLine: 640
    [    27.848]     BnkNumberOfImagePages: 203
    [    27.848]     LinNumberOfImagePages: 203
    [    27.848]     LinRedMaskSize: 0
    [    27.848]     LinRedFieldPosition: 0
    [    27.848]     LinGreenMaskSize: 0
    [    27.848]     LinGreenFieldPosition: 0
    [    27.848]     LinBlueMaskSize: 0
    [    27.848]     LinBlueFieldPosition: 0
    [    27.848]     LinRsvdMaskSize: 0
    [    27.848]     LinRsvdFieldPosition: 0
    [    27.848]     MaxPixelClock: 230000000
    [    27.848] Mode: 103 (800x600)
    [    27.848]     ModeAttributes: 0x9b
    [    27.848]     WinAAttributes: 0x7
    [    27.848]     WinBAttributes: 0x0
    [    27.848]     WinGranularity: 64
    [    27.848]     WinSize: 64
    [    27.848]     WinASegment: 0xa000
    [    27.848]     WinBSegment: 0x0
    [    27.848]     WinFuncPtr: 0xc000901b
    [    27.848]     BytesPerScanline: 832
    [    27.848]     XResolution: 800
    [    27.848]     YResolution: 600
    [    27.848]     XCharSize: 8
    [    27.848]     YCharSize: 16
    [    27.848]     NumberOfPlanes: 1
    [    27.848]     BitsPerPixel: 8
    [    27.848]     NumberOfBanks: 1
    [    27.848]     MemoryModel: 4
    [    27.848]     BankSize: 0
    [    27.848]     NumberOfImages: 126
    [    27.848]     RedMaskSize: 0
    [    27.848]     RedFieldPosition: 0
    [    27.848]     GreenMaskSize: 0
    [    27.848]     GreenFieldPosition: 0
    [    27.848]     BlueMaskSize: 0
    [    27.848]     BlueFieldPosition: 0
    [    27.848]     RsvdMaskSize: 0
    [    27.848]     RsvdFieldPosition: 0
    [    27.848]     DirectColorModeInfo: 0
    [    27.848]     PhysBasePtr: 0xd0000000
    [    27.848]     LinBytesPerScanLine: 832
    [    27.848]     BnkNumberOfImagePages: 126
    [    27.848]     LinNumberOfImagePages: 126
    [    27.848]     LinRedMaskSize: 0
    [    27.848]     LinRedFieldPosition: 0
    [    27.848]     LinGreenMaskSize: 0
    [    27.848]     LinGreenFieldPosition: 0
    [    27.848]     LinBlueMaskSize: 0
    [    27.848]     LinBlueFieldPosition: 0
    [    27.848]     LinRsvdMaskSize: 0
    [    27.848]     LinRsvdFieldPosition: 0
    [    27.848]     MaxPixelClock: 230000000
    [    27.849] Mode: 111 (640x480)
    [    27.849]     ModeAttributes: 0x9b
    [    27.849]     WinAAttributes: 0x7
    [    27.849]     WinBAttributes: 0x0
    [    27.849]     WinGranularity: 64
    [    27.849]     WinSize: 64
    [    27.849]     WinASegment: 0xa000
    [    27.849]     WinBSegment: 0x0
    [    27.849]     WinFuncPtr: 0xc000901b
    [    27.849]     BytesPerScanline: 1280
    [    27.849]     XResolution: 640
    [    27.849]     YResolution: 480
    [    27.849]     XCharSize: 8
    [    27.849]     YCharSize: 16
    [    27.849]     NumberOfPlanes: 1
    [    27.849]     BitsPerPixel: 16
    [    27.849]     NumberOfBanks: 1
    [    27.849]     MemoryModel: 6
    [    27.849]     BankSize: 0
    [    27.849]     NumberOfImages: 101
    [    27.849]     RedMaskSize: 5
    [    27.849]     RedFieldPosition: 11
    [    27.849]     GreenMaskSize: 6
    [    27.849]     GreenFieldPosition: 5
    [    27.849]     BlueMaskSize: 5
    [    27.849]     BlueFieldPosition: 0
    [    27.849]     RsvdMaskSize: 0
    [    27.849]     RsvdFieldPosition: 0
    [    27.849]     DirectColorModeInfo: 0
    [    27.849]     PhysBasePtr: 0xd0000000
    [    27.849]     LinBytesPerScanLine: 1280
    [    27.849]     BnkNumberOfImagePages: 101
    [    27.849]     LinNumberOfImagePages: 101
    [    27.849]     LinRedMaskSize: 5
    [    27.849]     LinRedFieldPosition: 11
    [    27.849]     LinGreenMaskSize: 6
    [    27.849]     LinGreenFieldPosition: 5
    [    27.849]     LinBlueMaskSize: 5
    [    27.849]     LinBlueFieldPosition: 0
    [    27.849]     LinRsvdMaskSize: 0
    [    27.849]     LinRsvdFieldPosition: 0
    [    27.849]     MaxPixelClock: 230000000
    [    27.849] Mode: 17d (1366x768)
    [    27.849]     ModeAttributes: 0x9b
    [    27.849]     WinAAttributes: 0x7
    [    27.849]     WinBAttributes: 0x0
    [    27.849]     WinGranularity: 64
    [    27.849]     WinSize: 64
    [    27.849]     WinASegment: 0xa000
    [    27.849]     WinBSegment: 0x0
    [    27.849]     WinFuncPtr: 0xc000901b
    [    27.849]     BytesPerScanline: 1408
    [    27.849]     XResolution: 1366
    [    27.849]     YResolution: 768
    [    27.849]     XCharSize: 8
    [    27.849]     YCharSize: 16
    [    27.849]     NumberOfPlanes: 1
    [    27.849]     BitsPerPixel: 8
    [    27.849]     NumberOfBanks: 1
    [    27.849]     MemoryModel: 4
    [    27.849]     BankSize: 0
    [    27.849]     NumberOfImages: 59
    [    27.849]     RedMaskSize: 0
    [    27.849]     RedFieldPosition: 0
    [    27.849]     GreenMaskSize: 0
    [    27.849]     GreenFieldPosition: 0
    [    27.849]     BlueMaskSize: 0
    [    27.849]     BlueFieldPosition: 0
    [    27.849]     RsvdMaskSize: 0
    [    27.849]     RsvdFieldPosition: 0
    [    27.849]     DirectColorModeInfo: 0
    [    27.849]     PhysBasePtr: 0xd0000000
    [    27.849]     LinBytesPerScanLine: 1408
    [    27.849]     BnkNumberOfImagePages: 59
    [    27.849]     LinNumberOfImagePages: 59
    [    27.849]     LinRedMaskSize: 0
    [    27.849]     LinRedFieldPosition: 0
    [    27.849]     LinGreenMaskSize: 0
    [    27.849]     LinGreenFieldPosition: 0
    [    27.849]     LinBlueMaskSize: 0
    [    27.849]     LinBlueFieldPosition: 0
    [    27.849]     LinRsvdMaskSize: 0
    [    27.849]     LinRsvdFieldPosition: 0
    [    27.849]     MaxPixelClock: 230000000
    [    27.850] Mode: 17e (1366x768)
    [    27.850]     ModeAttributes: 0x9b
    [    27.850]     WinAAttributes: 0x7
    [    27.850]     WinBAttributes: 0x0
    [    27.850]     WinGranularity: 64
    [    27.850]     WinSize: 64
    [    27.850]     WinASegment: 0xa000
    [    27.850]     WinBSegment: 0x0
    [    27.850]     WinFuncPtr: 0xc000901b
    [    27.850]     BytesPerScanline: 2752
    [    27.850]     XResolution: 1366
    [    27.850]     YResolution: 768
    [    27.850]     XCharSize: 8
    [    27.850]     YCharSize: 16
    [    27.850]     NumberOfPlanes: 1
    [    27.850]     BitsPerPixel: 16
    [    27.850]     NumberOfBanks: 1
    [    27.850]     MemoryModel: 6
    [    27.850]     BankSize: 0
    [    27.850]     NumberOfImages: 30
    [    27.850]     RedMaskSize: 5
    [    27.850]     RedFieldPosition: 11
    [    27.850]     GreenMaskSize: 6
    [    27.850]     GreenFieldPosition: 5
    [    27.850]     BlueMaskSize: 5
    [    27.850]     BlueFieldPosition: 0
    [    27.850]     RsvdMaskSize: 0
    [    27.850]     RsvdFieldPosition: 0
    [    27.850]     DirectColorModeInfo: 0
    [    27.850]     PhysBasePtr: 0xd0000000
    [    27.850]     LinBytesPerScanLine: 2752
    [    27.850]     BnkNumberOfImagePages: 30
    [    27.850]     LinNumberOfImagePages: 30
    [    27.850]     LinRedMaskSize: 5
    [    27.850]     LinRedFieldPosition: 11
    [    27.850]     LinGreenMaskSize: 6
    [    27.850]     LinGreenFieldPosition: 5
    [    27.850]     LinBlueMaskSize: 5
    [    27.850]     LinBlueFieldPosition: 0
    [    27.850]     LinRsvdMaskSize: 0
    [    27.850]     LinRsvdFieldPosition: 0
    [    27.850]     MaxPixelClock: 230000000
    [    27.850] *Mode: 17f (1366x768)
    [    27.850]     ModeAttributes: 0x9b
    [    27.850]     WinAAttributes: 0x7
    [    27.850]     WinBAttributes: 0x0
    [    27.850]     WinGranularity: 64
    [    27.850]     WinSize: 64
    [    27.850]     WinASegment: 0xa000
    [    27.850]     WinBSegment: 0x0
    [    27.850]     WinFuncPtr: 0xc000901b
    [    27.850]     BytesPerScanline: 5504
    [    27.850]     XResolution: 1366
    [    27.850]     YResolution: 768
    [    27.850]     XCharSize: 8
    [    27.850]     YCharSize: 16
    [    27.850]     NumberOfPlanes: 1
    [    27.850]     BitsPerPixel: 32
    [    27.850]     NumberOfBanks: 1
    [    27.850]     MemoryModel: 6
    [    27.850]     BankSize: 0
    [    27.850]     NumberOfImages: 14
    [    27.850]     RedMaskSize: 8
    [    27.850]     RedFieldPosition: 16
    [    27.850]     GreenMaskSize: 8
    [    27.850]     GreenFieldPosition: 8
    [    27.850]     BlueMaskSize: 8
    [    27.850]     BlueFieldPosition: 0
    [    27.850]     RsvdMaskSize: 8
    [    27.850]     RsvdFieldPosition: 24
    [    27.850]     DirectColorModeInfo: 0
    [    27.850]     PhysBasePtr: 0xd0000000
    [    27.850]     LinBytesPerScanLine: 5504
    [    27.850]     BnkNumberOfImagePages: 14
    [    27.850]     LinNumberOfImagePages: 14
    [    27.850]     LinRedMaskSize: 8
    [    27.850]     LinRedFieldPosition: 16
    [    27.850]     LinGreenMaskSize: 8
    [    27.850]     LinGreenFieldPosition: 8
    [    27.850]     LinBlueMaskSize: 8
    [    27.850]     LinBlueFieldPosition: 0
    [    27.850]     LinRsvdMaskSize: 8
    [    27.850]     LinRsvdFieldPosition: 24
    [    27.850]     MaxPixelClock: 230000000
    [    27.850] 
    [    27.850] (II) VESA(0): Total Memory: 1023 64KB banks (65472kB)
    [    27.850] (II) VESA(0): <default monitor>: Using hsync value of 47.40 kHz
    [    27.850] (II) VESA(0): <default monitor>: Using vrefresh value of 60.00 Hz
    [    27.850] (WW) VESA(0): Unable to estimate virtual size
    [    27.851] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
    [    27.851] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
    [    27.851] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
    [    27.851] (--) VESA(0): Virtual size is 1368x768 (pitch 1368)
    [    27.851] (**) VESA(0): *Built-in mode "1366x768"
    [    27.851] (**) VESA(0): Display dimensions: (340, 190) mm
    [    27.851] (**) VESA(0): DPI set to (102, 102)
    [    27.851] (**) VESA(0): Using "Shadow Framebuffer"
    [    27.851] (II) Loading sub module "shadow"
    [    27.851] (II) LoadModule: "shadow"
    [    27.851] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [    27.851] (II) Module shadow: vendor="X.Org Foundation"
    [    27.851]     compiled for 1.13.3, module version = 1.1.0
    [    27.851]     ABI class: X.Org ANSI C Emulation, version 0.4
    [    27.851] (II) Loading sub module "fb"
    [    27.851] (II) LoadModule: "fb"
    [    27.851] (II) Loading /usr/lib/xorg/modules/libfb.so
    [    27.851] (II) Module fb: vendor="X.Org Foundation"
    [    27.851]     compiled for 1.13.3, module version = 1.0.0
    [    27.851]     ABI class: X.Org ANSI C Emulation, version 0.4
    [    27.851] (II) UnloadModule: "modesetting"
    [    27.851] (II) Unloading modesetting
    [    27.851] (II) UnloadModule: "fbdev"
    [    27.851] (II) Unloading fbdev
    [    27.851] (II) UnloadSubModule: "fbdevhw"
    [    27.851] (II) Unloading fbdevhw
    [    27.852] (==) Depth 24 pixmap format is 32 bpp
    [    27.852] (II) Loading sub module "int10"
    [    27.852] (II) LoadModule: "int10"
    [    27.852] (II) Loading /usr/lib/xorg/modules/libint10.so
    [    27.852] (II) Module int10: vendor="X.Org Foundation"
    [    27.852]     compiled for 1.13.3, module version = 1.0.0
    [    27.852]     ABI class: X.Org Video Driver, version 13.1
    [    27.852] (II) VESA(0): initializing int10
    [    27.852] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [    27.852] (II) VESA(0): VESA BIOS detected
    [    27.852] (II) VESA(0): VESA VBE Version 3.0
    [    27.852] (II) VESA(0): VESA VBE Total Mem: 65472 kB
    [    27.852] (II) VESA(0): VESA VBE OEM: Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS
    [    27.852] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
    [    27.852] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
    [    27.852] (II) VESA(0): VESA VBE OEM Product: Intel(R) Sandybridge/Ivybridge Graphics Controller
    [    27.852] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    [    27.853] (II) VESA(0): virtual address = 0x7fed73842000,
        physical address = 0xd0000000, size = 67043328
    [    27.858] (II) VESA(0): Setting up VESA Mode 0x17F (1366x768)
    [    27.931] (==) VESA(0): Default visual is TrueColor
    [    27.931] (==) VESA(0): Backing store disabled
    [    27.932] (==) VESA(0): DPMS enabled
    [    27.932] (==) RandR enabled
    [    27.935] (II) SELinux: Disabled on system
    [    27.935] (II) AIGLX: Screen 0 is not DRI2 capable
    [    27.935] (II) AIGLX: Screen 0 is not DRI capable
    [    28.855] (II) AIGLX: Loaded and initialized swrast
    [    28.855] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [    28.878] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [    28.901] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [    28.901] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    28.901] (II) LoadModule: "evdev"
    [    28.901] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [    28.916] (II) Module evdev: vendor="X.Org Foundation"
    [    28.916]     compiled for 1.13.3, module version = 2.7.3
    [    28.916]     Module class: X.Org XInput Driver
    [    28.916]     ABI class: X.Org XInput driver, version 18.0
    [    28.916] (II) Using input driver 'evdev' for 'Power Button'
    [    28.916] (**) Power Button: always reports core events
    [    28.916] (**) evdev: Power Button: Device: "/dev/input/event3"
    [    28.916] (--) evdev: Power Button: Vendor 0 Product 0x1
    [    28.916] (--) evdev: Power Button: Found keys
    [    28.916] (II) evdev: Power Button: Configuring as keyboard
    [    28.916] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [    28.916] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [    28.916] (**) Option "xkb_rules" "evdev"
    [    28.916] (**) Option "xkb_model" "pc105"
    [    28.916] (**) Option "xkb_layout" "no"
    [    28.918] (II) XKB: reuse xkmfile /var/lib/xkb/server-5F8E417E6ED2D276BE32A8CA0E3DB916C21A8CA2.xkm
    [    28.919] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [    28.919] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    28.919] (II) Using input driver 'evdev' for 'Power Button'
    [    28.919] (**) Power Button: always reports core events
    [    28.919] (**) evdev: Power Button: Device: "/dev/input/event0"
    [    28.919] (--) evdev: Power Button: Vendor 0 Product 0x1
    [    28.919] (--) evdev: Power Button: Found keys
    [    28.919] (II) evdev: Power Button: Configuring as keyboard
    [    28.919] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input0/event0"
    [    28.919] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [    28.919] (**) Option "xkb_rules" "evdev"
    [    28.919] (**) Option "xkb_model" "pc105"
    [    28.919] (**) Option "xkb_layout" "no"
    [    28.919] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [    28.919] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [    28.919] (II) Using input driver 'evdev' for 'Sleep Button'
    [    28.919] (**) Sleep Button: always reports core events
    [    28.919] (**) evdev: Sleep Button: Device: "/dev/input/event1"
    [    28.919] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [    28.919] (--) evdev: Sleep Button: Found keys
    [    28.919] (II) evdev: Sleep Button: Configuring as keyboard
    [    28.919] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input1/event1"
    [    28.919] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [    28.919] (**) Option "xkb_rules" "evdev"
    [    28.919] (**) Option "xkb_model" "pc105"
    [    28.919] (**) Option "xkb_layout" "no"
    [    28.919] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [    28.919] (II) No input driver specified, ignoring this device.
    [    28.919] (II) This device may have been added with another device file.
    [    28.920] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event6)
    [    28.920] (II) No input driver specified, ignoring this device.
    [    28.920] (II) This device may have been added with another device file.
    [    28.920] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
    [    28.920] (II) No input driver specified, ignoring this device.
    [    28.920] (II) This device may have been added with another device file.
    [    28.920] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
    [    28.920] (II) No input driver specified, ignoring this device.
    [    28.920] (II) This device may have been added with another device file.
    [    28.920] (II) config/udev: Adding input device Lenovo EasyCamera (/dev/input/event9)
    [    28.920] (**) Lenovo EasyCamera: Applying InputClass "evdev keyboard catchall"
    [    28.920] (II) Using input driver 'evdev' for 'Lenovo EasyCamera'
    [    28.920] (**) Lenovo EasyCamera: always reports core events
    [    28.920] (**) evdev: Lenovo EasyCamera: Device: "/dev/input/event9"
    [    28.920] (--) evdev: Lenovo EasyCamera: Vendor 0x5986 Product 0x51a
    [    28.920] (--) evdev: Lenovo EasyCamera: Found keys
    [    28.920] (II) evdev: Lenovo EasyCamera: Configuring as keyboard
    [    28.920] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input9/event9"
    [    28.920] (II) XINPUT: Adding extended input device "Lenovo EasyCamera" (type: KEYBOARD, id 9)
    [    28.920] (**) Option "xkb_rules" "evdev"
    [    28.920] (**) Option "xkb_model" "pc105"
    [    28.920] (**) Option "xkb_layout" "no"
    [    28.920] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
    [    28.920] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [    28.920] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [    28.920] (**) AT Translated Set 2 keyboard: always reports core events
    [    28.920] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
    [    28.921] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [    28.921] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [    28.921] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [    28.921] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
    [    28.921] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [    28.921] (**) Option "xkb_rules" "evdev"
    [    28.921] (**) Option "xkb_model" "pc105"
    [    28.921] (**) Option "xkb_layout" "no"
    [    28.921] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [    28.921] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [    28.921] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [    28.921] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [    28.921] (II) LoadModule: "synaptics"
    [    28.921] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [    28.921] (II) Module synaptics: vendor="X.Org Foundation"
    [    28.921]     compiled for 1.13.1.901, module version = 1.6.2
    [    28.921]     Module class: X.Org XInput Driver
    [    28.921]     ABI class: X.Org XInput driver, version 18.0
    [    28.921] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [    28.921] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    28.921] (**) Option "Device" "/dev/input/event10"
    [    28.936] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [    28.936] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5728
    [    28.936] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4902
    [    28.936] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [    28.936] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [    28.936] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [    28.936] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [    28.936] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    28.936] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    28.948] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event10"
    [    28.948] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
    [    28.948] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [    28.948] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [    28.948] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.036
    [    28.948] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [    28.948] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [    28.948] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [    28.948] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [    28.948] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    28.948] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [    28.948] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [    28.948] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event5)
    [    28.948] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
    [    28.948] (II) Using input driver 'evdev' for 'Ideapad extra buttons'
    [    28.948] (**) Ideapad extra buttons: always reports core events
    [    28.948] (**) evdev: Ideapad extra buttons: Device: "/dev/input/event5"
    [    28.948] (--) evdev: Ideapad extra buttons: Vendor 0 Product 0
    [    28.948] (--) evdev: Ideapad extra buttons: Found keys
    [    28.948] (II) evdev: Ideapad extra buttons: Configuring as keyboard
    [    28.948] (**) Option "config_info" "udev:/sys/devices/platform/ideapad/input/input5/event5"
    [    28.948] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 12)
    [    28.948] (**) Option "xkb_rules" "evdev"
    [    28.948] (**) Option "xkb_model" "pc105"
    [    28.948] (**) Option "xkb_layout" "no"
    dmesg
    Code:
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Linux version 3.8.0-23-generic (buildd@batsu) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #34-Ubuntu SMP Wed May 29 20:22:58 UTC 2013 (Ubuntu 3.8.0-23.34-generic 3.8.11)
    [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.8.0-23-generic root=/dev/mapper/ubuntu--vg-root ro nomodeset quiet splash vt.handoff=7
    [    0.000000] KERNEL supported cpus:
    [    0.000000]   Intel GenuineIntel
    [    0.000000]   AMD AuthenticAMD
    [    0.000000]   Centaur CentaurHauls
    [    0.000000] e820: BIOS-provided physical RAM map:
    [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
    [    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000c3fecfff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000c3fed000-0x00000000c4d6dfff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000c4d6e000-0x00000000c4daffff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000c4db0000-0x00000000c61affff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000c61b0000-0x00000000caabefff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000caabf000-0x00000000caebefff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000caebf000-0x00000000cafbefff] ACPI NVS
    [    0.000000] BIOS-e820: [mem 0x00000000cafbf000-0x00000000caffefff] ACPI data
    [    0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000cb000000-0x00000000cf9fffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001af5fffff] usable
    [    0.000000] NX (Execute Disable) protection: active
    [    0.000000] SMBIOS 2.7 present.
    [    0.000000] DMI: LENOVO 2189/INVALID, BIOS 5ECN92WW(V8.04) 09/14/2012
    [    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [    0.000000] No AGP bridge found
    [    0.000000] e820: last_pfn = 0x1af600 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-E7FFF write-protect
    [    0.000000]   E8000-EFFFF write-combining
    [    0.000000]   F0000-FFFFF write-protect
    [    0.000000] MTRR variable ranges enabled:
    [    0.000000]   0 base 000000000 mask F80000000 write-back
    [    0.000000]   1 base 080000000 mask FC0000000 write-back
    [    0.000000]   2 base 0C0000000 mask FF8000000 write-back
    [    0.000000]   3 base 0C8000000 mask FFE000000 write-back
    [    0.000000]   4 base 0CA000000 mask FFF000000 write-back
    [    0.000000]   5 base 0FF800000 mask FFF800000 write-protect
    [    0.000000]   6 base 100000000 mask F00000000 write-back
    [    0.000000]   7 base 1AF600000 mask FFFE00000 uncachable
    [    0.000000]   8 base 1AF800000 mask FFF800000 uncachable
    [    0.000000]   9 base 1B0000000 mask FF0000000 uncachable
    [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [    0.000000] e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
    [    0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
    [    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [    0.000000] init_memory_mapping: [mem 0x00000000-0xcaffffff]
    [    0.000000]  [mem 0x00000000-0xcaffffff] page 2M
    [    0.000000] kernel direct mapping tables up to 0xcaffffff @ [mem 0x1fffb000-0x1fffffff]
    [    0.000000] init_memory_mapping: [mem 0x100000000-0x1af5fffff]
    [    0.000000]  [mem 0x100000000-0x1af5fffff] page 2M
    [    0.000000] kernel direct mapping tables up to 0x1af5fffff @ [mem 0xcaabb000-0xcaabefff]
    [    0.000000] RAMDISK: [mem 0x35fe4000-0x36fe9fff]
    [    0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 LENOVO)
    [    0.000000] ACPI: XSDT 00000000caffe210 0009C (v01 LENOVO CB-01    00000001      01000013)
    [    0.000000] ACPI: FACP 00000000caffa000 0010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: DSDT 00000000cafed000 09ECB (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: FACS 00000000cafbb000 00040
    [    0.000000] ACPI: SLIC 00000000caffd000 00176 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: UEFI 00000000caffc000 00236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: ASF! 00000000caffb000 000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: HPET 00000000caff9000 00038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: APIC 00000000caff8000 0008C (v03 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: MCFG 00000000caff7000 0003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: SSDT 00000000cafec000 006FE (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: BOOT 00000000cafea000 00028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: ASPT 00000000cafe8000 00034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: DBGP 00000000cafe7000 00034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: FPDT 00000000cafe5000 00044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: MSDM 00000000cafe4000 00055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: SSDT 00000000cafe3000 009AA (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: SSDT 00000000cafe2000 00A92 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] No NUMA configuration found
    [    0.000000] Faking a node at [mem 0x0000000000000000-0x00000001af5fffff]
    [    0.000000] Initmem setup node 0 [mem 0x00000000-0x1af5fffff]
    [    0.000000]   NODE_DATA [mem 0x1af5fb000-0x1af5fffff]
    [    0.000000]  [ffffea0000000000-ffffea0006bfffff] PMD -> [ffff8801a8c00000-ffff8801aebfffff] on node 0
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
    [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
    [    0.000000]   Normal   [mem 0x100000000-0x1af5fffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x00010000-0x0009cfff]
    [    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
    [    0.000000]   node   0: [mem 0x20200000-0x40003fff]
    [    0.000000]   node   0: [mem 0x40005000-0xc3fecfff]
    [    0.000000]   node   0: [mem 0xc4d6e000-0xc4daffff]
    [    0.000000]   node   0: [mem 0xc61b0000-0xcaabefff]
    [    0.000000]   node   0: [mem 0xcafff000-0xcaffffff]
    [    0.000000]   node   0: [mem 0x100000000-0x1af5fffff]
    [    0.000000] On node 0 totalpages: 1539275
    [    0.000000]   DMA zone: 64 pages used for memmap
    [    0.000000]   DMA zone: 6 pages reserved
    [    0.000000]   DMA zone: 3911 pages, LIFO batch:0
    [    0.000000]   DMA32 zone: 12765 pages used for memmap
    [    0.000000]   DMA32 zone: 804193 pages, LIFO batch:31
    [    0.000000]   Normal zone: 11224 pages used for memmap
    [    0.000000]   Normal zone: 707112 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[0x01] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [    0.000000] IOAPIC[0]: apic_id 0, 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: 0x8086a201 base: 0xfed00000
    [    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    [    0.000000] nr_irqs_gsi: 40
    [    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [    0.000000] PM: Registered nosave memory: 0000000040004000 - 0000000040005000
    [    0.000000] PM: Registered nosave memory: 00000000c3fed000 - 00000000c4d6e000
    [    0.000000] PM: Registered nosave memory: 00000000c4db0000 - 00000000c61b0000
    [    0.000000] PM: Registered nosave memory: 00000000caabf000 - 00000000caebf000
    [    0.000000] PM: Registered nosave memory: 00000000caebf000 - 00000000cafbf000
    [    0.000000] PM: Registered nosave memory: 00000000cafbf000 - 00000000cafff000
    [    0.000000] PM: Registered nosave memory: 00000000cb000000 - 00000000cfa00000
    [    0.000000] PM: Registered nosave memory: 00000000cfa00000 - 00000000f0000000
    [    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
    [    0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000feb00000
    [    0.000000] PM: Registered nosave memory: 00000000feb00000 - 00000000feb04000
    [    0.000000] PM: Registered nosave memory: 00000000feb04000 - 00000000fec00000
    [    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
    [    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000
    [    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 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 - 00000000ffb80000
    [    0.000000] PM: Registered nosave memory: 00000000ffb80000 - 0000000100000000
    [    0.000000] e820: [mem 0xcfa00000-0xefffffff] available for PCI devices
    [    0.000000] Booting paravirtualized kernel on bare hardware
    [    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
    [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff8801af200000 s85056 r8192 d21440 u262144
    [    0.000000] pcpu-alloc: s85056 r8192 d21440 u262144 alloc=1*2097152
    [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
    [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1515216
    [    0.000000] Policy zone: Normal
    [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.8.0-23-generic root=/dev/mapper/ubuntu--vg-root ro nomodeset quiet splash vt.handoff=7
    [    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: 5959592k/7067648k available (7006k kernel code, 910548k absent, 197508k reserved, 6237k data, 996k init)
    [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
    [    0.000000]     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
    [    0.000000] NR_IRQS:16640 nr_irqs:744 16
    [    0.000000] Console: colour dummy device 80x25
    [    0.000000] console [tty0] enabled
    [    0.000000] allocated 25165824 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.004000] tsc: Detected 2593.984 MHz processor
    [    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5187.96 BogoMIPS (lpj=10375936)
    [    0.000004] pid_max: default: 32768 minimum: 301
    [    0.000024] Security Framework initialized
    [    0.000033] AppArmor: AppArmor initialized
    [    0.000034] Yama: becoming mindful.
    [    0.000486] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [    0.002364] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [    0.003190] Mount-cache hash table entries: 256
    [    0.003329] Initializing cgroup subsys cpuacct
    [    0.003331] Initializing cgroup subsys memory
    [    0.003336] Initializing cgroup subsys devices
    [    0.003337] Initializing cgroup subsys freezer
    [    0.003338] Initializing cgroup subsys blkio
    [    0.003339] Initializing cgroup subsys perf_event
    [    0.003341] Initializing cgroup subsys hugetlb
    [    0.003362] CPU: Physical Processor ID: 0
    [    0.003363] CPU: Processor Core ID: 0
    [    0.003367] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [    0.003367] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [    0.003711] mce: CPU supports 7 MCE banks
    [    0.003721] CPU0: Thermal monitoring enabled (TM1)
    [    0.003727] process: using mwait in idle threads
    [    0.003730] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    [    0.003730] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    [    0.003730] tlb_flushall_shift: 1
    [    0.003874] Freeing SMP alternatives: 24k freed
    [    0.005761] ACPI: Core revision 20121018
    [    0.024364] ftrace: allocating 26693 entries in 105 pages
    [    0.036511] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.076119] smpboot: CPU0: Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz (fam: 06, model: 3a, stepping: 09)
    [    0.076129] TSC deadline timer enabled
    [    0.076133] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, Intel PMU driver.
    [    0.076138] ... version:                3
    [    0.076139] ... bit width:              48
    [    0.076140] ... generic registers:      4
    [    0.076141] ... value mask:             0000ffffffffffff
    [    0.076142] ... max period:             000000007fffffff
    [    0.076143] ... fixed-purpose events:   3
    [    0.076143] ... event mask:             000000070000000f
    [    0.090448] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [    0.076970] smpboot: Booting Node   0, Processors  #1 #2 #3
    [    0.117414] Brought up 4 CPUs
    [    0.117417] smpboot: Total of 4 processors activated (20751.87 BogoMIPS)
    [    0.120413] devtmpfs: initialized
    [    0.121161] EVM: security.selinux
    [    0.121162] EVM: security.SMACK64
    [    0.121163] EVM: security.capability
    [    0.121204] PM: Registering ACPI NVS region [mem 0xcaebf000-0xcafbefff] (1048576 bytes)
    [    0.121821] regulator-dummy: no parameters
    [    0.121857] NET: Registered protocol family 16
    [    0.121977] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [    0.121979] ACPI: bus type pci registered
    [    0.122037] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [    0.122039] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [    0.128813] PCI: Using configuration type 1 for base access
    [    0.129470] bio: create slab <bio-0> at 0
    [    0.129534] ACPI: Added _OSI(Module Device)
    [    0.129535] ACPI: Added _OSI(Processor Device)
    [    0.129536] ACPI: Added _OSI(3.0 _SCP Extensions)
    [    0.129539] ACPI: Added _OSI(Processor Aggregator Device)
    [    0.130856] ACPI: EC: Look up EC in DSDT
    [    0.132216] ACPI: Executed 1 blocks of module-level executable AML code
    [    0.134699] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [    0.135301] ACPI: SSDT 00000000cae17018 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20120111)
    [    0.135635] ACPI: Dynamic OEM Table Load:
    [    0.135637] ACPI: SSDT           (null) 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20120111)
    [    0.135856] ACPI: SSDT 00000000cae18a98 00303 (v01  PmRef    ApIst 00003000 INTL 20120111)
    [    0.136212] ACPI: Dynamic OEM Table Load:
    [    0.136214] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20120111)
    [    0.136313] ACPI: SSDT 00000000cae16d98 00119 (v01  PmRef    ApCst 00003000 INTL 20120111)
    [    0.136640] ACPI: Dynamic OEM Table Load:
    [    0.136641] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20120111)
    [    0.137243] ACPI: Interpreter enabled
    [    0.137246] ACPI: (supports S0 S3 S4 S5)
    [    0.137262] ACPI: Using IOAPIC for interrupt routing
    [    0.227664] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [    0.227776] ACPI: No dock devices found.
    [    0.227779] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [    0.227991] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [    0.227993] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [    0.228170] \_SB_.PCI0:_OSC invalid UUID
    [    0.228171] _OSC request data:1 8 1f 
    [    0.228577] PCI host bridge to bus 0000:00
    [    0.228579] pci_bus 0000:00: root bus resource [bus 00-3e]
    [    0.228581] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
    [    0.228582] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
    [    0.228584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [    0.228585] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff]
    [    0.228593] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [    0.228632] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [    0.228642] pci 0000:00:02.0: reg 10: [mem 0xe0000000-0xe03fffff 64bit]
    [    0.228648] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [    0.228653] pci 0000:00:02.0: reg 20: [io  0x3000-0x303f]
    [    0.228705] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [    0.228727] pci 0000:00:14.0: reg 10: [mem 0xe0600000-0xe060ffff 64bit]
    [    0.228797] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [    0.228821] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [    0.228844] pci 0000:00:16.0: reg 10: [mem 0xe0614000-0xe061400f 64bit]
    [    0.228919] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [    0.228952] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [    0.228972] pci 0000:00:1a.0: reg 10: [mem 0xe0619000-0xe06193ff]
    [    0.229062] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [    0.229088] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [    0.229103] pci 0000:00:1b.0: reg 10: [mem 0xe0610000-0xe0613fff 64bit]
    [    0.229170] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [    0.229197] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [    0.229329] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [    0.229367] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [    0.229494] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [    0.229539] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [    0.229559] pci 0000:00:1d.0: reg 10: [mem 0xe0618000-0xe06183ff]
    [    0.229649] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [    0.229675] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
    [    0.229797] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [    0.229815] pci 0000:00:1f.2: reg 10: [io  0x3088-0x308f]
    [    0.229823] pci 0000:00:1f.2: reg 14: [io  0x3094-0x3097]
    [    0.229831] pci 0000:00:1f.2: reg 18: [io  0x3080-0x3087]
    [    0.229839] pci 0000:00:1f.2: reg 1c: [io  0x3090-0x3093]
    [    0.229847] pci 0000:00:1f.2: reg 20: [io  0x3060-0x307f]
    [    0.229855] pci 0000:00:1f.2: reg 24: [mem 0xe0617000-0xe06177ff]
    [    0.229900] pci 0000:00:1f.2: PME# supported from D3hot
    [    0.229919] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [    0.229934] pci 0000:00:1f.3: reg 10: [mem 0xe0615000-0xe06150ff 64bit]
    [    0.229954] pci 0000:00:1f.3: reg 20: [io  0x3040-0x305f]
    [    0.230265] pci 0000:01:00.0: [1969:1090] type 00 class 0x020000
    [    0.230557] pci 0000:01:00.0: reg 10: [mem 0xe0500000-0xe053ffff 64bit]
    [    0.230714] pci 0000:01:00.0: reg 18: [io  0x2000-0x207f]
    [    0.232207] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    0.237423] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [    0.237427] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
    [    0.237431] pci 0000:00:1c.0:   bridge window [mem 0xe0500000-0xe05fffff]
    [    0.237567] pci 0000:02:00.0: [14e4:4727] type 00 class 0x028000
    [    0.237594] pci 0000:02:00.0: reg 10: [mem 0xe0400000-0xe0403fff 64bit]
    [    0.237746] pci 0000:02:00.0: supports D1 D2
    [    0.237747] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [    0.245306] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [    0.245312] pci 0000:00:1c.1:   bridge window [mem 0xe0400000-0xe04fffff]
    [    0.245346] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [    0.245370] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [    0.245448] \_SB_.PCI0:_OSC invalid UUID
    [    0.245449] _OSC request data:1 1f 1f 
    [    0.245452]  pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [    0.245453]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [    0.245836] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [    0.245871] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [    0.245904] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [    0.245937] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [    0.245970] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [    0.246005] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [    0.246038] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [    0.246072] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [    0.246146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [    0.246149] vgaarb: loaded
    [    0.246149] vgaarb: bridge control possible 0000:00:02.0
    [    0.246273] SCSI subsystem initialized
    [    0.246274] ACPI: bus type scsi registered
    [    0.246303] libata version 3.00 loaded.
    [    0.246317] ACPI: bus type usb registered
    [    0.246329] usbcore: registered new interface driver usbfs
    [    0.246335] usbcore: registered new interface driver hub
    [    0.246350] usbcore: registered new device driver usb
    [    0.246410] PCI: Using ACPI for IRQ routing
    [    0.247967] PCI: pci_cache_line_size set to 64 bytes
    [    0.248140] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
    [    0.248142] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [    0.248143] e820: reserve RAM buffer [mem 0xc3fed000-0xc3ffffff]
    [    0.248144] e820: reserve RAM buffer [mem 0xc4db0000-0xc7ffffff]
    [    0.248145] e820: reserve RAM buffer [mem 0xcaabf000-0xcbffffff]
    [    0.248146] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
    [    0.248148] e820: reserve RAM buffer [mem 0x1af600000-0x1afffffff]
    [    0.248208] NetLabel: Initializing
    [    0.248209] NetLabel:  domain hash size = 128
    [    0.248210] NetLabel:  protocols = UNLABELED CIPSOv4
    [    0.248217] NetLabel:  unlabeled traffic allowed by default
    [    0.248265] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [    0.248269] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [    0.250278] Switching to clocksource hpet
    [    0.254104] AppArmor: AppArmor Filesystem Enabled
    [    0.254124] pnp: PnP ACPI init
    [    0.254134] ACPI: bus type pnp registered
    [    0.254163] pnp 00:00: [dma 4]
    [    0.254180] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [    0.254194] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [    0.254300] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [    0.254327] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [    0.254360] system 00:04: [io  0x0680-0x069f] has been reserved
    [    0.254362] system 00:04: [io  0x1000-0x100f] has been reserved
    [    0.254364] system 00:04: [io  0xffff] has been reserved
    [    0.254365] system 00:04: [io  0xffff] has been reserved
    [    0.254367] system 00:04: [io  0x0400-0x0453] has been reserved
    [    0.254370] system 00:04: [io  0x0458-0x047f] has been reserved
    [    0.254372] system 00:04: [io  0x0500-0x057f] has been reserved
    [    0.254373] system 00:04: [io  0x164e-0x164f] has been reserved
    [    0.254375] system 00:04: [io  0xfd60-0xfd63] has been reserved
    [    0.254377] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.254397] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [    0.254429] system 00:06: [io  0x0454-0x0457] has been reserved
    [    0.254431] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [    0.254466] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [    0.254499] pnp 00:08: Plug and Play ACPI device, IDs SYN073b SYN0700 SYN0002 PNP0f13 (active)
    [    0.298326] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [    0.298329] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [    0.298330] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [    0.298332] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [    0.298334] system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved
    [    0.298336] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [    0.298337] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
    [    0.298339] system 00:09: [mem 0xff000000-0xff000fff] has been reserved
    [    0.298341] system 00:09: [mem 0xff010000-0xffffffff] could not be reserved
    [    0.298342] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [    0.298344] system 00:09: [mem 0xcfa00000-0xcfa00fff] has been reserved
    [    0.298346] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.298651] system 00:0a: [mem 0x20000000-0x201fffff] has been reserved
    [    0.298653] system 00:0a: [mem 0x40004000-0x40004fff] has been reserved
    [    0.298655] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [    0.298670] pnp: PnP ACPI: found 11 devices
    [    0.298671] ACPI: ACPI bus type pnp unregistered
    [    0.304718] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [    0.304724] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
    [    0.304731] pci 0000:00:1c.0:   bridge window [mem 0xe0500000-0xe05fffff]
    [    0.304742] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [    0.304749] pci 0000:00:1c.1:   bridge window [mem 0xe0400000-0xe04fffff]
    [    0.304785] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
    [    0.304787] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
    [    0.304788] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [    0.304790] pci_bus 0000:00: resource 7 [mem 0xcfa00000-0xfeafffff]
    [    0.304791] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
    [    0.304793] pci_bus 0000:01: resource 1 [mem 0xe0500000-0xe05fffff]
    [    0.304794] pci_bus 0000:02: resource 1 [mem 0xe0400000-0xe04fffff]
    [    0.304817] NET: Registered protocol family 2
    [    0.304959] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    [    0.305123] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [    0.305231] TCP: Hash tables configured (established 65536 bind 65536)
    [    0.305248] TCP: reno registered
    [    0.305258] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [    0.305280] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [    0.305334] NET: Registered protocol family 1
    [    0.305343] pci 0000:00:02.0: Boot video device
    [    1.903202] pci 0000:00:1a.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
    [    3.500200] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
    [    3.500401] PCI: CLS 64 bytes, default 64
    [    3.500441] Trying to unpack rootfs image as initramfs...
    [    3.731511] Freeing initrd memory: 16408k freed
    [    3.733287] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [    3.733292] software IO TLB [mem 0xc6abb000-0xcaabb000] (64MB) mapped at [ffff8800c6abb000-ffff8800caabafff]
    [    3.733330] Simple Boot Flag at 0x44 set to 0x1
    [    3.733628] Initialise module verification
    [    3.733667] audit: initializing netlink socket (disabled)
    [    3.733675] type=2000 audit(1370173781.728:1): initialized
    [    3.759525] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [    3.760610] VFS: Disk quotas dquot_6.5.2
    [    3.760638] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    3.760961] fuse init (API version 7.20)
    [    3.761018] msgmni has been set to 11671
    [    3.761314] Key type asymmetric registered
    [    3.761316] Asymmetric key parser 'x509' registered
    [    3.761338] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [    3.761360] io scheduler noop registered
    [    3.761362] io scheduler deadline registered (default)
    [    3.761368] io scheduler cfq registered
    [    3.761557] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [    3.761567] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [    3.761593] intel_idle: MWAIT substates: 0x21120
    [    3.761594] intel_idle: v0.4 model 0x3A
    [    3.761595] intel_idle: lapic_timer_reliable_states 0xffffffff
    [    3.761672] ACPI: AC Adapter [ACAD] (on-line)
    [    3.761755] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input0
    [    3.761759] ACPI: Power Button [PWRB]
    [    3.761779] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input1
    [    3.761781] ACPI: Sleep Button [SLPB]
    [    3.761811] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    [    3.761834] ACPI: Lid Switch [LID0]
    [    3.761856] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [    3.761858] ACPI: Power Button [PWRF]
    [    3.761924] ACPI: Requesting acpi_cpufreq
    [    3.850558] thermal LNXTHERM:00: registered as thermal_zone0
    [    3.850560] ACPI: Thermal Zone [TZ00] (50 C)
    [    3.850582] GHES: HEST is not enabled!
    [    3.850650] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [    3.907452] ACPI: Battery Slot [BAT1] (battery present)
    [    3.907549] Linux agpgart interface v0.103
    [    3.908422] brd: module loaded
    [    3.908883] loop: module loaded
    [    3.909097] libphy: Fixed MDIO Bus: probed
    [    3.909136] tun: Universal TUN/TAP device driver, 1.6
    [    3.909137] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
    [    3.909171] PPP generic driver version 2.4.2
    [    3.909209] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    3.909211] ehci-pci: EHCI PCI platform driver
    [    3.909249] ehci-pci 0000:00:1a.0: setting latency timer to 64
    [    3.909252] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [    3.909256] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [    3.909269] ehci-pci 0000:00:1a.0: debug port 2
    [    3.913163] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [    3.913176] ehci-pci 0000:00:1a.0: irq 16, io mem 0xe0619000
    [    3.923407] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [    3.923446] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    3.923447] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.923449] usb usb1: Product: EHCI Host Controller
    [    3.923450] usb usb1: Manufacturer: Linux 3.8.0-23-generic ehci_hcd
    [    3.923452] usb usb1: SerialNumber: 0000:00:1a.0
    [    3.923543] hub 1-0:1.0: USB hub found
    [    3.923546] hub 1-0:1.0: 2 ports detected
    [    3.923630] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [    3.923633] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [    3.923638] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [    3.923651] ehci-pci 0000:00:1d.0: debug port 2
    [    3.927541] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [    3.927552] ehci-pci 0000:00:1d.0: irq 23, io mem 0xe0618000
    [    3.939378] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [    3.939411] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [    3.939412] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.939414] usb usb2: Product: EHCI Host Controller
    [    3.939415] usb usb2: Manufacturer: Linux 3.8.0-23-generic ehci_hcd
    [    3.939416] usb usb2: SerialNumber: 0000:00:1d.0
    [    3.939506] hub 2-0:1.0: USB hub found
    [    3.939510] hub 2-0:1.0: 2 ports detected
    [    3.939579] ehci-platform: EHCI generic platform driver
    [    3.939584] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    3.939592] uhci_hcd: USB Universal Host Controller Interface driver
    [    3.939633] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [    3.939637] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [    3.939640] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [    3.939801] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [    3.939844] xhci_hcd 0000:00:14.0: irq 40 for MSI/MSI-X
    [    3.939886] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [    3.939888] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.939889] usb usb3: Product: xHCI Host Controller
    [    3.939891] usb usb3: Manufacturer: Linux 3.8.0-23-generic xhci_hcd
    [    3.939892] usb usb3: SerialNumber: 0000:00:14.0
    [    3.939948] xHCI xhci_add_endpoint called for root hub
    [    3.939949] xHCI xhci_check_bandwidth called for root hub
    [    3.939963] hub 3-0:1.0: USB hub found
    [    3.939971] hub 3-0:1.0: 4 ports detected
    [    3.940212] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [    3.940215] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [    3.940234] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
    [    3.940236] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.940237] usb usb4: Product: xHCI Host Controller
    [    3.940239] usb usb4: Manufacturer: Linux 3.8.0-23-generic xhci_hcd
    [    3.940240] usb usb4: SerialNumber: 0000:00:14.0
    [    3.940293] xHCI xhci_add_endpoint called for root hub
    [    3.940294] xHCI xhci_check_bandwidth called for root hub
    [    3.940306] hub 4-0:1.0: USB hub found
    [    3.940315] hub 4-0:1.0: 4 ports detected
    [    3.940618] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS0] at 0x60,0x64 irq 1,12
    [    3.955280] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    3.955285] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    3.955363] mousedev: PS/2 mouse device common for all mice
    [    3.955660] rtc_cmos 00:05: RTC can wake from S4
    [    3.955771] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [    3.955801] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [    3.955858] device-mapper: uevent: version 1.0.3
    [    3.955902] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
    [    3.955962] cpuidle: using governor ladder
    [    3.956039] cpuidle: using governor menu
    [    3.956042] ledtrig-cpu: registered to indicate activity on CPUs
    [    3.956044] EFI Variables Facility v0.08 2004-May-17
    [    3.956178] ashmem: initialized
    [    3.956270] TCP: cubic registered
    [    3.956328] NET: Registered protocol family 10
    [    3.956454] NET: Registered protocol family 17
    [    3.956462] Key type dns_resolver registered
    [    3.956637] Loading module verification certificates
    [    3.957362] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: 56e46bc0cb04523939d9ba580c4ec55a355d1a93'
    [    3.957370] registered taskstats version 1
    [    3.959435] Key type trusted registered
    [    3.961086] Key type encrypted registered
    [    3.963215] rtc_cmos 00:05: setting system clock to 2013-06-02 11:49:42 UTC (1370173782)
    [    3.963979] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    [    3.963980] EDD information not available.
    [    3.965145] Freeing unused kernel memory: 996k freed
    [    3.965233] Write protecting the kernel read-only data: 12288k
    [    3.967656] Freeing unused kernel memory: 1176k freed
    [    3.969697] Freeing unused kernel memory: 1080k freed
    [    3.971161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
    [    3.978830] udevd[108]: starting version 175
    [    4.008742] Disabling lock debugging due to kernel taint
    [    4.009277] ahci 0000:00:1f.2: version 3.0
    [    4.009342] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [    4.009369] ahci: SSS flag set, parallel bus scan disabled
    [    4.023239] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
    [    4.023245] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems apst 
    [    4.023254] ahci 0000:00:1f.2: setting latency timer to 64
    [    4.031628] scsi0 : ahci
    [    4.031714] scsi1 : ahci
    [    4.031848] scsi2 : ahci
    [    4.031904] scsi3 : ahci
    [    4.031952] scsi4 : ahci
    [    4.032002] scsi5 : ahci
    [    4.032038] ata1: SATA max UDMA/133 abar m2048@0xe0617000 port 0xe0617100 irq 41
    [    4.032040] ata2: DUMMY
    [    4.032045] ata3: SATA max UDMA/133 abar m2048@0xe0617000 port 0xe0617200 irq 41
    [    4.032046] ata4: DUMMY
    [    4.032048] ata5: DUMMY
    [    4.032049] ata6: DUMMY
    [    4.234854] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [    4.350648] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [    4.357163] ata1.00: failed to enable AA (error_mask=0x1)
    [    4.357166] ata1.00: ATA-8: ST1000LM024 HN-M101MBB, 2AR10001, max UDMA/100
    [    4.357168] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [    4.363726] ata1.00: failed to enable AA (error_mask=0x1)
    [    4.363749] ata1.00: configured for UDMA/100
    [    4.367039] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
    [    4.367045] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    4.367281] hub 1-1:1.0: USB hub found
    [    4.367373] hub 1-1:1.0: 6 ports detected
    [    4.370751] scsi 0:0:0:0: Direct-Access     ATA      ST1000LM024 HN-M 2AR1 PQ: 0 ANSI: 5
    [    4.370879] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [    4.370883] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [    4.370924] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [    4.370927] sd 0:0:0:0: [sda] Write Protect is off
    [    4.370929] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    4.370939] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    4.416083]  sda: sda1 sda2 < sda5 >
    [    4.416434] sd 0:0:0:0: [sda] Attached SCSI disk
    [    4.478399] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [    4.610571] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
    [    4.610577] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    4.610828] hub 2-1:1.0: USB hub found
    [    4.610928] hub 2-1:1.0: 6 ports detected
    [    4.682198] usb 1-1.3: new full-speed USB device number 3 using ehci-pci
    [    4.690007] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    4.705091] ata3.00: ATAPI: MATSHITA DVD-RAM UJ8D1, 8.10, max UDMA/100
    [    4.718297] ata3.00: configured for UDMA/100
    [    4.724817] scsi 2:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ8D1    8.10 PQ: 0 ANSI: 5
    [    4.729921] tsc: Refined TSC clocksource calibration: 2594.151 MHz
    [    4.729925] Switching to clocksource tsc
    [    4.738508] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [    4.738526] cdrom: Uniform CD-ROM driver Revision: 3.20
    [    4.738666] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [    4.738736] sr 2:0:0:0: Attached scsi generic sg1 type 5
    [    4.777595] usb 1-1.3: New USB device found, idVendor=0489, idProduct=e032
    [    4.777602] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    4.777606] usb 1-1.3: Product: BCM20702A0
    [    4.777609] usb 1-1.3: Manufacturer: Broadcom Corp
    [    4.777611] usb 1-1.3: SerialNumber: C0143DD8159C
    [    4.849724] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
    [    4.942450] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=0129
    [    4.942456] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    4.942473] usb 1-1.4: Product: USB2.0-CRW
    [    4.942474] usb 1-1.4: Manufacturer: Generic
    [    4.942476] usb 1-1.4: SerialNumber: 20100201396000000
    [    5.013566] usb 2-1.6: new high-speed USB device number 3 using ehci-pci
    [    5.102643] bio: create slab <bio-1> at 1
    [    5.115501] usb 2-1.6: New USB device found, idVendor=5986, idProduct=051a
    [    5.115521] usb 2-1.6: New USB device strings: Mfr=3, Product=1, SerialNumber=0
    [    5.115523] usb 2-1.6: Product: Lenovo EasyCamera
    [    5.115524] usb 2-1.6: Manufacturer: Generic
    [    6.327804] EXT4-fs (dm-0): INFO: recovery required on readonly filesystem
    [    6.327807] EXT4-fs (dm-0): write access will be enabled during recovery
    [    6.866338] EXT4-fs (dm-0): orphan cleanup on readonly fs
    [    6.866345] EXT4-fs (dm-0): ext4_orphan_cleanup: deleting unreferenced inode 28845381
    [    6.866395] EXT4-fs (dm-0): ext4_orphan_cleanup: deleting unreferenced inode 28845755
    [    6.866405] EXT4-fs (dm-0): ext4_orphan_cleanup: deleting unreferenced inode 28845844
    [    6.866413] EXT4-fs (dm-0): 3 orphan inodes deleted
    [    6.866414] EXT4-fs (dm-0): recovery complete
    [    7.035090] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
    [   14.812936] Adding 6152188k swap on /dev/mapper/ubuntu--vg-swap_1.  Priority:-1 extents:1 across:6152188k 
    [   14.989761] udevd[385]: starting version 175
    [   15.243881] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x13
    [   15.247300] lp: driver loaded but no devices found
    [   15.249887] Qualcomm Atheros(R) AR816x/AR817x PCI-E Ethernet Network Driver
    [   15.250921] alx 0000:01:00.0: PHY has been configured.
    [   15.256084] alx 0000:01:00.0: alx(20:89:84:2d:49:47): Qualcomm Atheros Ethernet Network Connection
    [   15.258220] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121018/utaddress-251)
    [   15.258228] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [   15.258235] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
    [   15.258239] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [   15.258240] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
    [   15.258243] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [   15.258244] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [   15.262212] mei 0000:00:16.0: setting latency timer to 64
    [   15.263392] cfg80211: Calling CRDA to update world regulatory domain
    [   15.265782] [drm] Initialized drm 1.1.0 20060810
    [   15.268139] lib80211: common routines for IEEE802.11 drivers
    [   15.268190] lib80211_crypt: registered algorithm 'NULL'
    [   15.269510] mei 0000:00:16.0: irq 42 for MSI/MSI-X
    [   15.271601] wl: module license 'MIXED/Proprietary' taints kernel.
    [   15.282432] [drm:drm_pci_agp_init] *ERROR* Cannot initialize the agpgart module.
    [   15.282440] DRM: Fill_in_dev failed.
    [   15.323324] INFO @wl_cfg80211_attach : Registered CFG80211 phy
    [   15.327302] lib80211_crypt: registered algorithm 'TKIP'
    [   15.343020] input: Ideapad extra buttons as /devices/platform/ideapad/input/input5
    [   15.347121] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
    [   15.357970] hda_codec: CX20590: BIOS auto-probing.
    [   15.364351] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [   15.364464] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [   15.364562] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [   15.371567] Linux video capture interface: v2.00
    [   15.379634] Bluetooth: Core ver 2.16
    [   15.379680] NET: Registered protocol family 31
    [   15.379682] Bluetooth: HCI device and connection manager initialized
    [   15.379688] Bluetooth: HCI socket layer initialized
    [   15.379690] Bluetooth: L2CAP socket layer initialized
    [   15.379697] Bluetooth: SCO socket layer initialized
    [   15.382397] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (5986:051a)
    [   15.394524] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input9
    [   15.394587] usbcore: registered new interface driver uvcvideo
    [   15.394588] USB Video Class driver (1.1.1)
    [   15.394684] rts5139: module is from the staging directory, the quality is unknown, you have been warned.
    [   15.402001] scsi6 : SCSI emulation for RTS5139 USB card reader
    [   15.402099] usbcore: registered new interface driver rts5139
    [   15.402120] scsi 6:0:0:0: Direct-Access     Generic- xD/SD/M.S.       1.00 PQ: 0 ANSI: 0 CCS
    [   15.402426] sd 6:0:0:0: Attached scsi generic sg2 type 0
    [   15.405409] sd 6:0:0:0: [sdb] Attached SCSI removable disk
    [   15.552905] type=1400 audit(1370166594.106:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=650 comm="apparmor_parser"
    [   15.552913] type=1400 audit(1370166594.106:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=649 comm="apparmor_parser"
    [   15.553249] type=1400 audit(1370166594.106:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=649 comm="apparmor_parser"
    [   15.553254] type=1400 audit(1370166594.106:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=650 comm="apparmor_parser"
    [   15.553433] type=1400 audit(1370166594.106:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=649 comm="apparmor_parser"
    [   15.553441] type=1400 audit(1370166594.106:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=650 comm="apparmor_parser"
    [   15.579248] eth1: Broadcom BCM4727 802.11 Hybrid Wireless Controller 6.20.155.1 (r326264)
    [   15.580346] usbcore: registered new interface driver btusb
    [   15.583587] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x13
    [   15.584843] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x13
    [   15.587651] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x13
    [   15.589037] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
    [   15.606781] kvm: disabled by bios
    [   15.627941] Bluetooth: can't load firmware, may not work correctly
    [   15.861793] cfg80211: World regulatory domain updated:
    [   15.861797] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [   15.861798] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   15.861800] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [   15.861801] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [   15.861802] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   15.861803] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   16.382250] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400, board id: 1695, fw id: 739436
    [   16.446294] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input10
    [   17.249599] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
    [   19.291084] vesafb: mode is 1366x768x32, linelength=5504, pages=0
    [   19.291086] vesafb: scrolling: redraw
    [   19.291088] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [   19.291094] mtrr: no more MTRRs available
    [   19.291720] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90005200000, using 4160k, total 4160k
    [   19.291832] Console: switching to colour frame buffer device 170x48
    [   19.293737] fb0: VESA VGA frame buffer device
    [   25.467997] init: failsafe main process (919) killed by TERM signal
    [   25.687564] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [   25.687567] Bluetooth: BNEP filters: protocol multicast
    [   25.687574] Bluetooth: BNEP socket layer initialized
    [   25.688341] Bluetooth: RFCOMM TTY layer initialized
    [   25.688348] Bluetooth: RFCOMM socket layer initialized
    [   25.688349] Bluetooth: RFCOMM ver 1.11
    [   25.973019] ppdev: user-space parallel port driver
    [   26.033646] init: avahi-cups-reload main process (1000) terminated with status 1
    [   26.040702] type=1400 audit(1370166604.614:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=1034 comm="apparmor_parser"
    [   26.041075] type=1400 audit(1370166604.614:9): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=1034 comm="apparmor_parser"
    [   26.141424] type=1400 audit(1370166604.714:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1068 comm="apparmor_parser"
    [   26.141641] type=1400 audit(1370166604.714:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser" pid=1068 comm="apparmor_parser"
    [   26.142032] type=1400 audit(1370166604.718:12): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper" pid=1070 comm="apparmor_parser"
    [   26.142039] type=1400 audit(1370166604.718:13): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper" pid=1069 comm="apparmor_parser"
    [   26.142294] type=1400 audit(1370166604.718:14): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper//chromium_browser" pid=1070 comm="apparmor_parser"
    [   26.142300] type=1400 audit(1370166604.718:15): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper//chromium_browser" pid=1069 comm="apparmor_parser"
    [   26.143414] type=1400 audit(1370166604.718:16): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1071 comm="apparmor_parser"
    [   26.145597] type=1400 audit(1370166604.718:17): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=1074 comm="apparmor_parser"
    [   27.705469] alx 0000:01:00.0: irq 44 for MSI/MSI-X
    [   27.705474] alx 0000:01:00.0: irq 45 for MSI/MSI-X
    [   27.705478] alx 0000:01:00.0: irq 46 for MSI/MSI-X
    [   27.705481] alx 0000:01:00.0: irq 47 for MSI/MSI-X
    [   27.705487] alx 0000:01:00.0: irq 48 for MSI/MSI-X
    [   27.710258] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   27.714839] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

  6. #6
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: 13.04 My laptop freezes when waking up from suspend

    I can see lot of errors in dmesg.. check them out
    Code:
     0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)    
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)    
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    
    
     0.245452] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.245904] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.245970] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.    
    [ 1.903202] pci 0000:00:1a.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001    
    [ 3.500200] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001    
    [ 3.733667] audit: initializing netlink socket (disabled)
    [ 3.850582] GHES: HEST is not enabled!
    
    
    [ 3.963980] EDD information not available.    
    [ 4.009369] ahci: SSS flag set, parallel bus scan disabled    
    [ 4.357163] ata1.00: failed to enable AA (error_mask=0x1)    
    [ 4.363726] ata1.00: failed to enable AA (error_mask=0x1)    
    [ 6.866338] EXT4-fs (dm-0): orphan cleanup on readonly fs    
    [ 6.866345] EXT4-fs (dm-0): ext4_orphan_cleanup: deleting unreferenced inode 28845381    
    [ 6.866395] EXT4-fs (dm-0): ext4_orphan_cleanup: deleting unreferenced inode 28845755    
    [ 6.866405] EXT4-fs (dm-0): ext4_orphan_cleanup: deleting unreferenced inode 28845844    
    [ 15.258220] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121018/utaddress-251)    
    [ 15.258235] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)    
    [ 15.258240] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)    
    [ 15.282440] DRM: Fill_in_dev failed.
    I think the most important here are
    Code:
    DRM: Fill_in_dev failed.
    and of course the errors you forgot to mention (as you said)
    Code:
    [drm:drm_pci_agp_init]  *ERROR* Cannot initialize the agpart module
    DRM: Fill_in_dev failed
    We are close to open a bug report. (regression maybe ? ).

    Try with nomodeset option and see if boot normally.

    P.S : Are you sure that your only problem here is the resume from suspend ?

  7. #7
    Join Date
    Oct 2012
    Beans
    29

    Re: 13.04 My laptop freezes when waking up from suspend

    Quote Originally Posted by NikTh View Post
    I think the most important here are
    Code:
    DRM: Fill_in_dev failed.
    and of course the errors you forgot to mention (as you said)
    Code:
    [drm:drm_pci_agp_init]  *ERROR* Cannot initialize the agpart module
    DRM: Fill_in_dev failed
    What does these errors represent?
    Quote Originally Posted by NikTh View Post
    Try with nomodeset option and see if boot normally.
    I tried entering grub by pressing SHIFT during boot. I did not enter grub, but got two other side effects in stead:
    1. During boot I usually get a disk scan or something similar - it only appears for 0.5 seconds so I'm not sure what it is. It did not appear when I spammed SHIFT.
    2. My mouse stopped working when I logged in (maybe before)
    I tried twice and got the same results both times.

    After that I put nomodeset in /etc/default/grub
    The next boot showed no error messages (!)
    Then I tried to suspend it again, and it crashed like usual.
    On the following reboots the error messages appeared like usual.
    Quote Originally Posted by NikTh View Post
    P.S : Are you sure that your only problem here is the resume from suspend ?
    Like I mentioned earlier, the laptop also crashes when I log out from my sessions. The only difference from the suspend-crash is that the screen is purple.
    Also, I am currently using i3wm. When I tried using Unity a couple of times, the laptop crashed after a couple of minutes every time.
    When I'm in i3wm there are no issues.

    List of errors:

    • suspend-wakeup crash
    • logout crash
    • random crashes and error reports in Unity
    • errors during boot
    • generally slow boot (purple screen appears for a long time)


    Here's a dmesg after setting nomodeset in case it might be relevant.
    Code:
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Linux version 3.8.0-23-generic (buildd@batsu) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #34-Ubuntu SMP Wed May 29 20:22:58 UTC 2013 (Ubuntu 3.8.0-23.34-generic 3.8.11)
    [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.8.0-23-generic root=/dev/mapper/ubuntu--vg-root ro nomodeset quiet splash nomodeset vt.handoff=7
    [    0.000000] KERNEL supported cpus:
    [    0.000000]   Intel GenuineIntel
    [    0.000000]   AMD AuthenticAMD
    [    0.000000]   Centaur CentaurHauls
    [    0.000000] e820: BIOS-provided physical RAM map:
    [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
    [    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000c3fecfff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000c3fed000-0x00000000c4d6dfff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000c4d6e000-0x00000000c4daffff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000c4db0000-0x00000000c61affff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000c61b0000-0x00000000caabefff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000caabf000-0x00000000caebefff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000caebf000-0x00000000cafbefff] ACPI NVS
    [    0.000000] BIOS-e820: [mem 0x00000000cafbf000-0x00000000caffefff] ACPI data
    [    0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000cb000000-0x00000000cf9fffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001af5fffff] usable
    [    0.000000] NX (Execute Disable) protection: active
    [    0.000000] SMBIOS 2.7 present.
    [    0.000000] DMI: LENOVO 2189/INVALID, BIOS 5ECN92WW(V8.04) 09/14/2012
    [    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [    0.000000] No AGP bridge found
    [    0.000000] e820: last_pfn = 0x1af600 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-E7FFF write-protect
    [    0.000000]   E8000-EFFFF write-combining
    [    0.000000]   F0000-FFFFF write-protect
    [    0.000000] MTRR variable ranges enabled:
    [    0.000000]   0 base 000000000 mask F80000000 write-back
    [    0.000000]   1 base 080000000 mask FC0000000 write-back
    [    0.000000]   2 base 0C0000000 mask FF8000000 write-back
    [    0.000000]   3 base 0C8000000 mask FFE000000 write-back
    [    0.000000]   4 base 0CA000000 mask FFF000000 write-back
    [    0.000000]   5 base 0FF800000 mask FFF800000 write-protect
    [    0.000000]   6 base 100000000 mask F00000000 write-back
    [    0.000000]   7 base 1AF600000 mask FFFE00000 uncachable
    [    0.000000]   8 base 1AF800000 mask FFF800000 uncachable
    [    0.000000]   9 base 1B0000000 mask FF0000000 uncachable
    [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [    0.000000] e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
    [    0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
    [    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [    0.000000] init_memory_mapping: [mem 0x00000000-0xcaffffff]
    [    0.000000]  [mem 0x00000000-0xcaffffff] page 2M
    [    0.000000] kernel direct mapping tables up to 0xcaffffff @ [mem 0x1fffb000-0x1fffffff]
    [    0.000000] init_memory_mapping: [mem 0x100000000-0x1af5fffff]
    [    0.000000]  [mem 0x100000000-0x1af5fffff] page 2M
    [    0.000000] kernel direct mapping tables up to 0x1af5fffff @ [mem 0xcaabb000-0xcaabefff]
    [    0.000000] RAMDISK: [mem 0x35fe4000-0x36fe9fff]
    [    0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 LENOVO)
    [    0.000000] ACPI: XSDT 00000000caffe210 0009C (v01 LENOVO CB-01    00000001      01000013)
    [    0.000000] ACPI: FACP 00000000caffa000 0010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: DSDT 00000000cafed000 09ECB (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: FACS 00000000cafbb000 00040
    [    0.000000] ACPI: SLIC 00000000caffd000 00176 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: UEFI 00000000caffc000 00236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: ASF! 00000000caffb000 000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: HPET 00000000caff9000 00038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: APIC 00000000caff8000 0008C (v03 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: MCFG 00000000caff7000 0003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: SSDT 00000000cafec000 006FE (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: BOOT 00000000cafea000 00028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: ASPT 00000000cafe8000 00034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: DBGP 00000000cafe7000 00034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: FPDT 00000000cafe5000 00044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: MSDM 00000000cafe4000 00055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: SSDT 00000000cafe3000 009AA (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: SSDT 00000000cafe2000 00A92 (v01 LENOVO CB-01    00000001 ACPI 00040000)
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] No NUMA configuration found
    [    0.000000] Faking a node at [mem 0x0000000000000000-0x00000001af5fffff]
    [    0.000000] Initmem setup node 0 [mem 0x00000000-0x1af5fffff]
    [    0.000000]   NODE_DATA [mem 0x1af5fb000-0x1af5fffff]
    [    0.000000]  [ffffea0000000000-ffffea0006bfffff] PMD -> [ffff8801a8c00000-ffff8801aebfffff] on node 0
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
    [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
    [    0.000000]   Normal   [mem 0x100000000-0x1af5fffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x00010000-0x0009cfff]
    [    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
    [    0.000000]   node   0: [mem 0x20200000-0x40003fff]
    [    0.000000]   node   0: [mem 0x40005000-0xc3fecfff]
    [    0.000000]   node   0: [mem 0xc4d6e000-0xc4daffff]
    [    0.000000]   node   0: [mem 0xc61b0000-0xcaabefff]
    [    0.000000]   node   0: [mem 0xcafff000-0xcaffffff]
    [    0.000000]   node   0: [mem 0x100000000-0x1af5fffff]
    [    0.000000] On node 0 totalpages: 1539275
    [    0.000000]   DMA zone: 64 pages used for memmap
    [    0.000000]   DMA zone: 6 pages reserved
    [    0.000000]   DMA zone: 3911 pages, LIFO batch:0
    [    0.000000]   DMA32 zone: 12765 pages used for memmap
    [    0.000000]   DMA32 zone: 804193 pages, LIFO batch:31
    [    0.000000]   Normal zone: 11224 pages used for memmap
    [    0.000000]   Normal zone: 707112 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[0x01] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [    0.000000] IOAPIC[0]: apic_id 0, 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: 0x8086a201 base: 0xfed00000
    [    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    [    0.000000] nr_irqs_gsi: 40
    [    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [    0.000000] PM: Registered nosave memory: 0000000040004000 - 0000000040005000
    [    0.000000] PM: Registered nosave memory: 00000000c3fed000 - 00000000c4d6e000
    [    0.000000] PM: Registered nosave memory: 00000000c4db0000 - 00000000c61b0000
    [    0.000000] PM: Registered nosave memory: 00000000caabf000 - 00000000caebf000
    [    0.000000] PM: Registered nosave memory: 00000000caebf000 - 00000000cafbf000
    [    0.000000] PM: Registered nosave memory: 00000000cafbf000 - 00000000cafff000
    [    0.000000] PM: Registered nosave memory: 00000000cb000000 - 00000000cfa00000
    [    0.000000] PM: Registered nosave memory: 00000000cfa00000 - 00000000f0000000
    [    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
    [    0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000feb00000
    [    0.000000] PM: Registered nosave memory: 00000000feb00000 - 00000000feb04000
    [    0.000000] PM: Registered nosave memory: 00000000feb04000 - 00000000fec00000
    [    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
    [    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000
    [    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 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 - 00000000ffb80000
    [    0.000000] PM: Registered nosave memory: 00000000ffb80000 - 0000000100000000
    [    0.000000] e820: [mem 0xcfa00000-0xefffffff] available for PCI devices
    [    0.000000] Booting paravirtualized kernel on bare hardware
    [    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
    [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff8801af200000 s85056 r8192 d21440 u262144
    [    0.000000] pcpu-alloc: s85056 r8192 d21440 u262144 alloc=1*2097152
    [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
    [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1515216
    [    0.000000] Policy zone: Normal
    [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.8.0-23-generic root=/dev/mapper/ubuntu--vg-root ro nomodeset quiet splash nomodeset vt.handoff=7
    [    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: 5959592k/7067648k available (7006k kernel code, 910548k absent, 197508k reserved, 6237k data, 996k init)
    [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
    [    0.000000]     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
    [    0.000000] NR_IRQS:16640 nr_irqs:744 16
    [    0.000000] Console: colour dummy device 80x25
    [    0.000000] console [tty0] enabled
    [    0.000000] allocated 25165824 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.004000] tsc: Detected 2593.899 MHz processor
    [    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5187.79 BogoMIPS (lpj=10375596)
    [    0.000004] pid_max: default: 32768 minimum: 301
    [    0.000024] Security Framework initialized
    [    0.000033] AppArmor: AppArmor initialized
    [    0.000034] Yama: becoming mindful.
    [    0.000486] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [    0.002366] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [    0.003192] Mount-cache hash table entries: 256
    [    0.003332] Initializing cgroup subsys cpuacct
    [    0.003334] Initializing cgroup subsys memory
    [    0.003339] Initializing cgroup subsys devices
    [    0.003340] Initializing cgroup subsys freezer
    [    0.003342] Initializing cgroup subsys blkio
    [    0.003343] Initializing cgroup subsys perf_event
    [    0.003345] Initializing cgroup subsys hugetlb
    [    0.003365] CPU: Physical Processor ID: 0
    [    0.003366] CPU: Processor Core ID: 0
    [    0.003371] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [    0.003371] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [    0.003714] mce: CPU supports 7 MCE banks
    [    0.003724] CPU0: Thermal monitoring enabled (TM1)
    [    0.003731] process: using mwait in idle threads
    [    0.003734] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    [    0.003734] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    [    0.003734] tlb_flushall_shift: 1
    [    0.003877] Freeing SMP alternatives: 24k freed
    [    0.005769] ACPI: Core revision 20121018
    [    0.022674] ftrace: allocating 26693 entries in 105 pages
    [    0.034793] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.074400] smpboot: CPU0: Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz (fam: 06, model: 3a, stepping: 09)
    [    0.074407] TSC deadline timer enabled
    [    0.074411] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, Intel PMU driver.
    [    0.074416] ... version:                3
    [    0.074417] ... bit width:              48
    [    0.074418] ... generic registers:      4
    [    0.074419] ... value mask:             0000ffffffffffff
    [    0.074420] ... max period:             000000007fffffff
    [    0.074421] ... fixed-purpose events:   3
    [    0.074421] ... event mask:             000000070000000f
    [    0.088719] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [    0.075248] smpboot: Booting Node   0, Processors  #1 #2 #3
    [    0.115682] Brought up 4 CPUs
    [    0.115685] smpboot: Total of 4 processors activated (20751.19 BogoMIPS)
    [    0.118670] devtmpfs: initialized
    [    0.119419] EVM: security.selinux
    [    0.119420] EVM: security.SMACK64
    [    0.119421] EVM: security.capability
    [    0.119465] PM: Registering ACPI NVS region [mem 0xcaebf000-0xcafbefff] (1048576 bytes)
    [    0.120079] regulator-dummy: no parameters
    [    0.120114] NET: Registered protocol family 16
    [    0.120240] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [    0.120241] ACPI: bus type pci registered
    [    0.120298] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [    0.120300] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [    0.127073] PCI: Using configuration type 1 for base access
    [    0.127733] bio: create slab <bio-0> at 0
    [    0.127796] ACPI: Added _OSI(Module Device)
    [    0.127798] ACPI: Added _OSI(Processor Device)
    [    0.127799] ACPI: Added _OSI(3.0 _SCP Extensions)
    [    0.127802] ACPI: Added _OSI(Processor Aggregator Device)
    [    0.129114] ACPI: EC: Look up EC in DSDT
    [    0.130475] ACPI: Executed 1 blocks of module-level executable AML code
    [    0.132947] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [    0.133553] ACPI: SSDT 00000000cae17018 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20120111)
    [    0.133886] ACPI: Dynamic OEM Table Load:
    [    0.133888] ACPI: SSDT           (null) 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20120111)
    [    0.134109] ACPI: SSDT 00000000cae18a98 00303 (v01  PmRef    ApIst 00003000 INTL 20120111)
    [    0.134465] ACPI: Dynamic OEM Table Load:
    [    0.134467] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20120111)
    [    0.134567] ACPI: SSDT 00000000cae16d98 00119 (v01  PmRef    ApCst 00003000 INTL 20120111)
    [    0.134893] ACPI: Dynamic OEM Table Load:
    [    0.134895] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20120111)
    [    0.135493] ACPI: Interpreter enabled
    [    0.135496] ACPI: (supports S0 S3 S4 S5)
    [    0.135512] ACPI: Using IOAPIC for interrupt routing
    [    0.225818] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [    0.225928] ACPI: No dock devices found.
    [    0.225931] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [    0.226143] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [    0.226145] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [    0.226313] \_SB_.PCI0:_OSC invalid UUID
    [    0.226315] _OSC request data:1 8 1f 
    [    0.226719] PCI host bridge to bus 0000:00
    [    0.226722] pci_bus 0000:00: root bus resource [bus 00-3e]
    [    0.226724] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
    [    0.226725] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
    [    0.226727] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [    0.226728] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff]
    [    0.226736] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [    0.226769] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [    0.226779] pci 0000:00:02.0: reg 10: [mem 0xe0000000-0xe03fffff 64bit]
    [    0.226786] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [    0.226790] pci 0000:00:02.0: reg 20: [io  0x3000-0x303f]
    [    0.226841] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [    0.226863] pci 0000:00:14.0: reg 10: [mem 0xe0600000-0xe060ffff 64bit]
    [    0.226933] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [    0.226956] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [    0.226978] pci 0000:00:16.0: reg 10: [mem 0xe0614000-0xe061400f 64bit]
    [    0.227054] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [    0.227087] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [    0.227107] pci 0000:00:1a.0: reg 10: [mem 0xe0619000-0xe06193ff]
    [    0.227198] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [    0.227224] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [    0.227239] pci 0000:00:1b.0: reg 10: [mem 0xe0610000-0xe0613fff 64bit]
    [    0.227306] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [    0.227330] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [    0.227407] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [    0.227432] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [    0.227509] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [    0.227548] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [    0.227569] pci 0000:00:1d.0: reg 10: [mem 0xe0618000-0xe06183ff]
    [    0.227659] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [    0.227684] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
    [    0.227807] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [    0.227825] pci 0000:00:1f.2: reg 10: [io  0x3088-0x308f]
    [    0.227833] pci 0000:00:1f.2: reg 14: [io  0x3094-0x3097]
    [    0.227841] pci 0000:00:1f.2: reg 18: [io  0x3080-0x3087]
    [    0.227849] pci 0000:00:1f.2: reg 1c: [io  0x3090-0x3093]
    [    0.227857] pci 0000:00:1f.2: reg 20: [io  0x3060-0x307f]
    [    0.227865] pci 0000:00:1f.2: reg 24: [mem 0xe0617000-0xe06177ff]
    [    0.227909] pci 0000:00:1f.2: PME# supported from D3hot
    [    0.227927] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [    0.227942] pci 0000:00:1f.3: reg 10: [mem 0xe0615000-0xe06150ff 64bit]
    [    0.227963] pci 0000:00:1f.3: reg 20: [io  0x3040-0x305f]
    [    0.228102] pci 0000:01:00.0: [1969:1090] type 00 class 0x020000
    [    0.228198] pci 0000:01:00.0: reg 10: [mem 0xe0500000-0xe053ffff 64bit]
    [    0.228249] pci 0000:01:00.0: reg 18: [io  0x2000-0x207f]
    [    0.228724] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    0.235572] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [    0.235577] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
    [    0.235581] pci 0000:00:1c.0:   bridge window [mem 0xe0500000-0xe05fffff]
    [    0.235694] pci 0000:02:00.0: [14e4:4727] type 00 class 0x028000
    [    0.235727] pci 0000:02:00.0: reg 10: [mem 0xe0400000-0xe0403fff 64bit]
    [    0.235925] pci 0000:02:00.0: supports D1 D2
    [    0.235926] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [    0.243564] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [    0.243570] pci 0000:00:1c.1:   bridge window [mem 0xe0400000-0xe04fffff]
    [    0.243603] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [    0.243628] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [    0.243707] \_SB_.PCI0:_OSC invalid UUID
    [    0.243708] _OSC request data:1 1f 1f 
    [    0.243711]  pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [    0.243712]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [    0.244095] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [    0.244130] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [    0.244163] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [    0.244196] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [    0.244229] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [    0.244264] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [    0.244297] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [    0.244330] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [    0.244405] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [    0.244407] vgaarb: loaded
    [    0.244408] vgaarb: bridge control possible 0000:00:02.0
    [    0.244532] SCSI subsystem initialized
    [    0.244533] ACPI: bus type scsi registered
    [    0.244562] libata version 3.00 loaded.
    [    0.244575] ACPI: bus type usb registered
    [    0.244587] usbcore: registered new interface driver usbfs
    [    0.244592] usbcore: registered new interface driver hub
    [    0.244607] usbcore: registered new device driver usb
    [    0.244669] PCI: Using ACPI for IRQ routing
    [    0.246236] PCI: pci_cache_line_size set to 64 bytes
    [    0.246327] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
    [    0.246329] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [    0.246330] e820: reserve RAM buffer [mem 0xc3fed000-0xc3ffffff]
    [    0.246331] e820: reserve RAM buffer [mem 0xc4db0000-0xc7ffffff]
    [    0.246332] e820: reserve RAM buffer [mem 0xcaabf000-0xcbffffff]
    [    0.246333] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
    [    0.246335] e820: reserve RAM buffer [mem 0x1af600000-0x1afffffff]
    [    0.246393] NetLabel: Initializing
    [    0.246395] NetLabel:  domain hash size = 128
    [    0.246395] NetLabel:  protocols = UNLABELED CIPSOv4
    [    0.246402] NetLabel:  unlabeled traffic allowed by default
    [    0.246453] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [    0.246457] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [    0.248465] Switching to clocksource hpet
    [    0.252225] AppArmor: AppArmor Filesystem Enabled
    [    0.252243] pnp: PnP ACPI init
    [    0.252253] ACPI: bus type pnp registered
    [    0.252281] pnp 00:00: [dma 4]
    [    0.252298] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [    0.252312] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [    0.252390] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [    0.252412] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [    0.252445] system 00:04: [io  0x0680-0x069f] has been reserved
    [    0.252447] system 00:04: [io  0x1000-0x100f] has been reserved
    [    0.252448] system 00:04: [io  0xffff] has been reserved
    [    0.252450] system 00:04: [io  0xffff] has been reserved
    [    0.252452] system 00:04: [io  0x0400-0x0453] has been reserved
    [    0.252481] system 00:04: [io  0x0458-0x047f] has been reserved
    [    0.252484] system 00:04: [io  0x0500-0x057f] has been reserved
    [    0.252485] system 00:04: [io  0x164e-0x164f] has been reserved
    [    0.252487] system 00:04: [io  0xfd60-0xfd63] has been reserved
    [    0.252489] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.252508] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [    0.252540] system 00:06: [io  0x0454-0x0457] has been reserved
    [    0.252542] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [    0.252573] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [    0.252603] pnp 00:08: Plug and Play ACPI device, IDs SYN073b SYN0700 SYN0002 PNP0f13 (active)
    [    0.296507] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [    0.296510] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [    0.296512] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [    0.296513] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [    0.296515] system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved
    [    0.296517] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [    0.296518] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
    [    0.296520] system 00:09: [mem 0xff000000-0xff000fff] has been reserved
    [    0.296522] system 00:09: [mem 0xff010000-0xffffffff] could not be reserved
    [    0.296523] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [    0.296525] system 00:09: [mem 0xcfa00000-0xcfa00fff] has been reserved
    [    0.296527] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.296798] system 00:0a: [mem 0x20000000-0x201fffff] has been reserved
    [    0.296800] system 00:0a: [mem 0x40004000-0x40004fff] has been reserved
    [    0.296803] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [    0.296817] pnp: PnP ACPI: found 11 devices
    [    0.296818] ACPI: ACPI bus type pnp unregistered
    [    0.302662] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [    0.302667] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
    [    0.302672] pci 0000:00:1c.0:   bridge window [mem 0xe0500000-0xe05fffff]
    [    0.302680] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [    0.302685] pci 0000:00:1c.1:   bridge window [mem 0xe0400000-0xe04fffff]
    [    0.302714] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
    [    0.302715] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
    [    0.302717] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [    0.302718] pci_bus 0000:00: resource 7 [mem 0xcfa00000-0xfeafffff]
    [    0.302720] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
    [    0.302722] pci_bus 0000:01: resource 1 [mem 0xe0500000-0xe05fffff]
    [    0.302723] pci_bus 0000:02: resource 1 [mem 0xe0400000-0xe04fffff]
    [    0.302746] NET: Registered protocol family 2
    [    0.302888] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    [    0.303051] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [    0.303159] TCP: Hash tables configured (established 65536 bind 65536)
    [    0.303174] TCP: reno registered
    [    0.303185] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [    0.303208] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [    0.303261] NET: Registered protocol family 1
    [    0.303270] pci 0000:00:02.0: Boot video device
    [    1.901383] pci 0000:00:1a.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
    [    3.498380] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
    [    3.498545] PCI: CLS 64 bytes, default 64
    [    3.498585] Trying to unpack rootfs image as initramfs...
    [    3.729673] Freeing initrd memory: 16408k freed
    [    3.731452] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [    3.731457] software IO TLB [mem 0xc6abb000-0xcaabb000] (64MB) mapped at [ffff8800c6abb000-ffff8800caabafff]
    [    3.731496] Simple Boot Flag at 0x44 set to 0x1
    [    3.731792] Initialise module verification
    [    3.731825] audit: initializing netlink socket (disabled)
    [    3.731833] type=2000 audit(1370183436.724:1): initialized
    [    3.757647] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [    3.758708] VFS: Disk quotas dquot_6.5.2
    [    3.758736] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    3.759061] fuse init (API version 7.20)
    [    3.759117] msgmni has been set to 11671
    [    3.759486] Key type asymmetric registered
    [    3.759488] Asymmetric key parser 'x509' registered
    [    3.759515] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [    3.759539] io scheduler noop registered
    [    3.759540] io scheduler deadline registered (default)
    [    3.759544] io scheduler cfq registered
    [    3.759689] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [    3.759698] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [    3.759725] intel_idle: MWAIT substates: 0x21120
    [    3.759726] intel_idle: v0.4 model 0x3A
    [    3.759727] intel_idle: lapic_timer_reliable_states 0xffffffff
    [    3.759803] ACPI: AC Adapter [ACAD] (on-line)
    [    3.759872] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input0
    [    3.759876] ACPI: Power Button [PWRB]
    [    3.759897] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input1
    [    3.759899] ACPI: Sleep Button [SLPB]
    [    3.759928] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    [    3.759947] ACPI: Lid Switch [LID0]
    [    3.759969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [    3.759971] ACPI: Power Button [PWRF]
    [    3.760031] ACPI: Requesting acpi_cpufreq
    [    3.848706] thermal LNXTHERM:00: registered as thermal_zone0
    [    3.848708] ACPI: Thermal Zone [TZ00] (45 C)
    [    3.848733] GHES: HEST is not enabled!
    [    3.848807] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [    3.901666] ACPI: Battery Slot [BAT1] (battery present)
    [    3.901762] Linux agpgart interface v0.103
    [    3.902590] brd: module loaded
    [    3.902974] loop: module loaded
    [    3.903190] libphy: Fixed MDIO Bus: probed
    [    3.903228] tun: Universal TUN/TAP device driver, 1.6
    [    3.903229] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
    [    3.903259] PPP generic driver version 2.4.2
    [    3.903299] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    3.903301] ehci-pci: EHCI PCI platform driver
    [    3.903338] ehci-pci 0000:00:1a.0: setting latency timer to 64
    [    3.903341] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [    3.903345] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [    3.903358] ehci-pci 0000:00:1a.0: debug port 2
    [    3.907248] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [    3.907262] ehci-pci 0000:00:1a.0: irq 16, io mem 0xe0619000
    [    3.917595] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [    3.917633] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    3.917635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.917636] usb usb1: Product: EHCI Host Controller
    [    3.917638] usb usb1: Manufacturer: Linux 3.8.0-23-generic ehci_hcd
    [    3.917639] usb usb1: SerialNumber: 0000:00:1a.0
    [    3.917728] hub 1-0:1.0: USB hub found
    [    3.917732] hub 1-0:1.0: 2 ports detected
    [    3.917805] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [    3.917808] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [    3.917812] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [    3.917823] ehci-pci 0000:00:1d.0: debug port 2
    [    3.921715] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [    3.921727] ehci-pci 0000:00:1d.0: irq 23, io mem 0xe0618000
    [    3.933573] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [    3.933608] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [    3.933610] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.933612] usb usb2: Product: EHCI Host Controller
    [    3.933613] usb usb2: Manufacturer: Linux 3.8.0-23-generic ehci_hcd
    [    3.933614] usb usb2: SerialNumber: 0000:00:1d.0
    [    3.933698] hub 2-0:1.0: USB hub found
    [    3.933702] hub 2-0:1.0: 2 ports detected
    [    3.933760] ehci-platform: EHCI generic platform driver
    [    3.933765] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    3.933773] uhci_hcd: USB Universal Host Controller Interface driver
    [    3.933808] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [    3.933811] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [    3.933815] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [    3.933897] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [    3.933936] xhci_hcd 0000:00:14.0: irq 40 for MSI/MSI-X
    [    3.933977] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [    3.933978] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.933980] usb usb3: Product: xHCI Host Controller
    [    3.933981] usb usb3: Manufacturer: Linux 3.8.0-23-generic xhci_hcd
    [    3.933982] usb usb3: SerialNumber: 0000:00:14.0
    [    3.934033] xHCI xhci_add_endpoint called for root hub
    [    3.934035] xHCI xhci_check_bandwidth called for root hub
    [    3.934049] hub 3-0:1.0: USB hub found
    [    3.934055] hub 3-0:1.0: 4 ports detected
    [    3.934272] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [    3.934274] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [    3.934293] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
    [    3.934294] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.934296] usb usb4: Product: xHCI Host Controller
    [    3.934297] usb usb4: Manufacturer: Linux 3.8.0-23-generic xhci_hcd
    [    3.934298] usb usb4: SerialNumber: 0000:00:14.0
    [    3.934349] xHCI xhci_add_endpoint called for root hub
    [    3.934351] xHCI xhci_check_bandwidth called for root hub
    [    3.934363] hub 4-0:1.0: USB hub found
    [    3.934369] hub 4-0:1.0: 4 ports detected
    [    3.934640] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS0] at 0x60,0x64 irq 1,12
    [    3.949812] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    3.949817] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    3.949901] mousedev: PS/2 mouse device common for all mice
    [    3.950144] rtc_cmos 00:05: RTC can wake from S4
    [    3.950255] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [    3.950283] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [    3.950341] device-mapper: uevent: version 1.0.3
    [    3.950386] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
    [    3.950457] cpuidle: using governor ladder
    [    3.950532] cpuidle: using governor menu
    [    3.950536] ledtrig-cpu: registered to indicate activity on CPUs
    [    3.950537] EFI Variables Facility v0.08 2004-May-17
    [    3.950669] ashmem: initialized
    [    3.950760] TCP: cubic registered
    [    3.950818] NET: Registered protocol family 10
    [    3.950939] NET: Registered protocol family 17
    [    3.950949] Key type dns_resolver registered
    [    3.951137] Loading module verification certificates
    [    3.951868] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: 56e46bc0cb04523939d9ba580c4ec55a355d1a93'
    [    3.951877] registered taskstats version 1
    [    3.953903] Key type trusted registered
    [    3.955598] Key type encrypted registered
    [    3.957449] rtc_cmos 00:05: setting system clock to 2013-06-02 14:30:37 UTC (1370183437)
    [    3.958084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    [    3.958086] EDD information not available.
    [    3.959250] Freeing unused kernel memory: 996k freed
    [    3.959337] Write protecting the kernel read-only data: 12288k
    [    3.961726] Freeing unused kernel memory: 1176k freed
    [    3.963750] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
    [    3.963769] Freeing unused kernel memory: 1080k freed
    [    3.972395] udevd[107]: starting version 175
    [    3.995017] Disabling lock debugging due to kernel taint
    [    3.995540] ahci 0000:00:1f.2: version 3.0
    [    3.995604] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [    3.995633] ahci: SSS flag set, parallel bus scan disabled
    [    4.009448] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
    [    4.009453] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems apst 
    [    4.009460] ahci 0000:00:1f.2: setting latency timer to 64
    [    4.018432] scsi0 : ahci
    [    4.018523] scsi1 : ahci
    [    4.018570] scsi2 : ahci
    [    4.018624] scsi3 : ahci
    [    4.018680] scsi4 : ahci
    [    4.018721] scsi5 : ahci
    [    4.018743] ata1: SATA max UDMA/133 abar m2048@0xe0617000 port 0xe0617100 irq 41
    [    4.018744] ata2: DUMMY
    [    4.018747] ata3: SATA max UDMA/133 abar m2048@0xe0617000 port 0xe0617200 irq 41
    [    4.018747] ata4: DUMMY
    [    4.018748] ata5: DUMMY
    [    4.018749] ata6: DUMMY
    [    4.229037] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [    4.336851] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [    4.343320] ata1.00: failed to enable AA (error_mask=0x1)
    [    4.343326] ata1.00: ATA-8: ST1000LM024 HN-M101MBB, 2AR10001, max UDMA/100
    [    4.343330] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [    4.349822] ata1.00: failed to enable AA (error_mask=0x1)
    [    4.349832] ata1.00: configured for UDMA/100
    [    4.357033] scsi 0:0:0:0: Direct-Access     ATA      ST1000LM024 HN-M 2AR1 PQ: 0 ANSI: 5
    [    4.357156] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [    4.357158] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [    4.357173] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [    4.357217] sd 0:0:0:0: [sda] Write Protect is off
    [    4.357221] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    4.357252] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    4.361116] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
    [    4.361122] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    4.361364] hub 1-1:1.0: USB hub found
    [    4.361445] hub 1-1:1.0: 6 ports detected
    [    4.387464]  sda: sda1 sda2 < sda5 >
    [    4.387973] sd 0:0:0:0: [sda] Attached SCSI disk
    [    4.472588] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [    4.604654] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
    [    4.604660] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    4.604901] hub 2-1:1.0: USB hub found
    [    4.604999] hub 2-1:1.0: 6 ports detected
    [    4.676206] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    4.676242] usb 1-1.3: new full-speed USB device number 3 using ehci-pci
    [    4.691315] ata3.00: ATAPI: MATSHITA DVD-RAM UJ8D1, 8.10, max UDMA/100
    [    4.704484] ata3.00: configured for UDMA/100
    [    4.710935] scsi 2:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ8D1    8.10 PQ: 0 ANSI: 5
    [    4.719526] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [    4.719532] cdrom: Uniform CD-ROM driver Revision: 3.20
    [    4.719697] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [    4.719756] sr 2:0:0:0: Attached scsi generic sg1 type 5
    [    4.728115] tsc: Refined TSC clocksource calibration: 2594.104 MHz
    [    4.728150] Switching to clocksource tsc
    [    4.771801] usb 1-1.3: New USB device found, idVendor=0489, idProduct=e032
    [    4.771808] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    4.771812] usb 1-1.3: Product: BCM20702A0
    [    4.771814] usb 1-1.3: Manufacturer: Broadcom Corp
    [    4.771817] usb 1-1.3: SerialNumber: C0143DD8159C
    [    4.843928] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
    [    4.936495] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=0129
    [    4.936502] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    4.936505] usb 1-1.4: Product: USB2.0-CRW
    [    4.936508] usb 1-1.4: Manufacturer: Generic
    [    4.936511] usb 1-1.4: SerialNumber: 20100201396000000
    [    4.969304] bio: create slab <bio-1> at 1
    [    5.007641] usb 2-1.6: new high-speed USB device number 3 using ehci-pci
    [    5.109426] usb 2-1.6: New USB device found, idVendor=5986, idProduct=051a
    [    5.109433] usb 2-1.6: New USB device strings: Mfr=3, Product=1, SerialNumber=0
    [    5.109436] usb 2-1.6: Product: Lenovo EasyCamera
    [    5.109439] usb 2-1.6: Manufacturer: Generic
    [    5.962706] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
    [   13.964989] Adding 6152188k swap on /dev/mapper/ubuntu--vg-swap_1.  Priority:-1 extents:1 across:6152188k 
    [   14.141848] udevd[387]: starting version 175
    [   14.364895] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x13
    [   14.372876] lp: driver loaded but no devices found
    [   14.374909] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121018/utaddress-251)
    [   14.374916] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [   14.374920] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
    [   14.374924] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [   14.374925] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
    [   14.374928] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [   14.374929] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [   14.378763] mei 0000:00:16.0: setting latency timer to 64
    [   14.378771] [drm] Initialized drm 1.1.0 20060810
    [   14.378825] mei 0000:00:16.0: irq 42 for MSI/MSI-X
    [   14.379330] Qualcomm Atheros(R) AR816x/AR817x PCI-E Ethernet Network Driver
    [   14.379868] alx 0000:01:00.0: PHY has been configured.
    [   14.382243] cfg80211: Calling CRDA to update world regulatory domain
    [   14.384647] alx 0000:01:00.0: alx(20:89:84:2d:49:47): Qualcomm Atheros Ethernet Network Connection
    [   14.386249] lib80211: common routines for IEEE802.11 drivers
    [   14.386252] lib80211_crypt: registered algorithm 'NULL'
    [   14.387847] wl: module license 'MIXED/Proprietary' taints kernel.
    [   14.405851] [drm:drm_pci_agp_init] *ERROR* Cannot initialize the agpgart module.
    [   14.405858] DRM: Fill_in_dev failed.
    [   14.428200] input: Ideapad extra buttons as /devices/platform/ideapad/input/input5
    [   14.430023] INFO @wl_cfg80211_attach : Registered CFG80211 phy
    [   14.435240] lib80211_crypt: registered algorithm 'TKIP'
    [   14.453832] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
    [   14.466734] hda_codec: CX20590: BIOS auto-probing.
    [   14.473002] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [   14.473114] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [   14.473203] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [   14.570788] cfg80211: World regulatory domain updated:
    [   14.570790] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [   14.570792] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   14.570793] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [   14.570794] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [   14.570795] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   14.570796] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   14.689064] eth1: Broadcom BCM4727 802.11 Hybrid Wireless Controller 6.20.155.1 (r326264)
    [   14.770028] Linux video capture interface: v2.00
    [   14.775302] Bluetooth: Core ver 2.16
    [   14.775323] NET: Registered protocol family 31
    [   14.775324] Bluetooth: HCI device and connection manager initialized
    [   14.775331] Bluetooth: HCI socket layer initialized
    [   14.775334] Bluetooth: L2CAP socket layer initialized
    [   14.775339] Bluetooth: SCO socket layer initialized
    [   14.777298] usbcore: registered new interface driver btusb
    [   14.777467] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (5986:051a)
    [   14.781200] rts5139: module is from the staging directory, the quality is unknown, you have been warned.
    [   14.784807] scsi6 : SCSI emulation for RTS5139 USB card reader
    [   14.784927] scsi 6:0:0:0: Direct-Access     Generic- xD/SD/M.S.       1.00 PQ: 0 ANSI: 0 CCS
    [   14.784935] usbcore: registered new interface driver rts5139
    [   14.785288] sd 6:0:0:0: Attached scsi generic sg2 type 0
    [   14.788158] sd 6:0:0:0: [sdb] Attached SCSI removable disk
    [   14.789476] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input9
    [   14.789535] usbcore: registered new interface driver uvcvideo
    [   14.789537] USB Video Class driver (1.1.1)
    [   14.864255] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x13
    [   14.864288] Bluetooth: can't load firmware, may not work correctly
    [   14.865338] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x13
    [   14.866173] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x13
    [   14.867165] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
    [   14.880161] kvm: disabled by bios
    [   15.048035] type=1400 audit(1370176248.604:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=695 comm="apparmor_parser"
    [   15.048285] type=1400 audit(1370176248.604:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=693 comm="apparmor_parser"
    [   15.048292] type=1400 audit(1370176248.604:4): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=694 comm="apparmor_parser"
    [   15.048314] type=1400 audit(1370176248.604:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=695 comm="apparmor_parser"
    [   15.048465] type=1400 audit(1370176248.604:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=695 comm="apparmor_parser"
    [   15.048618] type=1400 audit(1370176248.604:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=693 comm="apparmor_parser"
    [   15.048623] type=1400 audit(1370176248.604:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=694 comm="apparmor_parser"
    [   15.048815] type=1400 audit(1370176248.608:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=693 comm="apparmor_parser"
    [   15.048820] type=1400 audit(1370176248.608:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=694 comm="apparmor_parser"
    [   15.506366] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400, board id: 1695, fw id: 739436
    [   15.572887] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input10
    [   15.963370] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
    [   16.874899] init: failsafe main process (902) killed by TERM signal
    [   17.222131] type=1400 audit(1370176250.784:11): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=990 comm="apparmor_parser"
    [   17.238718] Bluetooth: RFCOMM TTY layer initialized
    [   17.238729] Bluetooth: RFCOMM socket layer initialized
    [   17.238730] Bluetooth: RFCOMM ver 1.11
    [   17.239857] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [   17.239860] Bluetooth: BNEP filters: protocol multicast
    [   17.239868] Bluetooth: BNEP socket layer initialized
    [   17.693888] vesafb: mode is 1366x768x32, linelength=5504, pages=0
    [   17.693892] vesafb: scrolling: redraw
    [   17.693894] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [   17.693900] mtrr: no more MTRRs available
    [   17.694513] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90005280000, using 4160k, total 4160k
    [   17.694625] Console: switching to colour frame buffer device 170x48
    [   17.697578] fb0: VESA VGA frame buffer device
    [   17.739819] ppdev: user-space parallel port driver
    [   17.845072] init: avahi-cups-reload main process (1038) terminated with status 1
    [   19.925707] alx 0000:01:00.0: irq 44 for MSI/MSI-X
    [   19.925712] alx 0000:01:00.0: irq 45 for MSI/MSI-X
    [   19.925715] alx 0000:01:00.0: irq 46 for MSI/MSI-X
    [   19.925718] alx 0000:01:00.0: irq 47 for MSI/MSI-X
    [   19.925720] alx 0000:01:00.0: irq 48 for MSI/MSI-X
    [   19.930153] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   19.934878] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   21.803913] init: plymouth-stop pre-start process (1325) terminated with status 1
    Last edited by hansnn; June 2nd, 2013 at 01:52 PM. Reason: Thought I'd include another dmesg

  8. #8
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: 13.04 My laptop freezes when waking up from suspend

    Try to use Unity instead of i3wm. Use the default environment.
    I think this is a low-level problem. Bad module, bad kernel.. something like that. Of course I'm not an Intel developer or/and kernel, so I can only suggest to open a bug report and let the developers handle this.

    If you don't know how to open a bug report, read here. But again, use the native Ubuntu environment and packages also. For the bug report to be complete.

    As last effort here, you can try the latest mainline kernel => http://kernel.ubuntu.com/~kernel-ppa.../v3.9.4-saucy/ and see if this problem is fixed there. If not, you can use this to your bug report ( "I used the latest mainline kernel and the problem remains").

    As for the mainline kernel installation, download 3 .deb packages from site. "linux-headers.....all.deb" is architecture independent. The other 2 (linux-headers and linux-image) depends on your system's arch. amd64=64bit Ubuntu , i386=32bit Ubuntu. So download and install the 3 appropriate packages. Reboot and automatically the system will reboot from the newest kernel (3.9).

    I hope this kernel solve your problem, or else you have to report a bug and wait for the bug to be fixed.

    Regards
    NikTh

  9. #9
    Join Date
    Oct 2012
    Beans
    29

    Re: 13.04 My laptop freezes when waking up from suspend

    I will try that. Thank you for your assistance and if it does not work I will definitely file a bug report.

    Will report here how it works out.
    Last edited by hansnn; June 2nd, 2013 at 02:36 PM. Reason: google answered my questions

  10. #10
    Join Date
    Oct 2012
    Beans
    29

    Re: 13.04 My laptop freezes when waking up from suspend

    Got a problem while installing the packages.

    The all.deb package installed fine. But the other two packages gave me the python error: No module named apport when trying to import apport.
    So I installed apport with sudo apt-get install python-apport and now I get this other error.

    Code:
    martinux@g580:~/Downloads$ sudo dpkg -i linux-headers-3.9.4-030904-generic_3.9.4-030904.201305241545_amd64.deb 
    (Reading database ... 226254 files and directories currently installed.)
    Preparing to replace linux-headers-3.9.4-030904-generic 3.9.4-030904.201305241545 (using linux-headers-3.9.4-030904-generic_3.9.4-030904.201305241545_amd64.deb) ...
    Unpacking replacement linux-headers-3.9.4-030904-generic ...
    Setting up linux-headers-3.9.4-030904-generic (3.9.4-030904.201305241545) ...
    Examining /etc/kernel/header_postinst.d.
    run-parts: executing /etc/kernel/header_postinst.d/dkms 3.9.4-030904-generic /boot/vmlinuz-3.9.4-030904-generic
    ERROR (dkms apport): kernel package linux-headers-3.9.4-030904-generic is not supported
    Error! Bad return status for module build on kernel: 3.9.4-030904-generic (x86_64)
    Consult /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/make.log for more information.
    Here is the make.log

    Code:
    DKMS make.log for bcmwl-6.20.155.1+bdcom for kernel 3.9.4-030904-generic (x86_64)
    sø. 02. juni 16:18:29 +0200 2013
    make: Entering directory `/usr/src/linux-headers-3.9.4-030904-generic'
    CFG80211 API is prefered for this kernel version
    Using CFG80211 API
      LD      /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/built-in.o
      CC [M]  /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/shared/linux_osl.o
      CC [M]  /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_linux.o
      CC [M]  /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_iw.o
      CC [M]  /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.o
    /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1578:2: warning: initialization from incompatible pointer type [enabled by default]
    /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1578:2: warning: (near initialization for ‘wl_cfg80211_ops.set_tx_power’) [enabled by default]
    /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1579:2: warning: initialization from incompatible pointer type [enabled by default]
    /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1579:2: warning: (near initialization for ‘wl_cfg80211_ops.get_tx_power’) [enabled by default]
    /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c: In function ‘wl_update_bss_info’:
    /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:2025:3: warning: passing argument 1 of ‘cfg80211_put_bss’ from incompatible pointer type [enabled by default]
    In file included from /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:33:0:
    include/net/cfg80211.h:3302:6: note: expected ‘struct wiphy *’ but argument is of type ‘struct cfg80211_bss *’
    /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:2025:3: error: too few arguments to function ‘cfg80211_put_bss’
    In file included from /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:33:0:
    include/net/cfg80211.h:3302:6: note: declared here
    make[1]: *** [/var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.o] Error 1
    make: *** [_module_/var/lib/dkms/bcmwl/6.20.155.1+bdcom/build] Error 2
    make: Leaving directory `/usr/src/linux-headers-3.9.4-030904-generic'

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •