* [Q77 express][x86_64][DRI][DRM/intel]Does intel_agp in the latest kernel 3.3.4 or 3.4 rc6 support ivybridge (xeon E3-1285, 3.6GHz)?
@ 2012-05-11 2:37 袁竞杰
2012-05-11 13:25 ` Eugeni Dodonov
0 siblings, 1 reply; 5+ messages in thread
From: 袁竞杰 @ 2012-05-11 2:37 UTC (permalink / raw)
To: intel-gfx
[-- Attachment #1.1: Type: text/plain, Size: 1622 bytes --]
System environment:
xf86-video-intel:2.17.0
intel-driver(for vaapi):1.0.15
libva:1.0.15
libdrm:2.4.32
xserver:11.0
Mesa:8.0.2
kernel version:3.3.4
system: ubuntu 12.04
VGA:intel Ivy Bridge Graphics Controller
Bug description:
I try to use VAAPI,an error comes out ""Xfree86-DRI "missing on display ":0".libva:va_getDriverName() returns -1"when using ivybridge CPU(xeon E3-1285,3.6GHz ) ,but sandybridge CPU works well.
I check the Xorg.0.log,find "failed to load module "intel_drv.so ".
dmesg: [ 3.156733] [drm:i915_init] *ERROR* drm/i915 can't work without intel_agp module!
I printk my device in 3.3.4 kernel Intel_agp source code,my device is PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_HB 158,
It appears in intel_agp.h
#define PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_HB 0x0158 /* Server */
but in intel-gtt.c
intel_gtt_chipsets[]=
{
......
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_GT1_IG,
"Ivybridge", &sandybridge_gtt_driver },
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_GT2_IG,
"Ivybridge", &sandybridge_gtt_driver },
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_M_GT1_IG,
"Ivybridge", &sandybridge_gtt_driver },
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_M_GT2_IG,
"Ivybridge", &sandybridge_gtt_driver },
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_GT1_IG,
"Ivybridge", &sandybridge_gtt_driver },
......
}
There isn't a PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_HB .
so I think maybe intel_agp in the newest kernel 3.3.4 or 3.4 rc6 support ivybridge (xeon E3-1285,3.6GHz) .
Is this the problem? how can I fix it?
thank you very much !
[-- Attachment #1.2: Type: text/html, Size: 4732 bytes --]
[-- Attachment #2: Xorg.0.log.log --]
[-- Type: application/octet-stream, Size: 82417 bytes --]
[ 15.630]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[ 15.630] X Protocol Version 11, Revision 0
[ 15.630] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[ 15.630] Current Operating System: Linux ginger-2012-Client-Platform 3.3.4 #5 SMP Mon May 7 21:14:13 CST 2012 x86_64
[ 15.630] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.3.4 root=UUID=84ed59ea-ac8a-4a41-a52c-8baabee3de51 ro quiet splash vt.handoff=7
[ 15.630] Build Date: 21 March 2012 06:12:53AM
[ 15.630] xorg-server 2:1.11.4-0ubuntu7 (For technical support please see http://www.ubuntu.com/support)
[ 15.630] Current version of pixman: 0.24.4
[ 15.630] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 15.630] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 15.630] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 11 09:37:23 2012
[ 15.630] (==) Using config file: "/etc/X11/xorg.conf"
[ 15.630] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 15.863] (==) No Layout section. Using the first Screen section.
[ 15.863] (**) |-->Screen "Default Screen" (0)
[ 15.863] (**) | |-->Monitor "Configured Monitor"
[ 15.863] (**) | |-->Device "Configured Video Device"
[ 15.863] (==) Automatically adding devices
[ 15.863] (==) Automatically enabling devices
[ 15.875] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 15.875] Entry deleted from font path.
[ 15.875] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 15.875] Entry deleted from font path.
[ 15.875] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 15.875] Entry deleted from font path.
[ 15.875] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 15.875] Entry deleted from font path.
[ 15.875] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 15.875] Entry deleted from font path.
[ 15.960] (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
[ 15.960] Entry deleted from font path.
[ 15.960] (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
[ 15.960] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 15.960] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 15.960] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 15.960] (II) Loader magic: 0x7f1c4e0adb00
[ 15.960] (II) Module ABI versions:
[ 15.960] X.Org ANSI C Emulation: 0.4
[ 15.960] X.Org Video Driver: 11.0
[ 15.960] X.Org XInput driver : 16.0
[ 15.960] X.Org Server Extension : 6.0
[ 15.960] (--) PCI:*(0:0:2:0) 8086:016a:8086:2211 rev 8, Mem @ 0x9fc00000/4194304, 0xc0000000/536870912, I/O @ 0x00002000/64
[ 15.960] (II) Open ACPI successful (/var/run/acpid.socket)
[ 15.960] (II) LoadModule: "extmod"
[ 16.029] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 16.029] (II) Module extmod: vendor="X.Org Foundation"
[ 16.029] compiled for 1.11.3, module version = 1.0.0
[ 16.029] Module class: X.Org Server Extension
[ 16.029] ABI class: X.Org Server Extension, version 6.0
[ 16.029] (II) Loading extension MIT-SCREEN-SAVER
[ 16.029] (II) Loading extension XFree86-VidModeExtension
[ 16.029] (II) Loading extension XFree86-DGA
[ 16.029] (II) Loading extension DPMS
[ 16.029] (II) Loading extension XVideo
[ 16.029] (II) Loading extension XVideo-MotionCompensation
[ 16.029] (II) Loading extension X-Resource
[ 16.029] (II) LoadModule: "dbe"
[ 16.029] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 16.029] (II) Module dbe: vendor="X.Org Foundation"
[ 16.029] compiled for 1.11.3, module version = 1.0.0
[ 16.029] Module class: X.Org Server Extension
[ 16.029] ABI class: X.Org Server Extension, version 6.0
[ 16.029] (II) Loading extension DOUBLE-BUFFER
[ 16.029] (II) LoadModule: "glx"
[ 16.029] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 16.029] (II) Module glx: vendor="X.Org Foundation"
[ 16.029] compiled for 1.11.3, module version = 1.0.0
[ 16.029] ABI class: X.Org Server Extension, version 6.0
[ 16.029] (==) AIGLX enabled
[ 16.029] (II) Loading extension GLX
[ 16.029] (II) LoadModule: "record"
[ 16.029] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 16.029] (II) Module record: vendor="X.Org Foundation"
[ 16.029] compiled for 1.11.3, module version = 1.13.0
[ 16.029] Module class: X.Org Server Extension
[ 16.029] ABI class: X.Org Server Extension, version 6.0
[ 16.029] (II) Loading extension RECORD
[ 16.029] (II) LoadModule: "dri"
[ 16.030] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 16.030] (II) Module dri: vendor="X.Org Foundation"
[ 16.030] compiled for 1.11.3, module version = 1.0.0
[ 16.030] ABI class: X.Org Server Extension, version 6.0
[ 16.030] (II) Loading extension XFree86-DRI
[ 16.030] (II) LoadModule: "dri2"
[ 16.030] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 16.030] (II) Module dri2: vendor="X.Org Foundation"
[ 16.030] compiled for 1.11.3, module version = 1.2.0
[ 16.030] ABI class: X.Org Server Extension, version 6.0
[ 16.030] (II) Loading extension DRI2
[ 16.030] (II) LoadModule: "intel"
[ 16.039] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 16.039] (II) Module intel: vendor="X.Org Foundation"
[ 16.039] compiled for 1.11.3, module version = 2.17.0
[ 16.039] Module class: X.Org Video Driver
[ 16.039] ABI class: X.Org Video Driver, version 11.0
[ 16.039] (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
[ 16.039] (++) using VT number 7
[ 16.039] (EE) No devices detected.
[ 16.039] (==) Matched intel as autoconfigured driver 0
[ 16.039] (==) Matched vesa as autoconfigured driver 1
[ 16.039] (==) Matched fbdev as autoconfigured driver 2
[ 16.039] (==) Assigned the driver to the xf86ConfigLayout
[ 16.039] (II) LoadModule: "intel"
[ 16.039] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 16.039] (II) Module intel: vendor="X.Org Foundation"
[ 16.039] compiled for 1.11.3, module version = 2.17.0
[ 16.039] Module class: X.Org Video Driver
[ 16.039] ABI class: X.Org Video Driver, version 11.0
[ 16.039] (II) UnloadModule: "intel"
[ 16.039] (II) Unloading intel
[ 16.039] (II) Failed to load module "intel" (already loaded, 32540)
[ 16.039] (II) LoadModule: "vesa"
[ 16.039] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 16.051] (II) Module vesa: vendor="X.Org Foundation"
[ 16.051] compiled for 1.11.3, module version = 2.3.0
[ 16.051] Module class: X.Org Video Driver
[ 16.051] ABI class: X.Org Video Driver, version 11.0
[ 16.051] (II) LoadModule: "fbdev"
[ 16.051] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 16.057] (II) Module fbdev: vendor="X.Org Foundation"
[ 16.057] compiled for 1.11.3, module version = 0.4.2
[ 16.057] ABI class: X.Org Video Driver, version 11.0
[ 16.057] (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
[ 16.057] (II) VESA: driver for VESA chipsets: vesa
[ 16.057] (II) FBDEV: driver for framebuffer: fbdev
[ 16.057] (++) using VT number 7
[ 16.057] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[ 16.057] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[ 16.057] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 16.057] (WW) Falling back to old probe method for fbdev
[ 16.057] (II) Loading sub module "fbdevhw"
[ 16.057] (II) LoadModule: "fbdevhw"
[ 16.057] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 16.063] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 16.063] compiled for 1.11.3, module version = 0.0.2
[ 16.063] ABI class: X.Org Video Driver, version 11.0
[ 16.063] (EE) open /dev/fb0: No such file or directory
[ 16.063] (II) Loading sub module "vbe"
[ 16.063] (II) LoadModule: "vbe"
[ 16.063] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 16.064] (II) Module vbe: vendor="X.Org Foundation"
[ 16.064] compiled for 1.11.3, module version = 1.1.0
[ 16.064] ABI class: X.Org Video Driver, version 11.0
[ 16.064] (II) Loading sub module "int10"
[ 16.064] (II) LoadModule: "int10"
[ 16.064] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 16.065] (II) Module int10: vendor="X.Org Foundation"
[ 16.065] compiled for 1.11.3, module version = 1.0.0
[ 16.065] ABI class: X.Org Video Driver, version 11.0
[ 16.065] (II) VESA(0): initializing int10
[ 16.066] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 16.066] (II) VESA(0): VESA BIOS detected
[ 16.066] (II) VESA(0): VESA VBE Version 3.0
[ 16.066] (II) VESA(0): VESA VBE Total Mem: 104384 kB
[ 16.066] (II) VESA(0): VESA VBE OEM: Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS
[ 16.066] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 16.066] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[ 16.066] (II) VESA(0): VESA VBE OEM Product: Intel(R) Sandybridge/Ivybridge Graphics Controller
[ 16.066] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[ 16.071] (II) VESA(0): Creating default Display subsection in Screen section
"Default Screen" for depth/fbbpp 24/32
[ 16.071] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[ 16.071] (==) VESA(0): RGB weight 888
[ 16.071] (==) VESA(0): Default visual is TrueColor
[ 16.071] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 16.071] (II) Loading sub module "ddc"
[ 16.071] (II) LoadModule: "ddc"
[ 16.071] (II) Module "ddc" already built-in
[ 16.071] (II) VESA(0): VESA VBE DDC supported
[ 16.071] (II) VESA(0): VESA VBE DDC Level 2
[ 16.071] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[ 16.083] (II) VESA(0): VESA VBE DDC read successfully
[ 16.083] (II) VESA(0): Manufacturer: LCS Model: 283 Serial#: 28633
[ 16.083] (II) VESA(0): Year: 2003 Week: 51
[ 16.083] (II) VESA(0): EDID Version: 1.3
[ 16.083] (II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 16.083] (II) VESA(0): Sync: Separate
[ 16.083] (II) VESA(0): Max Image Size [cm]: horiz.: 30 vert.: 23
[ 16.083] (II) VESA(0): Gamma: 2.50
[ 16.083] (II) VESA(0): DPMS capabilities: Off; RGB/Color Display
[ 16.083] (II) VESA(0): First detailed timing is preferred mode
[ 16.083] (II) VESA(0): redX: 0.626 redY: 0.347 greenX: 0.308 greenY: 0.588
[ 16.083] (II) VESA(0): blueX: 0.146 blueY: 0.118 whiteX: 0.312 whiteY: 0.328
[ 16.083] (II) VESA(0): Supported established timings:
[ 16.083] (II) VESA(0): 720x400@70Hz
[ 16.083] (II) VESA(0): 640x480@60Hz
[ 16.083] (II) VESA(0): 640x480@72Hz
[ 16.083] (II) VESA(0): 640x480@75Hz
[ 16.083] (II) VESA(0): 800x600@56Hz
[ 16.083] (II) VESA(0): 800x600@60Hz
[ 16.083] (II) VESA(0): 800x600@72Hz
[ 16.083] (II) VESA(0): 800x600@75Hz
[ 16.083] (II) VESA(0): 1024x768@60Hz
[ 16.083] (II) VESA(0): 1024x768@70Hz
[ 16.083] (II) VESA(0): 1024x768@75Hz
[ 16.083] (II) VESA(0): Manufacturer's mask: 0
[ 16.083] (II) VESA(0): Supported detailed timing:
[ 16.083] (II) VESA(0): clock: 65.0 MHz Image Size: 304 x 228 mm
[ 16.083] (II) VESA(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
[ 16.083] (II) VESA(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
[ 16.083] (II) VESA(0): Serial No: 3100235128633
[ 16.083] (II) VESA(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 63 kHz, PixClock max 85 MHz
[ 16.083] (II) VESA(0): Monitor name: LXB-L15C
[ 16.083] (II) VESA(0): EDID (in hex):
[ 16.083] (II) VESA(0): 00ffffffffffff0030738302d96f0000
[ 16.083] (II) VESA(0): 330d0103681e17962a7e50a0584e9625
[ 16.083] (II) VESA(0): 1e5054afce0001010101010101010101
[ 16.083] (II) VESA(0): 01010101010164190040410026301888
[ 16.083] (II) VESA(0): 360030e410000018000000ff00333130
[ 16.083] (II) VESA(0): 30323335313238363333000000fd0032
[ 16.083] (II) VESA(0): 4b1e3f08000a202020202020000000fc
[ 16.083] (II) VESA(0): 004c58422d4c3135430a2020202000a6
[ 16.083] (II) VESA(0): EDID vendor "LCS", prod id 643
[ 16.083] (II) VESA(0): Using EDID range info for horizontal sync
[ 16.083] (II) VESA(0): Using EDID range info for vertical refresh
[ 16.083] (II) VESA(0): Printing DDC gathered Modelines:
[ 16.083] (II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 16.083] (II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 16.083] (II) VESA(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 16.083] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 16.083] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 16.083] (II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 16.083] (II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 16.083] (II) VESA(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 16.083] (II) VESA(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 16.083] (II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 16.083] (II) VESA(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 16.083] (II) VESA(0): Searching for matching VESA mode(s):
[ 16.084] Mode: 160 (0x0)
[ 16.084] ModeAttributes: 0x0
[ 16.084] WinAAttributes: 0x0
[ 16.084] WinBAttributes: 0x0
[ 16.084] WinGranularity: 0
[ 16.084] WinSize: 0
[ 16.084] WinASegment: 0x0
[ 16.084] WinBSegment: 0x0
[ 16.084] WinFuncPtr: 0x0
[ 16.084] BytesPerScanline: 0
[ 16.084] XResolution: 0
[ 16.084] YResolution: 0
[ 16.084] XCharSize: 0
[ 16.084] YCharSize: 0
[ 16.084] NumberOfPlanes: 0
[ 16.084] BitsPerPixel: 0
[ 16.084] NumberOfBanks: 0
[ 16.084] MemoryModel: 0
[ 16.084] BankSize: 0
[ 16.084] NumberOfImages: 0
[ 16.084] RedMaskSize: 0
[ 16.084] RedFieldPosition: 0
[ 16.084] GreenMaskSize: 0
[ 16.084] GreenFieldPosition: 0
[ 16.084] BlueMaskSize: 0
[ 16.084] BlueFieldPosition: 0
[ 16.084] RsvdMaskSize: 0
[ 16.084] RsvdFieldPosition: 0
[ 16.084] DirectColorModeInfo: 0
[ 16.084] PhysBasePtr: 0x0
[ 16.084] LinBytesPerScanLine: 0
[ 16.084] BnkNumberOfImagePages: 0
[ 16.084] LinNumberOfImagePages: 0
[ 16.084] LinRedMaskSize: 0
[ 16.084] LinRedFieldPosition: 0
[ 16.084] LinGreenMaskSize: 0
[ 16.084] LinGreenFieldPosition: 0
[ 16.084] LinBlueMaskSize: 0
[ 16.084] LinBlueFieldPosition: 0
[ 16.084] LinRsvdMaskSize: 0
[ 16.084] LinRsvdFieldPosition: 0
[ 16.084] MaxPixelClock: 0
[ 16.084] Mode: 161 (0x0)
[ 16.084] ModeAttributes: 0x0
[ 16.084] WinAAttributes: 0x0
[ 16.084] WinBAttributes: 0x0
[ 16.084] WinGranularity: 0
[ 16.084] WinSize: 0
[ 16.084] WinASegment: 0x0
[ 16.084] WinBSegment: 0x0
[ 16.084] WinFuncPtr: 0x0
[ 16.084] BytesPerScanline: 0
[ 16.084] XResolution: 0
[ 16.084] YResolution: 0
[ 16.084] XCharSize: 0
[ 16.084] YCharSize: 0
[ 16.084] NumberOfPlanes: 0
[ 16.084] BitsPerPixel: 0
[ 16.084] NumberOfBanks: 0
[ 16.084] MemoryModel: 0
[ 16.084] BankSize: 0
[ 16.084] NumberOfImages: 0
[ 16.084] RedMaskSize: 0
[ 16.084] RedFieldPosition: 0
[ 16.084] GreenMaskSize: 0
[ 16.084] GreenFieldPosition: 0
[ 16.084] BlueMaskSize: 0
[ 16.084] BlueFieldPosition: 0
[ 16.084] RsvdMaskSize: 0
[ 16.084] RsvdFieldPosition: 0
[ 16.084] DirectColorModeInfo: 0
[ 16.084] PhysBasePtr: 0x0
[ 16.084] LinBytesPerScanLine: 0
[ 16.084] BnkNumberOfImagePages: 0
[ 16.084] LinNumberOfImagePages: 0
[ 16.084] LinRedMaskSize: 0
[ 16.084] LinRedFieldPosition: 0
[ 16.084] LinGreenMaskSize: 0
[ 16.084] LinGreenFieldPosition: 0
[ 16.084] LinBlueMaskSize: 0
[ 16.084] LinBlueFieldPosition: 0
[ 16.084] LinRsvdMaskSize: 0
[ 16.084] LinRsvdFieldPosition: 0
[ 16.084] MaxPixelClock: 0
[ 16.084] Mode: 162 (0x0)
[ 16.084] ModeAttributes: 0x0
[ 16.084] WinAAttributes: 0x0
[ 16.084] WinBAttributes: 0x0
[ 16.084] WinGranularity: 0
[ 16.084] WinSize: 0
[ 16.084] WinASegment: 0x0
[ 16.084] WinBSegment: 0x0
[ 16.084] WinFuncPtr: 0x0
[ 16.084] BytesPerScanline: 0
[ 16.084] XResolution: 0
[ 16.084] YResolution: 0
[ 16.084] XCharSize: 0
[ 16.084] YCharSize: 0
[ 16.084] NumberOfPlanes: 0
[ 16.084] BitsPerPixel: 0
[ 16.084] NumberOfBanks: 0
[ 16.084] MemoryModel: 0
[ 16.084] BankSize: 0
[ 16.084] NumberOfImages: 0
[ 16.084] RedMaskSize: 0
[ 16.084] RedFieldPosition: 0
[ 16.084] GreenMaskSize: 0
[ 16.084] GreenFieldPosition: 0
[ 16.084] BlueMaskSize: 0
[ 16.084] BlueFieldPosition: 0
[ 16.084] RsvdMaskSize: 0
[ 16.084] RsvdFieldPosition: 0
[ 16.084] DirectColorModeInfo: 0
[ 16.084] PhysBasePtr: 0x0
[ 16.084] LinBytesPerScanLine: 0
[ 16.084] BnkNumberOfImagePages: 0
[ 16.084] LinNumberOfImagePages: 0
[ 16.084] LinRedMaskSize: 0
[ 16.084] LinRedFieldPosition: 0
[ 16.084] LinGreenMaskSize: 0
[ 16.084] LinGreenFieldPosition: 0
[ 16.084] LinBlueMaskSize: 0
[ 16.084] LinBlueFieldPosition: 0
[ 16.084] LinRsvdMaskSize: 0
[ 16.084] LinRsvdFieldPosition: 0
[ 16.084] MaxPixelClock: 0
[ 16.084] Mode: 163 (0x0)
[ 16.084] ModeAttributes: 0x0
[ 16.084] WinAAttributes: 0x0
[ 16.084] WinBAttributes: 0x0
[ 16.084] WinGranularity: 0
[ 16.084] WinSize: 0
[ 16.084] WinASegment: 0x0
[ 16.084] WinBSegment: 0x0
[ 16.084] WinFuncPtr: 0x0
[ 16.084] BytesPerScanline: 0
[ 16.084] XResolution: 0
[ 16.084] YResolution: 0
[ 16.084] XCharSize: 0
[ 16.084] YCharSize: 0
[ 16.084] NumberOfPlanes: 0
[ 16.084] BitsPerPixel: 0
[ 16.084] NumberOfBanks: 0
[ 16.084] MemoryModel: 0
[ 16.084] BankSize: 0
[ 16.084] NumberOfImages: 0
[ 16.084] RedMaskSize: 0
[ 16.084] RedFieldPosition: 0
[ 16.084] GreenMaskSize: 0
[ 16.084] GreenFieldPosition: 0
[ 16.084] BlueMaskSize: 0
[ 16.084] BlueFieldPosition: 0
[ 16.084] RsvdMaskSize: 0
[ 16.084] RsvdFieldPosition: 0
[ 16.084] DirectColorModeInfo: 0
[ 16.084] PhysBasePtr: 0x0
[ 16.084] LinBytesPerScanLine: 0
[ 16.084] BnkNumberOfImagePages: 0
[ 16.084] LinNumberOfImagePages: 0
[ 16.084] LinRedMaskSize: 0
[ 16.084] LinRedFieldPosition: 0
[ 16.084] LinGreenMaskSize: 0
[ 16.084] LinGreenFieldPosition: 0
[ 16.084] LinBlueMaskSize: 0
[ 16.084] LinBlueFieldPosition: 0
[ 16.084] LinRsvdMaskSize: 0
[ 16.084] LinRsvdFieldPosition: 0
[ 16.084] MaxPixelClock: 0
[ 16.084] Mode: 164 (0x0)
[ 16.084] ModeAttributes: 0x0
[ 16.084] WinAAttributes: 0x0
[ 16.084] WinBAttributes: 0x0
[ 16.084] WinGranularity: 0
[ 16.084] WinSize: 0
[ 16.084] WinASegment: 0x0
[ 16.084] WinBSegment: 0x0
[ 16.084] WinFuncPtr: 0x0
[ 16.084] BytesPerScanline: 0
[ 16.084] XResolution: 0
[ 16.084] YResolution: 0
[ 16.084] XCharSize: 0
[ 16.084] YCharSize: 0
[ 16.084] NumberOfPlanes: 0
[ 16.084] BitsPerPixel: 0
[ 16.084] NumberOfBanks: 0
[ 16.084] MemoryModel: 0
[ 16.084] BankSize: 0
[ 16.084] NumberOfImages: 0
[ 16.084] RedMaskSize: 0
[ 16.084] RedFieldPosition: 0
[ 16.084] GreenMaskSize: 0
[ 16.084] GreenFieldPosition: 0
[ 16.084] BlueMaskSize: 0
[ 16.084] BlueFieldPosition: 0
[ 16.084] RsvdMaskSize: 0
[ 16.084] RsvdFieldPosition: 0
[ 16.084] DirectColorModeInfo: 0
[ 16.084] PhysBasePtr: 0x0
[ 16.084] LinBytesPerScanLine: 0
[ 16.084] BnkNumberOfImagePages: 0
[ 16.084] LinNumberOfImagePages: 0
[ 16.084] LinRedMaskSize: 0
[ 16.084] LinRedFieldPosition: 0
[ 16.084] LinGreenMaskSize: 0
[ 16.084] LinGreenFieldPosition: 0
[ 16.084] LinBlueMaskSize: 0
[ 16.084] LinBlueFieldPosition: 0
[ 16.084] LinRsvdMaskSize: 0
[ 16.084] LinRsvdFieldPosition: 0
[ 16.084] MaxPixelClock: 0
[ 16.084] Mode: 165 (0x0)
[ 16.084] ModeAttributes: 0x0
[ 16.084] WinAAttributes: 0x0
[ 16.084] WinBAttributes: 0x0
[ 16.084] WinGranularity: 0
[ 16.084] WinSize: 0
[ 16.084] WinASegment: 0x0
[ 16.084] WinBSegment: 0x0
[ 16.084] WinFuncPtr: 0x0
[ 16.084] BytesPerScanline: 0
[ 16.084] XResolution: 0
[ 16.084] YResolution: 0
[ 16.084] XCharSize: 0
[ 16.084] YCharSize: 0
[ 16.084] NumberOfPlanes: 0
[ 16.084] BitsPerPixel: 0
[ 16.084] NumberOfBanks: 0
[ 16.084] MemoryModel: 0
[ 16.084] BankSize: 0
[ 16.084] NumberOfImages: 0
[ 16.084] RedMaskSize: 0
[ 16.084] RedFieldPosition: 0
[ 16.084] GreenMaskSize: 0
[ 16.084] GreenFieldPosition: 0
[ 16.084] BlueMaskSize: 0
[ 16.084] BlueFieldPosition: 0
[ 16.084] RsvdMaskSize: 0
[ 16.084] RsvdFieldPosition: 0
[ 16.084] DirectColorModeInfo: 0
[ 16.084] PhysBasePtr: 0x0
[ 16.085] LinBytesPerScanLine: 0
[ 16.085] BnkNumberOfImagePages: 0
[ 16.085] LinNumberOfImagePages: 0
[ 16.085] LinRedMaskSize: 0
[ 16.085] LinRedFieldPosition: 0
[ 16.085] LinGreenMaskSize: 0
[ 16.085] LinGreenFieldPosition: 0
[ 16.085] LinBlueMaskSize: 0
[ 16.085] LinBlueFieldPosition: 0
[ 16.085] LinRsvdMaskSize: 0
[ 16.085] LinRsvdFieldPosition: 0
[ 16.085] MaxPixelClock: 0
[ 16.085] Mode: 166 (0x0)
[ 16.085] ModeAttributes: 0x0
[ 16.085] WinAAttributes: 0x0
[ 16.085] WinBAttributes: 0x0
[ 16.085] WinGranularity: 0
[ 16.085] WinSize: 0
[ 16.085] WinASegment: 0x0
[ 16.085] WinBSegment: 0x0
[ 16.085] WinFuncPtr: 0x0
[ 16.085] BytesPerScanline: 0
[ 16.085] XResolution: 0
[ 16.085] YResolution: 0
[ 16.085] XCharSize: 0
[ 16.085] YCharSize: 0
[ 16.085] NumberOfPlanes: 0
[ 16.085] BitsPerPixel: 0
[ 16.085] NumberOfBanks: 0
[ 16.085] MemoryModel: 0
[ 16.085] BankSize: 0
[ 16.085] NumberOfImages: 0
[ 16.085] RedMaskSize: 0
[ 16.085] RedFieldPosition: 0
[ 16.085] GreenMaskSize: 0
[ 16.085] GreenFieldPosition: 0
[ 16.085] BlueMaskSize: 0
[ 16.085] BlueFieldPosition: 0
[ 16.085] RsvdMaskSize: 0
[ 16.085] RsvdFieldPosition: 0
[ 16.085] DirectColorModeInfo: 0
[ 16.085] PhysBasePtr: 0x0
[ 16.085] LinBytesPerScanLine: 0
[ 16.085] BnkNumberOfImagePages: 0
[ 16.085] LinNumberOfImagePages: 0
[ 16.085] LinRedMaskSize: 0
[ 16.085] LinRedFieldPosition: 0
[ 16.085] LinGreenMaskSize: 0
[ 16.085] LinGreenFieldPosition: 0
[ 16.085] LinBlueMaskSize: 0
[ 16.085] LinBlueFieldPosition: 0
[ 16.085] LinRsvdMaskSize: 0
[ 16.085] LinRsvdFieldPosition: 0
[ 16.085] MaxPixelClock: 0
[ 16.085] Mode: 167 (0x0)
[ 16.085] ModeAttributes: 0x0
[ 16.085] WinAAttributes: 0x0
[ 16.085] WinBAttributes: 0x0
[ 16.085] WinGranularity: 0
[ 16.085] WinSize: 0
[ 16.085] WinASegment: 0x0
[ 16.085] WinBSegment: 0x0
[ 16.085] WinFuncPtr: 0x0
[ 16.085] BytesPerScanline: 0
[ 16.085] XResolution: 0
[ 16.085] YResolution: 0
[ 16.085] XCharSize: 0
[ 16.085] YCharSize: 0
[ 16.085] NumberOfPlanes: 0
[ 16.085] BitsPerPixel: 0
[ 16.085] NumberOfBanks: 0
[ 16.085] MemoryModel: 0
[ 16.085] BankSize: 0
[ 16.085] NumberOfImages: 0
[ 16.085] RedMaskSize: 0
[ 16.085] RedFieldPosition: 0
[ 16.085] GreenMaskSize: 0
[ 16.085] GreenFieldPosition: 0
[ 16.085] BlueMaskSize: 0
[ 16.085] BlueFieldPosition: 0
[ 16.085] RsvdMaskSize: 0
[ 16.085] RsvdFieldPosition: 0
[ 16.085] DirectColorModeInfo: 0
[ 16.085] PhysBasePtr: 0x0
[ 16.085] LinBytesPerScanLine: 0
[ 16.085] BnkNumberOfImagePages: 0
[ 16.085] LinNumberOfImagePages: 0
[ 16.085] LinRedMaskSize: 0
[ 16.085] LinRedFieldPosition: 0
[ 16.085] LinGreenMaskSize: 0
[ 16.085] LinGreenFieldPosition: 0
[ 16.085] LinBlueMaskSize: 0
[ 16.085] LinBlueFieldPosition: 0
[ 16.085] LinRsvdMaskSize: 0
[ 16.085] LinRsvdFieldPosition: 0
[ 16.085] MaxPixelClock: 0
[ 16.085] Mode: 168 (0x0)
[ 16.085] ModeAttributes: 0x0
[ 16.085] WinAAttributes: 0x0
[ 16.085] WinBAttributes: 0x0
[ 16.085] WinGranularity: 0
[ 16.085] WinSize: 0
[ 16.085] WinASegment: 0x0
[ 16.085] WinBSegment: 0x0
[ 16.085] WinFuncPtr: 0x0
[ 16.085] BytesPerScanline: 0
[ 16.085] XResolution: 0
[ 16.085] YResolution: 0
[ 16.085] XCharSize: 0
[ 16.085] YCharSize: 0
[ 16.085] NumberOfPlanes: 0
[ 16.085] BitsPerPixel: 0
[ 16.085] NumberOfBanks: 0
[ 16.085] MemoryModel: 0
[ 16.085] BankSize: 0
[ 16.085] NumberOfImages: 0
[ 16.085] RedMaskSize: 0
[ 16.085] RedFieldPosition: 0
[ 16.085] GreenMaskSize: 0
[ 16.085] GreenFieldPosition: 0
[ 16.085] BlueMaskSize: 0
[ 16.085] BlueFieldPosition: 0
[ 16.085] RsvdMaskSize: 0
[ 16.085] RsvdFieldPosition: 0
[ 16.085] DirectColorModeInfo: 0
[ 16.085] PhysBasePtr: 0x0
[ 16.085] LinBytesPerScanLine: 0
[ 16.085] BnkNumberOfImagePages: 0
[ 16.085] LinNumberOfImagePages: 0
[ 16.085] LinRedMaskSize: 0
[ 16.085] LinRedFieldPosition: 0
[ 16.085] LinGreenMaskSize: 0
[ 16.085] LinGreenFieldPosition: 0
[ 16.085] LinBlueMaskSize: 0
[ 16.085] LinBlueFieldPosition: 0
[ 16.085] LinRsvdMaskSize: 0
[ 16.085] LinRsvdFieldPosition: 0
[ 16.085] MaxPixelClock: 0
[ 16.085] Mode: 169 (0x0)
[ 16.085] ModeAttributes: 0x0
[ 16.085] WinAAttributes: 0x0
[ 16.085] WinBAttributes: 0x0
[ 16.085] WinGranularity: 0
[ 16.085] WinSize: 0
[ 16.085] WinASegment: 0x0
[ 16.085] WinBSegment: 0x0
[ 16.085] WinFuncPtr: 0x0
[ 16.085] BytesPerScanline: 0
[ 16.085] XResolution: 0
[ 16.085] YResolution: 0
[ 16.085] XCharSize: 0
[ 16.085] YCharSize: 0
[ 16.085] NumberOfPlanes: 0
[ 16.085] BitsPerPixel: 0
[ 16.085] NumberOfBanks: 0
[ 16.085] MemoryModel: 0
[ 16.085] BankSize: 0
[ 16.085] NumberOfImages: 0
[ 16.085] RedMaskSize: 0
[ 16.085] RedFieldPosition: 0
[ 16.085] GreenMaskSize: 0
[ 16.085] GreenFieldPosition: 0
[ 16.085] BlueMaskSize: 0
[ 16.085] BlueFieldPosition: 0
[ 16.085] RsvdMaskSize: 0
[ 16.085] RsvdFieldPosition: 0
[ 16.085] DirectColorModeInfo: 0
[ 16.085] PhysBasePtr: 0x0
[ 16.085] LinBytesPerScanLine: 0
[ 16.085] BnkNumberOfImagePages: 0
[ 16.085] LinNumberOfImagePages: 0
[ 16.085] LinRedMaskSize: 0
[ 16.085] LinRedFieldPosition: 0
[ 16.085] LinGreenMaskSize: 0
[ 16.085] LinGreenFieldPosition: 0
[ 16.085] LinBlueMaskSize: 0
[ 16.085] LinBlueFieldPosition: 0
[ 16.085] LinRsvdMaskSize: 0
[ 16.085] LinRsvdFieldPosition: 0
[ 16.085] MaxPixelClock: 0
[ 16.085] Mode: 16a (0x0)
[ 16.085] ModeAttributes: 0x0
[ 16.085] WinAAttributes: 0x0
[ 16.085] WinBAttributes: 0x0
[ 16.085] WinGranularity: 0
[ 16.085] WinSize: 0
[ 16.085] WinASegment: 0x0
[ 16.085] WinBSegment: 0x0
[ 16.085] WinFuncPtr: 0x0
[ 16.085] BytesPerScanline: 0
[ 16.085] XResolution: 0
[ 16.085] YResolution: 0
[ 16.085] XCharSize: 0
[ 16.085] YCharSize: 0
[ 16.085] NumberOfPlanes: 0
[ 16.085] BitsPerPixel: 0
[ 16.085] NumberOfBanks: 0
[ 16.085] MemoryModel: 0
[ 16.085] BankSize: 0
[ 16.085] NumberOfImages: 0
[ 16.085] RedMaskSize: 0
[ 16.085] RedFieldPosition: 0
[ 16.085] GreenMaskSize: 0
[ 16.085] GreenFieldPosition: 0
[ 16.085] BlueMaskSize: 0
[ 16.085] BlueFieldPosition: 0
[ 16.085] RsvdMaskSize: 0
[ 16.085] RsvdFieldPosition: 0
[ 16.085] DirectColorModeInfo: 0
[ 16.085] PhysBasePtr: 0x0
[ 16.085] LinBytesPerScanLine: 0
[ 16.085] BnkNumberOfImagePages: 0
[ 16.085] LinNumberOfImagePages: 0
[ 16.085] LinRedMaskSize: 0
[ 16.085] LinRedFieldPosition: 0
[ 16.085] LinGreenMaskSize: 0
[ 16.085] LinGreenFieldPosition: 0
[ 16.085] LinBlueMaskSize: 0
[ 16.085] LinBlueFieldPosition: 0
[ 16.085] LinRsvdMaskSize: 0
[ 16.085] LinRsvdFieldPosition: 0
[ 16.085] MaxPixelClock: 0
[ 16.085] Mode: 16b (0x0)
[ 16.086] ModeAttributes: 0x0
[ 16.086] WinAAttributes: 0x0
[ 16.086] WinBAttributes: 0x0
[ 16.086] WinGranularity: 0
[ 16.086] WinSize: 0
[ 16.086] WinASegment: 0x0
[ 16.086] WinBSegment: 0x0
[ 16.086] WinFuncPtr: 0x0
[ 16.086] BytesPerScanline: 0
[ 16.086] XResolution: 0
[ 16.086] YResolution: 0
[ 16.086] XCharSize: 0
[ 16.086] YCharSize: 0
[ 16.086] NumberOfPlanes: 0
[ 16.086] BitsPerPixel: 0
[ 16.086] NumberOfBanks: 0
[ 16.086] MemoryModel: 0
[ 16.086] BankSize: 0
[ 16.086] NumberOfImages: 0
[ 16.086] RedMaskSize: 0
[ 16.086] RedFieldPosition: 0
[ 16.086] GreenMaskSize: 0
[ 16.086] GreenFieldPosition: 0
[ 16.086] BlueMaskSize: 0
[ 16.086] BlueFieldPosition: 0
[ 16.086] RsvdMaskSize: 0
[ 16.086] RsvdFieldPosition: 0
[ 16.086] DirectColorModeInfo: 0
[ 16.086] PhysBasePtr: 0x0
[ 16.086] LinBytesPerScanLine: 0
[ 16.086] BnkNumberOfImagePages: 0
[ 16.086] LinNumberOfImagePages: 0
[ 16.086] LinRedMaskSize: 0
[ 16.086] LinRedFieldPosition: 0
[ 16.086] LinGreenMaskSize: 0
[ 16.086] LinGreenFieldPosition: 0
[ 16.086] LinBlueMaskSize: 0
[ 16.086] LinBlueFieldPosition: 0
[ 16.086] LinRsvdMaskSize: 0
[ 16.086] LinRsvdFieldPosition: 0
[ 16.086] MaxPixelClock: 0
[ 16.086] Mode: 16c (0x0)
[ 16.086] ModeAttributes: 0x0
[ 16.086] WinAAttributes: 0x0
[ 16.086] WinBAttributes: 0x0
[ 16.086] WinGranularity: 0
[ 16.086] WinSize: 0
[ 16.086] WinASegment: 0x0
[ 16.086] WinBSegment: 0x0
[ 16.086] WinFuncPtr: 0x0
[ 16.086] BytesPerScanline: 0
[ 16.086] XResolution: 0
[ 16.086] YResolution: 0
[ 16.086] XCharSize: 0
[ 16.086] YCharSize: 0
[ 16.086] NumberOfPlanes: 0
[ 16.086] BitsPerPixel: 0
[ 16.086] NumberOfBanks: 0
[ 16.086] MemoryModel: 0
[ 16.086] BankSize: 0
[ 16.086] NumberOfImages: 0
[ 16.086] RedMaskSize: 0
[ 16.086] RedFieldPosition: 0
[ 16.086] GreenMaskSize: 0
[ 16.086] GreenFieldPosition: 0
[ 16.086] BlueMaskSize: 0
[ 16.086] BlueFieldPosition: 0
[ 16.086] RsvdMaskSize: 0
[ 16.086] RsvdFieldPosition: 0
[ 16.086] DirectColorModeInfo: 0
[ 16.086] PhysBasePtr: 0x0
[ 16.086] LinBytesPerScanLine: 0
[ 16.086] BnkNumberOfImagePages: 0
[ 16.086] LinNumberOfImagePages: 0
[ 16.086] LinRedMaskSize: 0
[ 16.086] LinRedFieldPosition: 0
[ 16.086] LinGreenMaskSize: 0
[ 16.086] LinGreenFieldPosition: 0
[ 16.086] LinBlueMaskSize: 0
[ 16.086] LinBlueFieldPosition: 0
[ 16.086] LinRsvdMaskSize: 0
[ 16.086] LinRsvdFieldPosition: 0
[ 16.086] MaxPixelClock: 0
[ 16.086] Mode: 16d (0x0)
[ 16.086] ModeAttributes: 0x0
[ 16.086] WinAAttributes: 0x0
[ 16.086] WinBAttributes: 0x0
[ 16.086] WinGranularity: 0
[ 16.086] WinSize: 0
[ 16.086] WinASegment: 0x0
[ 16.086] WinBSegment: 0x0
[ 16.086] WinFuncPtr: 0x0
[ 16.086] BytesPerScanline: 0
[ 16.086] XResolution: 0
[ 16.086] YResolution: 0
[ 16.086] XCharSize: 0
[ 16.086] YCharSize: 0
[ 16.086] NumberOfPlanes: 0
[ 16.086] BitsPerPixel: 0
[ 16.086] NumberOfBanks: 0
[ 16.086] MemoryModel: 0
[ 16.086] BankSize: 0
[ 16.086] NumberOfImages: 0
[ 16.086] RedMaskSize: 0
[ 16.086] RedFieldPosition: 0
[ 16.086] GreenMaskSize: 0
[ 16.086] GreenFieldPosition: 0
[ 16.086] BlueMaskSize: 0
[ 16.086] BlueFieldPosition: 0
[ 16.086] RsvdMaskSize: 0
[ 16.086] RsvdFieldPosition: 0
[ 16.086] DirectColorModeInfo: 0
[ 16.086] PhysBasePtr: 0x0
[ 16.086] LinBytesPerScanLine: 0
[ 16.086] BnkNumberOfImagePages: 0
[ 16.086] LinNumberOfImagePages: 0
[ 16.086] LinRedMaskSize: 0
[ 16.086] LinRedFieldPosition: 0
[ 16.086] LinGreenMaskSize: 0
[ 16.086] LinGreenFieldPosition: 0
[ 16.086] LinBlueMaskSize: 0
[ 16.086] LinBlueFieldPosition: 0
[ 16.086] LinRsvdMaskSize: 0
[ 16.086] LinRsvdFieldPosition: 0
[ 16.086] MaxPixelClock: 0
[ 16.086] Mode: 16e (0x0)
[ 16.086] ModeAttributes: 0x0
[ 16.086] WinAAttributes: 0x0
[ 16.086] WinBAttributes: 0x0
[ 16.086] WinGranularity: 0
[ 16.086] WinSize: 0
[ 16.086] WinASegment: 0x0
[ 16.086] WinBSegment: 0x0
[ 16.086] WinFuncPtr: 0x0
[ 16.086] BytesPerScanline: 0
[ 16.086] XResolution: 0
[ 16.086] YResolution: 0
[ 16.086] XCharSize: 0
[ 16.086] YCharSize: 0
[ 16.086] NumberOfPlanes: 0
[ 16.086] BitsPerPixel: 0
[ 16.086] NumberOfBanks: 0
[ 16.086] MemoryModel: 0
[ 16.086] BankSize: 0
[ 16.086] NumberOfImages: 0
[ 16.086] RedMaskSize: 0
[ 16.086] RedFieldPosition: 0
[ 16.086] GreenMaskSize: 0
[ 16.086] GreenFieldPosition: 0
[ 16.086] BlueMaskSize: 0
[ 16.086] BlueFieldPosition: 0
[ 16.086] RsvdMaskSize: 0
[ 16.086] RsvdFieldPosition: 0
[ 16.086] DirectColorModeInfo: 0
[ 16.086] PhysBasePtr: 0x0
[ 16.086] LinBytesPerScanLine: 0
[ 16.086] BnkNumberOfImagePages: 0
[ 16.086] LinNumberOfImagePages: 0
[ 16.086] LinRedMaskSize: 0
[ 16.086] LinRedFieldPosition: 0
[ 16.086] LinGreenMaskSize: 0
[ 16.086] LinGreenFieldPosition: 0
[ 16.086] LinBlueMaskSize: 0
[ 16.086] LinBlueFieldPosition: 0
[ 16.086] LinRsvdMaskSize: 0
[ 16.086] LinRsvdFieldPosition: 0
[ 16.086] MaxPixelClock: 0
[ 16.086] Mode: 16f (0x0)
[ 16.086] ModeAttributes: 0x0
[ 16.086] WinAAttributes: 0x0
[ 16.086] WinBAttributes: 0x0
[ 16.086] WinGranularity: 0
[ 16.086] WinSize: 0
[ 16.086] WinASegment: 0x0
[ 16.086] WinBSegment: 0x0
[ 16.086] WinFuncPtr: 0x0
[ 16.086] BytesPerScanline: 0
[ 16.086] XResolution: 0
[ 16.086] YResolution: 0
[ 16.086] XCharSize: 0
[ 16.086] YCharSize: 0
[ 16.086] NumberOfPlanes: 0
[ 16.086] BitsPerPixel: 0
[ 16.086] NumberOfBanks: 0
[ 16.086] MemoryModel: 0
[ 16.086] BankSize: 0
[ 16.086] NumberOfImages: 0
[ 16.086] RedMaskSize: 0
[ 16.086] RedFieldPosition: 0
[ 16.086] GreenMaskSize: 0
[ 16.086] GreenFieldPosition: 0
[ 16.086] BlueMaskSize: 0
[ 16.086] BlueFieldPosition: 0
[ 16.086] RsvdMaskSize: 0
[ 16.086] RsvdFieldPosition: 0
[ 16.086] DirectColorModeInfo: 0
[ 16.086] PhysBasePtr: 0x0
[ 16.086] LinBytesPerScanLine: 0
[ 16.086] BnkNumberOfImagePages: 0
[ 16.086] LinNumberOfImagePages: 0
[ 16.086] LinRedMaskSize: 0
[ 16.086] LinRedFieldPosition: 0
[ 16.086] LinGreenMaskSize: 0
[ 16.086] LinGreenFieldPosition: 0
[ 16.086] LinBlueMaskSize: 0
[ 16.086] LinBlueFieldPosition: 0
[ 16.086] LinRsvdMaskSize: 0
[ 16.086] LinRsvdFieldPosition: 0
[ 16.086] MaxPixelClock: 0
[ 16.086] Mode: 170 (0x0)
[ 16.086] ModeAttributes: 0x0
[ 16.086] WinAAttributes: 0x0
[ 16.086] WinBAttributes: 0x0
[ 16.086] WinGranularity: 0
[ 16.086] WinSize: 0
[ 16.086] WinASegment: 0x0
[ 16.087] WinBSegment: 0x0
[ 16.087] WinFuncPtr: 0x0
[ 16.087] BytesPerScanline: 0
[ 16.087] XResolution: 0
[ 16.087] YResolution: 0
[ 16.087] XCharSize: 0
[ 16.087] YCharSize: 0
[ 16.087] NumberOfPlanes: 0
[ 16.087] BitsPerPixel: 0
[ 16.087] NumberOfBanks: 0
[ 16.087] MemoryModel: 0
[ 16.087] BankSize: 0
[ 16.087] NumberOfImages: 0
[ 16.087] RedMaskSize: 0
[ 16.087] RedFieldPosition: 0
[ 16.087] GreenMaskSize: 0
[ 16.087] GreenFieldPosition: 0
[ 16.087] BlueMaskSize: 0
[ 16.087] BlueFieldPosition: 0
[ 16.087] RsvdMaskSize: 0
[ 16.087] RsvdFieldPosition: 0
[ 16.087] DirectColorModeInfo: 0
[ 16.087] PhysBasePtr: 0x0
[ 16.087] LinBytesPerScanLine: 0
[ 16.087] BnkNumberOfImagePages: 0
[ 16.087] LinNumberOfImagePages: 0
[ 16.087] LinRedMaskSize: 0
[ 16.087] LinRedFieldPosition: 0
[ 16.087] LinGreenMaskSize: 0
[ 16.087] LinGreenFieldPosition: 0
[ 16.087] LinBlueMaskSize: 0
[ 16.087] LinBlueFieldPosition: 0
[ 16.087] LinRsvdMaskSize: 0
[ 16.087] LinRsvdFieldPosition: 0
[ 16.087] MaxPixelClock: 0
[ 16.087] Mode: 171 (0x0)
[ 16.087] ModeAttributes: 0x0
[ 16.087] WinAAttributes: 0x0
[ 16.087] WinBAttributes: 0x0
[ 16.087] WinGranularity: 0
[ 16.087] WinSize: 0
[ 16.087] WinASegment: 0x0
[ 16.087] WinBSegment: 0x0
[ 16.087] WinFuncPtr: 0x0
[ 16.087] BytesPerScanline: 0
[ 16.087] XResolution: 0
[ 16.087] YResolution: 0
[ 16.087] XCharSize: 0
[ 16.087] YCharSize: 0
[ 16.087] NumberOfPlanes: 0
[ 16.087] BitsPerPixel: 0
[ 16.087] NumberOfBanks: 0
[ 16.087] MemoryModel: 0
[ 16.087] BankSize: 0
[ 16.087] NumberOfImages: 0
[ 16.087] RedMaskSize: 0
[ 16.087] RedFieldPosition: 0
[ 16.087] GreenMaskSize: 0
[ 16.087] GreenFieldPosition: 0
[ 16.087] BlueMaskSize: 0
[ 16.087] BlueFieldPosition: 0
[ 16.087] RsvdMaskSize: 0
[ 16.087] RsvdFieldPosition: 0
[ 16.087] DirectColorModeInfo: 0
[ 16.087] PhysBasePtr: 0x0
[ 16.087] LinBytesPerScanLine: 0
[ 16.087] BnkNumberOfImagePages: 0
[ 16.087] LinNumberOfImagePages: 0
[ 16.087] LinRedMaskSize: 0
[ 16.087] LinRedFieldPosition: 0
[ 16.087] LinGreenMaskSize: 0
[ 16.087] LinGreenFieldPosition: 0
[ 16.087] LinBlueMaskSize: 0
[ 16.087] LinBlueFieldPosition: 0
[ 16.087] LinRsvdMaskSize: 0
[ 16.087] LinRsvdFieldPosition: 0
[ 16.087] MaxPixelClock: 0
[ 16.087] Mode: 13c (1920x1440)
[ 16.087] ModeAttributes: 0x9b
[ 16.087] WinAAttributes: 0x7
[ 16.087] WinBAttributes: 0x0
[ 16.087] WinGranularity: 64
[ 16.087] WinSize: 64
[ 16.087] WinASegment: 0xa000
[ 16.087] WinBSegment: 0x0
[ 16.087] WinFuncPtr: 0xc000830b
[ 16.087] BytesPerScanline: 1920
[ 16.087] XResolution: 1920
[ 16.087] YResolution: 1440
[ 16.087] XCharSize: 8
[ 16.087] YCharSize: 16
[ 16.087] NumberOfPlanes: 1
[ 16.087] BitsPerPixel: 8
[ 16.087] NumberOfBanks: 1
[ 16.087] MemoryModel: 4
[ 16.087] BankSize: 0
[ 16.087] NumberOfImages: 36
[ 16.087] RedMaskSize: 0
[ 16.087] RedFieldPosition: 0
[ 16.087] GreenMaskSize: 0
[ 16.087] GreenFieldPosition: 0
[ 16.087] BlueMaskSize: 0
[ 16.087] BlueFieldPosition: 0
[ 16.087] RsvdMaskSize: 0
[ 16.087] RsvdFieldPosition: 0
[ 16.087] DirectColorModeInfo: 0
[ 16.087] PhysBasePtr: 0xc0000000
[ 16.087] LinBytesPerScanLine: 1920
[ 16.087] BnkNumberOfImagePages: 36
[ 16.087] LinNumberOfImagePages: 36
[ 16.087] LinRedMaskSize: 0
[ 16.087] LinRedFieldPosition: 0
[ 16.087] LinGreenMaskSize: 0
[ 16.087] LinGreenFieldPosition: 0
[ 16.087] LinBlueMaskSize: 0
[ 16.087] LinBlueFieldPosition: 0
[ 16.087] LinRsvdMaskSize: 0
[ 16.087] LinRsvdFieldPosition: 0
[ 16.087] MaxPixelClock: 230000000
[ 16.087] Mode: 14d (1920x1440)
[ 16.087] ModeAttributes: 0x9b
[ 16.087] WinAAttributes: 0x7
[ 16.087] WinBAttributes: 0x0
[ 16.087] WinGranularity: 64
[ 16.087] WinSize: 64
[ 16.087] WinASegment: 0xa000
[ 16.087] WinBSegment: 0x0
[ 16.087] WinFuncPtr: 0xc000830b
[ 16.087] BytesPerScanline: 3840
[ 16.087] XResolution: 1920
[ 16.087] YResolution: 1440
[ 16.087] XCharSize: 8
[ 16.087] YCharSize: 16
[ 16.087] NumberOfPlanes: 1
[ 16.087] BitsPerPixel: 16
[ 16.087] NumberOfBanks: 1
[ 16.087] MemoryModel: 6
[ 16.087] BankSize: 0
[ 16.087] NumberOfImages: 18
[ 16.087] RedMaskSize: 5
[ 16.087] RedFieldPosition: 11
[ 16.087] GreenMaskSize: 6
[ 16.087] GreenFieldPosition: 5
[ 16.087] BlueMaskSize: 5
[ 16.087] BlueFieldPosition: 0
[ 16.087] RsvdMaskSize: 0
[ 16.087] RsvdFieldPosition: 0
[ 16.087] DirectColorModeInfo: 0
[ 16.087] PhysBasePtr: 0xc0000000
[ 16.087] LinBytesPerScanLine: 3840
[ 16.087] BnkNumberOfImagePages: 18
[ 16.087] LinNumberOfImagePages: 18
[ 16.087] LinRedMaskSize: 5
[ 16.087] LinRedFieldPosition: 11
[ 16.087] LinGreenMaskSize: 6
[ 16.087] LinGreenFieldPosition: 5
[ 16.087] LinBlueMaskSize: 5
[ 16.087] LinBlueFieldPosition: 0
[ 16.087] LinRsvdMaskSize: 0
[ 16.087] LinRsvdFieldPosition: 0
[ 16.087] MaxPixelClock: 230000000
[ 16.088] *Mode: 15c (1920x1440)
[ 16.088] ModeAttributes: 0x9b
[ 16.088] WinAAttributes: 0x7
[ 16.088] WinBAttributes: 0x0
[ 16.088] WinGranularity: 64
[ 16.088] WinSize: 64
[ 16.088] WinASegment: 0xa000
[ 16.088] WinBSegment: 0x0
[ 16.088] WinFuncPtr: 0xc000830b
[ 16.088] BytesPerScanline: 7680
[ 16.088] XResolution: 1920
[ 16.088] YResolution: 1440
[ 16.088] XCharSize: 8
[ 16.088] YCharSize: 16
[ 16.088] NumberOfPlanes: 1
[ 16.088] BitsPerPixel: 32
[ 16.088] NumberOfBanks: 1
[ 16.088] MemoryModel: 6
[ 16.088] BankSize: 0
[ 16.088] NumberOfImages: 8
[ 16.088] RedMaskSize: 8
[ 16.088] RedFieldPosition: 16
[ 16.088] GreenMaskSize: 8
[ 16.088] GreenFieldPosition: 8
[ 16.088] BlueMaskSize: 8
[ 16.088] BlueFieldPosition: 0
[ 16.088] RsvdMaskSize: 8
[ 16.088] RsvdFieldPosition: 24
[ 16.088] DirectColorModeInfo: 0
[ 16.088] PhysBasePtr: 0xc0000000
[ 16.088] LinBytesPerScanLine: 7680
[ 16.088] BnkNumberOfImagePages: 8
[ 16.088] LinNumberOfImagePages: 8
[ 16.088] LinRedMaskSize: 8
[ 16.088] LinRedFieldPosition: 16
[ 16.088] LinGreenMaskSize: 8
[ 16.088] LinGreenFieldPosition: 8
[ 16.088] LinBlueMaskSize: 8
[ 16.088] LinBlueFieldPosition: 0
[ 16.088] LinRsvdMaskSize: 8
[ 16.088] LinRsvdFieldPosition: 24
[ 16.088] MaxPixelClock: 230000000
[ 16.088] Mode: 13a (1600x1200)
[ 16.088] ModeAttributes: 0x9b
[ 16.088] WinAAttributes: 0x7
[ 16.088] WinBAttributes: 0x0
[ 16.088] WinGranularity: 64
[ 16.088] WinSize: 64
[ 16.088] WinASegment: 0xa000
[ 16.088] WinBSegment: 0x0
[ 16.088] WinFuncPtr: 0xc000830b
[ 16.088] BytesPerScanline: 1600
[ 16.088] XResolution: 1600
[ 16.088] YResolution: 1200
[ 16.088] XCharSize: 8
[ 16.088] YCharSize: 16
[ 16.088] NumberOfPlanes: 1
[ 16.088] BitsPerPixel: 8
[ 16.088] NumberOfBanks: 1
[ 16.088] MemoryModel: 4
[ 16.088] BankSize: 0
[ 16.088] NumberOfImages: 53
[ 16.088] RedMaskSize: 0
[ 16.088] RedFieldPosition: 0
[ 16.088] GreenMaskSize: 0
[ 16.088] GreenFieldPosition: 0
[ 16.088] BlueMaskSize: 0
[ 16.088] BlueFieldPosition: 0
[ 16.088] RsvdMaskSize: 0
[ 16.088] RsvdFieldPosition: 0
[ 16.088] DirectColorModeInfo: 0
[ 16.088] PhysBasePtr: 0xc0000000
[ 16.088] LinBytesPerScanLine: 1600
[ 16.088] BnkNumberOfImagePages: 53
[ 16.088] LinNumberOfImagePages: 53
[ 16.088] LinRedMaskSize: 0
[ 16.088] LinRedFieldPosition: 0
[ 16.088] LinGreenMaskSize: 0
[ 16.088] LinGreenFieldPosition: 0
[ 16.088] LinBlueMaskSize: 0
[ 16.088] LinBlueFieldPosition: 0
[ 16.088] LinRsvdMaskSize: 0
[ 16.088] LinRsvdFieldPosition: 0
[ 16.088] MaxPixelClock: 230000000
[ 16.088] Mode: 14b (1600x1200)
[ 16.088] ModeAttributes: 0x9b
[ 16.088] WinAAttributes: 0x7
[ 16.088] WinBAttributes: 0x0
[ 16.088] WinGranularity: 64
[ 16.088] WinSize: 64
[ 16.088] WinASegment: 0xa000
[ 16.088] WinBSegment: 0x0
[ 16.088] WinFuncPtr: 0xc000830b
[ 16.088] BytesPerScanline: 3200
[ 16.088] XResolution: 1600
[ 16.088] YResolution: 1200
[ 16.088] XCharSize: 8
[ 16.088] YCharSize: 16
[ 16.088] NumberOfPlanes: 1
[ 16.088] BitsPerPixel: 16
[ 16.088] NumberOfBanks: 1
[ 16.088] MemoryModel: 6
[ 16.088] BankSize: 0
[ 16.088] NumberOfImages: 26
[ 16.088] RedMaskSize: 5
[ 16.088] RedFieldPosition: 11
[ 16.088] GreenMaskSize: 6
[ 16.088] GreenFieldPosition: 5
[ 16.088] BlueMaskSize: 5
[ 16.088] BlueFieldPosition: 0
[ 16.088] RsvdMaskSize: 0
[ 16.088] RsvdFieldPosition: 0
[ 16.088] DirectColorModeInfo: 0
[ 16.088] PhysBasePtr: 0xc0000000
[ 16.088] LinBytesPerScanLine: 3200
[ 16.088] BnkNumberOfImagePages: 26
[ 16.088] LinNumberOfImagePages: 26
[ 16.088] LinRedMaskSize: 5
[ 16.088] LinRedFieldPosition: 11
[ 16.088] LinGreenMaskSize: 6
[ 16.088] LinGreenFieldPosition: 5
[ 16.088] LinBlueMaskSize: 5
[ 16.088] LinBlueFieldPosition: 0
[ 16.088] LinRsvdMaskSize: 0
[ 16.088] LinRsvdFieldPosition: 0
[ 16.089] MaxPixelClock: 230000000
[ 16.089] *Mode: 15a (1600x1200)
[ 16.089] ModeAttributes: 0x9b
[ 16.089] WinAAttributes: 0x7
[ 16.089] WinBAttributes: 0x0
[ 16.089] WinGranularity: 64
[ 16.089] WinSize: 64
[ 16.089] WinASegment: 0xa000
[ 16.089] WinBSegment: 0x0
[ 16.089] WinFuncPtr: 0xc000830b
[ 16.089] BytesPerScanline: 6400
[ 16.089] XResolution: 1600
[ 16.089] YResolution: 1200
[ 16.089] XCharSize: 8
[ 16.089] YCharSize: 16
[ 16.089] NumberOfPlanes: 1
[ 16.089] BitsPerPixel: 32
[ 16.089] NumberOfBanks: 1
[ 16.089] MemoryModel: 6
[ 16.089] BankSize: 0
[ 16.089] NumberOfImages: 12
[ 16.089] RedMaskSize: 8
[ 16.089] RedFieldPosition: 16
[ 16.089] GreenMaskSize: 8
[ 16.089] GreenFieldPosition: 8
[ 16.089] BlueMaskSize: 8
[ 16.089] BlueFieldPosition: 0
[ 16.089] RsvdMaskSize: 8
[ 16.089] RsvdFieldPosition: 24
[ 16.089] DirectColorModeInfo: 0
[ 16.089] PhysBasePtr: 0xc0000000
[ 16.089] LinBytesPerScanLine: 6400
[ 16.089] BnkNumberOfImagePages: 12
[ 16.089] LinNumberOfImagePages: 12
[ 16.089] LinRedMaskSize: 8
[ 16.089] LinRedFieldPosition: 16
[ 16.089] LinGreenMaskSize: 8
[ 16.089] LinGreenFieldPosition: 8
[ 16.089] LinBlueMaskSize: 8
[ 16.089] LinBlueFieldPosition: 0
[ 16.089] LinRsvdMaskSize: 8
[ 16.089] LinRsvdFieldPosition: 24
[ 16.089] MaxPixelClock: 230000000
[ 16.089] Mode: 107 (1280x1024)
[ 16.089] ModeAttributes: 0x9b
[ 16.089] WinAAttributes: 0x7
[ 16.089] WinBAttributes: 0x0
[ 16.089] WinGranularity: 64
[ 16.089] WinSize: 64
[ 16.089] WinASegment: 0xa000
[ 16.089] WinBSegment: 0x0
[ 16.089] WinFuncPtr: 0xc000830b
[ 16.089] BytesPerScanline: 1280
[ 16.089] XResolution: 1280
[ 16.089] YResolution: 1024
[ 16.089] XCharSize: 8
[ 16.089] YCharSize: 16
[ 16.089] NumberOfPlanes: 1
[ 16.089] BitsPerPixel: 8
[ 16.089] NumberOfBanks: 1
[ 16.089] MemoryModel: 4
[ 16.089] BankSize: 0
[ 16.089] NumberOfImages: 80
[ 16.089] RedMaskSize: 0
[ 16.089] RedFieldPosition: 0
[ 16.089] GreenMaskSize: 0
[ 16.089] GreenFieldPosition: 0
[ 16.089] BlueMaskSize: 0
[ 16.089] BlueFieldPosition: 0
[ 16.089] RsvdMaskSize: 0
[ 16.089] RsvdFieldPosition: 0
[ 16.089] DirectColorModeInfo: 0
[ 16.089] PhysBasePtr: 0xc0000000
[ 16.089] LinBytesPerScanLine: 1280
[ 16.089] BnkNumberOfImagePages: 80
[ 16.089] LinNumberOfImagePages: 80
[ 16.089] LinRedMaskSize: 0
[ 16.089] LinRedFieldPosition: 0
[ 16.089] LinGreenMaskSize: 0
[ 16.089] LinGreenFieldPosition: 0
[ 16.089] LinBlueMaskSize: 0
[ 16.089] LinBlueFieldPosition: 0
[ 16.089] LinRsvdMaskSize: 0
[ 16.089] LinRsvdFieldPosition: 0
[ 16.089] MaxPixelClock: 230000000
[ 16.089] Mode: 11a (1280x1024)
[ 16.089] ModeAttributes: 0x9b
[ 16.089] WinAAttributes: 0x7
[ 16.089] WinBAttributes: 0x0
[ 16.089] WinGranularity: 64
[ 16.089] WinSize: 64
[ 16.089] WinASegment: 0xa000
[ 16.089] WinBSegment: 0x0
[ 16.089] WinFuncPtr: 0xc000830b
[ 16.089] BytesPerScanline: 2560
[ 16.089] XResolution: 1280
[ 16.089] YResolution: 1024
[ 16.089] XCharSize: 8
[ 16.089] YCharSize: 16
[ 16.089] NumberOfPlanes: 1
[ 16.089] BitsPerPixel: 16
[ 16.089] NumberOfBanks: 1
[ 16.089] MemoryModel: 6
[ 16.089] BankSize: 0
[ 16.089] NumberOfImages: 39
[ 16.089] RedMaskSize: 5
[ 16.089] RedFieldPosition: 11
[ 16.089] GreenMaskSize: 6
[ 16.089] GreenFieldPosition: 5
[ 16.089] BlueMaskSize: 5
[ 16.089] BlueFieldPosition: 0
[ 16.089] RsvdMaskSize: 0
[ 16.089] RsvdFieldPosition: 0
[ 16.089] DirectColorModeInfo: 0
[ 16.089] PhysBasePtr: 0xc0000000
[ 16.089] LinBytesPerScanLine: 2560
[ 16.089] BnkNumberOfImagePages: 39
[ 16.089] LinNumberOfImagePages: 39
[ 16.089] LinRedMaskSize: 5
[ 16.089] LinRedFieldPosition: 11
[ 16.089] LinGreenMaskSize: 6
[ 16.089] LinGreenFieldPosition: 5
[ 16.089] LinBlueMaskSize: 5
[ 16.089] LinBlueFieldPosition: 0
[ 16.089] LinRsvdMaskSize: 0
[ 16.089] LinRsvdFieldPosition: 0
[ 16.090] MaxPixelClock: 230000000
[ 16.090] *Mode: 11b (1280x1024)
[ 16.090] ModeAttributes: 0x9b
[ 16.090] WinAAttributes: 0x7
[ 16.090] WinBAttributes: 0x0
[ 16.090] WinGranularity: 64
[ 16.090] WinSize: 64
[ 16.090] WinASegment: 0xa000
[ 16.090] WinBSegment: 0x0
[ 16.090] WinFuncPtr: 0xc000830b
[ 16.090] BytesPerScanline: 5120
[ 16.090] XResolution: 1280
[ 16.090] YResolution: 1024
[ 16.090] XCharSize: 8
[ 16.090] YCharSize: 16
[ 16.090] NumberOfPlanes: 1
[ 16.090] BitsPerPixel: 32
[ 16.090] NumberOfBanks: 1
[ 16.090] MemoryModel: 6
[ 16.090] BankSize: 0
[ 16.090] NumberOfImages: 19
[ 16.090] RedMaskSize: 8
[ 16.090] RedFieldPosition: 16
[ 16.090] GreenMaskSize: 8
[ 16.090] GreenFieldPosition: 8
[ 16.090] BlueMaskSize: 8
[ 16.090] BlueFieldPosition: 0
[ 16.090] RsvdMaskSize: 8
[ 16.090] RsvdFieldPosition: 24
[ 16.090] DirectColorModeInfo: 0
[ 16.090] PhysBasePtr: 0xc0000000
[ 16.090] LinBytesPerScanLine: 5120
[ 16.090] BnkNumberOfImagePages: 19
[ 16.090] LinNumberOfImagePages: 19
[ 16.090] LinRedMaskSize: 8
[ 16.090] LinRedFieldPosition: 16
[ 16.090] LinGreenMaskSize: 8
[ 16.090] LinGreenFieldPosition: 8
[ 16.090] LinBlueMaskSize: 8
[ 16.090] LinBlueFieldPosition: 0
[ 16.090] LinRsvdMaskSize: 8
[ 16.090] LinRsvdFieldPosition: 24
[ 16.090] MaxPixelClock: 230000000
[ 16.090] Mode: 105 (1024x768)
[ 16.090] ModeAttributes: 0x9b
[ 16.090] WinAAttributes: 0x7
[ 16.090] WinBAttributes: 0x0
[ 16.090] WinGranularity: 64
[ 16.090] WinSize: 64
[ 16.090] WinASegment: 0xa000
[ 16.090] WinBSegment: 0x0
[ 16.090] WinFuncPtr: 0xc000830b
[ 16.090] BytesPerScanline: 1024
[ 16.090] XResolution: 1024
[ 16.090] YResolution: 768
[ 16.090] XCharSize: 8
[ 16.090] YCharSize: 16
[ 16.090] NumberOfPlanes: 1
[ 16.090] BitsPerPixel: 8
[ 16.090] NumberOfBanks: 1
[ 16.090] MemoryModel: 4
[ 16.090] BankSize: 0
[ 16.090] NumberOfImages: 134
[ 16.090] RedMaskSize: 0
[ 16.090] RedFieldPosition: 0
[ 16.090] GreenMaskSize: 0
[ 16.090] GreenFieldPosition: 0
[ 16.090] BlueMaskSize: 0
[ 16.090] BlueFieldPosition: 0
[ 16.090] RsvdMaskSize: 0
[ 16.090] RsvdFieldPosition: 0
[ 16.090] DirectColorModeInfo: 0
[ 16.090] PhysBasePtr: 0xc0000000
[ 16.090] LinBytesPerScanLine: 1024
[ 16.090] BnkNumberOfImagePages: 134
[ 16.090] LinNumberOfImagePages: 134
[ 16.090] LinRedMaskSize: 0
[ 16.090] LinRedFieldPosition: 0
[ 16.090] LinGreenMaskSize: 0
[ 16.090] LinGreenFieldPosition: 0
[ 16.090] LinBlueMaskSize: 0
[ 16.090] LinBlueFieldPosition: 0
[ 16.090] LinRsvdMaskSize: 0
[ 16.090] LinRsvdFieldPosition: 0
[ 16.090] MaxPixelClock: 230000000
[ 16.090] Mode: 117 (1024x768)
[ 16.090] ModeAttributes: 0x9b
[ 16.090] WinAAttributes: 0x7
[ 16.090] WinBAttributes: 0x0
[ 16.090] WinGranularity: 64
[ 16.090] WinSize: 64
[ 16.090] WinASegment: 0xa000
[ 16.090] WinBSegment: 0x0
[ 16.090] WinFuncPtr: 0xc000830b
[ 16.090] BytesPerScanline: 2048
[ 16.090] XResolution: 1024
[ 16.090] YResolution: 768
[ 16.090] XCharSize: 8
[ 16.090] YCharSize: 16
[ 16.090] NumberOfPlanes: 1
[ 16.090] BitsPerPixel: 16
[ 16.090] NumberOfBanks: 1
[ 16.090] MemoryModel: 6
[ 16.090] BankSize: 0
[ 16.090] NumberOfImages: 66
[ 16.090] RedMaskSize: 5
[ 16.090] RedFieldPosition: 11
[ 16.090] GreenMaskSize: 6
[ 16.090] GreenFieldPosition: 5
[ 16.090] BlueMaskSize: 5
[ 16.090] BlueFieldPosition: 0
[ 16.090] RsvdMaskSize: 0
[ 16.090] RsvdFieldPosition: 0
[ 16.090] DirectColorModeInfo: 0
[ 16.090] PhysBasePtr: 0xc0000000
[ 16.090] LinBytesPerScanLine: 2048
[ 16.090] BnkNumberOfImagePages: 66
[ 16.090] LinNumberOfImagePages: 66
[ 16.090] LinRedMaskSize: 5
[ 16.090] LinRedFieldPosition: 11
[ 16.090] LinGreenMaskSize: 6
[ 16.090] LinGreenFieldPosition: 5
[ 16.090] LinBlueMaskSize: 5
[ 16.090] LinBlueFieldPosition: 0
[ 16.090] LinRsvdMaskSize: 0
[ 16.090] LinRsvdFieldPosition: 0
[ 16.090] MaxPixelClock: 230000000
[ 16.091] *Mode: 118 (1024x768)
[ 16.091] ModeAttributes: 0x9b
[ 16.091] WinAAttributes: 0x7
[ 16.091] WinBAttributes: 0x0
[ 16.091] WinGranularity: 64
[ 16.091] WinSize: 64
[ 16.091] WinASegment: 0xa000
[ 16.091] WinBSegment: 0x0
[ 16.091] WinFuncPtr: 0xc000830b
[ 16.091] BytesPerScanline: 4096
[ 16.091] XResolution: 1024
[ 16.091] YResolution: 768
[ 16.091] XCharSize: 8
[ 16.091] YCharSize: 16
[ 16.091] NumberOfPlanes: 1
[ 16.091] BitsPerPixel: 32
[ 16.091] NumberOfBanks: 1
[ 16.091] MemoryModel: 6
[ 16.091] BankSize: 0
[ 16.091] NumberOfImages: 32
[ 16.091] RedMaskSize: 8
[ 16.091] RedFieldPosition: 16
[ 16.091] GreenMaskSize: 8
[ 16.091] GreenFieldPosition: 8
[ 16.091] BlueMaskSize: 8
[ 16.091] BlueFieldPosition: 0
[ 16.091] RsvdMaskSize: 8
[ 16.091] RsvdFieldPosition: 24
[ 16.091] DirectColorModeInfo: 0
[ 16.091] PhysBasePtr: 0xc0000000
[ 16.091] LinBytesPerScanLine: 4096
[ 16.091] BnkNumberOfImagePages: 32
[ 16.091] LinNumberOfImagePages: 32
[ 16.091] LinRedMaskSize: 8
[ 16.091] LinRedFieldPosition: 16
[ 16.091] LinGreenMaskSize: 8
[ 16.091] LinGreenFieldPosition: 8
[ 16.091] LinBlueMaskSize: 8
[ 16.091] LinBlueFieldPosition: 0
[ 16.091] LinRsvdMaskSize: 8
[ 16.091] LinRsvdFieldPosition: 24
[ 16.091] MaxPixelClock: 230000000
[ 16.091] *Mode: 112 (640x480)
[ 16.091] ModeAttributes: 0x9b
[ 16.091] WinAAttributes: 0x7
[ 16.091] WinBAttributes: 0x0
[ 16.091] WinGranularity: 64
[ 16.091] WinSize: 64
[ 16.091] WinASegment: 0xa000
[ 16.091] WinBSegment: 0x0
[ 16.091] WinFuncPtr: 0xc000830b
[ 16.091] BytesPerScanline: 2560
[ 16.091] XResolution: 640
[ 16.091] YResolution: 480
[ 16.091] XCharSize: 8
[ 16.091] YCharSize: 16
[ 16.091] NumberOfPlanes: 1
[ 16.091] BitsPerPixel: 32
[ 16.091] NumberOfBanks: 1
[ 16.091] MemoryModel: 6
[ 16.091] BankSize: 0
[ 16.091] NumberOfImages: 84
[ 16.091] RedMaskSize: 8
[ 16.091] RedFieldPosition: 16
[ 16.091] GreenMaskSize: 8
[ 16.091] GreenFieldPosition: 8
[ 16.091] BlueMaskSize: 8
[ 16.091] BlueFieldPosition: 0
[ 16.091] RsvdMaskSize: 8
[ 16.091] RsvdFieldPosition: 24
[ 16.091] DirectColorModeInfo: 0
[ 16.091] PhysBasePtr: 0xc0000000
[ 16.091] LinBytesPerScanLine: 2560
[ 16.091] BnkNumberOfImagePages: 84
[ 16.091] LinNumberOfImagePages: 84
[ 16.091] LinRedMaskSize: 8
[ 16.091] LinRedFieldPosition: 16
[ 16.091] LinGreenMaskSize: 8
[ 16.091] LinGreenFieldPosition: 8
[ 16.091] LinBlueMaskSize: 8
[ 16.091] LinBlueFieldPosition: 0
[ 16.091] LinRsvdMaskSize: 8
[ 16.091] LinRsvdFieldPosition: 24
[ 16.091] MaxPixelClock: 230000000
[ 16.091] Mode: 114 (800x600)
[ 16.091] ModeAttributes: 0x9b
[ 16.091] WinAAttributes: 0x7
[ 16.091] WinBAttributes: 0x0
[ 16.091] WinGranularity: 64
[ 16.091] WinSize: 64
[ 16.091] WinASegment: 0xa000
[ 16.091] WinBSegment: 0x0
[ 16.091] WinFuncPtr: 0xc000830b
[ 16.091] BytesPerScanline: 1600
[ 16.091] XResolution: 800
[ 16.091] YResolution: 600
[ 16.091] XCharSize: 8
[ 16.091] YCharSize: 16
[ 16.091] NumberOfPlanes: 1
[ 16.091] BitsPerPixel: 16
[ 16.091] NumberOfBanks: 1
[ 16.091] MemoryModel: 6
[ 16.091] BankSize: 0
[ 16.091] NumberOfImages: 107
[ 16.091] RedMaskSize: 5
[ 16.091] RedFieldPosition: 11
[ 16.091] GreenMaskSize: 6
[ 16.091] GreenFieldPosition: 5
[ 16.091] BlueMaskSize: 5
[ 16.091] BlueFieldPosition: 0
[ 16.091] RsvdMaskSize: 0
[ 16.091] RsvdFieldPosition: 0
[ 16.091] DirectColorModeInfo: 0
[ 16.091] PhysBasePtr: 0xc0000000
[ 16.091] LinBytesPerScanLine: 1600
[ 16.091] BnkNumberOfImagePages: 107
[ 16.091] LinNumberOfImagePages: 107
[ 16.091] LinRedMaskSize: 5
[ 16.091] LinRedFieldPosition: 11
[ 16.091] LinGreenMaskSize: 6
[ 16.091] LinGreenFieldPosition: 5
[ 16.091] LinBlueMaskSize: 5
[ 16.091] LinBlueFieldPosition: 0
[ 16.091] LinRsvdMaskSize: 0
[ 16.091] LinRsvdFieldPosition: 0
[ 16.091] MaxPixelClock: 230000000
[ 16.092] *Mode: 115 (800x600)
[ 16.092] ModeAttributes: 0x9b
[ 16.092] WinAAttributes: 0x7
[ 16.092] WinBAttributes: 0x0
[ 16.092] WinGranularity: 64
[ 16.092] WinSize: 64
[ 16.092] WinASegment: 0xa000
[ 16.092] WinBSegment: 0x0
[ 16.092] WinFuncPtr: 0xc000830b
[ 16.092] BytesPerScanline: 3200
[ 16.092] XResolution: 800
[ 16.092] YResolution: 600
[ 16.092] XCharSize: 8
[ 16.092] YCharSize: 16
[ 16.092] NumberOfPlanes: 1
[ 16.092] BitsPerPixel: 32
[ 16.092] NumberOfBanks: 1
[ 16.092] MemoryModel: 6
[ 16.092] BankSize: 0
[ 16.092] NumberOfImages: 53
[ 16.092] RedMaskSize: 8
[ 16.092] RedFieldPosition: 16
[ 16.092] GreenMaskSize: 8
[ 16.092] GreenFieldPosition: 8
[ 16.092] BlueMaskSize: 8
[ 16.092] BlueFieldPosition: 0
[ 16.092] RsvdMaskSize: 8
[ 16.092] RsvdFieldPosition: 24
[ 16.092] DirectColorModeInfo: 0
[ 16.092] PhysBasePtr: 0xc0000000
[ 16.092] LinBytesPerScanLine: 3200
[ 16.092] BnkNumberOfImagePages: 53
[ 16.092] LinNumberOfImagePages: 53
[ 16.092] LinRedMaskSize: 8
[ 16.092] LinRedFieldPosition: 16
[ 16.092] LinGreenMaskSize: 8
[ 16.092] LinGreenFieldPosition: 8
[ 16.092] LinBlueMaskSize: 8
[ 16.092] LinBlueFieldPosition: 0
[ 16.092] LinRsvdMaskSize: 8
[ 16.092] LinRsvdFieldPosition: 24
[ 16.092] MaxPixelClock: 230000000
[ 16.092] Mode: 101 (640x480)
[ 16.092] ModeAttributes: 0x9b
[ 16.092] WinAAttributes: 0x7
[ 16.092] WinBAttributes: 0x0
[ 16.092] WinGranularity: 64
[ 16.092] WinSize: 64
[ 16.092] WinASegment: 0xa000
[ 16.092] WinBSegment: 0x0
[ 16.092] WinFuncPtr: 0xc000830b
[ 16.092] BytesPerScanline: 640
[ 16.092] XResolution: 640
[ 16.092] YResolution: 480
[ 16.092] XCharSize: 8
[ 16.092] YCharSize: 16
[ 16.092] NumberOfPlanes: 1
[ 16.092] BitsPerPixel: 8
[ 16.092] NumberOfBanks: 1
[ 16.092] MemoryModel: 4
[ 16.092] BankSize: 0
[ 16.092] NumberOfImages: 69
[ 16.092] RedMaskSize: 0
[ 16.092] RedFieldPosition: 0
[ 16.092] GreenMaskSize: 0
[ 16.092] GreenFieldPosition: 0
[ 16.092] BlueMaskSize: 0
[ 16.092] BlueFieldPosition: 0
[ 16.092] RsvdMaskSize: 0
[ 16.092] RsvdFieldPosition: 0
[ 16.092] DirectColorModeInfo: 0
[ 16.092] PhysBasePtr: 0xc0000000
[ 16.092] LinBytesPerScanLine: 640
[ 16.092] BnkNumberOfImagePages: 69
[ 16.092] LinNumberOfImagePages: 69
[ 16.092] LinRedMaskSize: 0
[ 16.092] LinRedFieldPosition: 0
[ 16.092] LinGreenMaskSize: 0
[ 16.092] LinGreenFieldPosition: 0
[ 16.092] LinBlueMaskSize: 0
[ 16.092] LinBlueFieldPosition: 0
[ 16.092] LinRsvdMaskSize: 0
[ 16.092] LinRsvdFieldPosition: 0
[ 16.092] MaxPixelClock: 230000000
[ 16.092] Mode: 103 (800x600)
[ 16.092] ModeAttributes: 0x9b
[ 16.092] WinAAttributes: 0x7
[ 16.092] WinBAttributes: 0x0
[ 16.092] WinGranularity: 64
[ 16.092] WinSize: 64
[ 16.092] WinASegment: 0xa000
[ 16.092] WinBSegment: 0x0
[ 16.092] WinFuncPtr: 0xc000830b
[ 16.092] BytesPerScanline: 832
[ 16.092] XResolution: 800
[ 16.092] YResolution: 600
[ 16.092] XCharSize: 8
[ 16.092] YCharSize: 16
[ 16.092] NumberOfPlanes: 1
[ 16.092] BitsPerPixel: 8
[ 16.092] NumberOfBanks: 1
[ 16.092] MemoryModel: 4
[ 16.092] BankSize: 0
[ 16.092] NumberOfImages: 202
[ 16.092] RedMaskSize: 0
[ 16.092] RedFieldPosition: 0
[ 16.092] GreenMaskSize: 0
[ 16.092] GreenFieldPosition: 0
[ 16.092] BlueMaskSize: 0
[ 16.092] BlueFieldPosition: 0
[ 16.092] RsvdMaskSize: 0
[ 16.092] RsvdFieldPosition: 0
[ 16.092] DirectColorModeInfo: 0
[ 16.092] PhysBasePtr: 0xc0000000
[ 16.092] LinBytesPerScanLine: 832
[ 16.092] BnkNumberOfImagePages: 202
[ 16.092] LinNumberOfImagePages: 202
[ 16.092] LinRedMaskSize: 0
[ 16.092] LinRedFieldPosition: 0
[ 16.092] LinGreenMaskSize: 0
[ 16.092] LinGreenFieldPosition: 0
[ 16.092] LinBlueMaskSize: 0
[ 16.092] LinBlueFieldPosition: 0
[ 16.092] LinRsvdMaskSize: 0
[ 16.092] LinRsvdFieldPosition: 0
[ 16.092] MaxPixelClock: 230000000
[ 16.092] Mode: 111 (640x480)
[ 16.092] ModeAttributes: 0x9b
[ 16.092] WinAAttributes: 0x7
[ 16.092] WinBAttributes: 0x0
[ 16.092] WinGranularity: 64
[ 16.092] WinSize: 64
[ 16.092] WinASegment: 0xa000
[ 16.092] WinBSegment: 0x0
[ 16.092] WinFuncPtr: 0xc000830b
[ 16.092] BytesPerScanline: 1280
[ 16.092] XResolution: 640
[ 16.092] YResolution: 480
[ 16.092] XCharSize: 8
[ 16.092] YCharSize: 16
[ 16.092] NumberOfPlanes: 1
[ 16.092] BitsPerPixel: 16
[ 16.092] NumberOfBanks: 1
[ 16.092] MemoryModel: 6
[ 16.092] BankSize: 0
[ 16.092] NumberOfImages: 162
[ 16.092] RedMaskSize: 5
[ 16.092] RedFieldPosition: 11
[ 16.092] GreenMaskSize: 6
[ 16.092] GreenFieldPosition: 5
[ 16.092] BlueMaskSize: 5
[ 16.092] BlueFieldPosition: 0
[ 16.092] RsvdMaskSize: 0
[ 16.093] RsvdFieldPosition: 0
[ 16.093] DirectColorModeInfo: 0
[ 16.093] PhysBasePtr: 0xc0000000
[ 16.093] LinBytesPerScanLine: 1280
[ 16.093] BnkNumberOfImagePages: 162
[ 16.093] LinNumberOfImagePages: 162
[ 16.093] LinRedMaskSize: 5
[ 16.093] LinRedFieldPosition: 11
[ 16.093] LinGreenMaskSize: 6
[ 16.093] LinGreenFieldPosition: 5
[ 16.093] LinBlueMaskSize: 5
[ 16.093] LinBlueFieldPosition: 0
[ 16.093] LinRsvdMaskSize: 0
[ 16.093] LinRsvdFieldPosition: 0
[ 16.093] MaxPixelClock: 230000000
[ 16.093] Mode: 17d (1024x768)
[ 16.093] ModeAttributes: 0x9b
[ 16.093] WinAAttributes: 0x7
[ 16.093] WinBAttributes: 0x0
[ 16.093] WinGranularity: 64
[ 16.093] WinSize: 64
[ 16.093] WinASegment: 0xa000
[ 16.093] WinBSegment: 0x0
[ 16.093] WinFuncPtr: 0xc000830b
[ 16.093] BytesPerScanline: 1024
[ 16.093] XResolution: 1024
[ 16.093] YResolution: 768
[ 16.093] XCharSize: 8
[ 16.093] YCharSize: 16
[ 16.093] NumberOfPlanes: 1
[ 16.093] BitsPerPixel: 8
[ 16.093] NumberOfBanks: 1
[ 16.093] MemoryModel: 4
[ 16.093] BankSize: 0
[ 16.093] NumberOfImages: 134
[ 16.093] RedMaskSize: 0
[ 16.093] RedFieldPosition: 0
[ 16.093] GreenMaskSize: 0
[ 16.093] GreenFieldPosition: 0
[ 16.093] BlueMaskSize: 0
[ 16.093] BlueFieldPosition: 0
[ 16.093] RsvdMaskSize: 0
[ 16.093] RsvdFieldPosition: 0
[ 16.093] DirectColorModeInfo: 0
[ 16.093] PhysBasePtr: 0xc0000000
[ 16.093] LinBytesPerScanLine: 1024
[ 16.093] BnkNumberOfImagePages: 134
[ 16.093] LinNumberOfImagePages: 134
[ 16.093] LinRedMaskSize: 0
[ 16.093] LinRedFieldPosition: 0
[ 16.093] LinGreenMaskSize: 0
[ 16.093] LinGreenFieldPosition: 0
[ 16.093] LinBlueMaskSize: 0
[ 16.093] LinBlueFieldPosition: 0
[ 16.093] LinRsvdMaskSize: 0
[ 16.093] LinRsvdFieldPosition: 0
[ 16.093] MaxPixelClock: 230000000
[ 16.093] Mode: 17e (1024x768)
[ 16.093] ModeAttributes: 0x9b
[ 16.093] WinAAttributes: 0x7
[ 16.093] WinBAttributes: 0x0
[ 16.093] WinGranularity: 64
[ 16.093] WinSize: 64
[ 16.093] WinASegment: 0xa000
[ 16.093] WinBSegment: 0x0
[ 16.093] WinFuncPtr: 0xc000830b
[ 16.093] BytesPerScanline: 2048
[ 16.093] XResolution: 1024
[ 16.093] YResolution: 768
[ 16.093] XCharSize: 8
[ 16.093] YCharSize: 16
[ 16.093] NumberOfPlanes: 1
[ 16.093] BitsPerPixel: 16
[ 16.093] NumberOfBanks: 1
[ 16.093] MemoryModel: 6
[ 16.093] BankSize: 0
[ 16.093] NumberOfImages: 66
[ 16.093] RedMaskSize: 5
[ 16.093] RedFieldPosition: 11
[ 16.093] GreenMaskSize: 6
[ 16.093] GreenFieldPosition: 5
[ 16.093] BlueMaskSize: 5
[ 16.093] BlueFieldPosition: 0
[ 16.093] RsvdMaskSize: 0
[ 16.093] RsvdFieldPosition: 0
[ 16.093] DirectColorModeInfo: 0
[ 16.093] PhysBasePtr: 0xc0000000
[ 16.093] LinBytesPerScanLine: 2048
[ 16.093] BnkNumberOfImagePages: 66
[ 16.093] LinNumberOfImagePages: 66
[ 16.093] LinRedMaskSize: 5
[ 16.093] LinRedFieldPosition: 11
[ 16.093] LinGreenMaskSize: 6
[ 16.093] LinGreenFieldPosition: 5
[ 16.093] LinBlueMaskSize: 5
[ 16.093] LinBlueFieldPosition: 0
[ 16.093] LinRsvdMaskSize: 0
[ 16.093] LinRsvdFieldPosition: 0
[ 16.093] MaxPixelClock: 230000000
[ 16.093] *Mode: 17f (1024x768)
[ 16.093] ModeAttributes: 0x9b
[ 16.093] WinAAttributes: 0x7
[ 16.093] WinBAttributes: 0x0
[ 16.094] WinGranularity: 64
[ 16.094] WinSize: 64
[ 16.094] WinASegment: 0xa000
[ 16.094] WinBSegment: 0x0
[ 16.094] WinFuncPtr: 0xc000830b
[ 16.094] BytesPerScanline: 4096
[ 16.094] XResolution: 1024
[ 16.094] YResolution: 768
[ 16.094] XCharSize: 8
[ 16.094] YCharSize: 16
[ 16.094] NumberOfPlanes: 1
[ 16.094] BitsPerPixel: 32
[ 16.094] NumberOfBanks: 1
[ 16.094] MemoryModel: 6
[ 16.094] BankSize: 0
[ 16.094] NumberOfImages: 32
[ 16.094] RedMaskSize: 8
[ 16.094] RedFieldPosition: 16
[ 16.094] GreenMaskSize: 8
[ 16.094] GreenFieldPosition: 8
[ 16.094] BlueMaskSize: 8
[ 16.094] BlueFieldPosition: 0
[ 16.094] RsvdMaskSize: 8
[ 16.094] RsvdFieldPosition: 24
[ 16.094] DirectColorModeInfo: 0
[ 16.094] PhysBasePtr: 0xc0000000
[ 16.094] LinBytesPerScanLine: 4096
[ 16.094] BnkNumberOfImagePages: 32
[ 16.094] LinNumberOfImagePages: 32
[ 16.094] LinRedMaskSize: 8
[ 16.094] LinRedFieldPosition: 16
[ 16.094] LinGreenMaskSize: 8
[ 16.094] LinGreenFieldPosition: 8
[ 16.094] LinBlueMaskSize: 8
[ 16.094] LinBlueFieldPosition: 0
[ 16.094] LinRsvdMaskSize: 8
[ 16.094] LinRsvdFieldPosition: 24
[ 16.094] MaxPixelClock: 230000000
[ 16.094]
[ 16.094] (II) VESA(0): Total Memory: 1631 64KB banks (104384kB)
[ 16.094] (II) VESA(0): Configured Monitor: Using hsync range of 30.00-63.00 kHz
[ 16.094] (II) VESA(0): Configured Monitor: Using vrefresh range of 50.00-75.00 Hz
[ 16.094] (II) VESA(0): Configured Monitor: Using maximum pixel clock of 85.00 MHz
[ 16.094] (WW) VESA(0): Unable to estimate virtual size
[ 16.094] (II) VESA(0): Not using built-in mode "1920x1440" (no mode of this name)
[ 16.094] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
[ 16.094] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[ 16.094] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
[ 16.094] (**) VESA(0): *Built-in mode "1024x768"
[ 16.094] (**) VESA(0): *Built-in mode "1024x768"
[ 16.094] (**) VESA(0): *Built-in mode "800x600"
[ 16.094] (**) VESA(0): *Built-in mode "640x480"
[ 16.094] (**) VESA(0): Display dimensions: (300, 230) mm
[ 16.094] (**) VESA(0): DPI set to (86, 84)
[ 16.094] (**) VESA(0): Using "Shadow Framebuffer"
[ 16.094] (II) Loading sub module "shadow"
[ 16.094] (II) LoadModule: "shadow"
[ 16.094] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 16.095] (II) Module shadow: vendor="X.Org Foundation"
[ 16.095] compiled for 1.11.3, module version = 1.1.0
[ 16.095] ABI class: X.Org ANSI C Emulation, version 0.4
[ 16.095] (II) Loading sub module "fb"
[ 16.095] (II) LoadModule: "fb"
[ 16.095] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 16.096] (II) Module fb: vendor="X.Org Foundation"
[ 16.096] compiled for 1.11.3, module version = 1.0.0
[ 16.096] ABI class: X.Org ANSI C Emulation, version 0.4
[ 16.096] (II) UnloadModule: "intel"
[ 16.096] (II) Unloading intel
[ 16.096] (II) UnloadModule: "fbdev"
[ 16.096] (II) Unloading fbdev
[ 16.096] (II) UnloadModule: "fbdevhw"
[ 16.096] (II) Unloading fbdevhw
[ 16.096] (==) Depth 24 pixmap format is 32 bpp
[ 16.096] (II) Loading sub module "int10"
[ 16.096] (II) LoadModule: "int10"
[ 16.096] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 16.096] (II) Module int10: vendor="X.Org Foundation"
[ 16.096] compiled for 1.11.3, module version = 1.0.0
[ 16.096] ABI class: X.Org Video Driver, version 11.0
[ 16.096] (II) VESA(0): initializing int10
[ 16.097] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 16.097] (II) VESA(0): VESA BIOS detected
[ 16.097] (II) VESA(0): VESA VBE Version 3.0
[ 16.097] (II) VESA(0): VESA VBE Total Mem: 104384 kB
[ 16.097] (II) VESA(0): VESA VBE OEM: Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS
[ 16.097] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 16.097] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[ 16.097] (II) VESA(0): VESA VBE OEM Product: Intel(R) Sandybridge/Ivybridge Graphics Controller
[ 16.097] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[ 16.112] (II) VESA(0): virtual address = 0x7f1c42a04000,
physical address = 0xc0000000, size = 106889216
[ 16.115] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768)
[ 16.183] (==) VESA(0): Default visual is TrueColor
[ 16.204] (==) VESA(0): Backing store disabled
[ 16.204] (==) VESA(0): DPMS enabled
[ 16.204] (==) RandR enabled
[ 16.204] (II) Initializing built-in extension Generic Event Extension
[ 16.204] (II) Initializing built-in extension SHAPE
[ 16.204] (II) Initializing built-in extension MIT-SHM
[ 16.204] (II) Initializing built-in extension XInputExtension
[ 16.204] (II) Initializing built-in extension XTEST
[ 16.204] (II) Initializing built-in extension BIG-REQUESTS
[ 16.204] (II) Initializing built-in extension SYNC
[ 16.204] (II) Initializing built-in extension XKEYBOARD
[ 16.204] (II) Initializing built-in extension XC-MISC
[ 16.204] (II) Initializing built-in extension SECURITY
[ 16.204] (II) Initializing built-in extension XINERAMA
[ 16.204] (II) Initializing built-in extension XFIXES
[ 16.204] (II) Initializing built-in extension RENDER
[ 16.204] (II) Initializing built-in extension RANDR
[ 16.204] (II) Initializing built-in extension COMPOSITE
[ 16.204] (II) Initializing built-in extension DAMAGE
[ 16.207] (II) AIGLX: Screen 0 is not DRI2 capable
[ 16.207] (II) AIGLX: Screen 0 is not DRI capable
[ 16.721] (II) AIGLX: Loaded and initialized swrast
[ 16.721] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 16.795] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 16.807] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 16.808] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 16.808] (II) LoadModule: "evdev"
[ 16.808] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.824] (II) Module evdev: vendor="X.Org Foundation"
[ 16.824] compiled for 1.11.3, module version = 2.7.0
[ 16.824] Module class: X.Org XInput Driver
[ 16.824] ABI class: X.Org XInput driver, version 16.0
[ 16.824] (II) Using input driver 'evdev' for 'Power Button'
[ 16.824] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.824] (**) Power Button: always reports core events
[ 16.824] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 16.824] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 16.824] (--) evdev: Power Button: Found keys
[ 16.824] (II) evdev: Power Button: Configuring as keyboard
[ 16.824] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[ 16.824] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 16.824] (**) Option "xkb_rules" "evdev"
[ 16.824] (**) Option "xkb_model" "pc105"
[ 16.824] (**) Option "xkb_layout" "us"
[ 16.825] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event1)
[ 16.825] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 16.825] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[ 16.825] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.825] (**) USB Optical Mouse: always reports core events
[ 16.825] (**) evdev: USB Optical Mouse: Device: "/dev/input/event1"
[ 16.825] (--) evdev: USB Optical Mouse: Vendor 0x192f Product 0x916
[ 16.825] (--) evdev: USB Optical Mouse: Found 3 mouse buttons
[ 16.825] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
[ 16.825] (--) evdev: USB Optical Mouse: Found relative axes
[ 16.825] (--) evdev: USB Optical Mouse: Found x and y relative axes
[ 16.825] (II) evdev: USB Optical Mouse: Configuring as mouse
[ 16.825] (II) evdev: USB Optical Mouse: Adding scrollwheel support
[ 16.825] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
[ 16.825] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 16.825] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input1/event1"
[ 16.825] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 7)
[ 16.825] (II) evdev: USB Optical Mouse: initialized for relative axes.
[ 16.825] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[ 16.825] (**) USB Optical Mouse: (accel) acceleration profile 0
[ 16.825] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[ 16.825] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[ 16.825] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[ 16.825] (II) No input driver specified, ignoring this device.
[ 16.825] (II) This device may have been added with another device file.
[ 16.825] (II) config/udev: Adding input device GASIA USB KB V11 (/dev/input/event2)
[ 16.825] (**) GASIA USB KB V11: Applying InputClass "evdev keyboard catchall"
[ 16.825] (II) Using input driver 'evdev' for 'GASIA USB KB V11'
[ 16.825] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.825] (**) GASIA USB KB V11: always reports core events
[ 16.825] (**) evdev: GASIA USB KB V11: Device: "/dev/input/event2"
[ 16.825] (--) evdev: GASIA USB KB V11: Vendor 0xe8f Product 0x22
[ 16.825] (--) evdev: GASIA USB KB V11: Found keys
[ 16.825] (II) evdev: GASIA USB KB V11: Configuring as keyboard
[ 16.825] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input2/event2"
[ 16.825] (II) XINPUT: Adding extended input device "GASIA USB KB V11" (type: KEYBOARD, id 8)
[ 16.825] (**) Option "xkb_rules" "evdev"
[ 16.825] (**) Option "xkb_model" "pc105"
[ 16.825] (**) Option "xkb_layout" "us"
[ 16.825] (II) config/udev: Adding input device GASIA USB KB V11 (/dev/input/event3)
[ 16.825] (**) GASIA USB KB V11: Applying InputClass "evdev keyboard catchall"
[ 16.825] (II) Using input driver 'evdev' for 'GASIA USB KB V11'
[ 16.825] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.825] (**) GASIA USB KB V11: always reports core events
[ 16.825] (**) evdev: GASIA USB KB V11: Device: "/dev/input/event3"
[ 16.825] (--) evdev: GASIA USB KB V11: Vendor 0xe8f Product 0x22
[ 16.825] (--) evdev: GASIA USB KB V11: Found 1 mouse buttons
[ 16.825] (--) evdev: GASIA USB KB V11: Found scroll wheel(s)
[ 16.825] (--) evdev: GASIA USB KB V11: Found relative axes
[ 16.825] (II) evdev: GASIA USB KB V11: Forcing relative x/y axes to exist.
[ 16.825] (--) evdev: GASIA USB KB V11: Found absolute axes
[ 16.825] (II) evdev: GASIA USB KB V11: Forcing absolute x/y axes to exist.
[ 16.825] (--) evdev: GASIA USB KB V11: Found keys
[ 16.825] (II) evdev: GASIA USB KB V11: Configuring as mouse
[ 16.825] (II) evdev: GASIA USB KB V11: Configuring as keyboard
[ 16.825] (II) evdev: GASIA USB KB V11: Adding scrollwheel support
[ 16.825] (**) evdev: GASIA USB KB V11: YAxisMapping: buttons 4 and 5
[ 16.825] (**) evdev: GASIA USB KB V11: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 16.826] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.1/input/input3/event3"
[ 16.826] (II) XINPUT: Adding extended input device "GASIA USB KB V11" (type: KEYBOARD, id 9)
[ 16.826] (**) Option "xkb_rules" "evdev"
[ 16.826] (**) Option "xkb_model" "pc105"
[ 16.826] (**) Option "xkb_layout" "us"
[ 16.826] (II) evdev: GASIA USB KB V11: initialized for relative axes.
[ 16.826] (WW) evdev: GASIA USB KB V11: ignoring absolute axes.
[ 16.826] (**) GASIA USB KB V11: (accel) keeping acceleration scheme 1
[ 16.826] (**) GASIA USB KB V11: (accel) acceleration profile 0
[ 16.826] (**) GASIA USB KB V11: (accel) acceleration factor: 2.000
[ 16.826] (**) GASIA USB KB V11: (accel) acceleration threshold: 4
[ 16.826] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event10)
[ 16.826] (II) No input driver specified, ignoring this device.
[ 16.826] (II) This device may have been added with another device file.
[ 16.826] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event4)
[ 16.826] (II) No input driver specified, ignoring this device.
[ 16.826] (II) This device may have been added with another device file.
[ 16.826] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event5)
[ 16.826] (II) No input driver specified, ignoring this device.
[ 16.826] (II) This device may have been added with another device file.
[ 16.826] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[ 16.826] (II) No input driver specified, ignoring this device.
[ 16.826] (II) This device may have been added with another device file.
[ 16.826] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event7)
[ 16.826] (II) No input driver specified, ignoring this device.
[ 16.826] (II) This device may have been added with another device file.
[ 16.826] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event8)
[ 16.826] (II) No input driver specified, ignoring this device.
[ 16.826] (II) This device may have been added with another device file.
[ 16.826] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event9)
[ 16.826] (II) No input driver specified, ignoring this device.
[ 16.826] (II) This device may have been added with another device file.
[ 30.576] (II) XKB: reuse xkmfile /var/lib/xkb/server-03AF3717FF3AB439A4BAABA686CCB40771CDF520.xkm
[-- Attachment #3: intel_reg_dumper.txt --]
[-- Type: application/octet-stream, Size: 9957 bytes --]
[-- Attachment #4: dmesg --]
[-- Type: application/octet-stream, Size: 59902 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.3.4 (root@ginger-2012-Client-Platform) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #5 SMP Mon May 7 21:14:13 CST 2012
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.3.4 root=UUID=84ed59ea-ac8a-4a41-a52c-8baabee3de51 ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009ac00 (usable)
[ 0.000000] BIOS-e820: 000000000009ac00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
[ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
[ 0.000000] BIOS-e820: 0000000020200000 - 0000000040004000 (usable)
[ 0.000000] BIOS-e820: 0000000040004000 - 0000000040005000 (reserved)
[ 0.000000] BIOS-e820: 0000000040005000 - 000000005c57e000 (usable)
[ 0.000000] BIOS-e820: 000000005c57e000 - 000000005c5c1000 (reserved)
[ 0.000000] BIOS-e820: 000000005c5c1000 - 000000005e588000 (usable)
[ 0.000000] BIOS-e820: 000000005e588000 - 000000005ed6a000 (reserved)
[ 0.000000] BIOS-e820: 000000005ed6a000 - 000000005efea000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000005efea000 - 000000005efff000 (ACPI data)
[ 0.000000] BIOS-e820: 000000005efff000 - 000000005f000000 (usable)
[ 0.000000] BIOS-e820: 000000005f000000 - 000000009fa00000 (reserved)
[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff900000 - 00000000ffc00000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffd00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 000000015e600000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.6 present.
[ 0.000000] DMI: Intel Corporation 2012 Client Platform/LosLunas 2 CRB, BIOS ACRVMBY1.86C.0082.P01.1202211213 02/21/2012
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x15e600 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 1 base 000000000 mask FC0000000 write-back
[ 0.000000] 2 base 040000000 mask FE0000000 write-back
[ 0.000000] 3 base 05F000000 mask FFF000000 uncachable
[ 0.000000] 4 base 100000000 mask FC0000000 write-back
[ 0.000000] 5 base 140000000 mask FE0000000 write-back
[ 0.000000] 6 base 15F000000 mask FFF000000 uncachable
[ 0.000000] 7 base 15E800000 mask FFF800000 uncachable
[ 0.000000] 8 base 15E600000 mask FFFE00000 uncachable
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] last_pfn = 0x5f000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [ffff8800000fca80] fca80
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff880000095000] 95000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-000000005f000000
[ 0.000000] 0000000000 - 005f000000 page 2M
[ 0.000000] kernel direct mapping tables up to 5f000000 @ 1fffd000-20000000
[ 0.000000] init_memory_mapping: 0000000100000000-000000015e600000
[ 0.000000] 0100000000 - 015e600000 page 2M
[ 0.000000] kernel direct mapping tables up to 15e600000 @ 5e581000-5e588000
[ 0.000000] RAMDISK: 29ce0000 - 30e68000
[ 0.000000] ACPI: RSDP 00000000000f0410 00024 (v02 INTEL)
[ 0.000000] ACPI: XSDT 000000005effde18 00074 (v01 INTEL IVB-PPT 06222004 MSFT 00010013)
[ 0.000000] ACPI: FACP 000000005efe3d98 000F4 (v04 INTEL IVB-PPT 06222004 MSFT 00010013)
[ 0.000000] ACPI: DSDT 000000005efbc018 10879 (v02 INTEL IVB-PPT 00000000 INTL 20110623)
[ 0.000000] ACPI: FACS 000000005efe9e40 00040
[ 0.000000] ACPI: APIC 000000005effcf18 000CC (v02 INTEL IVB-PPT 06222004 MSFT 00010013)
[ 0.000000] ACPI: HPET 000000005efe8f18 00038 (v01 A M I PCHHPET 06222004 AMI. 00000003)
[ 0.000000] ACPI: SSDT 000000005efe5018 010A8 (v01 TrmRef PtidDevc 00001000 INTL 20110623)
[ 0.000000] ACPI: SSDT 000000005efe4a18 00461 (v01 AMI PerfTune 00001000 INTL 20110623)
[ 0.000000] ACPI: MCFG 000000005efe8e98 0003C (v01 INTEL SNDYBRDG 06222004 MSFT 00000097)
[ 0.000000] ACPI: SSDT 000000005efd1718 00692 (v01 PmRef Cpu0Ist 00003000 INTL 20110623)
[ 0.000000] ACPI: SSDT 000000005efd0018 00A92 (v01 PmRef CpuPm 00003000 INTL 20110623)
[ 0.000000] ACPI: DMAR 000000005efe4f18 000B8 (v01 INTEL SNB 00000001 INTL 00000001)
[ 0.000000] ACPI: FPDT 000000005eff4018 00064 (v01 INTEL IVB-CPT 00010000 INTL 20111107)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000015e600000
[ 0.000000] Initmem setup node 0 0000000000000000-000000015e600000
[ 0.000000] NODE_DATA [000000015e5fb000 - 000000015e5fffff]
[ 0.000000] [ffffea0000000000-ffffea00057fffff] PMD -> [ffff88015ac00000-ffff88015dbfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x0015e600
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] Early memory PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009a
[ 0.000000] 0: 0x00000100 -> 0x00020000
[ 0.000000] 0: 0x00020200 -> 0x00040004
[ 0.000000] 0: 0x00040005 -> 0x0005c57e
[ 0.000000] 0: 0x0005c5c1 -> 0x0005e588
[ 0.000000] 0: 0x0005efff -> 0x0005f000
[ 0.000000] 0: 0x00100000 -> 0x0015e600
[ 0.000000] On node 0 totalpages: 772303
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3909 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 16320 pages used for memmap
[ 0.000000] DMA32 zone: 365445 pages, LIFO batch:31
[ 0.000000] Normal zone: 6040 pages used for memmap
[ 0.000000] Normal zone: 380520 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[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] SMP: Allowing 16 CPUs, 8 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009a000 - 000000000009b000
[ 0.000000] PM: Registered nosave memory: 000000000009b000 - 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: 000000005c57e000 - 000000005c5c1000
[ 0.000000] PM: Registered nosave memory: 000000005e588000 - 000000005ed6a000
[ 0.000000] PM: Registered nosave memory: 000000005ed6a000 - 000000005efea000
[ 0.000000] PM: Registered nosave memory: 000000005efea000 - 000000005efff000
[ 0.000000] PM: Registered nosave memory: 000000005f000000 - 000000009fa00000
[ 0.000000] PM: Registered nosave memory: 000000009fa00000 - 00000000f8000000
[ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
[ 0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
[ 0.000000] PM: Registered nosave memory: 00000000fed18000 - 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 - 00000000ff900000
[ 0.000000] PM: Registered nosave memory: 00000000ff900000 - 00000000ffc00000
[ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffd00000
[ 0.000000] PM: Registered nosave memory: 00000000ffd00000 - 0000000100000000
[ 0.000000] Allocating PCI resources starting at 9fa00000 (gap: 9fa00000:58600000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88015e200000 s82624 r8192 d23872 u131072
[ 0.000000] pcpu-alloc: s82624 r8192 d23872 u131072 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 749874
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.3.4 root=UUID=84ed59ea-ac8a-4a41-a52c-8baabee3de51 ro quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave/xrstor: 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: 2840120k/5740544k available (6954k kernel code, 2651332k absent, 249092k reserved, 6214k data, 912k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:16640 nr_irqs:808 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 12582912 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] Fast TSC calibration using PIT
[ 0.004000] Detected 1795.903 MHz processor.
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3591.80 BogoMIPS (lpj=7183612)
[ 0.000008] pid_max: default: 32768 minimum: 301
[ 0.000036] Security Framework initialized
[ 0.000050] AppArmor: AppArmor initialized
[ 0.000594] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.002064] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.002740] Mount-cache hash table entries: 256
[ 0.002862] Initializing cgroup subsys cpuacct
[ 0.002865] Initializing cgroup subsys memory
[ 0.002873] Initializing cgroup subsys devices
[ 0.002875] Initializing cgroup subsys freezer
[ 0.002877] Initializing cgroup subsys blkio
[ 0.002883] Initializing cgroup subsys perf_event
[ 0.002915] CPU: Physical Processor ID: 0
[ 0.002916] CPU: Processor Core ID: 0
[ 0.002922] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.002923] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.003503] mce: CPU supports 9 MCE banks
[ 0.003519] CPU0: Thermal monitoring enabled (TM1)
[ 0.003527] using mwait in idle threads.
[ 0.006473] ACPI: Core revision 20120111
[ 0.015943] ftrace: allocating 25412 entries in 100 pages
[ 0.033050] DMAR: Host address width 36
[ 0.033053] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.033062] IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
[ 0.033065] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.033071] IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
[ 0.033073] DMAR: RMRR base: 0x0000005ec95000 end: 0x0000005ecb2fff
[ 0.033075] DMAR: RMRR base: 0x0000009f800000 end: 0x0000009f9fffff
[ 0.033148] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.033149] HPET id 0 under DRHD base 0xfed91000
[ 0.033339] Enabled IRQ remapping in x2apic mode
[ 0.033341] Enabling x2apic
[ 0.033342] Enabled x2apic
[ 0.033348] Switched APIC routing to cluster x2apic.
[ 0.033808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.073480] CPU0: Intel(R) Xeon(R) CPU E3-1285 V2 @ 3.60GHz stepping 08
[ 0.179879] Performance Events: PEBS fmt1+, generic architected perfmon, Intel PMU driver.
[ 0.179886] ... version: 3
[ 0.179887] ... bit width: 48
[ 0.179888] ... generic registers: 4
[ 0.179890] ... value mask: 0000ffffffffffff
[ 0.179891] ... max period: 000000007fffffff
[ 0.179893] ... fixed-purpose events: 3
[ 0.179894] ... event mask: 000000070000000f
[ 0.180116] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.180199] Booting Node 0, Processors #1
[ 0.180202] smpboot cpu 1: start_ip = 95000
[ 0.212125] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.212218] #2
[ 0.212220] smpboot cpu 2: start_ip = 95000
[ 0.243762] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.243841] #3
[ 0.243843] smpboot cpu 3: start_ip = 95000
[ 0.275383] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.275463] #4
[ 0.275464] smpboot cpu 4: start_ip = 95000
[ 0.307003] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.307090] #5
[ 0.307091] smpboot cpu 5: start_ip = 95000
[ 0.338630] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.338712] #6
[ 0.338713] smpboot cpu 6: start_ip = 95000
[ 0.370252] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.370331] #7
[ 0.370332] smpboot cpu 7: start_ip = 95000
[ 0.401874] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.401903] Brought up 8 CPUs
[ 0.401905] Total of 8 processors activated (28734.44 BogoMIPS).
[ 0.413114] devtmpfs: initialized
[ 0.414079] EVM: security.selinux
[ 0.414081] EVM: security.SMACK64
[ 0.414082] EVM: security.capability
[ 0.414108] PM: Registering ACPI NVS region at 5ed6a000 (2621440 bytes)
[ 0.415050] print_constraints: dummy:
[ 0.415081] RTC time: 9:37:07, date: 05/11/12
[ 0.415118] NET: Registered protocol family 16
[ 0.415223] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.415225] ACPI: bus type pci registered
[ 0.415303] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.415307] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.432553] PCI: Using configuration type 1 for base access
[ 0.433534] bio: create slab <bio-0> at 0
[ 0.433611] ACPI: Added _OSI(Module Device)
[ 0.433613] ACPI: Added _OSI(Processor Device)
[ 0.433615] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.433617] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.435922] ACPI: EC: Look up EC in DSDT
[ 0.438421] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.442507] ACPI: SSDT 000000005eccd018 00A4F (v01 PmRef Cpu0Cst 00003001 INTL 20110623)
[ 0.443105] ACPI: Dynamic OEM Table Load:
[ 0.443108] ACPI: SSDT (null) 00A4F (v01 PmRef Cpu0Cst 00003001 INTL 20110623)
[ 0.443453] ACPI: SSDT 000000005eccea98 00303 (v01 PmRef ApIst 00003000 INTL 20110623)
[ 0.444072] ACPI: Dynamic OEM Table Load:
[ 0.444075] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20110623)
[ 0.444234] ACPI: SSDT 000000005ecccd98 00119 (v01 PmRef ApCst 00003000 INTL 20110623)
[ 0.444814] ACPI: Dynamic OEM Table Load:
[ 0.444816] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20110623)
[ 0.446288] ACPI: Interpreter enabled
[ 0.446293] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.446322] ACPI: Using IOAPIC for interrupt routing
[ 0.452692] ACPI: Power Resource [FN00] (off)
[ 0.452773] ACPI: Power Resource [FN01] (off)
[ 0.452853] ACPI: Power Resource [FN02] (off)
[ 0.452930] ACPI: Power Resource [FN03] (off)
[ 0.453009] ACPI: Power Resource [FN04] (off)
[ 0.453919] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[ 0.453924] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.454250] \_SB_.PCI0:_OSC invalid UUID
[ 0.454251] _OSC request data:1 8 1f
[ 0.454256] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.454728] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.454730] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.454733] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.454735] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[ 0.454738] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[ 0.454740] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[ 0.454742] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[ 0.454744] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[ 0.454747] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
[ 0.454749] pci_root PNP0A08:00: host bridge window [mem 0x9fa00000-0xfeafffff]
[ 0.454783] PCI host bridge to bus 0000:00
[ 0.454786] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.454788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.454790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.454792] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[ 0.454794] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.454796] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.454799] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.454801] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.454803] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[ 0.454805] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff]
[ 0.454815] pci 0000:00:00.0: [8086:0158] type 0 class 0x000600
[ 0.454859] pci 0000:00:02.0: [8086:016a] type 0 class 0x000300
[ 0.454873] pci 0000:00:02.0: reg 10: [mem 0x9fc00000-0x9fffffff 64bit]
[ 0.454881] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.454888] pci 0000:00:02.0: reg 20: [io 0x2000-0x203f]
[ 0.454953] pci 0000:00:14.0: [8086:1e31] type 0 class 0x000c03
[ 0.454978] pci 0000:00:14.0: reg 10: [mem 0xa02b0000-0xa02bffff 64bit]
[ 0.455058] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.455088] pci 0000:00:16.0: [8086:1e3a] type 0 class 0x000780
[ 0.455115] pci 0000:00:16.0: reg 10: [mem 0xa02a0000-0xa02a000f 64bit]
[ 0.455201] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.455230] pci 0000:00:16.3: [8086:1e3d] type 0 class 0x000700
[ 0.455251] pci 0000:00:16.3: reg 10: [io 0x20e0-0x20e7]
[ 0.455262] pci 0000:00:16.3: reg 14: [mem 0xa0290000-0xa0290fff]
[ 0.455379] pci 0000:00:19.0: [8086:1502] type 0 class 0x000200
[ 0.455401] pci 0000:00:19.0: reg 10: [mem 0xa0200000-0xa021ffff]
[ 0.455411] pci 0000:00:19.0: reg 14: [mem 0xa0280000-0xa0280fff]
[ 0.455421] pci 0000:00:19.0: reg 18: [io 0x2080-0x209f]
[ 0.455493] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.455525] pci 0000:00:1a.0: [8086:1e2d] type 0 class 0x000c03
[ 0.455549] pci 0000:00:1a.0: reg 10: [mem 0xa0270000-0xa02703ff]
[ 0.455649] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.455682] pci 0000:00:1b.0: [8086:1e20] type 0 class 0x000403
[ 0.455700] pci 0000:00:1b.0: reg 10: [mem 0xa0260000-0xa0263fff 64bit]
[ 0.455777] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.455809] pci 0000:00:1c.0: [8086:1e10] type 1 class 0x000604
[ 0.455941] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.455988] pci 0000:00:1c.6: [8086:1e1c] type 1 class 0x000604
[ 0.456078] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.456107] pci 0000:00:1c.7: [8086:1e1e] type 1 class 0x000604
[ 0.456196] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 0.456228] pci 0000:00:1d.0: [8086:1e26] type 0 class 0x000c03
[ 0.456252] pci 0000:00:1d.0: reg 10: [mem 0xa0250000-0xa02503ff]
[ 0.456352] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.456377] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[ 0.456450] pci 0000:00:1f.0: [8086:1e47] type 0 class 0x000601
[ 0.456586] pci 0000:00:1f.2: [8086:1e02] type 0 class 0x000106
[ 0.456608] pci 0000:00:1f.2: reg 10: [io 0x20d0-0x20d7]
[ 0.456617] pci 0000:00:1f.2: reg 14: [io 0x20c0-0x20c3]
[ 0.456627] pci 0000:00:1f.2: reg 18: [io 0x20b0-0x20b7]
[ 0.456635] pci 0000:00:1f.2: reg 1c: [io 0x20a0-0x20a3]
[ 0.456644] pci 0000:00:1f.2: reg 20: [io 0x2060-0x207f]
[ 0.456654] pci 0000:00:1f.2: reg 24: [mem 0xa0240000-0xa02407ff]
[ 0.456705] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.456728] pci 0000:00:1f.3: [8086:1e22] type 0 class 0x000c05
[ 0.456747] pci 0000:00:1f.3: reg 10: [mem 0xa0230000-0xa02300ff 64bit]
[ 0.456771] pci 0000:00:1f.3: reg 20: [io 0x2040-0x205f]
[ 0.456877] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[ 0.456982] pci 0000:02:00.0: [8086:0082] type 0 class 0x000280
[ 0.457027] pci 0000:02:00.0: reg 10: [mem 0xa0100000-0xa0101fff 64bit]
[ 0.457262] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.467704] pci 0000:00:1c.6: PCI bridge to [bus 02-02]
[ 0.467711] pci 0000:00:1c.6: bridge window [mem 0xa0100000-0xa01fffff]
[ 0.467804] pci 0000:03:00.0: [104c:8231] type 1 class 0x000604
[ 0.468004] pci 0000:03:00.0: supports D1 D2
[ 0.479672] pci 0000:00:1c.7: PCI bridge to [bus 03-04]
[ 0.479696] pci 0000:00:1c.7: bridge window [mem 0xa0000000-0xa00fffff]
[ 0.479843] pci 0000:04:00.0: [104c:8235] type 0 class 0x000c00
[ 0.479878] pci 0000:04:00.0: reg 10: [mem 0xa0010000-0xa00107ff]
[ 0.479897] pci 0000:04:00.0: reg 14: [mem 0xa0000000-0xa0003fff]
[ 0.480058] pci 0000:04:00.0: supports D1 D2
[ 0.480060] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot
[ 0.480164] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[ 0.480181] pci 0000:03:00.0: bridge window [mem 0xa0000000-0xa00fffff]
[ 0.480278] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
[ 0.480289] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.480291] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.480294] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.480296] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[ 0.480299] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.480301] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.480304] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[ 0.480306] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 0.480309] pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[ 0.480311] pci 0000:00:1e.0: bridge window [mem 0x9fa00000-0xfeafffff] (subtractive decode)
[ 0.480337] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.480459] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.480538] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.480583] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP07._PRT]
[ 0.480616] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP08._PRT]
[ 0.480724] \_SB_.PCI0:_OSC invalid UUID
[ 0.480726] _OSC request data:1 1f 1f
[ 0.480730] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.480785] \_SB_.PCI0:_OSC invalid UUID
[ 0.480786] _OSC request data:1 0 1d
[ 0.480790] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[ 0.480792] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.486558] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.486610] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.486659] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
[ 0.486706] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.486753] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.486800] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.486848] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[ 0.486895] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.486986] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.486993] vgaarb: loaded
[ 0.486995] vgaarb: bridge control possible 0000:00:02.0
[ 0.487131] SCSI subsystem initialized
[ 0.487178] libata version 3.00 loaded.
[ 0.487212] usbcore: registered new interface driver usbfs
[ 0.487221] usbcore: registered new interface driver hub
[ 0.487244] usbcore: registered new device driver usb
[ 0.487313] PCI: Using ACPI for IRQ routing
[ 0.488976] PCI: pci_cache_line_size set to 64 bytes
[ 0.489074] reserve RAM buffer: 000000000009ac00 - 000000000009ffff
[ 0.489076] reserve RAM buffer: 0000000040004000 - 0000000043ffffff
[ 0.489079] reserve RAM buffer: 000000005c57e000 - 000000005fffffff
[ 0.489081] reserve RAM buffer: 000000005e588000 - 000000005fffffff
[ 0.489084] reserve RAM buffer: 000000005f000000 - 000000005fffffff
[ 0.489086] reserve RAM buffer: 000000015e600000 - 000000015fffffff
[ 0.489174] NetLabel: Initializing
[ 0.489176] NetLabel: domain hash size = 128
[ 0.489177] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.489187] NetLabel: unlabeled traffic allowed by default
[ 0.489228] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.489235] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.491249] Switching to clocksource hpet
[ 0.497281] AppArmor: AppArmor Filesystem Enabled
[ 0.497296] pnp: PnP ACPI init
[ 0.497307] ACPI: bus type pnp registered
[ 0.497579] pnp 00:00: [bus 00-3e]
[ 0.497582] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.497584] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.497586] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.497589] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.497591] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.497593] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.497595] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.497597] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.497599] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.497601] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.497603] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.497605] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.497607] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.497610] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.497612] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.497614] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.497616] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.497618] pnp 00:00: [mem 0x9fa00000-0xfeafffff window]
[ 0.497620] pnp 00:00: [mem 0x00010000-0x0001ffff window]
[ 0.497677] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.497708] pnp 00:01: [io 0x0000-0x001f]
[ 0.497710] pnp 00:01: [io 0x0081-0x0091]
[ 0.497714] pnp 00:01: [io 0x0093-0x009f]
[ 0.497716] pnp 00:01: [io 0x00c0-0x00df]
[ 0.497718] pnp 00:01: [dma 4]
[ 0.497740] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.497748] pnp 00:02: [mem 0xff000000-0xffffffff]
[ 0.497767] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.497845] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[ 0.497866] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.497877] pnp 00:04: [io 0x00f0]
[ 0.497889] pnp 00:04: [irq 13]
[ 0.497910] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.497921] pnp 00:05: [io 0x002e-0x002f]
[ 0.497922] pnp 00:05: [io 0x004e-0x004f]
[ 0.497924] pnp 00:05: [io 0x0061]
[ 0.497926] pnp 00:05: [io 0x0063]
[ 0.497927] pnp 00:05: [io 0x0065]
[ 0.497929] pnp 00:05: [io 0x0067]
[ 0.497931] pnp 00:05: [io 0x0070]
[ 0.497932] pnp 00:05: [io 0x0080]
[ 0.497934] pnp 00:05: [io 0x0092]
[ 0.497935] pnp 00:05: [io 0x00b2-0x00b3]
[ 0.497937] pnp 00:05: [io 0x0680-0x069f]
[ 0.497939] pnp 00:05: [io 0x1000-0x100f]
[ 0.497941] pnp 00:05: [io 0xffff]
[ 0.497943] pnp 00:05: [io 0xffff]
[ 0.497944] pnp 00:05: [io 0x0400-0x0453]
[ 0.497946] pnp 00:05: [io 0x0458-0x047f]
[ 0.497948] pnp 00:05: [io 0x0500-0x057f]
[ 0.497950] pnp 00:05: [io 0x164e-0x164f]
[ 0.497986] system 00:05: [io 0x0680-0x069f] has been reserved
[ 0.497989] system 00:05: [io 0x1000-0x100f] has been reserved
[ 0.497992] system 00:05: [io 0xffff] has been reserved
[ 0.497994] system 00:05: [io 0xffff] has been reserved
[ 0.497996] system 00:05: [io 0x0400-0x0453] has been reserved
[ 0.497999] system 00:05: [io 0x0458-0x047f] has been reserved
[ 0.498001] system 00:05: [io 0x0500-0x057f] has been reserved
[ 0.498004] system 00:05: [io 0x164e-0x164f] has been reserved
[ 0.498007] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.498015] pnp 00:06: [io 0x0070-0x0077]
[ 0.498022] pnp 00:06: [irq 8]
[ 0.498043] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.498070] pnp 00:07: [io 0x0454-0x0457]
[ 0.498104] system 00:07: [io 0x0454-0x0457] has been reserved
[ 0.498107] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.498363] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
[ 0.498366] pnp 00:08: [mem 0xfed10000-0xfed17fff]
[ 0.498368] pnp 00:08: [mem 0xfed18000-0xfed18fff]
[ 0.498370] pnp 00:08: [mem 0xfed19000-0xfed19fff]
[ 0.498372] pnp 00:08: [mem 0xf8000000-0xfbffffff]
[ 0.498373] pnp 00:08: [mem 0xfed20000-0xfed3ffff]
[ 0.498375] pnp 00:08: [mem 0xfed90000-0xfed93fff]
[ 0.498377] pnp 00:08: [mem 0xfed45000-0xfed8ffff]
[ 0.498379] pnp 00:08: [mem 0xff000000-0xffffffff]
[ 0.498381] pnp 00:08: [mem 0xfee00000-0xfeefffff]
[ 0.498383] pnp 00:08: [mem 0x9fa00000-0x9fa00fff]
[ 0.498385] pnp 00:08: [mem 0x00000000-0xffffffffffffffff disabled]
[ 0.498432] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.498435] system 00:08: [mem 0xfed10000-0xfed17fff] could not be reserved
[ 0.498437] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.498440] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.498443] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.498445] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.498448] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.498452] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.498455] system 00:08: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.498458] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.498460] system 00:08: [mem 0x9fa00000-0x9fa00fff] has been reserved
[ 0.498463] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.498731] pnp 00:09: [mem 0x00000000-0x0009cfff]
[ 0.498788] system 00:09: [mem 0x00000000-0x0009cfff] could not be reserved
[ 0.498791] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.498830] pnp 00:0a: [mem 0x20000000-0x201fffff]
[ 0.498832] pnp 00:0a: [mem 0x40004000-0x40004fff]
[ 0.498890] system 00:0a: [mem 0x20000000-0x201fffff] has been reserved
[ 0.498893] system 00:0a: [mem 0x40004000-0x40004fff] has been reserved
[ 0.498896] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.498935] pnp: PnP ACPI: found 11 devices
[ 0.498937] ACPI: ACPI bus type pnp unregistered
[ 0.505382] PCI: max bus depth: 2 pci_try_num: 3
[ 0.505439] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[ 0.505458] pci 0000:00:1c.6: PCI bridge to [bus 02-02]
[ 0.505464] pci 0000:00:1c.6: bridge window [mem 0xa0100000-0xa01fffff]
[ 0.505474] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[ 0.505484] pci 0000:03:00.0: bridge window [mem 0xa0000000-0xa00fffff]
[ 0.505501] pci 0000:00:1c.7: PCI bridge to [bus 03-04]
[ 0.505507] pci 0000:00:1c.7: bridge window [mem 0xa0000000-0xa00fffff]
[ 0.505517] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
[ 0.505581] pci 0000:00:1e.0: setting latency timer to 64
[ 0.505586] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.505588] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.505590] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.505593] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.505595] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.505597] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.505599] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[ 0.505602] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[ 0.505604] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[ 0.505606] pci_bus 0000:00: resource 13 [mem 0x9fa00000-0xfeafffff]
[ 0.505609] pci_bus 0000:02: resource 1 [mem 0xa0100000-0xa01fffff]
[ 0.505611] pci_bus 0000:03: resource 1 [mem 0xa0000000-0xa00fffff]
[ 0.505613] pci_bus 0000:04: resource 1 [mem 0xa0000000-0xa00fffff]
[ 0.505616] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7]
[ 0.505618] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff]
[ 0.505620] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.505622] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.505625] pci_bus 0000:05: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.505627] pci_bus 0000:05: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.505629] pci_bus 0000:05: resource 10 [mem 0x000dc000-0x000dffff]
[ 0.505631] pci_bus 0000:05: resource 11 [mem 0x000e0000-0x000e3fff]
[ 0.505633] pci_bus 0000:05: resource 12 [mem 0x000e4000-0x000e7fff]
[ 0.505636] pci_bus 0000:05: resource 13 [mem 0x9fa00000-0xfeafffff]
[ 0.505665] NET: Registered protocol family 2
[ 0.505811] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.506787] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.508115] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.508253] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.508255] TCP reno registered
[ 0.508268] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.508288] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.508372] NET: Registered protocol family 1
[ 0.508385] pci 0000:00:02.0: Boot video device
[ 0.539286] pci 0000:03:00.0: TI XIO2000a quirk detected; secondary bus fast back-to-back transfers disabled
[ 0.539299] PCI: CLS 64 bytes, default 64
[ 0.539343] Trying to unpack rootfs image as initramfs...
[ 3.080598] Freeing initrd memory: 116256k freed
[ 3.096072] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 3.096077] Placing 64MB software IO TLB between ffff88005857e000 - ffff88005c57e000
[ 3.096079] software IO TLB at phys 0x5857e000 - 0x5c57e000
[ 3.096825] audit: initializing netlink socket (disabled)
[ 3.096841] type=2000 audit(1336729029.856:1): initialized
[ 3.124983] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 3.126767] VFS: Disk quotas dquot_6.5.2
[ 3.126817] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 3.127278] fuse init (API version 7.18)
[ 3.127363] msgmni has been set to 5774
[ 3.127778] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 3.127809] io scheduler noop registered
[ 3.127813] io scheduler deadline registered
[ 3.127876] io scheduler cfq registered (default)
[ 3.128138] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 3.128156] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 3.128201] intel_idle: MWAIT substates: 0x1120
[ 3.128203] intel_idle: does not run on family 6 model 58
[ 3.128287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 3.128292] ACPI: Power Button [PWRF]
[ 3.128369] ACPI: Fan [FAN0] (off)
[ 3.128404] ACPI: Fan [FAN1] (off)
[ 3.128431] ACPI: Fan [FAN2] (off)
[ 3.128458] ACPI: Fan [FAN3] (off)
[ 3.128486] ACPI: Fan [FAN4] (off)
[ 3.128939] Monitor-Mwait will be used to enter C-1 state
[ 3.128973] Monitor-Mwait will be used to enter C-2 state
[ 3.129004] Monitor-Mwait will be used to enter C-3 state
[ 3.129021] ACPI: acpi_idle registered with cpuidle
[ 3.134599] thermal LNXTHERM:00: registered as thermal_zone0
[ 3.134602] ACPI: Thermal Zone [TZ00] (28 C)
[ 3.134807] thermal LNXTHERM:01: registered as thermal_zone1
[ 3.134809] ACPI: Thermal Zone [TZ01] (30 C)
[ 3.134837] GHES: HEST is not enabled!
[ 3.134910] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 3.156318] 0000:00:16.3: ttyS4 at I/O 0x20e0 (irq = 19) is a 16550A
[ 3.156573] Linux agpgart interface v0.103
[ 3.156594] In agp intel init***
[ 3.156601] In agp intel probe***
[ 3.156604] In agp intel probe, cap 0***
[ 3.156606] In agp intel probe after bridge***
[ 3.156607] In gmch probe***
[ 3.156667] In gmch probe driver ffffffff81856c40***
[ 3.156669] agpgart-intel 0000:00:00.0: Intel Ivybridge Chipset
[ 3.156671] In gmch probe before init***
[ 3.156672] In gtt init before setup***
[ 3.156677] In gtt init setup result -12***
[ 3.156678] In agp intel probe gmch probe fail***
[ 3.156679] pdev->device id is 158
[ 3.156681] In agp intel probe bridge driver ffffffff81856920***
[ 3.156683] agpgart-intel 0000:00:00.0: Intel (null) Chipset
[ 3.156687] agpgart-intel 0000:00:00.0: can't determine aperture size
[ 3.156692] agpgart-intel 0000:00:00.0: agp_backend_initialize() failed
[ 3.156694] In agp intel probe, add bridge error -22***
[ 3.156697] agpgart-intel: probe of 0000:00:00.0 failed with error -22
[ 3.156728] [drm] Initialized drm 1.1.0 20060810
[ 3.156730] drm/i810 does not support SMP
[ 3.156733] [drm:i915_init] *ERROR* drm/i915 can't work without intel_agp module!
[ 3.157963] brd: module loaded
[ 3.158620] loop: module loaded
[ 3.158716] ahci 0000:00:1f.2: version 3.0
[ 3.158788] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[ 3.174438] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[ 3.174442] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[ 3.174448] ahci 0000:00:1f.2: setting latency timer to 64
[ 3.182827] scsi0 : ahci
[ 3.182906] scsi1 : ahci
[ 3.182970] scsi2 : ahci
[ 3.183032] scsi3 : ahci
[ 3.183095] scsi4 : ahci
[ 3.183155] scsi5 : ahci
[ 3.183238] ata1: SATA max UDMA/133 abar m2048@0xa0240000 port 0xa0240100 irq 42
[ 3.183240] ata2: DUMMY
[ 3.183243] ata3: SATA max UDMA/133 abar m2048@0xa0240000 port 0xa0240200 irq 42
[ 3.183245] ata4: DUMMY
[ 3.183247] ata5: DUMMY
[ 3.183248] ata6: DUMMY
[ 3.183516] Fixed MDIO Bus: probed
[ 3.183530] tun: Universal TUN/TAP device driver, 1.6
[ 3.183531] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 3.183573] PPP generic driver version 2.4.2
[ 3.183656] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.183686] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 3.183690] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[ 3.183733] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 3.183761] ehci_hcd 0000:00:1a.0: debug port 2
[ 3.187634] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[ 3.187649] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xa0270000
[ 3.198403] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 3.198528] hub 1-0:1.0: USB hub found
[ 3.198534] hub 1-0:1.0: 3 ports detected
[ 3.198604] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 3.198608] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[ 3.198647] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 3.198670] ehci_hcd 0000:00:1d.0: debug port 2
[ 3.202551] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[ 3.202563] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xa0250000
[ 3.214396] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 3.214503] hub 2-0:1.0: USB hub found
[ 3.214506] hub 2-0:1.0: 3 ports detected
[ 3.214559] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.214570] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.214625] xhci_hcd 0000:00:14.0: setting latency timer to 64
[ 3.214629] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.214668] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 3.214762] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 3.214767] xhci_hcd 0000:00:14.0: irq 16, io mem 0xa02b0000
[ 3.214816] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
[ 3.214921] xHCI xhci_add_endpoint called for root hub
[ 3.214923] xHCI xhci_check_bandwidth called for root hub
[ 3.214945] hub 3-0:1.0: USB hub found
[ 3.214953] hub 3-0:1.0: 4 ports detected
[ 3.215004] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.215039] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 3.215119] xHCI xhci_add_endpoint called for root hub
[ 3.215121] xHCI xhci_check_bandwidth called for root hub
[ 3.215142] hub 4-0:1.0: USB hub found
[ 3.215149] hub 4-0:1.0: 4 ports detected
[ 3.215269] usbcore: registered new interface driver libusual
[ 3.215304] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 3.216186] i8042: No controller found
[ 3.216272] mousedev: PS/2 mouse device common for all mice
[ 3.216388] rtc_cmos 00:06: RTC can wake from S4
[ 3.216496] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 3.216526] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 3.216604] device-mapper: uevent: version 1.0.3
[ 3.216670] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 3.216782] cpuidle: using governor ladder
[ 3.216939] cpuidle: using governor menu
[ 3.216941] EFI Variables Facility v0.08 2004-May-17
[ 3.217104] TCP cubic registered
[ 3.217207] NET: Registered protocol family 10
[ 3.217615] NET: Registered protocol family 17
[ 3.217628] Registering the dns_resolver key type
[ 3.217749] PM: Hibernation image not present or could not be loaded.
[ 3.217758] registered taskstats version 1
[ 3.225229] Magic number: 12:353:626
[ 3.225252] pci 0000:00:1b.0: hash matches
[ 3.225347] rtc_cmos 00:06: setting system clock to 2012-05-11 09:37:10 UTC (1336729030)
[ 3.226359] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 3.226360] EDD information not available.
[ 3.502334] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 3.504685] ata3.00: ATAPI: ATAPI iHES208 2, 8L05, max UDMA/100
[ 3.506820] ata3.00: configured for UDMA/100
[ 3.510329] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[ 3.510336] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3.511605] ata1.00: ATA-8: ST500DM002-1BD142, KC45, max UDMA/133
[ 3.511610] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 3.513113] ata1.00: configured for UDMA/133
[ 3.513366] scsi 0:0:0:0: Direct-Access ATA ST500DM002-1BD14 KC45 PQ: 0 ANSI: 5
[ 3.513501] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 3.513503] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 3.513532] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3.513537] sd 0:0:0:0: [sda] Write Protect is off
[ 3.513538] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.513546] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.520194] scsi 2:0:0:0: CD-ROM ATAPI iHES208 2 8L05 PQ: 0 ANSI: 5
[ 3.524013] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 3.524018] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.524189] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 3.524309] sr 2:0:0:0: Attached scsi generic sg1 type 5
[ 3.576270] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
[ 3.577295] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.578138] Freeing unused kernel memory: 912k freed
[ 3.578204] Write protecting the kernel read-only data: 12288k
[ 3.580322] Freeing unused kernel memory: 1216k freed
[ 3.582126] Freeing unused kernel memory: 1060k freed
[ 3.591650] udevd[146]: starting version 175
[ 3.607592] e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k
[ 3.607594] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
[ 3.607634] e1000e 0000:00:19.0: setting latency timer to 64
[ 3.607720] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
[ 3.642806] hub 1-1:1.0: USB hub found
[ 3.642915] hub 1-1:1.0: 6 ports detected
[ 3.662339] firewire_ohci: Added fw-ohci device 0000:04:00.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
[ 3.754235] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[ 3.797286] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 88:88:88:88:87:88
[ 3.797288] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[ 3.797350] e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
[ 3.886851] hub 2-1:1.0: USB hub found
[ 3.886961] hub 2-1:1.0: 8 ports detected
[ 3.958330] usb 1-1.4: new low-speed USB device number 3 using ehci_hcd
[ 4.058755] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input1
[ 4.058906] generic-usb 0003:192F:0916.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1a.0-1.4/input0
[ 4.058913] usbcore: registered new interface driver usbhid
[ 4.058913] usbhid: USB HID core driver
[ 4.094141] Refined TSC clocksource calibration: 1795.920 MHz.
[ 4.094147] Switching to clocksource tsc
[ 4.126286] usb 1-1.5: new low-speed USB device number 4 using ehci_hcd
[ 4.162255] firewire_core: created device fw0: GUID 354fc00035e71a01, S400
[ 4.225823] input: GASIA USB KB V11 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input2
[ 4.226037] generic-usb 0003:0E8F:0022.0002: input,hidraw1: USB HID v1.10 Keyboard [GASIA USB KB V11] on usb-0000:00:1a.0-1.5/input0
[ 4.230298] input: GASIA USB KB V11 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.1/input/input3
[ 4.230548] generic-usb 0003:0E8F:0022.0003: input,hidraw2: USB HID v1.10 Device [GASIA USB KB V11] on usb-0000:00:1a.0-1.5/input1
[ 4.338898] EXT4-fs (sda6): INFO: recovery required on readonly filesystem
[ 4.338900] EXT4-fs (sda6): write access will be enabled during recovery
[ 5.207215] EXT4-fs (sda6): recovery complete
[ 5.220927] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[ 9.688508] Adding 1998844k swap on /dev/sda5. Priority:-1 extents:1 across:1998844k
[ 9.709199] udevd[369]: starting version 175
[ 9.741722] init: Failed to spawn ufw pre-start process: unable to execute: No such file or directory
[ 9.743420] init: Failed to spawn ufw post-stop process: unable to execute: No such file or directory
[ 9.756758] init: Failed to spawn ufw pre-start process: unable to execute: No such file or directory
[ 9.757707] init: Failed to spawn ufw post-stop process: unable to execute: No such file or directory
[ 9.979566] type=1400 audit(1336700237.252:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=569 comm="apparmor_parser"
[ 9.979593] type=1400 audit(1336700237.252:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=569 comm="apparmor_parser"
[ 9.979627] type=1400 audit(1336700237.252:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=569 comm="apparmor_parser"
[ 9.990374] type=1400 audit(1336700237.264:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=508 comm="apparmor_parser"
[ 9.990404] type=1400 audit(1336700237.264:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=508 comm="apparmor_parser"
[ 9.990428] type=1400 audit(1336700237.264:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=508 comm="apparmor_parser"
[ 10.106640] mei: module is from the staging directory, the quality is unknown, you have been warned.
[ 10.106918] mei 0000:00:16.0: setting latency timer to 64
[ 10.106981] mei 0000:00:16.0: irq 45 for MSI/MSI-X
[ 10.305255] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 10.365348] lp: driver loaded but no devices found
[ 10.771046] cfg80211: Calling CRDA to update world regulatory domain
[ 10.773649] cfg80211: World regulatory domain updated:
[ 10.773651] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 10.773652] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 10.773653] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 10.773655] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 10.773656] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 10.773657] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 11.501358] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[ 11.501374] Copyright(c) 2003-2011 Intel Corporation
[ 11.501444] iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
[ 11.501445] iwlwifi 0000:02:00.0: pci_resource_base = ffffc90000670000
[ 11.501446] iwlwifi 0000:02:00.0: HW Revision ID = 0x34
[ 11.501532] iwlwifi 0000:02:00.0: irq 46 for MSI/MSI-X
[ 11.501561] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 11.501562] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 11.501563] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 11.501564] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
[ 11.501565] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_P2P disabled
[ 11.501570] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0
[ 11.501615] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[ 11.518815] iwlwifi 0000:02:00.0: device EEPROM VER=0x715, CALIB=0x6
[ 11.518816] iwlwifi 0000:02:00.0: Device SKU: 0x1F0
[ 11.518817] iwlwifi 0000:02:00.0: Valid Tx ant: 0x3, Valid Rx ant: 0x3
[ 11.518830] iwlwifi 0000:02:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 11.521143] iwlwifi 0000:02:00.0: loaded firmware version 17.168.5.3 build 42301
[ 11.521231] Registered led device: phy0-led
[ 11.521246] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 11.564081] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 11.574247] init: Failed to spawn ufw pre-start process: unable to execute: No such file or directory
[ 11.575132] init: Failed to spawn ufw post-stop process: unable to execute: No such file or directory
[ 11.669867] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 11.770533] hda_codec: ALC889: BIOS auto-probing.
[ 11.770536] hda_codec: ALC889: SKU not ready 0x598301f0
[ 11.777883] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[ 11.777936] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[ 11.778082] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[ 11.778245] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[ 11.778402] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 11.778563] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 11.778709] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 11.891336] init: udev-fallback-graphics main process (793) terminated with status 1
[ 11.962039] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
[ 12.164438] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[ 12.174246] init: Failed to spawn ufw pre-start process: unable to execute: No such file or directory
[ 12.175021] init: Failed to spawn ufw post-stop process: unable to execute: No such file or directory
[ 12.261970] init: flush-early-job-log main process (842) terminated with status 1
[ 12.263736] init: failsafe main process (836) killed by TERM signal
[ 12.327300] init: Failed to spawn ufw pre-start process: unable to execute: No such file or directory
[ 12.329028] init: Failed to spawn ufw post-stop process: unable to execute: No such file or directory
[ 12.401703] type=1400 audit(1336700239.676:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=876 comm="apparmor_parser"
[ 12.405376] Bluetooth: Core ver 2.16
[ 12.405390] NET: Registered protocol family 31
[ 12.405392] Bluetooth: HCI device and connection manager initialized
[ 12.405393] Bluetooth: HCI socket layer initialized
[ 12.405395] Bluetooth: L2CAP socket layer initialized
[ 12.405398] Bluetooth: SCO socket layer initialized
[ 12.486876] type=1400 audit(1336700239.760:9): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=883 comm="apparmor_parser"
[ 12.503280] ppdev: user-space parallel port driver
[ 12.557907] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.557909] Bluetooth: BNEP filters: protocol multicast
[ 12.558343] type=1400 audit(1336700239.832:10): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=877 comm="apparmor_parser"
[ 12.558374] type=1400 audit(1336700239.832:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=877 comm="apparmor_parser"
[ 12.597718] Bluetooth: RFCOMM TTY layer initialized
[ 12.597722] Bluetooth: RFCOMM socket layer initialized
[ 12.597724] Bluetooth: RFCOMM ver 1.11
[ 12.651564] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
[ 12.707426] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
[ 12.707684] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 12.709001] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[ 12.715454] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
[ 13.003115] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[ 13.009542] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
[ 13.129257] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 14.281739] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[ 14.281744] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[ 14.282025] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 14.442944] cfg80211: Found new beacon on frequency: 2472 MHz (Ch 13) on phy0
[ 14.995465] eth0: IPv6 duplicate address fe80::8a88:88ff:fe88:8788 detected!
[ 15.767237] audit_printk_skb: 21 callbacks suppressed
[ 15.767239] type=1400 audit(1336700243.044:19): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=878 comm="apparmor_parser"
[ 15.767355] type=1400 audit(1336700243.044:20): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince//launchpad_integration" pid=878 comm="apparmor_parser"
[ 15.767411] type=1400 audit(1336700243.044:21): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince//sanitized_helper" pid=878 comm="apparmor_parser"
[ 15.767724] type=1400 audit(1336700243.044:22): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=878 comm="apparmor_parser"
[ 15.767827] type=1400 audit(1336700243.044:23): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer//launchpad_integration" pid=878 comm="apparmor_parser"
[ 15.767882] type=1400 audit(1336700243.044:24): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer//sanitized_helper" pid=878 comm="apparmor_parser"
[ 15.768066] type=1400 audit(1336700243.044:25): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=878 comm="apparmor_parser"
[ 15.768132] type=1400 audit(1336700243.044:26): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer//sanitized_helper" pid=878 comm="apparmor_parser"
[ 15.829605] init: gdm main process (1076) killed by TERM signal
[-- Attachment #5: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Q77 express][x86_64][DRI][DRM/intel]Does intel_agp in the latest kernel 3.3.4 or 3.4 rc6 support ivybridge (xeon E3-1285, 3.6GHz)?
2012-05-11 2:37 [Q77 express][x86_64][DRI][DRM/intel]Does intel_agp in the latest kernel 3.3.4 or 3.4 rc6 support ivybridge (xeon E3-1285, 3.6GHz)? 袁竞杰
@ 2012-05-11 13:25 ` Eugeni Dodonov
2012-05-14 7:12 ` 袁竞杰
0 siblings, 1 reply; 5+ messages in thread
From: Eugeni Dodonov @ 2012-05-11 13:25 UTC (permalink / raw)
To: yuanjingjie; +Cc: intel-gfx
[-- Attachment #1.1: Type: text/plain, Size: 1899 bytes --]
On Thu, May 10, 2012 at 11:37 PM, 袁竞杰 <yuanjingjie@ict.ac.cn> wrote:
> **
> System environment:
>
> xf86-video-intel:2.17.0
> intel-driver(for vaapi):1.0.15
> libva:1.0.15
> libdrm:2.4.32
> xserver:11.0
> Mesa:8.0.2
> kernel version:3.3.4
> system: ubuntu 12.04
> VGA:intel Ivy Bridge Graphics Controller
>
> Bug description:
>
> I try to use VAAPI,an error comes out ""Xfree86-DRI "missing on display
> ":0".libva:va_getDriverName() returns -1"when using ivybridge
> CPU(xeon E3-1285,3.6GHz ) ,but sandybridge CPU works well.
> I check the Xorg.0.log,find "failed to load module "intel_drv.so ".
> dmesg:
> [ 3.156733] [drm:i915_init] *ERROR* drm/i915 can't work without intel_agp module!
>
> I printk my device in 3.3.4 kernel Intel_agp source code,my device is
> PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_HB 158,
> It appears in intel_agp.h
>
> #define PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_HB 0x0158 /* Server */
> but in intel-gtt.c
> intel_gtt_chipsets[]=
> {
> ......
> { PCI_DEVICE_ID_INTEL_IVYBRIDGE_GT1_IG,
> "Ivybridge", &sandybridge_gtt_driver },
> { PCI_DEVICE_ID_INTEL_IVYBRIDGE_GT2_IG,
> "Ivybridge", &sandybridge_gtt_driver },
> { PCI_DEVICE_ID_INTEL_IVYBRIDGE_M_GT1_IG,
> "Ivybridge", &sandybridge_gtt_driver },
> { PCI_DEVICE_ID_INTEL_IVYBRIDGE_M_GT2_IG,
> "Ivybridge", &sandybridge_gtt_driver },
> { PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_GT1_IG,
> "Ivybridge", &sandybridge_gtt_driver },
> ......
> }
> There isn't a PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_HB .
>
It is in included in intel_agp.c.
But I suspect that the problem is that you are missing the IVB GT2 Server
variant support, which we added this April.
Could you post your "lspci -n | grep 00:02" output please?
--
Eugeni Dodonov
<http://eugeni.dodonov.net/>
[-- Attachment #1.2: Type: text/html, Size: 3278 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Q77 express][x86_64][DRI][DRM/intel]Does intel_agp in the latest kernel 3.3.4 or 3.4 rc6 support ivybridge (xeon E3-1285, 3.6GHz)?
2012-05-11 13:25 ` Eugeni Dodonov
@ 2012-05-14 7:12 ` 袁竞杰
2012-05-14 14:23 ` Eugeni Dodonov
0 siblings, 1 reply; 5+ messages in thread
From: 袁竞杰 @ 2012-05-14 7:12 UTC (permalink / raw)
To: Eugeni Dodonov; +Cc: intel-gfx
[-- Attachment #1.1: Type: text/plain, Size: 2710 bytes --]
After I use 3.4 rc6 kernel which contains IVB_GT2_IG, intel agp and VGA are recognized now.
The "lspci" command now shows that PCI 00:00.0 uses Kernel driver agpgart-intel and PCI 00:02.0 uses i915 now.
before I use the 3.4 kernel, there was nothing about the driver info.
The /dev/dri folder is created now, containing card0 and controlD64.
But the /var/log/Xorg.0.log still complains about "No devices detected", after loading
/usr/lib/xorg/modules/drivers/intel_drv.so .
And there is also an error in the "dmesg" output:
[drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
I don't know whether it has anything to do with the Xorg error.
Thanks
--
Ginger Yuan
From: Eugeni Dodonov
Date: 2012-05-11 21:25
To: yuanjingjie
CC: intel-gfx
Subject: Re: [Intel-gfx] [Q77 express][x86_64][DRI][DRM/intel]Does intel_agp in the latest kernel 3.3.4 or 3.4 rc6 support ivybridge (xeon E3-1285, 3.6GHz)?
On Thu, May 10, 2012 at 11:37 PM, 袁竞杰 <yuanjingjie@ict.ac.cn> wrote:
System environment:
xf86-video-intel:2.17.0
intel-driver(for vaapi):1.0.15
libva:1.0.15
libdrm:2.4.32
xserver:11.0
Mesa:8.0.2
kernel version:3.3.4
system: ubuntu 12.04
VGA:intel Ivy Bridge Graphics Controller
Bug description:
I try to use VAAPI,an error comes out ""Xfree86-DRI "missing on display ":0".libva:va_getDriverName() returns -1"when using ivybridge CPU(xeon E3-1285,3.6GHz ) ,but sandybridge CPU works well.
I check the Xorg.0.log,find "failed to load module "intel_drv.so ".
dmesg: [ 3.156733] [drm:i915_init] *ERROR* drm/i915 can't work without intel_agp module!
I printk my device in 3.3.4 kernel Intel_agp source code,my device is PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_HB 158,
It appears in intel_agp.h
#define PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_HB 0x0158 /* Server */
but in intel-gtt.c
intel_gtt_chipsets[]=
{
......
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_GT1_IG,
"Ivybridge", &sandybridge_gtt_driver },
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_GT2_IG,
"Ivybridge", &sandybridge_gtt_driver },
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_M_GT1_IG,
"Ivybridge", &sandybridge_gtt_driver },
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_M_GT2_IG,
"Ivybridge", &sandybridge_gtt_driver },
{ PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_GT1_IG,
"Ivybridge", &sandybridge_gtt_driver },
......
}
There isn't a PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_HB .
It is in included in intel_agp.c.
But I suspect that the problem is that you are missing the IVB GT2 Server variant support, which we added this April.
Could you post your "lspci -n | grep 00:02" output please?
--
Eugeni Dodonov
[-- Attachment #1.2: Type: text/html, Size: 6749 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Q77 express][x86_64][DRI][DRM/intel]Does intel_agp in the latest kernel 3.3.4 or 3.4 rc6 support ivybridge (xeon E3-1285, 3.6GHz)?
2012-05-14 7:12 ` 袁竞杰
@ 2012-05-14 14:23 ` Eugeni Dodonov
2012-05-15 2:30 ` 袁竞杰
0 siblings, 1 reply; 5+ messages in thread
From: Eugeni Dodonov @ 2012-05-14 14:23 UTC (permalink / raw)
To: yuanjingjie; +Cc: intel-gfx
On 05/14/2012 04:12 AM, 袁竞杰 wrote:
> After I use 3.4 rc6 kernel which contains IVB_GT2_IG, intel agp and VGA
> are recognized now.
> The "lspci" command now shows that PCI 00:00.0 uses Kernel driver
> agpgart-intel and PCI 00:02.0 uses i915 now.
> before I use the 3.4 kernel, there was nothing about the driver info.
> The /dev/dri folder is created now, containing card0 and controlD64.
> But the /var/log/Xorg.0.log still complains about "No devices detected",
> after loading
> /usr/lib/xorg/modules/drivers/intel_drv.so .
You also need xf86-video-intel 2.19, which adds support for this GPU to
the Intel's X server 2d driver.
Eugeni
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Q77 express][x86_64][DRI][DRM/intel]Does intel_agp in the latest kernel 3.3.4 or 3.4 rc6 support ivybridge (xeon E3-1285, 3.6GHz)?
2012-05-14 14:23 ` Eugeni Dodonov
@ 2012-05-15 2:30 ` 袁竞杰
0 siblings, 0 replies; 5+ messages in thread
From: 袁竞杰 @ 2012-05-15 2:30 UTC (permalink / raw)
To: eugeni.dodonov; +Cc: intel-gfx
[-- Attachment #1.1: Type: text/plain, Size: 1094 bytes --]
I installed xf86-video-intel 2.19, and there is another problem.
System stoped with blank screen,after grub window.
Xorg.0.log is in the attachment.
Thanks
____
Ginger Yuan
From: Eugeni Dodonov
Date: 2012-05-14 22:23
To: yuanjingjie
CC: Eugeni Dodonov; intel-gfx
Subject: Re: [Intel-gfx] [Q77 express][x86_64][DRI][DRM/intel]Does intel_agp in the latest kernel 3.3.4 or 3.4 rc6 support ivybridge (xeon E3-1285, 3.6GHz)?
On 05/14/2012 04:12 AM, 袁竞杰 wrote:
> After I use 3.4 rc6 kernel which contains IVB_GT2_IG, intel agp and VGA
> are recognized now.
> The "lspci" command now shows that PCI 00:00.0 uses Kernel driver
> agpgart-intel and PCI 00:02.0 uses i915 now.
> before I use the 3.4 kernel, there was nothing about the driver info.
> The /dev/dri folder is created now, containing card0 and controlD64.
> But the /var/log/Xorg.0.log still complains about "No devices detected",
> after loading
> /usr/lib/xorg/modules/drivers/intel_drv.so .
You also need xf86-video-intel 2.19, which adds support for this GPU to
the Intel's X server 2d driver.
Eugeni
[-- Attachment #1.2: Type: text/html, Size: 3140 bytes --]
[-- Attachment #2: xf86_2.19.xorg.log --]
[-- Type: application/octet-stream, Size: 7614 bytes --]
[ 11.924]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[ 11.924] X Protocol Version 11, Revision 0
[ 11.924] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[ 11.924] Current Operating System: Linux ginger-2012-Client-Platform 3.4.0-rc6 #1 SMP Mon May 14 13:23:16 CST 2012 x86_64
[ 11.924] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4.0-rc6 root=UUID=84ed59ea-ac8a-4a41-a52c-8baabee3de51 ro quiet splash vt.handoff=7
[ 11.924] Build Date: 21 March 2012 06:12:53AM
[ 11.924] xorg-server 2:1.11.4-0ubuntu7 (For technical support please see http://www.ubuntu.com/support)
[ 11.924] Current version of pixman: 0.24.4
[ 11.924] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 11.924] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 11.924] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 15 17:34:46 2012
[ 12.040] (==) Using config file: "/etc/X11/xorg.conf"
[ 12.040] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 12.067] (==) No Layout section. Using the first Screen section.
[ 12.067] (**) |-->Screen "Default Screen" (0)
[ 12.067] (**) | |-->Monitor "Configured Monitor"
[ 12.067] (**) | |-->Device "Configured Video Device"
[ 12.067] (==) Automatically adding devices
[ 12.067] (==) Automatically enabling devices
[ 12.079] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 12.079] Entry deleted from font path.
[ 12.079] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 12.079] Entry deleted from font path.
[ 12.079] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 12.079] Entry deleted from font path.
[ 12.079] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 12.079] Entry deleted from font path.
[ 12.079] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 12.079] Entry deleted from font path.
[ 12.105] (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
[ 12.161] Entry deleted from font path.
[ 12.161] (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
[ 12.161] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 12.161] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 12.161] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 12.161] (II) Loader magic: 0x7f695a6adb00
[ 12.161] (II) Module ABI versions:
[ 12.161] X.Org ANSI C Emulation: 0.4
[ 12.161] X.Org Video Driver: 11.0
[ 12.161] X.Org XInput driver : 16.0
[ 12.161] X.Org Server Extension : 6.0
[ 12.162] (--) PCI:*(0:0:2:0) 8086:016a:8086:2211 rev 8, Mem @ 0x9fc00000/4194304, 0xc0000000/536870912, I/O @ 0x00002000/64
[ 12.162] (II) Open ACPI successful (/var/run/acpid.socket)
[ 12.162] (II) LoadModule: "extmod"
[ 12.258] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 12.258] (II) Module extmod: vendor="X.Org Foundation"
[ 12.258] compiled for 1.11.3, module version = 1.0.0
[ 12.258] Module class: X.Org Server Extension
[ 12.258] ABI class: X.Org Server Extension, version 6.0
[ 12.258] (II) Loading extension MIT-SCREEN-SAVER
[ 12.258] (II) Loading extension XFree86-VidModeExtension
[ 12.258] (II) Loading extension XFree86-DGA
[ 12.258] (II) Loading extension DPMS
[ 12.258] (II) Loading extension XVideo
[ 12.258] (II) Loading extension XVideo-MotionCompensation
[ 12.258] (II) Loading extension X-Resource
[ 12.258] (II) LoadModule: "dbe"
[ 12.258] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 12.258] (II) Module dbe: vendor="X.Org Foundation"
[ 12.258] compiled for 1.11.3, module version = 1.0.0
[ 12.258] Module class: X.Org Server Extension
[ 12.258] ABI class: X.Org Server Extension, version 6.0
[ 12.258] (II) Loading extension DOUBLE-BUFFER
[ 12.258] (II) LoadModule: "glx"
[ 12.258] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 12.258] (II) Module glx: vendor="X.Org Foundation"
[ 12.258] compiled for 1.11.3, module version = 1.0.0
[ 12.258] ABI class: X.Org Server Extension, version 6.0
[ 12.258] (==) AIGLX enabled
[ 12.258] (II) Loading extension GLX
[ 12.258] (II) LoadModule: "record"
[ 12.258] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 12.258] (II) Module record: vendor="X.Org Foundation"
[ 12.258] compiled for 1.11.3, module version = 1.13.0
[ 12.258] Module class: X.Org Server Extension
[ 12.258] ABI class: X.Org Server Extension, version 6.0
[ 12.258] (II) Loading extension RECORD
[ 12.258] (II) LoadModule: "dri"
[ 12.258] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 12.258] (II) Module dri: vendor="X.Org Foundation"
[ 12.258] compiled for 1.11.3, module version = 1.0.0
[ 12.258] ABI class: X.Org Server Extension, version 6.0
[ 12.258] (II) Loading extension XFree86-DRI
[ 12.258] (II) LoadModule: "dri2"
[ 12.258] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 12.259] (II) Module dri2: vendor="X.Org Foundation"
[ 12.259] compiled for 1.11.3, module version = 1.2.0
[ 12.259] ABI class: X.Org Server Extension, version 6.0
[ 12.259] (II) Loading extension DRI2
[ 12.259] (II) LoadModule: "intel"
[ 12.344] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 12.344] (II) Module intel: vendor="X.Org Foundation"
[ 12.344] compiled for 1.11.3, module version = 2.19.0
[ 12.344] Module class: X.Org Video Driver
[ 12.344] ABI class: X.Org Video Driver, version 11.0
[ 12.344] (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)
[ 12.344] (++) using VT number 7
[ 12.345] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 12.345] drmOpenDevice: node name is /dev/dri/card0
[ 12.345] drmOpenDevice: open result is 9, (OK)
[ 12.345] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 12.345] drmOpenDevice: node name is /dev/dri/card0
[ 12.345] drmOpenDevice: open result is 9, (OK)
[ 12.345] drmOpenByBusid: drmOpenMinor returns 9
[ 12.345] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 12.345] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen" for depth/fbbpp 24/32
[ 12.345] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 12.345] (==) intel(0): RGB weight 888
[ 12.345] (==) intel(0): Default visual is TrueColor
[ 12.345] (II) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Server (GT2)
[ 12.345] (--) intel(0): Chipset: "Ivybridge Server (GT2)"
[-- Attachment #3: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-05-15 2:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11 2:37 [Q77 express][x86_64][DRI][DRM/intel]Does intel_agp in the latest kernel 3.3.4 or 3.4 rc6 support ivybridge (xeon E3-1285, 3.6GHz)? 袁竞杰
2012-05-11 13:25 ` Eugeni Dodonov
2012-05-14 7:12 ` 袁竞杰
2012-05-14 14:23 ` Eugeni Dodonov
2012-05-15 2:30 ` 袁竞杰
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.