System hangs with Xinerama

Ma Weimin mwmb2 at hotmail.com
Wed Apr 12 10:27:49 PDT 2006


Hi,

my current system is 
Mandriva 2006, 
Xorg 6.9 (xinerama in xorg.conf enabled), 
KDE 3.4,
integrated i810 (8M share memory) with LG774FT (1024*768*16), first
and S3 Trio64 (1M memory) with Phillips 105S (800*600*16), second

I can go into KDE successfully. But whenever i do any operation on the 
second monitor, e.g. click right mouse, drap windows in it etc., system 
hangs. If i limit my action only in the first monitor, it's ok.

Following are my xorg.conf and Xorg.0.log. What can I do to solve the 
problem. Any idea would be appreciated.

Weimin

********************xorg.conf************************

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
	FontPath     "unix/:-1"
EndSection

Section "ServerFlags"
   	#DontZap # disable <Crtl><Alt><BS> (server abort)
        #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
	AllowMouseOpenFail # allows the server to start up even if the mouse does 
not work
	Option "Xinerama" "true"
EndSection
    
Section "Module"
	Load  "dbe"
	#Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
    	Driver "keyboard"
    	Option "XkbModel" "pc105"
    	Option "XkbLayout" "us"
    	Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
    	Option "Protocol" "ExplorerPS/2"
        Option "Device" "/dev/mouse"
	Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
	#DisplaySize	  310   230	# mm
	Identifier   "Monitor0"
	VendorName   "GSM"
	ModelName    "FLATRON 774FT"
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    30.0 - 70.0
	VertRefresh  50.0 - 160.0
	Option	     "DPMS"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
    	VendorName   "Philips"
        ModelName    "Philips 105S(15inch/CM2300)"
	HorizSync    30.0-60.0
	VertRefresh  50.0-120.0
	Option       "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "i810"
	VendorName  "Intel Corporation"
	BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
	Option      "DPMS"
	#Option      "DisplayInfo" "FALSE"
	BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card1"
	Driver      "s3"
	#VideoRam    2048
	VendorName  "s3 Trio64"
	BoardName   "s3 Trio64"
	Option      "DPMS"
	#Option 	    "DisplayInfo" "FALSE"
	BusID       "PCI:1:1:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultColorDepth 16 
	
    	Subsection "Display"
		Depth 8
	        Virtual 1024 768
	EndSubsection
	    
	Subsection "Display"
	        Depth 15
	        Virtual 1024 768
	EndSubsection
		    
	Subsection "Display"
	        Depth 16
	        Virtual 1024 768
	EndSubsection
	Subsection "Display"
	        Depth 24
	        Virtual 1024 768
	EndSubsection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
    	DefaultColorDepth 16
    
    	Subsection "Display"
		Depth 8
	        Virtual 800 600
	EndSubsection
	    
	Subsection "Display"
	        Depth 15
	        Virtual 800 600
	EndSubsection
		    
	Subsection "Display"
	        Depth 16
	        Virtual 800 600
	EndSubsection
			    
	Subsection "Display"
	        Depth 24
	        Virtual 800 600
	EndSubsection
EndSection


