Xorg7 + i810 driver + 915resolution = still can't go above 1600x1200.
List Subscriber
list-subscriber at mindspring.com
Mon Oct 30 10:41:10 PST 2006
Alan,
This log is actually one where the 915resolution mode injection occured
before starting the server. I'm attaching a cohesive file set which
includes the 915resolution listing of post-injection modes. Hopefully,
it'll be of some help.
Once again, thanks for looking into this, and please let me know if
you'd like anything else.
cheers.
ps: there is a little additional background in my fedora-forums thread
here: (http://forums.fedoraforum.org/showthread.php?t=127642), in case
you are interested.
Alan Hourihane wrote:
> You'll need to provide a log with 915resolution injecting it's mode for
> 1920x1200 over the top of the 1920x1440.
>
> Alan.
>
> On Sun, 2006-10-29 at 14:11 -0800, List Subscriber wrote:
>> Alan,
>>
>> I'm attaching the log and my xorg.conf. Let me know if you need anything
>> else.
>>
>> Thanks for the help.
>>
>> cheers.
>>
>>
>> Alan Hourihane wrote:
>>> On Sat, 2006-10-28 at 17:13 -0700, List Subscriber wrote:
>>>> Yes, I suspected as much. The problem really appears to be elsewhere ...
>>>> its almost as if the resolution is being artificially upper-bounded at
>>>> 1600x1200 by the driver.
>>>>
>>>> To test this, I just removed any 915resolution mode injections letting
>>>> the V_BIOS report its native modes, the highest there being 1920x1440.
>>>> And indeed, xrandr (and the corresponding Xorg log entries) fail to
>>>> detect/report this mode. This establishes that even without any
>>>> tinkering whatsoever, modes higher than 1600x1200 are not being seen.
>>>>
>>>> What then about non-standard modes *under* the 1600x1200 pixel count? I
>>>> injected 1680x1050 with 915resolution and lo and behold, it works perfectly!
>>>>
>>>> So, I now believe that the i810-1.6 driver is forcibly bounding the
>>>> pixel count at around 1600x1200, at least for the 945G. If this is
>>>> indeed the case, is it then a regression in 1.6?
>>> Send a full log and I'll take a closer look.
>>>
>>> Alan.
>>>
>>>
>> plain text document attachment (xorg.conf)
>> # Xorg configuration created by system-config-display
>>
>> Section "ServerLayout"
>> Identifier "single head configuration"
>> Screen 0 "Screen0" 0 0
>> InputDevice "Mouse0" "CorePointer"
>> InputDevice "Keyboard0" "CoreKeyboard"
>> EndSection
>>
>> Section "Files"
>>
>> # Multiple FontPath entries are allowed (they are concatenated together)
>> # By default, a font server independent of the X server is
>> # used to render fonts.
>> FontPath "unix/:7100"
>> EndSection
>>
>> Section "Module"
>> Load "dbe"
>> Load "extmod"
>> Load "fbdevhw"
>> Load "glx"
>> Load "record"
>> Load "freetype"
>> Load "type1"
>> Load "dri"
>> EndSection
>>
>> Section "InputDevice"
>>
>> # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
>> # Option "Xleds" "1 2 3"
>> # To disable the XKEYBOARD extension, uncomment XkbDisable.
>> # Option "XkbDisable"
>> # To customise the XKB settings to suit your keyboard, modify the
>> # lines below (which are the defaults). For example, for a non-U.S.
>> # keyboard, you will probably want to use:
>> # Option "XkbModel" "pc102"
>> # If you have a US Microsoft Natural keyboard, you can use:
>> # Option "XkbModel" "microsoft"
>> #
>> # Then to change the language, change the Layout setting.
>> # For example, a german layout can be obtained with:
>> # Option "XkbLayout" "de"
>> # or:
>> # Option "XkbLayout" "de"
>> # Option "XkbVariant" "nodeadkeys"
>> #
>> # If you'd like to switch the positions of your capslock and
>> # control keys, use:
>> # Option "XkbOptions" "ctrl:swapcaps"
>> # Or if you just want both to be control, use:
>> # Option "XkbOptions" "ctrl:nocaps"
>> #
>> Identifier "Keyboard0"
>> Driver "kbd"
>> Option "XkbModel" "pc105"
>> Option "XkbLayout" "us"
>> EndSection
>>
>> Section "InputDevice"
>>
>> ##Option "Protocol" "IMPS/2"
>> Identifier "Mouse0"
>> Driver "mouse"
>> Option "Device" "/dev/input/mice"
>> Option "ZAxisMapping" "4 5"
>> Option "ButtonMapping" "1 2 3 6 7"
>> EndSection
>>
>> Section "Monitor"
>>
>> Identifier "Monitor0"
>> VendorName "Dell"
>> ModelName "Dell 2405FPW (Analog)"
>> DisplaySize 519 324
>> HorizSync 30.0 - 81.0
>> VertRefresh 56.0 - 76.0
>> ModeLine "1920x1200" 154.0 1920 1968 2000 2080 1200 1203 1209 1235 -hsync +vsync
>> #ModeLine "1680x1050" 146.2 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
>> Modeline "1600x1200" 161.0 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync
>> Option "dpms"
>> ## modeline explained http://www.tldp.org/HOWTO/XFree86-Video-Timings-HOWTO/synth.html.
>> ## also see http://gentoo-wiki.com/HOWTO_Widescreen_Resolutions_(WSXGA)
>> EndSection
>>
>> Section "Device"
>> #Option "ModeValidation" "NoMaxPClkCheck"
>> #Option "VideoRAM" "131072"
>> Identifier "Videocard0"
>> Driver "i810"
>> VendorName "Intel"
>> BoardName "Intel Corporation 945G Integrated Graphics Controller"
>> EndSection
>>
>> Section "Screen"
>> Identifier "Screen0"
>> Device "Videocard0"
>> Monitor "Monitor0"
>> DefaultDepth 24
>> SubSection "Display"
>> Viewport 0 0
>> Depth 24
>> Modes "1920x1200" "1600x1200"
>> EndSubSection
>> EndSection
>>
>> Section "DRI"
>> Group 0
>> Mode 0666
>> EndSection
>>
>>
>> plain text document attachment (Xorg.0.log)
>> X Window System Version 7.1.1
>> Release Date: 12 May 2006
>> X Protocol Version 11, Revision 0, Release 7.1.1
>> Build Operating System: Linux 2.6.9-34.ELsmp i686 Red Hat, Inc.
>> Current Operating System: Linux conroe 2.6.18-1.2200.fc5smp #1 SMP Sat Oct 14 17:15:35 EDT 2006 i686
>> Build Date: 07 August 2006
>> Before reporting problems, check http://wiki.x.org
>> to make sure that you have the latest version.
>> Module Loader present
>> Markers: (--) probed, (**) from config file, (==) default setting,
>> (++) from command line, (!!) notice, (II) informational,
>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
>> (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 29 00:22:57 2006
>> (==) Using config file: "/etc/X11/xorg.conf"
>> (==) ServerLayout "single head configuration"
>> (**) |-->Screen "Screen0" (0)
>> (**) | |-->Monitor "Monitor0"
>> (**) | |-->Device "Videocard0"
>> (**) |-->Input Device "Mouse0"
>> (**) |-->Input Device "Keyboard0"
>> (**) FontPath set to:
>> unix/:7100
>> (==) RgbPath set to "/usr/share/X11/rgb"
>> (==) ModulePath set to "/usr/lib/xorg/modules"
>> (II) Open ACPI successful (/var/run/acpid.socket)
>> (II) Module ABI versions:
>> X.Org ANSI C Emulation: 0.3
>> X.Org Video Driver: 1.0
>> X.Org XInput driver : 0.6
>> X.Org Server Extension : 0.3
>> X.Org Font Renderer : 0.5
>> (II) Loader running on linux
>> (II) LoadModule: "bitmap"
>> (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
>> (II) Module bitmap: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.0.0
>> Module class: X.Org Font Renderer
>> ABI class: X.Org Font Renderer, version 0.5
>> (II) Loading font Bitmap
>> (II) LoadModule: "pcidata"
>> (II) Loading /usr/lib/xorg/modules/libpcidata.so
>> (II) Module pcidata: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.0.0
>> ABI class: X.Org Video Driver, version 1.0
>> (--) using VT number 7
>>
>> (II) PCI: PCI scan (all values are in hex)
>> (II) PCI: 00:00:0: chip 8086,2770 card 1458,5000 rev 02 class 06,00,00 hdr 00
>> (II) PCI: 00:02:0: chip 8086,2772 card 1458,d000 rev 02 class 03,00,00 hdr 00
>> (II) PCI: 00:1b:0: chip 8086,27d8 card 1458,a002 rev 01 class 04,03,00 hdr 00
>> (II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81
>> (II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 01 class 06,04,00 hdr 81
>> (II) PCI: 00:1d:0: chip 8086,27c8 card 1458,5004 rev 01 class 0c,03,00 hdr 80
>> (II) PCI: 00:1d:1: chip 8086,27c9 card 1458,5004 rev 01 class 0c,03,00 hdr 00
>> (II) PCI: 00:1d:2: chip 8086,27ca card 1458,5004 rev 01 class 0c,03,00 hdr 00
>> (II) PCI: 00:1d:3: chip 8086,27cb card 1458,5004 rev 01 class 0c,03,00 hdr 00
>> (II) PCI: 00:1d:7: chip 8086,27cc card 1458,5006 rev 01 class 0c,03,20 hdr 00
>> (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev e1 class 06,04,01 hdr 01
>> (II) PCI: 00:1f:0: chip 8086,27b8 card 1458,5001 rev 01 class 06,01,00 hdr 80
>> (II) PCI: 00:1f:2: chip 8086,27c0 card 1458,b002 rev 01 class 01,01,80 hdr 00
>> (II) PCI: 00:1f:3: chip 8086,27da card 1458,5001 rev 01 class 0c,05,00 hdr 00
>> (II) PCI: 02:00:0: chip 10ec,8168 card 1458,e000 rev 01 class 02,00,00 hdr 00
>> (II) PCI: End of PCI scan
>> (II) Intel Bridge workaround enabled
>> (II) Host-to-PCI bridge:
>> (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
>> (II) Bus 0 I/O range:
>> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
>> (II) Bus 0 non-prefetchable memory range:
>> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
>> (II) Bus 0 prefetchable memory range:
>> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
>> (II) PCI-to-PCI bridge:
>> (II) Bus 1: bridge is at (0:28:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
>> (II) Bus 1 I/O range:
>> [0] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
>> [1] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
>> [2] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
>> [3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
>> (II) PCI-to-PCI bridge:
>> (II) Bus 2: bridge is at (0:28:1), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
>> (II) Bus 2 I/O range:
>> [0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
>> [1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
>> [2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
>> [3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
>> (II) Bus 2 non-prefetchable memory range:
>> [0] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
>> (II) Bus 2 prefetchable memory range:
>> [0] -1 0 0xe2100000 - 0xe21fffff (0x100000) MX[B]
>> (II) Subtractive PCI-to-PCI bridge:
>> (II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
>> (II) Bus 3 I/O range:
>> [0] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]
>> [1] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
>> [2] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
>> [3] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
>> (II) PCI-to-ISA bridge:
>> (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
>> (--) PCI:*(0:2:0) Intel Corporation 945G/GZ Express Integrated Graphics Controller rev 2, Mem @ 0xe2000000/19, 0xd0000000/28, 0xe2080000/18, I/O @ 0xb000/3
>> (II) Addressable bus resource ranges are
>> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
>> [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
>> (II) OS-reported resource ranges:
>> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
>> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
>> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
>> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
>> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
>> (II) Active PCI resource ranges:
>> [0] -1 0 0xe1000000 - 0xe1000fff (0x1000) MX[B]
>> [1] -1 0 0xe20c4000 - 0xe20c43ff (0x400) MX[B]
>> [2] -1 0 0xe20c0000 - 0xe20c3fff (0x4000) MX[B]
>> [3] -1 0 0xe2080000 - 0xe20bffff (0x40000) MX[B](B)
>> [4] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
>> [5] -1 0 0xe2000000 - 0xe207ffff (0x80000) MX[B](B)
>> [6] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
>> [7] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
>> [8] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
>> [9] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
>> [10] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
>> [11] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
>> [12] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
>> [13] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B](B)
>> (II) Active PCI resource ranges after removing overlaps:
>> [0] -1 0 0xe1000000 - 0xe1000fff (0x1000) MX[B]
>> [1] -1 0 0xe20c4000 - 0xe20c43ff (0x400) MX[B]
>> [2] -1 0 0xe20c0000 - 0xe20c3fff (0x4000) MX[B]
>> [3] -1 0 0xe2080000 - 0xe20bffff (0x40000) MX[B](B)
>> [4] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
>> [5] -1 0 0xe2000000 - 0xe207ffff (0x80000) MX[B](B)
>> [6] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
>> [7] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
>> [8] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
>> [9] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
>> [10] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
>> [11] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
>> [12] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
>> [13] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B](B)
>> (II) OS-reported resource ranges after removing overlaps with PCI:
>> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
>> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
>> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
>> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
>> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
>> (II) All system resource ranges:
>> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
>> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
>> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
>> [4] -1 0 0xe1000000 - 0xe1000fff (0x1000) MX[B]
>> [5] -1 0 0xe20c4000 - 0xe20c43ff (0x400) MX[B]
>> [6] -1 0 0xe20c0000 - 0xe20c3fff (0x4000) MX[B]
>> [7] -1 0 0xe2080000 - 0xe20bffff (0x40000) MX[B](B)
>> [8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
>> [9] -1 0 0xe2000000 - 0xe207ffff (0x80000) MX[B](B)
>> [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
>> [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
>> [12] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
>> [13] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
>> [14] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
>> [15] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
>> [16] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
>> [17] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
>> [18] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
>> [19] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B](B)
>> (II) LoadModule: "dbe"
>> (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
>> (II) Module dbe: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.0.0
>> Module class: X.Org Server Extension
>> ABI class: X.Org Server Extension, version 0.3
>> (II) Loading extension DOUBLE-BUFFER
>> (II) LoadModule: "extmod"
>> (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
>> (II) Module extmod: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.0.0
>> Module class: X.Org Server Extension
>> ABI class: X.Org Server Extension, version 0.3
>> (II) Loading extension SHAPE
>> (II) Loading extension MIT-SUNDRY-NONSTANDARD
>> (II) Loading extension BIG-REQUESTS
>> (II) Loading extension SYNC
>> (II) Loading extension MIT-SCREEN-SAVER
>> (II) Loading extension XC-MISC
>> (II) Loading extension XFree86-VidModeExtension
>> (II) Loading extension XFree86-Misc
>> (II) Loading extension XFree86-DGA
>> (II) Loading extension DPMS
>> (II) Loading extension TOG-CUP
>> (II) Loading extension Extended-Visual-Information
>> (II) Loading extension XVideo
>> (II) Loading extension XVideo-MotionCompensation
>> (II) Loading extension X-Resource
>> (II) LoadModule: "fbdevhw"
>> (II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
>> (II) Module fbdevhw: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 0.0.2
>> ABI class: X.Org Video Driver, version 1.0
>> (II) LoadModule: "glx"
>> (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
>> (II) Module glx: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.0.0
>> ABI class: X.Org Server Extension, version 0.3
>> (==) AIGLX enabled
>> (II) Loading extension GLX
>> (II) LoadModule: "record"
>> (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
>> (II) Module record: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.13.0
>> Module class: X.Org Server Extension
>> ABI class: X.Org Server Extension, version 0.3
>> (II) Loading extension RECORD
>> (II) LoadModule: "freetype"
>> (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
>> (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
>> compiled for 7.1.1, module version = 2.1.0
>> Module class: X.Org Font Renderer
>> ABI class: X.Org Font Renderer, version 0.5
>> (II) Loading font FreeType
>> (II) LoadModule: "type1"
>> (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
>> (II) Module type1: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.0.2
>> Module class: X.Org Font Renderer
>> ABI class: X.Org Font Renderer, version 0.5
>> (II) Loading font Type1
>> (II) LoadModule: "dri"
>> (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
>> (II) Module dri: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.0.0
>> ABI class: X.Org Server Extension, version 0.3
>> (II) Loading sub module "drm"
>> (II) LoadModule: "drm"
>> (II) Loading /usr/lib/xorg/modules/linux/libdrm.so
>> (II) Module drm: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.0.0
>> ABI class: X.Org Server Extension, version 0.3
>> (II) Loading extension XFree86-DRI
>> (II) LoadModule: "i810"
>> (II) Loading /usr/lib/xorg/modules/drivers/i810_drv.so
>> (II) Module i810: vendor="X.Org Foundation"
>> compiled for 7.0.0, module version = 1.6.0
>> Module class: X.Org Video Driver
>> ABI class: X.Org Video Driver, version 1.0
>> (II) LoadModule: "mouse"
>> (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
>> (II) Module mouse: vendor="X.Org Foundation"
>> compiled for 7.0.0, module version = 1.0.4
>> Module class: X.Org XInput Driver
>> ABI class: X.Org XInput driver, version 0.5
>> (II) LoadModule: "kbd"
>> (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
>> (II) Module kbd: vendor="X.Org Foundation"
>> compiled for 7.0.0, module version = 1.0.1
>> Module class: X.Org XInput Driver
>> ABI class: X.Org XInput driver, version 0.5
>> (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
>> i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),
>> 915GM, 945G, 945GM
>> (II) Primary Device is: PCI 00:02:0
>> (--) Assigning device section with no busID to primary device
>> (--) Chipset 945G found
>> (II) resource ranges after xf86ClaimFixedResources() call:
>> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
>> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
>> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
>> [4] -1 0 0xe1000000 - 0xe1000fff (0x1000) MX[B]
>> [5] -1 0 0xe20c4000 - 0xe20c43ff (0x400) MX[B]
>> [6] -1 0 0xe20c0000 - 0xe20c3fff (0x4000) MX[B]
>> [7] -1 0 0xe2080000 - 0xe20bffff (0x40000) MX[B](B)
>> [8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
>> [9] -1 0 0xe2000000 - 0xe207ffff (0x80000) MX[B](B)
>> [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
>> [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
>> [12] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
>> [13] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
>> [14] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
>> [15] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
>> [16] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
>> [17] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
>> [18] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
>> [19] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B](B)
>> (II) resource ranges after probing:
>> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
>> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
>> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
>> [4] -1 0 0xe1000000 - 0xe1000fff (0x1000) MX[B]
>> [5] -1 0 0xe20c4000 - 0xe20c43ff (0x400) MX[B]
>> [6] -1 0 0xe20c0000 - 0xe20c3fff (0x4000) MX[B]
>> [7] -1 0 0xe2080000 - 0xe20bffff (0x40000) MX[B](B)
>> [8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
>> [9] -1 0 0xe2000000 - 0xe207ffff (0x80000) MX[B](B)
>> [10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
>> [11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
>> [12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
>> [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
>> [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
>> [15] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
>> [16] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
>> [17] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
>> [18] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
>> [19] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
>> [20] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
>> [21] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
>> [22] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B](B)
>> [23] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
>> [24] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
>> (II) Setting vga for screen 0.
>> (II) Loading sub module "int10"
>> (II) LoadModule: "int10"
>> (II) Loading /usr/lib/xorg/modules/libint10.so
>> (II) Module int10: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.0.0
>> ABI class: X.Org Video Driver, version 1.0
>> (II) Loading sub module "vbe"
>> (II) LoadModule: "vbe"
>> (II) Loading /usr/lib/xorg/modules/libvbe.so
>> (II) Module vbe: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.1.0
>> ABI class: X.Org Video Driver, version 1.0
>> (II) Loading sub module "vgahw"
>> (II) LoadModule: "vgahw"
>> (II) Loading /usr/lib/xorg/modules/libvgahw.so
>> (II) Module vgahw: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 0.1.0
>> ABI class: X.Org Video Driver, version 1.0
>> (**) I810(0): Depth 24, (--) framebuffer bpp 32
>> (==) I810(0): RGB weight 888
>> (==) I810(0): Default visual is TrueColor
>> (II) Loading sub module "int10"
>> (II) LoadModule: "int10"
>> (II) Reloading /usr/lib/xorg/modules/libint10.so
>> (II) I810(0): initializing int10
>> (WW) I810(0): Bad V_BIOS checksum
>> (II) I810(0): Primary V_BIOS segment is: 0xc000
>> (II) I810(0): VESA BIOS detected
>> (II) I810(0): VESA VBE Version 3.0
>> (II) I810(0): VESA VBE Total Mem: 7872 kB
>> (II) I810(0): VESA VBE OEM: Intel(r)Lakeport-G Graphics Chip Accelerated VGA BIOS
>> (II) I810(0): VESA VBE OEM Software Rev: 1.0
>> (II) I810(0): VESA VBE OEM Vendor: Intel Corporation
>> (II) I810(0): VESA VBE OEM Product: Intel(r)Lakeport-G Graphics Controller
>> (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
>> (II) I810(0): Integrated Graphics Chipset: Intel(R) 945G
>> (--) I810(0): Chipset: "945G"
>> (--) I810(0): Linear framebuffer at 0xD0000000
>> (--) I810(0): IO registers at addr 0xE2000000
>> (II) I810(0): 2 display pipes available.
>> (II) I810(0): detected 7932 kB stolen memory.
>> (II) I810(0): Kernel reported 811008 total, 1 used
>> (II) I810(0): I830CheckAvailableMemory: 3244028 kB available
>> (II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM
>> (II) Loading sub module "int10"
>> (II) LoadModule: "int10"
>> (II) Reloading /usr/lib/xorg/modules/libint10.so
>> (II) I810(0): initializing int10
>> (WW) I810(0): Bad V_BIOS checksum
>> (II) I810(0): Primary V_BIOS segment is: 0xc000
>> (II) I810(0): VESA BIOS detected
>> (II) I810(0): VESA VBE Version 3.0
>> (II) I810(0): VESA VBE Total Mem: 12288 kB
>> (II) I810(0): VESA VBE OEM: Intel(r)Lakeport-G Graphics Chip Accelerated VGA BIOS
>> (II) I810(0): VESA VBE OEM Software Rev: 1.0
>> (II) I810(0): VESA VBE OEM Vendor: Intel Corporation
>> (II) I810(0): VESA VBE OEM Product: Intel(r)Lakeport-G Graphics Controller
>> (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
>> (II) I810(0): BIOS now sees 12288 kB VideoRAM
>> (--) I810(0): Pre-allocated VideoRAM: 7932 kByte
>> (==) I810(0): VideoRAM: 65536 kByte
>> (==) I810(0): video overlay key set to 0x101fe
>> (**) I810(0): page flipping disabled
>> (==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
>> (II) I810(0): BIOS Build: 1215
>> (==) I810(0): Device Presence: disabled.
>> (==) I810(0): Display Info: enabled.
>> (II) I810(0): Broken BIOSes cause the system to hang here.
>> If you encounter this problem please add
>> Option "DisplayInfo" "FALSE"
>> to the Device section of your XF86Config file.
>> (WW) I810(0): Extended BIOS function 0x5f64 not supported.
>> (WW) I810(0): Extended BIOS function 0x5f64 not supported.
>> (WW) I810(0): Extended BIOS function 0x5f64 not supported.
>> (WW) I810(0): Extended BIOS function 0x5f64 not supported.
>> (WW) I810(0): Extended BIOS function 0x5f64 not supported.
>> (WW) I810(0): Extended BIOS function 0x5f64 not supported.
>> (II) I810(0): Currently active displays on Pipe A:
>> (II) I810(0): CRT
>> (II) I810(0): No active displays on Pipe B.
>> (==) I810(0): Display is using Pipe A
>> (--) I810(0): Maximum frambuffer space: 65368 kByte
>> (II) Loading sub module "ddc"
>> (II) LoadModule: "ddc"
>> (II) Loading /usr/lib/xorg/modules/libddc.so
>> (II) Module ddc: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.0.0
>> ABI class: X.Org Video Driver, version 1.0
>> (II) I810(0): VESA VBE DDC supported
>> (II) I810(0): VESA VBE DDC Level 2
>> (II) I810(0): VESA VBE DDC transfer in appr. 1 sec.
>> (II) I810(0): VESA VBE DDC read successfully
>> (II) I810(0): Manufacturer: DEL Model: a00f Serial#: 809979475
>> (II) I810(0): Year: 2005 Week: 6
>> (II) I810(0): EDID Version: 1.3
>> (II) I810(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
>> (II) I810(0): Sync: Separate Composite SyncOnGreen
>> (II) I810(0): Max H-Image Size [cm]: horiz.: 52 vert.: 33
>> (II) I810(0): Gamma: 2.20
>> (II) I810(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
>> (II) I810(0): Default color space is primary color space
>> (II) I810(0): First detailed timing is preferred mode
>> (II) I810(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.607
>> (II) I810(0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328
>> (II) I810(0): Supported VESA Video Modes:
>> (II) I810(0): 720x400 at 70Hz
>> (II) I810(0): 640x480 at 60Hz
>> (II) I810(0): 640x480 at 75Hz
>> (II) I810(0): 800x600 at 60Hz
>> (II) I810(0): 800x600 at 75Hz
>> (II) I810(0): 1024x768 at 60Hz
>> (II) I810(0): 1024x768 at 75Hz
>> (II) I810(0): 1280x1024 at 75Hz
>> (II) I810(0): Manufacturer's mask: 0
>> (II) I810(0): Supported Future Video Modes:
>> (II) I810(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
>> (II) I810(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
>> (II) I810(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
>> (II) I810(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
>> (II) I810(0): Supported additional Video Mode:
>> (II) I810(0): clock: 154.0 MHz Image Size: 519 x 324 mm
>> (II) I810(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
>> (II) I810(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
>> (II) I810(0): Serial No: T61335220GNS
>> (II) I810(0): Monitor name: DELL 2405FPW
>> (II) I810(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 170 MHz
>> (II) I810(0): Using hsync ranges from config file
>> (II) I810(0): Using vrefresh ranges from config file
>> (II) I810(0): Printing DDC gathered Modelines:
>> (II) I810(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
>> (II) I810(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
>> (II) I810(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync
>> (II) I810(0): Modeline "720x400" 28.32 720 738 846 900 400 412 414 449 -hsync +vsync
>> (II) I810(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
>> (II) I810(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
>> (II) I810(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
>> (II) I810(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
>> (II) I810(0): Modeline "1280x1024" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
>> (II) I810(0): Modeline "1600x1200" 161.00 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync
>> (II) I810(0): Modeline "1152x864" 104.00 1152 1224 1344 1536 864 867 871 905 -hsync +vsync
>> (II) I810(0): Modeline "1680x1050" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
>> (II) I810(0): Modeline "1920x1200" 154.00 1920 1968 2000 2080 1200 1203 1209 1235 -hsync +vsync
>> (II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
>> (--) I810(0): Maximum space available for video modes: 12288 kByte
>> (II) I810(0): Using detected DDC timings
>> (II) I810(0): HorizSync 30-81
>> (II) I810(0): VertRefresh 56-76
>> Mode: 30 (640x480)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 640
>> XResolution: 640
>> YResolution: 480
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 8
>> NumberOfBanks: 1
>> MemoryModel: 4
>> BankSize: 0
>> NumberOfImages: 37
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 640
>> BnkNumberOfImagePages: 37
>> LinNumberOfImagePages: 37
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 230000000
>> Mode: 32 (800x600)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 832
>> XResolution: 800
>> YResolution: 600
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 8
>> NumberOfBanks: 1
>> MemoryModel: 4
>> BankSize: 0
>> NumberOfImages: 23
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 832
>> BnkNumberOfImagePages: 23
>> LinNumberOfImagePages: 23
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 230000000
>> Mode: 34 (1920x1200)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 1920
>> XResolution: 1920
>> YResolution: 1200
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 8
>> NumberOfBanks: 1
>> MemoryModel: 4
>> BankSize: 0
>> NumberOfImages: 4
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 1920
>> BnkNumberOfImagePages: 4
>> LinNumberOfImagePages: 4
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 230000000
>> Mode: 38 (1280x1024)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 1280
>> XResolution: 1280
>> YResolution: 1024
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 8
>> NumberOfBanks: 1
>> MemoryModel: 4
>> BankSize: 0
>> NumberOfImages: 8
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 1280
>> BnkNumberOfImagePages: 8
>> LinNumberOfImagePages: 8
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 230000000
>> Mode: 3a (1600x1200)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 1600
>> XResolution: 1600
>> YResolution: 1200
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 8
>> NumberOfBanks: 1
>> MemoryModel: 4
>> BankSize: 0
>> NumberOfImages: 5
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 1600
>> BnkNumberOfImagePages: 5
>> LinNumberOfImagePages: 5
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 230000000
>> Mode: 3c (1920x1440)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 1920
>> XResolution: 1920
>> YResolution: 1440
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 8
>> NumberOfBanks: 1
>> MemoryModel: 4
>> BankSize: 0
>> NumberOfImages: 3
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 1920
>> BnkNumberOfImagePages: 3
>> LinNumberOfImagePages: 3
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 230000000
>> Mode: 41 (640x480)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 1280
>> XResolution: 640
>> YResolution: 480
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 16
>> NumberOfBanks: 1
>> MemoryModel: 6
>> BankSize: 0
>> NumberOfImages: 20
>> RedMaskSize: 5
>> RedFieldPosition: 11
>> GreenMaskSize: 6
>> GreenFieldPosition: 5
>> BlueMaskSize: 5
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 1280
>> BnkNumberOfImagePages: 20
>> LinNumberOfImagePages: 20
>> LinRedMaskSize: 5
>> LinRedFieldPosition: 11
>> LinGreenMaskSize: 6
>> LinGreenFieldPosition: 5
>> LinBlueMaskSize: 5
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 230000000
>> Mode: 43 (800x600)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 1600
>> XResolution: 800
>> YResolution: 600
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 16
>> NumberOfBanks: 1
>> MemoryModel: 6
>> BankSize: 0
>> NumberOfImages: 11
>> RedMaskSize: 5
>> RedFieldPosition: 11
>> GreenMaskSize: 6
>> GreenFieldPosition: 5
>> BlueMaskSize: 5
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 1600
>> BnkNumberOfImagePages: 11
>> LinNumberOfImagePages: 11
>> LinRedMaskSize: 5
>> LinRedFieldPosition: 11
>> LinGreenMaskSize: 6
>> LinGreenFieldPosition: 5
>> LinBlueMaskSize: 5
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 230000000
>> Mode: 45 (1920x1200)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 3840
>> XResolution: 1920
>> YResolution: 1200
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 16
>> NumberOfBanks: 1
>> MemoryModel: 6
>> BankSize: 0
>> NumberOfImages: 1
>> RedMaskSize: 5
>> RedFieldPosition: 11
>> GreenMaskSize: 6
>> GreenFieldPosition: 5
>> BlueMaskSize: 5
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 3840
>> BnkNumberOfImagePages: 1
>> LinNumberOfImagePages: 1
>> LinRedMaskSize: 5
>> LinRedFieldPosition: 11
>> LinGreenMaskSize: 6
>> LinGreenFieldPosition: 5
>> LinBlueMaskSize: 5
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 230000000
>> Mode: 49 (1280x1024)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 2560
>> XResolution: 1280
>> YResolution: 1024
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 16
>> NumberOfBanks: 1
>> MemoryModel: 6
>> BankSize: 0
>> NumberOfImages: 3
>> RedMaskSize: 5
>> RedFieldPosition: 11
>> GreenMaskSize: 6
>> GreenFieldPosition: 5
>> BlueMaskSize: 5
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 2560
>> BnkNumberOfImagePages: 3
>> LinNumberOfImagePages: 3
>> LinRedMaskSize: 5
>> LinRedFieldPosition: 11
>> LinGreenMaskSize: 6
>> LinGreenFieldPosition: 5
>> LinBlueMaskSize: 5
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 230000000
>> Mode: 4b (1600x1200)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 3200
>> XResolution: 1600
>> YResolution: 1200
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 16
>> NumberOfBanks: 1
>> MemoryModel: 6
>> BankSize: 0
>> NumberOfImages: 2
>> RedMaskSize: 5
>> RedFieldPosition: 11
>> GreenMaskSize: 6
>> GreenFieldPosition: 5
>> BlueMaskSize: 5
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 3200
>> BnkNumberOfImagePages: 2
>> LinNumberOfImagePages: 2
>> LinRedMaskSize: 5
>> LinRedFieldPosition: 11
>> LinGreenMaskSize: 6
>> LinGreenFieldPosition: 5
>> LinBlueMaskSize: 5
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 230000000
>> Mode: 4d (1920x1440)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 3840
>> XResolution: 1920
>> YResolution: 1440
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 16
>> NumberOfBanks: 1
>> MemoryModel: 6
>> BankSize: 0
>> NumberOfImages: 1
>> RedMaskSize: 5
>> RedFieldPosition: 11
>> GreenMaskSize: 6
>> GreenFieldPosition: 5
>> BlueMaskSize: 5
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 3840
>> BnkNumberOfImagePages: 1
>> LinNumberOfImagePages: 1
>> LinRedMaskSize: 5
>> LinRedFieldPosition: 11
>> LinGreenMaskSize: 6
>> LinGreenFieldPosition: 5
>> LinBlueMaskSize: 5
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 230000000
>> *Mode: 50 (640x480)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 2560
>> XResolution: 640
>> YResolution: 480
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 32
>> NumberOfBanks: 1
>> MemoryModel: 6
>> BankSize: 0
>> NumberOfImages: 9
>> RedMaskSize: 8
>> RedFieldPosition: 16
>> GreenMaskSize: 8
>> GreenFieldPosition: 8
>> BlueMaskSize: 8
>> BlueFieldPosition: 0
>> RsvdMaskSize: 8
>> RsvdFieldPosition: 24
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 2560
>> BnkNumberOfImagePages: 9
>> LinNumberOfImagePages: 9
>> LinRedMaskSize: 8
>> LinRedFieldPosition: 16
>> LinGreenMaskSize: 8
>> LinGreenFieldPosition: 8
>> LinBlueMaskSize: 8
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 8
>> LinRsvdFieldPosition: 24
>> MaxPixelClock: 230000000
>> *Mode: 52 (800x600)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 3200
>> XResolution: 800
>> YResolution: 600
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 32
>> NumberOfBanks: 1
>> MemoryModel: 6
>> BankSize: 0
>> NumberOfImages: 5
>> RedMaskSize: 8
>> RedFieldPosition: 16
>> GreenMaskSize: 8
>> GreenFieldPosition: 8
>> BlueMaskSize: 8
>> BlueFieldPosition: 0
>> RsvdMaskSize: 8
>> RsvdFieldPosition: 24
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 3200
>> BnkNumberOfImagePages: 5
>> LinNumberOfImagePages: 5
>> LinRedMaskSize: 8
>> LinRedFieldPosition: 16
>> LinGreenMaskSize: 8
>> LinGreenFieldPosition: 8
>> LinBlueMaskSize: 8
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 8
>> LinRsvdFieldPosition: 24
>> MaxPixelClock: 230000000
>> *Mode: 54 (1920x1200)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 7680
>> XResolution: 1920
>> YResolution: 1200
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 32
>> NumberOfBanks: 1
>> MemoryModel: 6
>> BankSize: 0
>> NumberOfImages: 0
>> RedMaskSize: 8
>> RedFieldPosition: 16
>> GreenMaskSize: 8
>> GreenFieldPosition: 8
>> BlueMaskSize: 8
>> BlueFieldPosition: 0
>> RsvdMaskSize: 8
>> RsvdFieldPosition: 24
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 7680
>> BnkNumberOfImagePages: 0
>> LinNumberOfImagePages: 0
>> LinRedMaskSize: 8
>> LinRedFieldPosition: 16
>> LinGreenMaskSize: 8
>> LinGreenFieldPosition: 8
>> LinBlueMaskSize: 8
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 8
>> LinRsvdFieldPosition: 24
>> MaxPixelClock: 230000000
>> *Mode: 58 (1280x1024)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 5120
>> XResolution: 1280
>> YResolution: 1024
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 32
>> NumberOfBanks: 1
>> MemoryModel: 6
>> BankSize: 0
>> NumberOfImages: 1
>> RedMaskSize: 8
>> RedFieldPosition: 16
>> GreenMaskSize: 8
>> GreenFieldPosition: 8
>> BlueMaskSize: 8
>> BlueFieldPosition: 0
>> RsvdMaskSize: 8
>> RsvdFieldPosition: 24
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 5120
>> BnkNumberOfImagePages: 1
>> LinNumberOfImagePages: 1
>> LinRedMaskSize: 8
>> LinRedFieldPosition: 16
>> LinGreenMaskSize: 8
>> LinGreenFieldPosition: 8
>> LinBlueMaskSize: 8
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 8
>> LinRsvdFieldPosition: 24
>> MaxPixelClock: 230000000
>> *Mode: 5a (1600x1200)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 6400
>> XResolution: 1600
>> YResolution: 1200
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 32
>> NumberOfBanks: 1
>> MemoryModel: 6
>> BankSize: 0
>> NumberOfImages: 0
>> RedMaskSize: 8
>> RedFieldPosition: 16
>> GreenMaskSize: 8
>> GreenFieldPosition: 8
>> BlueMaskSize: 8
>> BlueFieldPosition: 0
>> RsvdMaskSize: 8
>> RsvdFieldPosition: 24
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 6400
>> BnkNumberOfImagePages: 0
>> LinNumberOfImagePages: 0
>> LinRedMaskSize: 8
>> LinRedFieldPosition: 16
>> LinGreenMaskSize: 8
>> LinGreenFieldPosition: 8
>> LinBlueMaskSize: 8
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 8
>> LinRsvdFieldPosition: 24
>> MaxPixelClock: 230000000
>> *Mode: 5c (1920x1440)
>> ModeAttributes: 0x9b
>> WinAAttributes: 0x7
>> WinBAttributes: 0x0
>> WinGranularity: 64
>> WinSize: 64
>> WinASegment: 0xa000
>> WinBSegment: 0x0
>> WinFuncPtr: 0xc000579a
>> BytesPerScanline: 7680
>> XResolution: 1920
>> YResolution: 1440
>> XCharSize: 8
>> YCharSize: 16
>> NumberOfPlanes: 1
>> BitsPerPixel: 32
>> NumberOfBanks: 1
>> MemoryModel: 6
>> BankSize: 0
>> NumberOfImages: 0
>> RedMaskSize: 8
>> RedFieldPosition: 16
>> GreenMaskSize: 8
>> GreenFieldPosition: 8
>> BlueMaskSize: 8
>> BlueFieldPosition: 0
>> RsvdMaskSize: 8
>> RsvdFieldPosition: 24
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0xd0000000
>> LinBytesPerScanLine: 7680
>> BnkNumberOfImagePages: 0
>> LinNumberOfImagePages: 0
>> LinRedMaskSize: 8
>> LinRedFieldPosition: 16
>> LinGreenMaskSize: 8
>> LinGreenFieldPosition: 8
>> LinBlueMaskSize: 8
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 8
>> LinRsvdFieldPosition: 24
>> MaxPixelClock: 230000000
>> Mode: 60 (0x0)
>> ModeAttributes: 0x0
>> WinAAttributes: 0x0
>> WinBAttributes: 0x0
>> WinGranularity: 0
>> WinSize: 0
>> WinASegment: 0x0
>> WinBSegment: 0x0
>> WinFuncPtr: 0x0
>> BytesPerScanline: 0
>> XResolution: 0
>> YResolution: 0
>> XCharSize: 0
>> YCharSize: 0
>> NumberOfPlanes: 0
>> BitsPerPixel: 0
>> NumberOfBanks: 0
>> MemoryModel: 0
>> BankSize: 0
>> NumberOfImages: 0
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0x0
>> LinBytesPerScanLine: 0
>> BnkNumberOfImagePages: 0
>> LinNumberOfImagePages: 0
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 0
>> Mode: 61 (0x0)
>> ModeAttributes: 0x0
>> WinAAttributes: 0x0
>> WinBAttributes: 0x0
>> WinGranularity: 0
>> WinSize: 0
>> WinASegment: 0x0
>> WinBSegment: 0x0
>> WinFuncPtr: 0x0
>> BytesPerScanline: 0
>> XResolution: 0
>> YResolution: 0
>> XCharSize: 0
>> YCharSize: 0
>> NumberOfPlanes: 0
>> BitsPerPixel: 0
>> NumberOfBanks: 0
>> MemoryModel: 0
>> BankSize: 0
>> NumberOfImages: 0
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0x0
>> LinBytesPerScanLine: 0
>> BnkNumberOfImagePages: 0
>> LinNumberOfImagePages: 0
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 0
>> Mode: 62 (0x0)
>> ModeAttributes: 0x0
>> WinAAttributes: 0x0
>> WinBAttributes: 0x0
>> WinGranularity: 0
>> WinSize: 0
>> WinASegment: 0x0
>> WinBSegment: 0x0
>> WinFuncPtr: 0x0
>> BytesPerScanline: 0
>> XResolution: 0
>> YResolution: 0
>> XCharSize: 0
>> YCharSize: 0
>> NumberOfPlanes: 0
>> BitsPerPixel: 0
>> NumberOfBanks: 0
>> MemoryModel: 0
>> BankSize: 0
>> NumberOfImages: 0
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0x0
>> LinBytesPerScanLine: 0
>> BnkNumberOfImagePages: 0
>> LinNumberOfImagePages: 0
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 0
>> Mode: 63 (0x0)
>> ModeAttributes: 0x0
>> WinAAttributes: 0x0
>> WinBAttributes: 0x0
>> WinGranularity: 0
>> WinSize: 0
>> WinASegment: 0x0
>> WinBSegment: 0x0
>> WinFuncPtr: 0x0
>> BytesPerScanline: 0
>> XResolution: 0
>> YResolution: 0
>> XCharSize: 0
>> YCharSize: 0
>> NumberOfPlanes: 0
>> BitsPerPixel: 0
>> NumberOfBanks: 0
>> MemoryModel: 0
>> BankSize: 0
>> NumberOfImages: 0
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0x0
>> LinBytesPerScanLine: 0
>> BnkNumberOfImagePages: 0
>> LinNumberOfImagePages: 0
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 0
>> Mode: 64 (0x0)
>> ModeAttributes: 0x0
>> WinAAttributes: 0x0
>> WinBAttributes: 0x0
>> WinGranularity: 0
>> WinSize: 0
>> WinASegment: 0x0
>> WinBSegment: 0x0
>> WinFuncPtr: 0x0
>> BytesPerScanline: 0
>> XResolution: 0
>> YResolution: 0
>> XCharSize: 0
>> YCharSize: 0
>> NumberOfPlanes: 0
>> BitsPerPixel: 0
>> NumberOfBanks: 0
>> MemoryModel: 0
>> BankSize: 0
>> NumberOfImages: 0
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0x0
>> LinBytesPerScanLine: 0
>> BnkNumberOfImagePages: 0
>> LinNumberOfImagePages: 0
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 0
>> Mode: 65 (0x0)
>> ModeAttributes: 0x0
>> WinAAttributes: 0x0
>> WinBAttributes: 0x0
>> WinGranularity: 0
>> WinSize: 0
>> WinASegment: 0x0
>> WinBSegment: 0x0
>> WinFuncPtr: 0x0
>> BytesPerScanline: 0
>> XResolution: 0
>> YResolution: 0
>> XCharSize: 0
>> YCharSize: 0
>> NumberOfPlanes: 0
>> BitsPerPixel: 0
>> NumberOfBanks: 0
>> MemoryModel: 0
>> BankSize: 0
>> NumberOfImages: 0
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0x0
>> LinBytesPerScanLine: 0
>> BnkNumberOfImagePages: 0
>> LinNumberOfImagePages: 0
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 0
>> Mode: 66 (0x0)
>> ModeAttributes: 0x0
>> WinAAttributes: 0x0
>> WinBAttributes: 0x0
>> WinGranularity: 0
>> WinSize: 0
>> WinASegment: 0x0
>> WinBSegment: 0x0
>> WinFuncPtr: 0x0
>> BytesPerScanline: 0
>> XResolution: 0
>> YResolution: 0
>> XCharSize: 0
>> YCharSize: 0
>> NumberOfPlanes: 0
>> BitsPerPixel: 0
>> NumberOfBanks: 0
>> MemoryModel: 0
>> BankSize: 0
>> NumberOfImages: 0
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0x0
>> LinBytesPerScanLine: 0
>> BnkNumberOfImagePages: 0
>> LinNumberOfImagePages: 0
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 0
>> Mode: 67 (0x0)
>> ModeAttributes: 0x0
>> WinAAttributes: 0x0
>> WinBAttributes: 0x0
>> WinGranularity: 0
>> WinSize: 0
>> WinASegment: 0x0
>> WinBSegment: 0x0
>> WinFuncPtr: 0x0
>> BytesPerScanline: 0
>> XResolution: 0
>> YResolution: 0
>> XCharSize: 0
>> YCharSize: 0
>> NumberOfPlanes: 0
>> BitsPerPixel: 0
>> NumberOfBanks: 0
>> MemoryModel: 0
>> BankSize: 0
>> NumberOfImages: 0
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0x0
>> LinBytesPerScanLine: 0
>> BnkNumberOfImagePages: 0
>> LinNumberOfImagePages: 0
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 0
>> Mode: 68 (0x0)
>> ModeAttributes: 0x0
>> WinAAttributes: 0x0
>> WinBAttributes: 0x0
>> WinGranularity: 0
>> WinSize: 0
>> WinASegment: 0x0
>> WinBSegment: 0x0
>> WinFuncPtr: 0x0
>> BytesPerScanline: 0
>> XResolution: 0
>> YResolution: 0
>> XCharSize: 0
>> YCharSize: 0
>> NumberOfPlanes: 0
>> BitsPerPixel: 0
>> NumberOfBanks: 0
>> MemoryModel: 0
>> BankSize: 0
>> NumberOfImages: 0
>> RedMaskSize: 0
>> RedFieldPosition: 0
>> GreenMaskSize: 0
>> GreenFieldPosition: 0
>> BlueMaskSize: 0
>> BlueFieldPosition: 0
>> RsvdMaskSize: 0
>> RsvdFieldPosition: 0
>> DirectColorModeInfo: 0
>> PhysBasePtr: 0x0
>> LinBytesPerScanLine: 0
>> BnkNumberOfImagePages: 0
>> LinNumberOfImagePages: 0
>> LinRedMaskSize: 0
>> LinRedFieldPosition: 0
>> LinGreenMaskSize: 0
>> LinGreenFieldPosition: 0
>> LinBlueMaskSize: 0
>> LinBlueFieldPosition: 0
>> LinRsvdMaskSize: 0
>> LinRsvdFieldPosition: 0
>> MaxPixelClock: 0
>> (II) I810(0): Monitor0: Using hsync range of 30.00-81.00 kHz
>> (II) I810(0): Monitor0: Using vrefresh range of 56.00-76.00 Hz
>> (II) I810(0): Not using mode "1920x1200" (no mode of this name)
>> (II) I810(0): Increasing the scanline pitch to allow tiling mode (1600 -> 2048).
>> (--) I810(0): Virtual size is 1600x1200 (pitch 2048)
>> (**) I810(0): *Built-in mode "1600x1200"
>> (**) I810(0): Built-in mode "1280x1024"
>> (**) I810(0): Built-in mode "800x600"
>> (**) I810(0): Built-in mode "640x480"
>> (II) I810(0): Attempting to use 59.87Hz refresh for mode "1600x1200" (85a)
>> (II) I810(0): Attempting to use 59.89Hz refresh for mode "1280x1024" (858)
>> (II) I810(0): Attempting to use 75.00Hz refresh for mode "800x600" (852)
>> (II) I810(0): Attempting to use 75.00Hz refresh for mode "640x480" (850)
>> (**) I810(0): Display dimensions: (520, 330) mm
>> (**) I810(0): DPI set to (78, 92)
>> (II) Loading sub module "fb"
>> (II) LoadModule: "fb"
>> (II) Loading /usr/lib/xorg/modules/libfb.so
>> (II) Module fb: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.0.0
>> ABI class: X.Org ANSI C Emulation, version 0.3
>> (II) Loading sub module "xaa"
>> (II) LoadModule: "xaa"
>> (II) Loading /usr/lib/xorg/modules/libxaa.so
>> (II) Module xaa: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.2.0
>> ABI class: X.Org Video Driver, version 1.0
>> (II) Loading sub module "ramdac"
>> (II) LoadModule: "ramdac"
>> (II) Loading /usr/lib/xorg/modules/libramdac.so
>> (II) Module ramdac: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 0.1.0
>> ABI class: X.Org Video Driver, version 1.0
>> (==) I810(0): VBE Restore workaround: enabled.
>> (II) Loading sub module "shadow"
>> (II) LoadModule: "shadow"
>> (II) Loading /usr/lib/xorg/modules/libshadow.so
>> (II) Module shadow: vendor="X.Org Foundation"
>> compiled for 7.1.1, module version = 1.1.0
>> ABI class: X.Org ANSI C Emulation, version 0.3
>> (==) Depth 24 pixmap format is 32 bpp
>> (II) do I need RAC? No, I don't.
>> (II) resource ranges after preInit:
>> [0] 0 0 0xe2080000 - 0xe20bffff (0x40000) MS[B]
>> [1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MS[B]
>> [2] 0 0 0xe2000000 - 0xe207ffff (0x80000) MS[B]
>> [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>> [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
>> [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
>> [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
>> [7] -1 0 0xe1000000 - 0xe1000fff (0x1000) MX[B]
>> [8] -1 0 0xe20c4000 - 0xe20c43ff (0x400) MX[B]
>> [9] -1 0 0xe20c0000 - 0xe20c3fff (0x4000) MX[B]
>> [10] -1 0 0xe2080000 - 0xe20bffff (0x40000) MX[B](B)
>> [11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
>> [12] -1 0 0xe2000000 - 0xe207ffff (0x80000) MX[B](B)
>> [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
>> [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
>> [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
>> [16] 0 0 0x0000b000 - 0x0000b007 (0x8) IS[B]
>> [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
>> [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
>> [19] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
>> [20] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
>> [21] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
>> [22] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
>> [23] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
>> [24] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
>> [25] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
>> [26] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B](B)
>> [27] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
>> [28] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
>> (II) I810(0): Rotating to 0 degrees
>> (II) Loading sub module "int10"
>> (II) LoadModule: "int10"
>> (II) Reloading /usr/lib/xorg/modules/libint10.so
>> (II) I810(0): initializing int10
>> (WW) I810(0): Bad V_BIOS checksum
>> (II) I810(0): Primary V_BIOS segment is: 0xc000
>> (II) I810(0): VESA BIOS detected
>> (II) I810(0): VESA VBE Version 3.0
>> (II) I810(0): VESA VBE Total Mem: 7872 kB
>> (II) I810(0): VESA VBE OEM: Intel(r)Lakeport-G Graphics Chip Accelerated VGA BIOS
>> (II) I810(0): VESA VBE OEM Software Rev: 1.0
>> (II) I810(0): VESA VBE OEM Vendor: Intel Corporation
>> (II) I810(0): VESA VBE OEM Product: Intel(r)Lakeport-G Graphics Controller
>> (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
>> (II) I810(0): Allocated 128 kB for the ring buffer at 0x0
>> (II) I810(0): Allocating at least 256 scanlines for pixmap cache
>> (II) I810(0): Initial framebuffer allocation size: 14848 kByte
>> (II) I810(0): Allocated 4 kB for HW cursor at 0xffff000 (0x32a0f000)
>> (II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0xfffb000 (0x274f4000)
>> (II) I810(0): Allocated 4 kB for Overlay registers at 0xfffa000 (0x32073000).
>> (II) I810(0): Allocated 64 kB for the scratch buffer at 0xffea000
>> drmOpenDevice: node name is /dev/dri/card0
>> drmOpenDevice: open result is 10, (OK)
>> drmOpenDevice: node name is /dev/dri/card0
>> drmOpenDevice: open result is 10, (OK)
>> drmOpenByBusid: Searching for BusID pci:0000:00:02.0
>> drmOpenDevice: node name is /dev/dri/card0
>> drmOpenDevice: open result is 10, (OK)
>> drmOpenByBusid: drmOpenMinor returns 10
>> drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
>> (II) I810(0): [drm] DRM interface version 1.2
>> (II) I810(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
>> (II) I810(0): [drm] added 8192 byte SAREA at 0xf8a91000
>> (II) I810(0): [drm] mapped SAREA 0xf8a91000 to 0xb7f19000
>> (II) I810(0): [drm] framebuffer handle = 0xd0020000
>> (II) I810(0): [drm] added 1 reserved context for kernel
>> (II) I810(0): Allocated 32 kB for the logical context at 0xffe2000.
>> (II) I810(0): Allocated 9600 kB for the back buffer at 0xe000000.
>> (II) I810(0): Allocated 9600 kB for the depth buffer at 0xd000000.
>> (II) I810(0): Allocated 31232 kB for textures at 0xb180000
>> (II) I810(0): 0x8d18718: Memory at offset 0x00020000, size 14848 kBytes
>> (II) I810(0): 0x8d18f78: Memory at offset 0x0ffff000, size 4 kBytes
>> (II) I810(0): 0x8d195a8: Memory at offset 0x0fffb000, size 16 kBytes
>> (II) I810(0): 0x8d19014: Memory at offset 0x00000000, size 128 kBytes
>> (II) I810(0): 0x8d18758: Memory at offset 0x0ffea000, size 64 kBytes
>> (II) I810(0): 0x8d195d0: Memory at offset 0x0fffa000, size 4 kBytes
>> (II) I810(0): 0x8d18898: Memory at offset 0x0ffe2000, size 32 kBytes
>> (II) I810(0): 0x8d18834: Memory at offset 0x0e000000, size 9600 kBytes
>> (II) I810(0): 0x8d18854: Memory at offset 0x0d000000, size 9600 kBytes
>> (II) I810(0): 0x8d18874: Memory at offset 0x0b180000, size 31232 kBytes
>> (II) I810(0): Activating tiled memory for the back buffer.
>> (II) I810(0): Activating tiled memory for the depth buffer.
>> (II) I810(0): [drm] Registers = 0xe2000000
>> (II) I810(0): [drm] ring buffer = 0xd0000000
>> (II) I810(0): [drm] init sarea width,height = 1600 x 1200 (pitch 2048)
>> (II) I810(0): [drm] Mapping front buffer
>> (II) I810(0): [drm] Front Buffer = 0xd0020000
>> (II) I810(0): [drm] Back Buffer = 0xde000000
>> (II) I810(0): [drm] Depth Buffer = 0xdd000000
>> (II) I810(0): [drm] textures = 0xdb180000
>> (II) I810(0): [drm] Initialized kernel agp heap manager, 31981568
>> (II) I810(0): [drm] dma control initialized, using IRQ 169
>> (II) I810(0): [dri] visual configs initialized
>> (==) I810(0): Write-combining range (0xd0000000,0x10000000)
>> (II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
>> (WW) I810(0): Extended BIOS function 0x5f05 not supported.
>> (II) I810(0): xf86BindGARTMemory: bind key 8 at 0x007bf000 (pgoffset 1983)
>> (II) I810(0): xf86BindGARTMemory: bind key 0 at 0x0ffff000 (pgoffset 65535)
>> (II) I810(0): xf86BindGARTMemory: bind key 1 at 0x0fffb000 (pgoffset 65531)
>> (II) I810(0): xf86BindGARTMemory: bind key 3 at 0x0ffea000 (pgoffset 65514)
>> (II) I810(0): xf86BindGARTMemory: bind key 2 at 0x0fffa000 (pgoffset 65530)
>> (II) I810(0): xf86BindGARTMemory: bind key 4 at 0x0ffe2000 (pgoffset 65506)
>> (II) I810(0): xf86BindGARTMemory: bind key 5 at 0x0e000000 (pgoffset 57344)
>> (II) I810(0): xf86BindGARTMemory: bind key 6 at 0x0d000000 (pgoffset 53248)
>> (II) I810(0): xf86BindGARTMemory: bind key 7 at 0x0b180000 (pgoffset 45440)
>> (WW) I810(0): Extended BIOS function 0x5f05 not supported.
>> (II) I810(0): BIOS call 0x5f05 not supported, setting refresh with VBE 3 method.
>> (II) I810(0): Setting refresh with VBE 3 method.
>> (II) I810(0): Display plane A is enabled and connected to Pipe A.
>> (II) I810(0): Display plane B is disabled and connected to Pipe B.
>> (II) I810(0): Enabling plane A.
>> (II) I810(0): Display plane A is now enabled and connected to Pipe A.
>> (II) I810(0): Display plane B is now disabled and connected to Pipe B.
>> (II) I810(0): PIPEACONF is 0x80000000
>> (II) I810(0): PIPEBCONF is 0x80000000
>> (II) I810(0): Mode bandwidth is 115 Mpixel/s
>> (WW) I810(0): Extended BIOS function 0x5f28 not supported.
>> (II) I810(0): Using XFree86 Acceleration Architecture (XAA)
>> Screen to screen bit blits
>> Solid filled rectangles
>> 8x8 mono pattern filled rectangles
>> Indirect CPU to Screen color expansion
>> Solid Horizontal and Vertical Lines
>> Offscreen Pixmaps
>> Setting up tile and stipple cache:
>> 16 128x128 slots
>> 4 256x256 slots
>> (==) I810(0): Backing store disabled
>> (==) I810(0): Silken mouse enabled
>> (II) I810(0): Initializing HW Cursor
>> (**) Option "dpms"
>> (**) I810(0): DPMS enabled
>> (II) I810(0): X context handle = 0x1
>> (II) I810(0): [drm] installed DRM signal handler
>> (II) I810(0): [DRI] installation complete
>> (II) I810(0): direct rendering: Enabled
>> (II) I810(0): RandR enabled, ignore the following RandR disabled message.
>> (--) RandR disabled
>> (II) Initializing built-in extension MIT-SHM
>> (II) Initializing built-in extension XInputExtension
>> (II) Initializing built-in extension XTEST
>> (II) Initializing built-in extension XKEYBOARD
>> (II) Initializing built-in extension XC-APPGROUP
>> (II) Initializing built-in extension SECURITY
>> (II) Initializing built-in extension XINERAMA
>> (II) Initializing built-in extension XFIXES
>> (II) Initializing built-in extension XFree86-Bigfont
>> (II) Initializing built-in extension RENDER
>> (II) Initializing built-in extension RANDR
>> (II) Initializing built-in extension COMPOSITE
>> (II) Initializing built-in extension DAMAGE
>> (II) Initializing built-in extension XEVIE
>> drmOpenDevice: node name is /dev/dri/card0
>> drmOpenDevice: open result is 11, (OK)
>> drmOpenByBusid: Searching for BusID pci:0000:00:02.0
>> drmOpenDevice: node name is /dev/dri/card0
>> drmOpenDevice: open result is 11, (OK)
>> drmOpenByBusid: drmOpenMinor returns 11
>> drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
>> (WW) AIGLX: 3D driver claims to not support visual 0x23
>> (WW) AIGLX: 3D driver claims to not support visual 0x24
>> (WW) AIGLX: 3D driver claims to not support visual 0x25
>> (WW) AIGLX: 3D driver claims to not support visual 0x26
>> (WW) AIGLX: 3D driver claims to not support visual 0x27
>> (WW) AIGLX: 3D driver claims to not support visual 0x28
>> (WW) AIGLX: 3D driver claims to not support visual 0x29
>> (WW) AIGLX: 3D driver claims to not support visual 0x2a
>> (WW) AIGLX: 3D driver claims to not support visual 0x2b
>> (WW) AIGLX: 3D driver claims to not support visual 0x2c
>> (WW) AIGLX: 3D driver claims to not support visual 0x2d
>> (WW) AIGLX: 3D driver claims to not support visual 0x2e
>> (WW) AIGLX: 3D driver claims to not support visual 0x2f
>> (WW) AIGLX: 3D driver claims to not support visual 0x30
>> (WW) AIGLX: 3D driver claims to not support visual 0x31
>> (WW) AIGLX: 3D driver claims to not support visual 0x32
>> (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
>> (II) GLX: Initialized DRI GL provider for screen 0
>> (**) Mouse0: Device: "/dev/input/mice"
>> (==) Mouse0: Protocol: "Auto"
>> (**) Option "CorePointer"
>> (**) Mouse0: Core Pointer
>> (**) Option "Device" "/dev/input/mice"
>> (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
>> (**) Option "ZAxisMapping" "4 5"
>> (**) Mouse0: ZAxisMapping: buttons 4 and 5
>> (**) Option "ButtonMapping" "1 2 3 6 7"
>> (**) Mouse0: Buttons: 11
>> (**) Option "CoreKeyboard"
>> (**) Keyboard0: Core Keyboard
>> (**) Option "Protocol" "standard"
>> (**) Keyboard0: Protocol: standard
>> (**) Option "AutoRepeat" "500 30"
>> (**) Option "XkbRules" "xorg"
>> (**) Keyboard0: XkbRules: "xorg"
>> (**) Option "XkbModel" "pc105"
>> (**) Keyboard0: XkbModel: "pc105"
>> (**) Option "XkbLayout" "us"
>> (**) Keyboard0: XkbLayout: "us"
>> (**) Option "CustomKeycodes" "off"
>> (**) Keyboard0: CustomKeycodes disabled
>> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
>> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
>> (--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
>> (II) Mouse0: ps2EnableDataReporting: succeeded
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: i810_highres_problem.tar.gz
Type: application/gzip
Size: 10876 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20061030/d8264ca0/attachment.bin>
More information about the xorg
mailing list