********************Xorg.0.log************************

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/Ma:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 6.9.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: Linux 2.6.3-29mdk-i686-up-4GB i686 [ELF] 
Current Operating System: Linux Ma 2.6.12-12mdk #1 Fri Sep 9 18:15:22 CEST 
2005 i686
Build Date: 13 March 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: Thu Apr 13 01:03:45 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) Option "XkbOptions" "compose:rwin"
(**) XKB: options: "compose:rwin"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(**) Option "Xinerama" "true"
(**) Xinerama: enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 8086,2560 rev 03 class 06,00,00 hdr 
00
(II) PCI: 00:02:0: chip 8086,2562 card 1462,5558 rev 03 class 03,00,00 hdr 
00
(II) PCI: 00:1d:0: chip 8086,24c2 card 1462,24cb rev 02 class 0c,03,00 hdr 
80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1462,24cb rev 02 class 0c,03,00 hdr 
00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1462,24cb rev 02 class 0c,03,00 hdr 
00
(II) PCI: 00:1d:7: chip 8086,24cd card 1462,3981 rev 02 class 0c,03,20 hdr 
00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 
01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 
80
(II) PCI: 00:1f:1: chip 8086,24cb card 1462,24cb rev 02 class 01,01,8a hdr 
00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1462,24cb rev 02 class 0c,05,00 hdr 
00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1462,5550 rev 02 class 04,01,00 hdr 
00
(II) PCI: 01:01:0: chip 5333,8811 card 0000,0000 rev 54 class 03,00,00 hdr 
00
(II) PCI: 01:0d:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 
00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), 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:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is 
cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[1] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[2] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[3] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xdc000000 - 0xe3ffffff (0x8000000) MX[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 82845G/GL[Brookdale-G]/GE Chipset 
Integrated Graphics Device rev 3, Mem @ 0xd0000000/27, 0xe4000000/19
(--) PCI: (1:1:0) S3 Inc. 86c764/765 [Trio32/64/64V+] rev 84, Mem @ 
0xdc000000/26
(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	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd8000000 from 0xdbffffff to 
0xd7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xe1000000 - 0xe10000ff (0x100) MX[B]
	[1] -1	0	0xe4082000 - 0xe40820ff (0x100) MX[B]
	[2] -1	0	0xe4081000 - 0xe40811ff (0x200) MX[B]
	[3] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[4] -1	0	0xe4080000 - 0xe40803ff (0x400) MX[B]
	[5] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[6] -1	0	0xe4000000 - 0xe407ffff (0x80000) MX[B](B)
	[7] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[8] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[9] -1	0	0x0000e400 - 0x0000e43f (0x40) IX[B]
	[10] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[11] -1	0	0x00005000 - 0x0000501f (0x20) IX[B]
	[12] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[13] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[14] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[15] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1	0	0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xe1000000 - 0xe10000ff (0x100) MX[B]
	[1] -1	0	0xe4082000 - 0xe40820ff (0x100) MX[B]
	[2] -1	0	0xe4081000 - 0xe40811ff (0x200) MX[B]
	[3] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[4] -1	0	0xe4080000 - 0xe40803ff (0x400) MX[B]
	[5] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[6] -1	0	0xe4000000 - 0xe407ffff (0x80000) MX[B](B)
	[7] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[8] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[9] -1	0	0x0000e400 - 0x0000e43f (0x40) IX[B]
	[10] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[11] -1	0	0x00005000 - 0x0000501f (0x20) IX[B]
	[12] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[13] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[14] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[15] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xe1000000 - 0xe10000ff (0x100) MX[B]
	[6] -1	0	0xe4082000 - 0xe40820ff (0x100) MX[B]
	[7] -1	0	0xe4081000 - 0xe40811ff (0x200) MX[B]
	[8] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[9] -1	0	0xe4080000 - 0xe40803ff (0x400) MX[B]
	[10] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[11] -1	0	0xe4000000 - 0xe407ffff (0x80000) MX[B](B)
	[12] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[13] -1	0	0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[17] -1	0	0x0000e400 - 0x0000e43f (0x40) IX[B]
	[18] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[19] -1	0	0x00005000 - 0x0000501f (0x20) IX[B]
	[20] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[21] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[22] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "i810"
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.4.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "s3"
(II) Loading /usr/X11R6/lib/modules/drivers/s3_drv.so
(II) Module s3: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 0.3.5
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "keyboard"
(II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	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
(II) S3: driver (version 0.3.5 for S3 chipset: 964-0, 964-1, 968,
	Trio32/64, Aurora64V+, Trio64UV+, Trio64V2/DX/GX
(II) Primary Device is: PCI 00:02:0
(--) Chipset 845G found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xe1000000 - 0xe10000ff (0x100) MX[B]
	[6] -1	0	0xe4082000 - 0xe40820ff (0x100) MX[B]
	[7] -1	0	0xe4081000 - 0xe40811ff (0x200) MX[B]
	[8] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[9] -1	0	0xe4080000 - 0xe40803ff (0x400) MX[B]
	[10] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[11] -1	0	0xe4000000 - 0xe407ffff (0x80000) MX[B](B)
	[12] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[13] -1	0	0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[17] -1	0	0x0000e400 - 0x0000e43f (0x40) IX[B]
	[18] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[19] -1	0	0x00005000 - 0x0000501f (0x20) IX[B]
	[20] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[21] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[22] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
(--) Chipset Trio32/64 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xe1000000 - 0xe10000ff (0x100) MX[B]
	[6] -1	0	0xe4082000 - 0xe40820ff (0x100) MX[B]
	[7] -1	0	0xe4081000 - 0xe40811ff (0x200) MX[B]
	[8] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[9] -1	0	0xe4080000 - 0xe40803ff (0x400) MX[B]
	[10] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[11] -1	0	0xe4000000 - 0xe407ffff (0x80000) MX[B](B)
	[12] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[13] -1	0	0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[17] -1	0	0x0000e400 - 0x0000e43f (0x40) IX[B]
	[18] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[19] -1	0	0x00005000 - 0x0000501f (0x20) IX[B]
	[20] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[21] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[22] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xe1000000 - 0xe10000ff (0x100) MX[B]
	[6] -1	0	0xe4082000 - 0xe40820ff (0x100) MX[B]
	[7] -1	0	0xe4081000 - 0xe40811ff (0x200) MX[B]
	[8] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[9] -1	0	0xe4080000 - 0xe40803ff (0x400) MX[B]
	[10] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[11] -1	0	0xe4000000 - 0xe407ffff (0x80000) MX[B](B)
	[12] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[13] -1	0	0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] 1	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[18] 1	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[19] 1	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[23] -1	0	0x0000e400 - 0x0000e43f (0x40) IX[B]
	[24] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[25] -1	0	0x00005000 - 0x0000501f (0x20) IX[B]
	[26] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[27] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[28] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[29] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[30] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[31] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
	[32] 1	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[33] 1	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(**) I810(0): Depth 16, (--) framebuffer bpp 16
(==) I810(0): RGB weight 565
(==) I810(0): Default visual is TrueColor
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/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: 8000 kB
(II) I810(0): VESA VBE OEM: Brookdale-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: Brookdale-G Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 845G
(--) I810(0): Chipset: "845G"
(--) I810(0): Linear framebuffer at 0xD0000000
(--) I810(0): IO registers at addr 0xE4000000
(II) I810(0): 1 display pipe available.
(II) I810(0): detected 8060 kB stolen memory.
(II) I810(0): Kernel reported 110336 total, 1 used
(II) I810(0): Checking Available AGP Memory: 441340 kB available (total 
441344 kB, used 4 kB)
(II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM
(WW) I810(0): Extended BIOS function 0x5f11 not supported.
(II) I810(0): Before: SWF1 is 0x00000108
(II) I810(0): After: SWF1 is 0x00000108
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/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: 8000 kB
(II) I810(0): VESA VBE OEM: Brookdale-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: Brookdale-G Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): BIOS now sees 8000 kB VideoRAM
(--) I810(0): Pre-allocated VideoRAM: 8060 kByte
(==) I810(0): VideoRAM: 65536 kByte
(==) I810(0): video overlay key set to 0x83e
(**) I810(0): page flipping disabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 2674
(==) 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.
(II) I810(0): Display Info: CRT: attached: FALSE, present: FALSE, size: 
(0,0)
(II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size: 
(0,0)
(II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, 
present: FALSE, size: (0,0)
(II) I810(0): Display Info: LFP (local flat panel): attached: FALSE, 
present: FALSE, size: (0,0)
(II) I810(0): Display Info: CRT2 (second CRT): attached: FALSE, present: 
FALSE, size: (0,0)
(II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: 
FALSE, size: (0,0)
(II) I810(0): Currently active displays on Pipe A:
(II) I810(0): 	CRT
(==) 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/X11R6/lib/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(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: GSM  Model: 42db  Serial#: 0
(II) I810(0): Year: 2000  Week: 0
(II) I810(0): EDID Version: 1.1
(II) I810(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) I810(0): Sync:  Separate
(II) I810(0): Max H-Image Size [cm]: horiz.: 31  vert.: 23
(II) I810(0): Gamma: 2.85
(II) I810(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) I810(0): redX: 0.636 redY: 0.326   greenX: 0.275 greenY: 0.143
(II) I810(0): blueX: 0.606 blueY: 0.073   whiteX: 0.282 whiteY: 0.298
(II) I810(0): Supported VESA Video Modes:
(II) I810(0): 720x400 at 70Hz
(II) I810(0): 720x400 at 88Hz
(II) I810(0): 640x480 at 60Hz
(II) I810(0): 640x480 at 67Hz
(II) I810(0): 640x480 at 72Hz
(II) I810(0): 640x480 at 75Hz
(II) I810(0): 800x600 at 56Hz
(II) I810(0): 800x600 at 60Hz
(II) I810(0): 800x600 at 72Hz
(II) I810(0): 800x600 at 75Hz
(II) I810(0): 832x624 at 75Hz
(II) I810(0): 1024x768 at 87Hz (interlaced)
(II) I810(0): 1024x768 at 60Hz
(II) I810(0): 1024x768 at 70Hz
(II) I810(0): 1024x768 at 75Hz
(II) I810(0): 1152x870 at 75Hz
(II) I810(0): Manufacturer's mask: 0
(II) I810(0): Supported Future Video Modes:
(II) I810(0): #0: hsize: 640  vsize 480  refresh: 75  vid: 20273
(II) I810(0): #1: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) I810(0): #2: hsize: 800  vsize 600  refresh: 75  vid: 20293
(II) I810(0): #3: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) I810(0): #4: hsize: 1024  vsize 768  refresh: 75  vid: 20321
(II) I810(0): #5: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) I810(0): #6: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) I810(0): #7: hsize: 832  vsize 624  refresh: 75  vid: 20297
(II) I810(0): Supported additional Video Mode:
(II) I810(0): clock: 36.0 MHz   Image Size:  310 x 230 mm
(II) I810(0): h_active: 640  h_sync: 696  h_sync_end 752 h_blank_end 832 
h_border: 0
(II) I810(0): v_active: 480  v_sync: 481  v_sync_end 484 v_blanking: 509 
v_border: 0
(II) I810(0): Supported additional Video Mode:
(II) I810(0): clock: 108.0 MHz   Image Size:  310 x 230 mm
(II) I810(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 
1688 h_border: 0
(II) I810(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 
1066 v_border: 0
(II) I810(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 70 kHz, 
PixClock max 110 MHz
(II) I810(0): Monitor name: FLATRON 774FT
(II) I810(0): Number of EDID sections to follow: 10
(II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
(--) I810(0): Maximum space available for video modes: 8000 kByte
(II) I810(0): Using detected DDC timings
(II) I810(0): 	HorizSync 30-70
(II) I810(0): 	VertRefresh 50-160
Mode: 20 (132x25)
	ModeAttributes: 0xf
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 594
	XResolution: 132
	YResolution: 25
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 4
	NumberOfBanks: 1
	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: 21 (132x43)
	ModeAttributes: 0xf
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 594
	XResolution: 132
	YResolution: 43
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 4
	NumberOfBanks: 1
	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: 22 (132x50)
	ModeAttributes: 0xf
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 594
	XResolution: 132
	YResolution: 50
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 4
	NumberOfBanks: 1
	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: 23 (132x60)
	ModeAttributes: 0xf
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 594
	XResolution: 132
	YResolution: 60
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 4
	NumberOfBanks: 1
	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: 30 (640x480)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 640
	XResolution: 640
	YResolution: 480
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 8
	NumberOfBanks: 1
	MemoryModel: 4
	BankSize: 0
	NumberOfImages: 24
	RedMaskSize: 0
	RedFieldPosition: 0
	GreenMaskSize: 0
	GreenFieldPosition: 0
	BlueMaskSize: 0
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 640
	BnkNumberOfImagePages: 24
	LinNumberOfImagePages: 24
	LinRedMaskSize: 0
	LinRedFieldPosition: 0
	LinGreenMaskSize: 0
	LinGreenFieldPosition: 0
	LinBlueMaskSize: 0
	LinBlueFieldPosition: 0
	LinRsvdMaskSize: 0
	LinRsvdFieldPosition: 0
	MaxPixelClock: 230000000
Mode: 31 (640x400)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 640
	XResolution: 640
	YResolution: 400
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 8
	NumberOfBanks: 1
	MemoryModel: 4
	BankSize: 0
	NumberOfImages: 30
	RedMaskSize: 0
	RedFieldPosition: 0
	GreenMaskSize: 0
	GreenFieldPosition: 0
	BlueMaskSize: 0
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 640
	BnkNumberOfImagePages: 30
	LinNumberOfImagePages: 30
	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: 0xc00058af
	BytesPerScanline: 800
	XResolution: 800
	YResolution: 600
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 8
	NumberOfBanks: 1
	MemoryModel: 4
	BankSize: 0
	NumberOfImages: 16
	RedMaskSize: 0
	RedFieldPosition: 0
	GreenMaskSize: 0
	GreenFieldPosition: 0
	BlueMaskSize: 0
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 800
	BnkNumberOfImagePages: 16
	LinNumberOfImagePages: 16
	LinRedMaskSize: 0
	LinRedFieldPosition: 0
	LinGreenMaskSize: 0
	LinGreenFieldPosition: 0
	LinBlueMaskSize: 0
	LinBlueFieldPosition: 0
	LinRsvdMaskSize: 0
	LinRsvdFieldPosition: 0
	MaxPixelClock: 230000000
Mode: 34 (1024x768)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 1024
	XResolution: 1024
	YResolution: 768
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 8
	NumberOfBanks: 1
	MemoryModel: 4
	BankSize: 0
	NumberOfImages: 9
	RedMaskSize: 0
	RedFieldPosition: 0
	GreenMaskSize: 0
	GreenFieldPosition: 0
	BlueMaskSize: 0
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 1024
	BnkNumberOfImagePages: 9
	LinNumberOfImagePages: 9
	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: 0xc00058af
	BytesPerScanline: 1280
	XResolution: 1280
	YResolution: 1024
	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: 1280
	BnkNumberOfImagePages: 5
	LinNumberOfImagePages: 5
	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: 0xc00058af
	BytesPerScanline: 1600
	XResolution: 1600
	YResolution: 1200
	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: 1600
	BnkNumberOfImagePages: 3
	LinNumberOfImagePages: 3
	LinRedMaskSize: 0
	LinRedFieldPosition: 0
	LinGreenMaskSize: 0
	LinGreenFieldPosition: 0
	LinBlueMaskSize: 0
	LinBlueFieldPosition: 0
	LinRsvdMaskSize: 0
	LinRsvdFieldPosition: 0
	MaxPixelClock: 230000000
Mode: 3c (1920x1440)
	ModeAttributes: 0x1b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 1920
	XResolution: 1920
	YResolution: 1440
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 8
	NumberOfBanks: 1
	MemoryModel: 4
	BankSize: 0
	NumberOfImages: 1
	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: 40 (640x480)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 1280
	XResolution: 640
	YResolution: 480
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 15
	NumberOfBanks: 1
	MemoryModel: 6
	BankSize: 0
	NumberOfImages: 12
	RedMaskSize: 5
	RedFieldPosition: 10
	GreenMaskSize: 5
	GreenFieldPosition: 5
	BlueMaskSize: 5
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 1280
	BnkNumberOfImagePages: 12
	LinNumberOfImagePages: 12
	LinRedMaskSize: 5
	LinRedFieldPosition: 10
	LinGreenMaskSize: 5
	LinGreenFieldPosition: 5
	LinBlueMaskSize: 5
	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: 0xc00058af
	BytesPerScanline: 1280
	XResolution: 640
	YResolution: 480
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 16
	NumberOfBanks: 1
	MemoryModel: 6
	BankSize: 0
	NumberOfImages: 12
	RedMaskSize: 5
	RedFieldPosition: 11
	GreenMaskSize: 6
	GreenFieldPosition: 5
	BlueMaskSize: 5
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 1280
	BnkNumberOfImagePages: 12
	LinNumberOfImagePages: 12
	LinRedMaskSize: 5
	LinRedFieldPosition: 11
	LinGreenMaskSize: 6
	LinGreenFieldPosition: 5
	LinBlueMaskSize: 5
	LinBlueFieldPosition: 0
	LinRsvdMaskSize: 0
	LinRsvdFieldPosition: 0
	MaxPixelClock: 230000000
Mode: 42 (800x600)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 1600
	XResolution: 800
	YResolution: 600
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 15
	NumberOfBanks: 1
	MemoryModel: 6
	BankSize: 0
	NumberOfImages: 7
	RedMaskSize: 5
	RedFieldPosition: 10
	GreenMaskSize: 5
	GreenFieldPosition: 5
	BlueMaskSize: 5
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 1600
	BnkNumberOfImagePages: 7
	LinNumberOfImagePages: 7
	LinRedMaskSize: 5
	LinRedFieldPosition: 10
	LinGreenMaskSize: 5
	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: 0xc00058af
	BytesPerScanline: 1600
	XResolution: 800
	YResolution: 600
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 16
	NumberOfBanks: 1
	MemoryModel: 6
	BankSize: 0
	NumberOfImages: 7
	RedMaskSize: 5
	RedFieldPosition: 11
	GreenMaskSize: 6
	GreenFieldPosition: 5
	BlueMaskSize: 5
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 1600
	BnkNumberOfImagePages: 7
	LinNumberOfImagePages: 7
	LinRedMaskSize: 5
	LinRedFieldPosition: 11
	LinGreenMaskSize: 6
	LinGreenFieldPosition: 5
	LinBlueMaskSize: 5
	LinBlueFieldPosition: 0
	LinRsvdMaskSize: 0
	LinRsvdFieldPosition: 0
	MaxPixelClock: 230000000
Mode: 44 (1024x768)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 2048
	XResolution: 1024
	YResolution: 768
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 15
	NumberOfBanks: 1
	MemoryModel: 6
	BankSize: 0
	NumberOfImages: 4
	RedMaskSize: 5
	RedFieldPosition: 10
	GreenMaskSize: 5
	GreenFieldPosition: 5
	BlueMaskSize: 5
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 2048
	BnkNumberOfImagePages: 4
	LinNumberOfImagePages: 4
	LinRedMaskSize: 5
	LinRedFieldPosition: 10
	LinGreenMaskSize: 5
	LinGreenFieldPosition: 5
	LinBlueMaskSize: 5
	LinBlueFieldPosition: 0
	LinRsvdMaskSize: 0
	LinRsvdFieldPosition: 0
	MaxPixelClock: 230000000
*Mode: 45 (1024x768)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 2048
	XResolution: 1024
	YResolution: 768
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 16
	NumberOfBanks: 1
	MemoryModel: 6
	BankSize: 0
	NumberOfImages: 4
	RedMaskSize: 5
	RedFieldPosition: 11
	GreenMaskSize: 6
	GreenFieldPosition: 5
	BlueMaskSize: 5
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 2048
	BnkNumberOfImagePages: 4
	LinNumberOfImagePages: 4
	LinRedMaskSize: 5
	LinRedFieldPosition: 11
	LinGreenMaskSize: 6
	LinGreenFieldPosition: 5
	LinBlueMaskSize: 5
	LinBlueFieldPosition: 0
	LinRsvdMaskSize: 0
	LinRsvdFieldPosition: 0
	MaxPixelClock: 230000000
Mode: 48 (1280x1024)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 2560
	XResolution: 1280
	YResolution: 1024
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 15
	NumberOfBanks: 1
	MemoryModel: 6
	BankSize: 0
	NumberOfImages: 2
	RedMaskSize: 5
	RedFieldPosition: 10
	GreenMaskSize: 5
	GreenFieldPosition: 5
	BlueMaskSize: 5
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 2560
	BnkNumberOfImagePages: 2
	LinNumberOfImagePages: 2
	LinRedMaskSize: 5
	LinRedFieldPosition: 10
	LinGreenMaskSize: 5
	LinGreenFieldPosition: 5
	LinBlueMaskSize: 5
	LinBlueFieldPosition: 0
	LinRsvdMaskSize: 0
	LinRsvdFieldPosition: 0
	MaxPixelClock: 230000000
*(WW) (1280x1024,Monitor0) mode clock 135MHz exceeds DDC maximum 110MHz
(WW) (1280x1024,Monitor0) mode clock 157.5MHz exceeds DDC maximum 110MHz
Mode: 49 (1280x1024)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 2560
	XResolution: 1280
	YResolution: 1024
	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: 2560
	BnkNumberOfImagePages: 2
	LinNumberOfImagePages: 2
	LinRedMaskSize: 5
	LinRedFieldPosition: 11
	LinGreenMaskSize: 6
	LinGreenFieldPosition: 5
	LinBlueMaskSize: 5
	LinBlueFieldPosition: 0
	LinRsvdMaskSize: 0
	LinRsvdFieldPosition: 0
	MaxPixelClock: 230000000
(II) I810(0): Not using mode "1280x1024" (height too large for virtual 
size)
Mode: 4a (1600x1200)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 3200
	XResolution: 1600
	YResolution: 1200
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 15
	NumberOfBanks: 1
	MemoryModel: 6
	BankSize: 0
	NumberOfImages: 1
	RedMaskSize: 5
	RedFieldPosition: 10
	GreenMaskSize: 5
	GreenFieldPosition: 5
	BlueMaskSize: 5
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 3200
	BnkNumberOfImagePages: 1
	LinNumberOfImagePages: 1
	LinRedMaskSize: 5
	LinRedFieldPosition: 10
	LinGreenMaskSize: 5
	LinGreenFieldPosition: 5
	LinBlueMaskSize: 5
	LinBlueFieldPosition: 0
	LinRsvdMaskSize: 0
	LinRsvdFieldPosition: 0
	MaxPixelClock: 230000000
*(WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 175.5MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 189MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 202.5MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 229.5MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 195.84MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 195.84MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 195.84MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 190.247MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 190.247MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,Monitor0) mode clock 148.759MHz exceeds DDC maximum 110MHz
Mode: 4b (1600x1200)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 3200
	XResolution: 1600
	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: 3200
	BnkNumberOfImagePages: 1
	LinNumberOfImagePages: 1
	LinRedMaskSize: 5
	LinRedFieldPosition: 11
	LinGreenMaskSize: 6
	LinGreenFieldPosition: 5
	LinBlueMaskSize: 5
	LinBlueFieldPosition: 0
	LinRsvdMaskSize: 0
	LinRsvdFieldPosition: 0
	MaxPixelClock: 230000000
(II) I810(0): Not using mode "1600x1200" (height too large for virtual 
size)
Mode: 4c (1920x1440)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 3840
	XResolution: 1920
	YResolution: 1440
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 15
	NumberOfBanks: 1
	MemoryModel: 6
	BankSize: 0
	NumberOfImages: 0
	RedMaskSize: 5
	RedFieldPosition: 10
	GreenMaskSize: 5
	GreenFieldPosition: 5
	BlueMaskSize: 5
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 3840
	BnkNumberOfImagePages: 0
	LinNumberOfImagePages: 0
	LinRedMaskSize: 5
	LinRedFieldPosition: 10
	LinGreenMaskSize: 5
	LinGreenFieldPosition: 5
	LinBlueMaskSize: 5
	LinBlueFieldPosition: 0
	LinRsvdMaskSize: 0
	LinRsvdFieldPosition: 0
	MaxPixelClock: 230000000
*(WW) (1920x1440,Monitor0) mode clock 234MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 297MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 341.35MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 339.068MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 297.395MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 297.395MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 297.395MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 297.395MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 297.395MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 297.395MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 297.395MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 297.395MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 297.395MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 297.395MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 283.392MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 283.392MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 283.392MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 275.152MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 275.152MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 233.155MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 233.155MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 233.155MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 233.155MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 233.155MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 233.155MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 233.155MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 233.155MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 233.155MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 233.155MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 217.027MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 217.027MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 217.027MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 217.027MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 162.367MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 162.367MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 162.367MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,Monitor0) mode clock 162.367MHz exceeds DDC maximum 110MHz
Mode: 4d (1920x1440)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 3840
	XResolution: 1920
	YResolution: 1440
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 16
	NumberOfBanks: 1
	MemoryModel: 6
	BankSize: 0
	NumberOfImages: 0
	RedMaskSize: 5
	RedFieldPosition: 11
	GreenMaskSize: 6
	GreenFieldPosition: 5
	BlueMaskSize: 5
	BlueFieldPosition: 0
	RsvdMaskSize: 0
	RsvdFieldPosition: 0
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 3840
	BnkNumberOfImagePages: 0
	LinNumberOfImagePages: 0
	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: 0xc00058af
	BytesPerScanline: 2560
	XResolution: 640
	YResolution: 480
	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: 2560
	BnkNumberOfImagePages: 5
	LinNumberOfImagePages: 5
	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: 0xc00058af
	BytesPerScanline: 3200
	XResolution: 800
	YResolution: 600
	XCharSize: 8
	YCharSize: 16
	NumberOfPlanes: 1
	BitsPerPixel: 32
	NumberOfBanks: 1
	MemoryModel: 6
	BankSize: 0
	NumberOfImages: 3
	RedMaskSize: 8
	RedFieldPosition: 16
	GreenMaskSize: 8
	GreenFieldPosition: 8
	BlueMaskSize: 8
	BlueFieldPosition: 0
	RsvdMaskSize: 8
	RsvdFieldPosition: 24
	DirectColorModeInfo: 0
	PhysBasePtr: 0xd0000000
	LinBytesPerScanLine: 3200
	BnkNumberOfImagePages: 3
	LinNumberOfImagePages: 3
	LinRedMaskSize: 8
	LinRedFieldPosition: 16
	LinGreenMaskSize: 8
	LinGreenFieldPosition: 8
	LinBlueMaskSize: 8
	LinBlueFieldPosition: 0
	LinRsvdMaskSize: 8
	LinRsvdFieldPosition: 24
	MaxPixelClock: 230000000
Mode: 54 (1024x768)
	ModeAttributes: 0x9b
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	BytesPerScanline: 4096
	XResolution: 1024
	YResolution: 768
	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: 4096
	BnkNumberOfImagePages: 1
	LinNumberOfImagePages: 1
	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: 0xc00058af
	BytesPerScanline: 5120
	XResolution: 1280
	YResolution: 1024
	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: 5120
	BnkNumberOfImagePages: 0
	LinNumberOfImagePages: 0
	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: 0xc00058af
	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: 0x9a
	WinAAttributes: 0x7
	WinBAttributes: 0x0
	WinGranularity: 64
	WinSize: 64
	WinASegment: 0xa000
	WinBSegment: 0x0
	WinFuncPtr: 0xc00058af
	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
(II) I810(0): Monitor0: Using hsync range of 30.00-70.00 kHz
(II) I810(0): Monitor0: Using vrefresh range of 50.00-160.00 Hz
(**) I810(0): Virtual size is 1024x768 (pitch 1024)
(**) I810(0): *Built-in mode "1024x768"
(**) I810(0): *Built-in mode "800x600"
(**) I810(0): *Built-in mode "640x480"
(II) I810(0): Attempting to use 85.00Hz refresh for mode "1024x768" (845)
(II) I810(0): Attempting to use 85.14Hz refresh for mode "800x600" (843)
(II) I810(0): Attempting to use 85.01Hz refresh for mode "640x480" (841)
(--) I810(0): Display dimensions: (310, 230) mm
(--) I810(0): DPI set to (83, 84)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(==) I810(0): VBE Restore workaround: enabled.
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/X11R6/lib/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.so
(II) s3(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(**) s3(1): Depth 16, (--) framebuffer bpp 16
(==) s3(1): RGB weight 565
(==) s3(1): Default visual is TrueColor
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.so
(II) Truncating PCI BIOS Length to 32768
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.so
(II) s3(1): VESA BIOS detected
(II) s3(1): VESA VBE Version 1.2
(II) s3(1): VESA VBE Total Mem: 1024 kB
(II) s3(1): VESA VBE OEM: S3 Incorporated. Trio64V+
(==) s3(1): Using gamma correction (1.0, 1.0, 1.0)
(**) s3(1): Chipset: "Trio32/64"
(--) s3(1): Framebuffer @ 0xdc000000
(--) s3(1): videoRam = 1024 Kb
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.so
(--) s3(1): MCLK 59.957 Mhz
(--) s3(1): RefClock: 16000
(--) s3(1): Max pixel clock at this depth is 80 Mhz
(II) s3(1): Monitor1: Using hsync range of 30.00-60.00 kHz
(II) s3(1): Monitor1: Using vrefresh range of 50.00-120.00 Hz
(II) s3(1): Clock range:  15.60 to  80.00 MHz
(II) s3(1): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "512x384" (hsync out of range)
(II) s3(1): Not using default mode "1152x864" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "576x432" (hsync out of range)
(II) s3(1): Not using default mode "1280x960" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "1280x960" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "640x480" (hsync out of range)
(II) s3(1): Not using default mode "1280x1024" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "640x512" (hsync out of range)
(II) s3(1): Not using default mode "1280x1024" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "640x512" (hsync out of range)
(II) s3(1): Not using default mode "1280x1024" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "640x512" (hsync out of range)
(II) s3(1): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "800x600" (hsync out of range)
(II) s3(1): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "800x600" (hsync out of range)
(II) s3(1): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "800x600" (hsync out of range)
(II) s3(1): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "800x600" (hsync out of range)
(II) s3(1): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "800x600" (hsync out of range)
(II) s3(1): Not using default mode "1792x1344" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "896x672" (insufficient memory for mode)
(II) s3(1): Not using default mode "1792x1344" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "896x672" (insufficient memory for mode)
(II) s3(1): Not using default mode "1856x1392" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "928x696" (insufficient memory for mode)
(II) s3(1): Not using default mode "1856x1392" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "928x696" (insufficient memory for mode)
(II) s3(1): Not using default mode "1920x1440" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "960x720" (insufficient memory for mode)
(II) s3(1): Not using default mode "1920x1440" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "960x720" (insufficient memory for mode)
(II) s3(1): Not using default mode "832x624" (width too large for virtual 
size)
(II) s3(1): Not using default mode "1152x768" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "1400x1050" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "700x525" (hsync out of range)
(II) s3(1): Not using default mode "1400x1050" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "700x525" (hsync out of range)
(II) s3(1): Not using default mode "1600x1024" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "800x512" (hsync out of range)
(II) s3(1): Not using default mode "1920x1440" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "960x720" (insufficient memory for mode)
(II) s3(1): Not using default mode "2048x1536" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "2048x1536" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "2048x1536" (insufficient memory for 
mode)
(II) s3(1): Not using default mode "1024x768" (insufficient memory for 
mode)
(**) s3(1): Virtual size is 800x600 (pitch 800)
(**) s3(1): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) s3(1): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 
+hsync +vsync
(**) s3(1): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) s3(1): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 
+hsync +vsync
(**) s3(1): *Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) s3(1): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 
+hsync +vsync
(**) s3(1): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) s3(1): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 
+hsync +vsync
(**) s3(1): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) s3(1): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 
+hsync +vsync
(**) s3(1): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) s3(1): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 
-hsync -vsync
(**) s3(1): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) s3(1): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 
-hsync -vsync
(**) s3(1): *Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) s3(1): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 
-hsync -vsync
(**) s3(1): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) s3(1): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 
-hsync -vsync
(**) s3(1): *Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) s3(1): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 
doublescan +hsync +vsync
(**) s3(1): *Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) s3(1): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 
-hsync +vsync
(**) s3(1): *Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) s3(1): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 
-hsync +vsync
(**) s3(1): *Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) s3(1): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 
+hsync -vsync
(**) s3(1): *Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) s3(1): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 
doublescan +hsync +vsync
(**) s3(1): *Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) s3(1): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 
doublescan +hsync +vsync
(**) s3(1): *Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) s3(1): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 
doublescan -hsync -vsync
(**) s3(1): *Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) s3(1): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 
doublescan -hsync -vsync
(**) s3(1): *Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D)
(II) s3(1): Modeline "512x384"   22.45  512 516 604 632  384 384 388 409 
interlace doublescan +hsync +vsync
(**) s3(1): *Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) s3(1): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 
doublescan -hsync -vsync
(**) s3(1): *Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) s3(1): Modeline "400x300"   28.15  400 416 448 524  300 300 302 315 
doublescan +hsync +vsync
(**) s3(1): *Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) s3(1): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 
doublescan +hsync +vsync
(**) s3(1): *Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) s3(1): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 
doublescan +hsync +vsync
(**) s3(1): *Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) s3(1): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 
doublescan +hsync +vsync
(**) s3(1): *Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) s3(1): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 
doublescan +hsync +vsync
(**) s3(1): *Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(II) s3(1): Modeline "320x240"   18.00  320 348 376 416  240 240 242 254 
doublescan -hsync -vsync
(**) s3(1): *Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) s3(1): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 
doublescan -hsync -vsync
(**) s3(1): *Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) s3(1): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 
doublescan -hsync -vsync
(**) s3(1): *Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) s3(1): Modeline "360x200"   17.75  360 378 414 468  200 200 202 223 
doublescan -hsync +vsync
(**) s3(1): *Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) s3(1): Modeline "320x200"   15.75  320 336 368 416  200 200 202 222 
doublescan -hsync +vsync
(**) s3(1): *Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) s3(1): Modeline "320x175"   15.75  320 336 368 416  175 191 192 222 
doublescan +hsync -vsync
(==) s3(1): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.so
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.so
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.so
(II) Module rac: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after preInit:
	[0] 1	0	0xdc000000 - 0xdfffffff (0x4000000) MS[B]
	[1] 0	0	0xe4000000 - 0xe407ffff (0x80000) MS[B]
	[2] 0	0	0xd0000000 - 0xd7ffffff (0x8000000) MS[B]
	[3] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[4] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xe1000000 - 0xe10000ff (0x100) MX[B]
	[9] -1	0	0xe4082000 - 0xe40820ff (0x100) MX[B]
	[10] -1	0	0xe4081000 - 0xe40811ff (0x200) MX[B]
	[11] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[12] -1	0	0xe4080000 - 0xe40803ff (0x400) MX[B]
	[13] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[14] -1	0	0xe4000000 - 0xe407ffff (0x80000) MX[B](B)
	[15] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[16] -1	0	0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
	[17] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[18] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[19] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[20] 1	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[21] 1	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[22] 1	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[23] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[24] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[25] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[26] -1	0	0x0000e400 - 0x0000e43f (0x40) IX[B]
	[27] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[28] -1	0	0x00005000 - 0x0000501f (0x20) IX[B]
	[29] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[30] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[31] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[32] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[33] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[34] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
	[35] 1	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[36] 1	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/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: 8000 kB
(II) I810(0): VESA VBE OEM: Brookdale-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: Brookdale-G Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Before: SWF1 is 0x00000108
(II) I810(0): After: SWF1 is 0x00000108
(II) I810(0): Allocated 128 kB for the ring buffer at 0x0
(II) I810(0): Allocating at least 768 scanlines for pixmap cache
(II) I810(0): Initial framebuffer allocation size: 3072 kByte
(II) I810(0): Allocated 4 kB for HW cursor at 0x7fff000
(II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0x7ffb000
(II) I810(0): Allocated 4 kB for Overlay registers at 0x7ffa000 
(0x1ac47000).
(II) I810(0): Allocated 64 kB for the scratch buffer at 0x7fea000
(II) I810(0): Updated framebuffer allocation size from 3072 to 4096 kByte
(II) I810(0): Updated pixmap cache from 768 scanlines to 1280 scanlines
(II) I810(0): 0x824e2e4: Memory at offset 0x00020000, size 4096 kBytes
(II) I810(0): 0x824e7d0: Memory at offset 0x07fff000, size 4 kBytes
(II) I810(0): 0x824a078: Memory at offset 0x07ffb000, size 16 kBytes
(II) I810(0): 0x824a044: Memory at offset 0x00000000, size 128 kBytes
(II) I810(0): 0x824e324: Memory at offset 0x07fea000, size 64 kBytes
(II) I810(0): 0x824a0a0: Memory at offset 0x07ffa000, size 4 kBytes
(==) I810(0): Write-combining range (0xd0000000,0x8000000)
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 
0x0000
(WW) I810(0): Extended BIOS function 0x5f05 failed.
(II) I810(0): xf86BindGARTMemory: bind key 0 at 0x07fff000 (pgoffset 32767)
(II) I810(0): xf86BindGARTMemory: bind key 1 at 0x07ffb000 (pgoffset 32763)
(II) I810(0): xf86BindGARTMemory: bind key 3 at 0x07fea000 (pgoffset 32746)
(II) I810(0): xf86BindGARTMemory: bind key 2 at 0x07ffa000 (pgoffset 32762)
(II) I810(0): Before: SWF1 is 0x00001108
(II) I810(0): After: SWF1 is 0x00001108
(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): Enabling plane A.
(II) I810(0): Display plane A is now enabled and connected to Pipe A.
(II) I810(0): PIPEACONF is 0x80000000
(II) I810(0): Mode bandwidth is 47 Mpixel/s
(II) I810(0): maxBandwidth is 640 Mbyte/s, pipe bandwidths are 126 Mbyte/s, 
0 Mbyte/s
(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:
		32 128x128 slots
		12 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): direct rendering: Failed
(==) RandR enabled
(==) s3(1): Write-combining range (0xdc000000,0x100000)
(==) s3(1): Backing store disabled
(II) s3(1): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 color pattern filled rectangles
	Solid Lines
(II) s3(1): Acceleration enabled
(II) s3(1): Using PIO
(II) s3(1): Using SW cursor
(**) Option "dpms"
(**) s3(1): DPMS enabled
(==) RandR enabled
(II) Setting vga for screen 1.
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(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 LBX
(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
(**) Option "Protocol" "ExplorerPS/2"
(**) Mouse0: Device: "/dev/mouse"
(**) Mouse0: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "6 7"
(**) Mouse0: ZAxisMapping: buttons 6 and 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"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "XkbOptions" "compose:rwin"
(**) Keyboard0: XkbOptions: "compose:rwin"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
SetClientVersion: 0 9
(II) 3rd Button detected: disabling emulate3Button





More information about the xorg mailing list