Re: black screen on startup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I see your using the DRI CVS and not the XFree86 CVS. You should really
be reporting to dri-users@xxxxxxxxxxxxxxxxxxxxx, and not xfree86@xxxxxxxxxxxx

I've just committed some fixes to the DRI CVS that fixes the X -configure 
problem.

As for your black screen, it may be worth trying XFree86 CVS instead.

Alan.

On Tue, Dec 30, 2003 at 11:49:21AM -0500, Ben Phillips wrote:
> I get a black screen when I try to start the DRI-enhanced X server.  It
> was working fine the other day, and then after a reboot it refused to
> operate in anything other than 640x480 (even if I hit ctrl-alt-+ and -);
> and somehow in trying to fix that I've ended up with this black screen.
> I think I've put everything back the way it used to be, but evidently
> not.  And I still don't know what caused the 640x480 problem.  Please
> help me.  I am a broken man with a broken computer.
> 
> I'm running an i845GV using only the onboard graphics controller, and an
> LCD touchscreen.  Below I'm including my XF86Config, the log from
> 'xinit', and just for good measure, the log from 'X -configure' as well.
> 
> 
> 
> # XFree86 4 configuration created by redhat-config-xfree86
> 
> Section "ServerLayout"
> 	Identifier     "Default Layout"
> 	Screen      	0  "Screen0" 0 0
> 	InputDevice    "Mouse0" "CorePointer"
> 	InputDevice    "Keyboard0" "CoreKeyboard"
> 	InputDevice    "DevInputMice" "AlwaysCore"
> 	InputDevice    "Touch0" "SendCoreEvents"
> 	Option         "BlankTime" "0"
> EndSection
> 
> Section "Files"
> 
> # RgbPath is the location of the RGB database.  Note, this is the name of the 
> # file minus the extension (like ".txt" or ".db").  There is normally
> # no need to change the default.
> # Multiple FontPath entries are allowed (they are concatenated together)
> # By default, Red Hat 6.0 and later now use a font server independent of
> # the X server to render fonts.
> 	RgbPath      "/usr/X11R6/lib/X11/rgb"
> 	FontPath     "unix/:7100"
> EndSection
> 
> Section "Module"
> 	Load  "glx"
> 	Load  "dri"
> 	Load  "dbe"
> 	Load  "extmod"
> 	Load  "fbdevhw"
> 	Load  "record"
> 	Load  "freetype"
> 	Load  "type1"
> EndSection
> 
> Section "InputDevice"
> 	Identifier  "Keyboard0"
> 	Driver      "keyboard"
> 	Option	    "XkbRules" "xfree86"
> 	Option	    "XkbModel" "pc105"
> 	Option	    "XkbLayout" "us"
> EndSection
> 
> Section "InputDevice"
> 	Identifier  "Mouse0"
> 	Driver      "mouse"
> 	Option	    "Protocol" "PS/2"
> 	Option	    "Device" "/dev/psaux"
> 	Option	    "ZAxisMapping" "4 5"
> 	Option	    "Emulate3Buttons" "no"
> EndSection
> 
> Section "InputDevice"
> 
> # If the normal CorePointer mouse is not a USB mouse then
> # this input device can be used in AlwaysCore mode to let you
> # also use USB mice at the same time.
> 	Identifier  "DevInputMice"
> 	Driver      "mouse"
> 	Option	    "Protocol" "IMPS/2"
> 	Option	    "Device" "/dev/input/mice"
> 	Option	    "ZAxisMapping" "4 5"
> 	Option	    "Emulate3Buttons" "no"
> EndSection
> 
> Section "InputDevice"
> 	Identifier  "Touch0"
>     # Driver      "microtouch"
> 	Driver      "mutouch"
> 	Option	    "Type" "finger"
> 	Option	    "Device" "/dev/ttyS0"
> 	Option	    "ScreenNo" "0"
> 	Option	    "MinX" "20"
> 	Option	    "MaxX" "16500"
> 	Option	    "MaxY" "16500"
> 	Option	    "MinY" "-50"
> EndSection
> 
> Section "Monitor"
> #	Option	    "dpms"
> 	Identifier   "Monitor0"
> 	VendorName   "Monitor Vendor"
> 	ModelName    "LCD"
> 	DisplaySize	300	230
> 	HorizSync    31.0 - 80.0
> 	VertRefresh  56.0 - 75.0
> EndSection
> 
> Section "Device"
> 	Identifier  "Videocard1"
> 	Driver      "i810"
> 	VendorName  "Intel"
> 	BoardName   "i845GV"
> 	VideoRam    65536
> EndSection
> 
> Section "Screen"
> 	Identifier "Screen0"
> 	Device     "Videocard1"
> 	Monitor    "Monitor0"
> 	DefaultDepth    16 
> 	SubSection "Display"
> 		Depth     16
> 		Modes    "1280x1024" "1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     24
> 		Modes    "1280x1024" "1024x768" "800x600" "640x480"
> 	EndSubSection
> EndSection
> 
> Section "DRI"
> 	Group        0
> 	Mode         0666
> EndSection
> 
> 
> 
> $ xinit
> 
> _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
> _XSERVTransOpen: transport open failed for inet6/localhost.localdomain:0
> _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
> 
> This is a pre-release version of XFree86, and is not supported in any
> way.  Bugs may be reported to XFree86@xxxxxxxxxxx and patches submitted
> to fixes@xxxxxxxxxxxx  Before reporting bugs in pre-release versions,
> please check the latest version in the XFree86 CVS repository
> (http://www.XFree86.Org/cvs).
> 
> XFree86 Version 4.3.99.12 (DRI trunk)
> Release Date: 10 September 2003
> X Protocol Version 11, Revision 0, Release 6.6
> Build Operating System: Linux 2.4.20-8custom i686 [ELF] 
> Current Operating System: Linux localhost.localdomain 2.4.23 #3 Fri Dec 5 15:58:19 EST 2003 i686
> Build Date: 24 November 2003
> Changelog Date: 10 September 2003
> 	Before reporting problems, check http://www.XFree86.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/XFree86.0.log", Time: Tue Dec 30 10:58:00 2003
> (==) Using config file: "/etc/X11/XF86Config"
> (==) ServerLayout "Default Layout"
> (**) |-->Screen "Screen0" (0)
> (**) |   |-->Monitor "Monitor0"
> (**) |   |-->Device "Videocard1"
> (**) |-->Input Device "Mouse0"
> (**) |-->Input Device "Keyboard0"
> (**) Option "XkbRules" "xfree86"
> (**) XKB: rules: "xfree86"
> (**) Option "XkbModel" "pc105"
> (**) XKB: model: "pc105"
> (**) Option "XkbLayout" "us"
> (**) XKB: layout: "us"
> (==) Keyboard: CustomKeycode disabled
> (**) |-->Input Device "DevInputMice"
> (**) |-->Input Device "Touch0"
> (**) FontPath set to "unix/:7100"
> (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
> (==) ModulePath set to "/usr/X11R6/lib/modules"
> (**) Option "BlankTime" "0"
> (--) using VT number 7
> 
> (WW) Open APM failed (/dev/apm_bios) (No such device)
> (II) Module ABI versions:
> 	XFree86 ANSI C Emulation: 0.2
> 	XFree86 Video Driver: 0.7
> 	XFree86 XInput driver : 0.4
> 	XFree86 Server Extension : 0.2
> 	XFree86 Font Renderer : 0.4
> (II) Loader running on linux
> (II) LoadModule: "bitmap"
> (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
> (II) Module bitmap: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	Module class: XFree86 Font Renderer
> 	ABI class: XFree86 Font Renderer, version 0.4
> (II) Loading font Bitmap
> (II) LoadModule: "pcidata"
> (II) Loading /usr/X11R6/lib/modules/libpcidata.a
> (II) Module pcidata: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) PCI: Probing config type using method 1
> (II) PCI: Config type is 1
> (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
> (II) PCI: PCI scan (all values are in hex)
> (II) PCI: 00:00:0: chip 8086,2560 card 0000,0000 rev 03 class 06,00,00 hdr 00
> (II) PCI: 00:02:0: chip 8086,2562 card 8086,2562 rev 03 class 03,00,00 hdr 00
> (II) PCI: 00:1d:0: chip 8086,24c2 card 8086,24c0 rev 02 class 0c,03,00 hdr 80
> (II) PCI: 00:1d:1: chip 8086,24c4 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
> (II) PCI: 00:1d:2: chip 8086,24c7 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
> (II) PCI: 00:1d:7: chip 8086,24cd card 8086,24c0 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 8086,24c0 rev 02 class 01,01,8a hdr 00
> (II) PCI: 00:1f:3: chip 8086,24c3 card 8086,24c0 rev 02 class 0c,05,00 hdr 00
> (II) PCI: 00:1f:5: chip 8086,24c5 card 4144,5372 rev 02 class 04,01,00 hdr 00
> (II) PCI: 03:03:0: chip 8086,1229 card 8086,0070 rev 10 class 02,00,00 hdr 00
> (II) PCI: 03:08:0: chip 8086,103a card 0000,0000 rev 82 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,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 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0006 (VGA_EN is cleared)
> (II) Bus 3 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 3 non-prefetchable memory range:
> 	[0] -1	0	0xdfd00000 - 0xdfdfffff (0x100000) 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 Corp. 82845G/GL [Brookdale-G] Chipset Integrated Graphics Device rev 3, Mem @ 0xd0000000/27, 0xdff80000/19
> (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 0xe0000000 from 0xe3ffffff to 0xdfffffff
> (II) Active PCI resource ranges:
> 	[0] -1	0	0xdfdfe000 - 0xdfdfefff (0x1000) MX[B]
> 	[1] -1	0	0xdfdc0000 - 0xdfddffff (0x20000) MX[B]
> 	[2] -1	0	0xdfdff000 - 0xdfdfffff (0x1000) MX[B]
> 	[3] -1	0	0xdff7b900 - 0xdff7b9ff (0x100) MX[B]
> 	[4] -1	0	0xdff7ba00 - 0xdff7bbff (0x200) MX[B]
> 	[5] -1	0	0x10000000 - 0x100003ff (0x400) MX[B]
> 	[6] -1	0	0xdff7bc00 - 0xdff7bfff (0x400) MX[B]
> 	[7] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
> 	[8] -1	0	0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
> 	[9] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
> 	[10] -1	0	0x0000c800 - 0x0000c83f (0x40) IX[B]
> 	[11] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
> 	[12] -1	0	0x0000dc00 - 0x0000dc3f (0x40) IX[B]
> 	[13] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
> 	[14] -1	0	0x00000c00 - 0x00000c1f (0x20) IX[B]
> 	[15] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
> 	[16] -1	0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
> 	[17] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
> 	[18] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
> (II) Active PCI resource ranges after removing overlaps:
> 	[0] -1	0	0xdfdfe000 - 0xdfdfefff (0x1000) MX[B]
> 	[1] -1	0	0xdfdc0000 - 0xdfddffff (0x20000) MX[B]
> 	[2] -1	0	0xdfdff000 - 0xdfdfffff (0x1000) MX[B]
> 	[3] -1	0	0xdff7b900 - 0xdff7b9ff (0x100) MX[B]
> 	[4] -1	0	0xdff7ba00 - 0xdff7bbff (0x200) MX[B]
> 	[5] -1	0	0x10000000 - 0x100003ff (0x400) MX[B]
> 	[6] -1	0	0xdff7bc00 - 0xdff7bfff (0x400) MX[B]
> 	[7] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
> 	[8] -1	0	0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
> 	[9] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
> 	[10] -1	0	0x0000c800 - 0x0000c83f (0x40) IX[B]
> 	[11] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
> 	[12] -1	0	0x0000dc00 - 0x0000dc3f (0x40) IX[B]
> 	[13] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
> 	[14] -1	0	0x00000c00 - 0x00000c1f (0x20) IX[B]
> 	[15] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
> 	[16] -1	0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
> 	[17] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
> 	[18] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
> (II) OS-reported resource ranges after removing overlaps with PCI:
> 	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
> 	[1] -1	0	0x00100000 - 0x0fffffff (0xff00000) 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 - 0x0fffffff (0xff00000) 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	0xdfdfe000 - 0xdfdfefff (0x1000) MX[B]
> 	[6] -1	0	0xdfdc0000 - 0xdfddffff (0x20000) MX[B]
> 	[7] -1	0	0xdfdff000 - 0xdfdfffff (0x1000) MX[B]
> 	[8] -1	0	0xdff7b900 - 0xdff7b9ff (0x100) MX[B]
> 	[9] -1	0	0xdff7ba00 - 0xdff7bbff (0x200) MX[B]
> 	[10] -1	0	0x10000000 - 0x100003ff (0x400) MX[B]
> 	[11] -1	0	0xdff7bc00 - 0xdff7bfff (0x400) MX[B]
> 	[12] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
> 	[13] -1	0	0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
> 	[14] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
> 	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
> 	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
> 	[17] -1	0	0x0000c800 - 0x0000c83f (0x40) IX[B]
> 	[18] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
> 	[19] -1	0	0x0000dc00 - 0x0000dc3f (0x40) IX[B]
> 	[20] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
> 	[21] -1	0	0x00000c00 - 0x00000c1f (0x20) IX[B]
> 	[22] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
> 	[23] -1	0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
> 	[24] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
> 	[25] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
> (II) LoadModule: "glx"
> (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
> (II) Module glx: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	ABI class: XFree86 Server Extension, version 0.2
> (II) Loading sub module "GLcore"
> (II) LoadModule: "GLcore"
> (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
> (II) Module GLcore: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	ABI class: XFree86 Server Extension, version 0.2
> (II) Loading extension GLX
> (II) LoadModule: "dri"
> (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
> (II) Module dri: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	ABI class: XFree86 Server Extension, version 0.2
> (II) Loading sub module "drm"
> (II) LoadModule: "drm"
> (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
> (II) Module drm: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	ABI class: XFree86 Server Extension, version 0.2
> (II) Loading extension XFree86-DRI
> (II) LoadModule: "dbe"
> (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
> (II) Module dbe: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	Module class: XFree86 Server Extension
> 	ABI class: XFree86 Server Extension, version 0.2
> (II) Loading extension DOUBLE-BUFFER
> (II) LoadModule: "extmod"
> (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
> (II) Module extmod: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	Module class: XFree86 Server Extension
> 	ABI class: XFree86 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 FontCache
> (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/X11R6/lib/modules/linux/libfbdevhw.a
> (II) Module fbdevhw: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 0.0.2
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) LoadModule: "record"
> (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
> (II) Module record: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.13.0
> 	Module class: XFree86 Server Extension
> 	ABI class: XFree86 Server Extension, version 0.2
> (II) Loading extension RECORD
> (II) LoadModule: "freetype"
> (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
> (II) Module freetype: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 2.0.4
> 	Module class: XFree86 Font Renderer
> 	ABI class: XFree86 Font Renderer, version 0.4
> (II) Loading font FreeType
> (II) LoadModule: "type1"
> (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
> (II) Module type1: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.2
> 	Module class: XFree86 Font Renderer
> 	ABI class: XFree86 Font Renderer, version 0.4
> (II) Loading font Type1
> (II) Loading font CID
> (II) LoadModule: "i810"
> (II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
> (II) Module i810: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.3.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) LoadModule: "mouse"
> (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
> (II) Module mouse: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	Module class: XFree86 XInput Driver
> 	ABI class: XFree86 XInput driver, version 0.4
> (II) LoadModule: "mutouch"
> (II) Loading /usr/X11R6/lib/modules/input/mutouch_drv.o
> (II) Module mutouch: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.0.0
> 	Module class: XFree86 XInput Driver
> 	ABI class: XFree86 XInput driver, version 0.4
> (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
> 	i810e, i815, i830M, 845G, 852GM/855GM, 865G
> (II) Primary Device is: PCI 00:02:0
> (--) Assigning device section with no busID to primary device
> (--) Chipset 845G found
> (II) resource ranges after xf86ClaimFixedResources() call:
> 	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
> 	[1] -1	0	0x00100000 - 0x0fffffff (0xff00000) 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	0xdfdfe000 - 0xdfdfefff (0x1000) MX[B]
> 	[6] -1	0	0xdfdc0000 - 0xdfddffff (0x20000) MX[B]
> 	[7] -1	0	0xdfdff000 - 0xdfdfffff (0x1000) MX[B]
> 	[8] -1	0	0xdff7b900 - 0xdff7b9ff (0x100) MX[B]
> 	[9] -1	0	0xdff7ba00 - 0xdff7bbff (0x200) MX[B]
> 	[10] -1	0	0x10000000 - 0x100003ff (0x400) MX[B]
> 	[11] -1	0	0xdff7bc00 - 0xdff7bfff (0x400) MX[B]
> 	[12] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
> 	[13] -1	0	0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
> 	[14] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
> 	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
> 	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
> 	[17] -1	0	0x0000c800 - 0x0000c83f (0x40) IX[B]
> 	[18] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
> 	[19] -1	0	0x0000dc00 - 0x0000dc3f (0x40) IX[B]
> 	[20] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
> 	[21] -1	0	0x00000c00 - 0x00000c1f (0x20) IX[B]
> 	[22] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
> 	[23] -1	0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
> 	[24] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
> 	[25] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
> (II) resource ranges after probing:
> 	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
> 	[1] -1	0	0x00100000 - 0x0fffffff (0xff00000) 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	0xdfdfe000 - 0xdfdfefff (0x1000) MX[B]
> 	[6] -1	0	0xdfdc0000 - 0xdfddffff (0x20000) MX[B]
> 	[7] -1	0	0xdfdff000 - 0xdfdfffff (0x1000) MX[B]
> 	[8] -1	0	0xdff7b900 - 0xdff7b9ff (0x100) MX[B]
> 	[9] -1	0	0xdff7ba00 - 0xdff7bbff (0x200) MX[B]
> 	[10] -1	0	0x10000000 - 0x100003ff (0x400) MX[B]
> 	[11] -1	0	0xdff7bc00 - 0xdff7bfff (0x400) MX[B]
> 	[12] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
> 	[13] -1	0	0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
> 	[14] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
> 	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
> 	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
> 	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
> 	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
> 	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
> 	[20] -1	0	0x0000c800 - 0x0000c83f (0x40) IX[B]
> 	[21] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
> 	[22] -1	0	0x0000dc00 - 0x0000dc3f (0x40) IX[B]
> 	[23] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
> 	[24] -1	0	0x00000c00 - 0x00000c1f (0x20) IX[B]
> 	[25] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
> 	[26] -1	0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
> 	[27] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
> 	[28] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
> 	[29] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
> 	[30] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
> (II) Setting vga for screen 0.
> (II) Loading sub module "int10"
> (II) LoadModule: "int10"
> (II) Loading /usr/X11R6/lib/modules/linux/libint10.a
> (II) Module int10: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) Loading sub module "vbe"
> (II) LoadModule: "vbe"
> (II) Loading /usr/X11R6/lib/modules/libvbe.a
> (II) Module vbe: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.1.0
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) Loading sub module "vgahw"
> (II) LoadModule: "vgahw"
> (II) Loading /usr/X11R6/lib/modules/libvgahw.a
> (II) Module vgahw: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 0.1.0
> 	ABI class: XFree86 Video Driver, version 0.7
> (**) 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.a
> (II) I810(0): initializing int10
> (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: 832 kB
> (II) I810(0): VESA VBE OEM: Intel(r)845G/845GL/845GE/845GV 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)845G/845GL/845GE/845GV 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 0xDFF80000
> (II) I810(0): detected 892 kB stolen memory.
> (II) I810(0): I830CheckAvailableMemory: 206844 kB available
> (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 0x00000000
> (II) I810(0): After: SWF1 is 0x00000008
> (II) Loading sub module "int10"
> (II) LoadModule: "int10"
> (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
> (II) I810(0): initializing int10
> (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: 832 kB
> (II) I810(0): VESA VBE OEM: Intel(r)845G/845GL/845GE/845GV 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)845G/845GL/845GE/845GV Graphics Controller
> (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
> (II) I810(0): BIOS now sees 832 kB VideoRAM
> (--) I810(0): Pre-allocated VideoRAM: 892 kByte
> (**) I810(0): VideoRAM: 65536 kByte
> (==) I810(0): video overlay key set to 0x83e
> (**) I810(0): page flipping disabled
> (--) I810(0): Maximum frambuffer space: 65384 kByte
> (==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
> (II) I810(0): 1 display pipe available.
> (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: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,0)
> (II) I810(0): Display Info: DFP2 (second digital flat panel): attached: FALSE, present: FALSE, size: (0,0)
> (II) I810(0): Currently active displays on Pipe A:
> (II) I810(0): 	CRT
> (II) Loading sub module "ddc"
> (II) LoadModule: "ddc"
> (II) Loading /usr/X11R6/lib/modules/libddc.a
> (II) Module ddc: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	ABI class: XFree86 Video Driver, version 0.7
> (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: MTC  Model: 0  Serial#: 16843009
> (II) I810(0): Year: 2001  Week: 6
> (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.: 30  vert.: 23
> (II) I810(0): Gamma: 2.81
> (II) I810(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
> (II) I810(0): redX: 0.604 redY: 0.344   greenX: 0.322 greenY: 0.545
> (II) I810(0): blueX: 0.156 blueY: 0.117   whiteX: 0.312 whiteY: 0.329
> (II) I810(0): Supported VESA Video Modes:
> (II) I810(0): 720x400@70Hz
> (II) I810(0): 640x480@60Hz
> (II) I810(0): 640x480@67Hz
> (II) I810(0): 640x480@72Hz
> (II) I810(0): 640x480@75Hz
> (II) I810(0): 800x600@56Hz
> (II) I810(0): 800x600@60Hz
> (II) I810(0): 800x600@72Hz
> (II) I810(0): 800x600@75Hz
> (II) I810(0): 832x624@75Hz
> (II) I810(0): 1024x768@60Hz
> (II) I810(0): 1024x768@70Hz
> (II) I810(0): 1024x768@75Hz
> (II) I810(0): 1280x1024@75Hz
> (II) I810(0): 1152x870@75Hz
> (II) I810(0): Manufacturer's mask: 0
> (II) I810(0): Supported Future Video Modes:
> (II) I810(0): #0: hsize: 1024  vsize 768  refresh: 72  vid: 19553
> (II) I810(0): Monitor name: LCD
> (II) I810(0): Monitor name: Monitor
> (II) I810(0): Ranges: V min: 56  V max: 75 Hz, H min: 31  H max: 80 kHz, PixClock max 140 MHz
> (II) I810(0): Serial No: 000001
> (II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
> (II) I810(0): Will use BIOS call 0x5f64 to enable displays.
> (--) I810(0): Maximum space available for video modes: 832 kByte
> Mode: 20 (132x25)
> 	ModeAttributes: 0xf
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	BytesPerScanline: 16847
> 	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: 0xc0005d07
> 	BytesPerScanline: 16849
> 	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: 0xc0005d07
> 	BytesPerScanline: 16847
> 	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: 0xc0005d07
> 	BytesPerScanline: 16847
> 	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: 0xc0005d07
> 	BytesPerScanline: 640
> 	XResolution: 640
> 	YResolution: 480
> 	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: 0xd0000000
> 	LinBytesPerScanLine: 640
> 	BnkNumberOfImagePages: 1
> 	LinNumberOfImagePages: 1
> 	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: 0xc0005d07
> 	BytesPerScanline: 800
> 	XResolution: 800
> 	YResolution: 600
> 	XCharSize: 8
> 	YCharSize: 16
> 	NumberOfPlanes: 1
> 	BitsPerPixel: 8
> 	NumberOfBanks: 1
> 	MemoryModel: 4
> 	BankSize: 0
> 	NumberOfImages: 0
> 	RedMaskSize: 0
> 	RedFieldPosition: 0
> 	GreenMaskSize: 0
> 	GreenFieldPosition: 0
> 	BlueMaskSize: 0
> 	BlueFieldPosition: 0
> 	RsvdMaskSize: 0
> 	RsvdFieldPosition: 0
> 	DirectColorModeInfo: 0
> 	PhysBasePtr: 0xd0000000
> 	LinBytesPerScanLine: 800
> 	BnkNumberOfImagePages: 0
> 	LinNumberOfImagePages: 0
> 	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: 0xc0005d07
> 	BytesPerScanline: 1024
> 	XResolution: 1024
> 	YResolution: 768
> 	XCharSize: 8
> 	YCharSize: 16
> 	NumberOfPlanes: 1
> 	BitsPerPixel: 8
> 	NumberOfBanks: 1
> 	MemoryModel: 4
> 	BankSize: 0
> 	NumberOfImages: 0
> 	RedMaskSize: 0
> 	RedFieldPosition: 0
> 	GreenMaskSize: 0
> 	GreenFieldPosition: 0
> 	BlueMaskSize: 0
> 	BlueFieldPosition: 0
> 	RsvdMaskSize: 0
> 	RsvdFieldPosition: 0
> 	DirectColorModeInfo: 0
> 	PhysBasePtr: 0xd0000000
> 	LinBytesPerScanLine: 1024
> 	BnkNumberOfImagePages: 0
> 	LinNumberOfImagePages: 0
> 	LinRedMaskSize: 0
> 	LinRedFieldPosition: 0
> 	LinGreenMaskSize: 0
> 	LinGreenFieldPosition: 0
> 	LinBlueMaskSize: 0
> 	LinBlueFieldPosition: 0
> 	LinRsvdMaskSize: 0
> 	LinRsvdFieldPosition: 0
> 	MaxPixelClock: 230000000
> Mode: 38 (1280x1024)
> 	ModeAttributes: 0x9a
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	BytesPerScanline: 1280
> 	XResolution: 1280
> 	YResolution: 1024
> 	XCharSize: 8
> 	YCharSize: 16
> 	NumberOfPlanes: 1
> 	BitsPerPixel: 8
> 	NumberOfBanks: 1
> 	MemoryModel: 4
> 	BankSize: 0
> 	NumberOfImages: 0
> 	RedMaskSize: 0
> 	RedFieldPosition: 0
> 	GreenMaskSize: 0
> 	GreenFieldPosition: 0
> 	BlueMaskSize: 0
> 	BlueFieldPosition: 0
> 	RsvdMaskSize: 0
> 	RsvdFieldPosition: 0
> 	DirectColorModeInfo: 0
> 	PhysBasePtr: 0xd0000000
> 	LinBytesPerScanLine: 1280
> 	BnkNumberOfImagePages: 0
> 	LinNumberOfImagePages: 0
> 	LinRedMaskSize: 0
> 	LinRedFieldPosition: 0
> 	LinGreenMaskSize: 0
> 	LinGreenFieldPosition: 0
> 	LinBlueMaskSize: 0
> 	LinBlueFieldPosition: 0
> 	LinRsvdMaskSize: 0
> 	LinRsvdFieldPosition: 0
> 	MaxPixelClock: 230000000
> Mode: 3a (1600x1200)
> 	ModeAttributes: 0x9a
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	BytesPerScanline: 1600
> 	XResolution: 1600
> 	YResolution: 1200
> 	XCharSize: 8
> 	YCharSize: 16
> 	NumberOfPlanes: 1
> 	BitsPerPixel: 8
> 	NumberOfBanks: 1
> 	MemoryModel: 4
> 	BankSize: 0
> 	NumberOfImages: 0
> 	RedMaskSize: 0
> 	RedFieldPosition: 0
> 	GreenMaskSize: 0
> 	GreenFieldPosition: 0
> 	BlueMaskSize: 0
> 	BlueFieldPosition: 0
> 	RsvdMaskSize: 0
> 	RsvdFieldPosition: 0
> 	DirectColorModeInfo: 0
> 	PhysBasePtr: 0xd0000000
> 	LinBytesPerScanLine: 1600
> 	BnkNumberOfImagePages: 0
> 	LinNumberOfImagePages: 0
> 	LinRedMaskSize: 0
> 	LinRedFieldPosition: 0
> 	LinGreenMaskSize: 0
> 	LinGreenFieldPosition: 0
> 	LinBlueMaskSize: 0
> 	LinBlueFieldPosition: 0
> 	LinRsvdMaskSize: 0
> 	LinRsvdFieldPosition: 0
> 	MaxPixelClock: 230000000
> Mode: 3c (1920x1440)
> 	ModeAttributes: 0x9a
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	BytesPerScanline: 1920
> 	XResolution: 1920
> 	YResolution: 1440
> 	XCharSize: 8
> 	YCharSize: 16
> 	NumberOfPlanes: 1
> 	BitsPerPixel: 8
> 	NumberOfBanks: 1
> 	MemoryModel: 4
> 	BankSize: 0
> 	NumberOfImages: 0
> 	RedMaskSize: 0
> 	RedFieldPosition: 0
> 	GreenMaskSize: 0
> 	GreenFieldPosition: 0
> 	BlueMaskSize: 0
> 	BlueFieldPosition: 0
> 	RsvdMaskSize: 0
> 	RsvdFieldPosition: 0
> 	DirectColorModeInfo: 0
> 	PhysBasePtr: 0xd0000000
> 	LinBytesPerScanLine: 1920
> 	BnkNumberOfImagePages: 0
> 	LinNumberOfImagePages: 0
> 	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: 0xc0005d07
> 	BytesPerScanline: 1280
> 	XResolution: 640
> 	YResolution: 480
> 	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: 1280
> 	BnkNumberOfImagePages: 0
> 	LinNumberOfImagePages: 0
> 	LinRedMaskSize: 5
> 	LinRedFieldPosition: 11
> 	LinGreenMaskSize: 6
> 	LinGreenFieldPosition: 5
> 	LinBlueMaskSize: 5
> 	LinBlueFieldPosition: 0
> 	LinRsvdMaskSize: 0
> 	LinRsvdFieldPosition: 0
> 	MaxPixelClock: 230000000
> Mode: 43 (800x600)
> 	ModeAttributes: 0x9a
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	BytesPerScanline: 1600
> 	XResolution: 800
> 	YResolution: 600
> 	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: 1600
> 	BnkNumberOfImagePages: 0
> 	LinNumberOfImagePages: 0
> 	LinRedMaskSize: 5
> 	LinRedFieldPosition: 11
> 	LinGreenMaskSize: 6
> 	LinGreenFieldPosition: 5
> 	LinBlueMaskSize: 5
> 	LinBlueFieldPosition: 0
> 	LinRsvdMaskSize: 0
> 	LinRsvdFieldPosition: 0
> 	MaxPixelClock: 230000000
> Mode: 45 (1024x768)
> 	ModeAttributes: 0x9a
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	BytesPerScanline: 2048
> 	XResolution: 1024
> 	YResolution: 768
> 	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: 2048
> 	BnkNumberOfImagePages: 0
> 	LinNumberOfImagePages: 0
> 	LinRedMaskSize: 5
> 	LinRedFieldPosition: 11
> 	LinGreenMaskSize: 6
> 	LinGreenFieldPosition: 5
> 	LinBlueMaskSize: 5
> 	LinBlueFieldPosition: 0
> 	LinRsvdMaskSize: 0
> 	LinRsvdFieldPosition: 0
> 	MaxPixelClock: 230000000
> Mode: 49 (1280x1024)
> 	ModeAttributes: 0x9a
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	BytesPerScanline: 2560
> 	XResolution: 1280
> 	YResolution: 1024
> 	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: 2560
> 	BnkNumberOfImagePages: 0
> 	LinNumberOfImagePages: 0
> 	LinRedMaskSize: 5
> 	LinRedFieldPosition: 11
> 	LinGreenMaskSize: 6
> 	LinGreenFieldPosition: 5
> 	LinBlueMaskSize: 5
> 	LinBlueFieldPosition: 0
> 	LinRsvdMaskSize: 0
> 	LinRsvdFieldPosition: 0
> 	MaxPixelClock: 230000000
> Mode: 4b (1600x1200)
> 	ModeAttributes: 0x9a
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	BytesPerScanline: 3200
> 	XResolution: 1600
> 	YResolution: 1200
> 	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: 3200
> 	BnkNumberOfImagePages: 0
> 	LinNumberOfImagePages: 0
> 	LinRedMaskSize: 5
> 	LinRedFieldPosition: 11
> 	LinGreenMaskSize: 6
> 	LinGreenFieldPosition: 5
> 	LinBlueMaskSize: 5
> 	LinBlueFieldPosition: 0
> 	LinRsvdMaskSize: 0
> 	LinRsvdFieldPosition: 0
> 	MaxPixelClock: 230000000
> Mode: 4d (1920x1440)
> 	ModeAttributes: 0x9a
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	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: 0x9a
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	BytesPerScanline: 2560
> 	XResolution: 640
> 	YResolution: 480
> 	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: 2560
> 	BnkNumberOfImagePages: 0
> 	LinNumberOfImagePages: 0
> 	LinRedMaskSize: 8
> 	LinRedFieldPosition: 16
> 	LinGreenMaskSize: 8
> 	LinGreenFieldPosition: 8
> 	LinBlueMaskSize: 8
> 	LinBlueFieldPosition: 0
> 	LinRsvdMaskSize: 8
> 	LinRsvdFieldPosition: 24
> 	MaxPixelClock: 230000000
> Mode: 52 (800x600)
> 	ModeAttributes: 0x9a
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	BytesPerScanline: 3200
> 	XResolution: 800
> 	YResolution: 600
> 	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: 3200
> 	BnkNumberOfImagePages: 0
> 	LinNumberOfImagePages: 0
> 	LinRedMaskSize: 8
> 	LinRedFieldPosition: 16
> 	LinGreenMaskSize: 8
> 	LinGreenFieldPosition: 8
> 	LinBlueMaskSize: 8
> 	LinBlueFieldPosition: 0
> 	LinRsvdMaskSize: 8
> 	LinRsvdFieldPosition: 24
> 	MaxPixelClock: 230000000
> Mode: 54 (1024x768)
> 	ModeAttributes: 0x9a
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	BytesPerScanline: 4096
> 	XResolution: 1024
> 	YResolution: 768
> 	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: 4096
> 	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: 0x9a
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	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: 0x9a
> 	WinAAttributes: 0x7
> 	WinBAttributes: 0x0
> 	WinGranularity: 64
> 	WinSize: 64
> 	WinASegment: 0xa000
> 	WinBSegment: 0x0
> 	WinFuncPtr: 0xc0005d07
> 	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: 0xc0005d07
> 	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 31.00-80.00 kHz
> (II) I810(0): Monitor0: Using vrefresh range of 56.00-75.00 Hz
> (II) I810(0): Not using mode "1280x1024" (no mode of this name)
> (II) I810(0): Not using mode "1024x768" (no mode of this name)
> (II) I810(0): Not using mode "800x600" (no mode of this name)
> (II) I810(0): Increasing the scanline pitch to allow tiling mode (640 -> 1024).
> (--) I810(0): Virtual size is 640x480 (pitch 1024)
> (**) I810(0): *Built-in mode "640x480"
> (II) I810(0): Attempting to use 73Hz refresh for mode "640x480" (41)
> (**) I810(0): Display dimensions: (300, 230) mm
> (**) I810(0): DPI set to (54, 53)
> (II) Loading sub module "fb"
> (II) LoadModule: "fb"
> (II) Loading /usr/X11R6/lib/modules/libfb.a
> (II) Module fb: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	ABI class: XFree86 ANSI C Emulation, version 0.2
> (II) Loading sub module "xaa"
> (II) LoadModule: "xaa"
> (II) Loading /usr/X11R6/lib/modules/libxaa.a
> (II) Module xaa: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.1.0
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) Loading sub module "ramdac"
> (II) LoadModule: "ramdac"
> (II) Loading /usr/X11R6/lib/modules/libramdac.a
> (II) Module ramdac: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 0.1.0
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) Loading sub module "shadow"
> (II) LoadModule: "shadow"
> (II) Loading /usr/X11R6/lib/modules/libshadow.a
> (II) Module shadow: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	ABI class: XFree86 ANSI C Emulation, version 0.2
> (II) do I need RAC?  No, I don't.
> (II) resource ranges after preInit:
> 	[0] 0	0	0xdff80000 - 0xdfffffff (0x80000) MS[B]
> 	[1] 0	0	0xd0000000 - 0xd7ffffff (0x8000000) MS[B]
> 	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
> 	[3] -1	0	0x00100000 - 0x0fffffff (0xff00000) 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	0xdfdfe000 - 0xdfdfefff (0x1000) MX[B]
> 	[8] -1	0	0xdfdc0000 - 0xdfddffff (0x20000) MX[B]
> 	[9] -1	0	0xdfdff000 - 0xdfdfffff (0x1000) MX[B]
> 	[10] -1	0	0xdff7b900 - 0xdff7b9ff (0x100) MX[B]
> 	[11] -1	0	0xdff7ba00 - 0xdff7bbff (0x200) MX[B]
> 	[12] -1	0	0x10000000 - 0x100003ff (0x400) MX[B]
> 	[13] -1	0	0xdff7bc00 - 0xdff7bfff (0x400) MX[B]
> 	[14] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
> 	[15] -1	0	0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
> 	[16] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) 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	0x0000ffff - 0x0000ffff (0x1) IX[B]
> 	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
> 	[22] -1	0	0x0000c800 - 0x0000c83f (0x40) IX[B]
> 	[23] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
> 	[24] -1	0	0x0000dc00 - 0x0000dc3f (0x40) IX[B]
> 	[25] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
> 	[26] -1	0	0x00000c00 - 0x00000c1f (0x20) IX[B]
> 	[27] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
> 	[28] -1	0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
> 	[29] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
> 	[30] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
> 	[31] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
> 	[32] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
> (II) Loading sub module "int10"
> (II) LoadModule: "int10"
> (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
> (II) I810(0): initializing int10
> (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: 832 kB
> (II) I810(0): VESA VBE OEM: Intel(r)845G/845GL/845GE/845GV 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)845G/845GL/845GE/845GV Graphics Controller
> (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
> (II) I810(0): Before: SWF1 is 0x00000000
> (II) I810(0): After: SWF1 is 0x00000008
> (==) I810(0): Default visual is TrueColor
> (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: 2496 kByte
> (II) I810(0): Allocated 4 kB for HW cursor at 0x7fff000
> (II) I810(0): Allocated 4 kB for Overlay registers at 0x7ffe000 (0x0950b000).
> (II) I810(0): Allocated 64 kB for the scratch buffer at 0x7fee000
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenByBusid: Searching for BusID pci:0000:00:02.0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenByBusid: drmOpenMinor returns 7
> drmOpenByBusid: drmGetBusid reports 
> drmOpenDevice: node name is /dev/dri/card1
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card2
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card3
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card4
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card5
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card6
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card7
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card8
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card9
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card10
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card11
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card12
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card13
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card14
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenByBusid: drmOpenMinor returns -1023
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmGetBusid returned ''
> (II) I810(0): [drm] DRM interface version 1.0
> (II) I810(0): [drm] created "i830" driver at busid "pci:0000:00:02.0"
> (II) I810(0): [drm] added 8192 byte SAREA at 0xd092c000
> (II) I810(0): [drm] mapped SAREA 0xd092c000 to 0x40017000
> (II) I810(0): [drm] framebuffer handle = 0xd0020000
> (II) I810(0): [drm] added 1 reserved context for kernel
> (II) I810(0): Allocated 960 kB for the back buffer at 0x7e00000.
> (II) I810(0): Allocated 960 kB for the depth buffer at 0x7d00000.
> (II) I810(0): Allocated 32 kB for the logical context at 0x7cf8000.
> (II) I810(0): Allocated 1024 kB for the DMA buffers at 0x7bf8000.
> (II) I810(0): Allocated 59392 kB for textures at 0x41f8000
> (II) I810(0): Updated framebuffer allocation size from 2496 to 2968 kByte
> (II) I810(0): Updated pixmap cache from 768 scanlines to 1004 scanlines
> (II) I810(0): 0x8625fc8: Memory at offset 0x00020000, size 2968 kBytes
> (II) I810(0): 0x8625fe8: Memory at offset 0x07fff000, size 4 kBytes
> (II) I810(0): 0x862600c: Memory at offset 0x00000000, size 128 kBytes
> (II) I810(0): 0x862603c: Memory at offset 0x07fee000, size 64 kBytes
> (II) I810(0): 0x862605c: Memory at offset 0x07ffe000, size 4 kBytes
> (II) I810(0): 0x862607c: Memory at offset 0x07e00000, size 960 kBytes
> (II) I810(0): 0x862609c: Memory at offset 0x07d00000, size 960 kBytes
> (II) I810(0): 0x86260fc: Memory at offset 0x07cf8000, size 32 kBytes
> (II) I810(0): 0x86260dc: Memory at offset 0x07bf8000, size 1024 kBytes
> (II) I810(0): 0x86260bc: Memory at offset 0x041f8000, size 59392 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 = 0xdff80000
> (II) I810(0): [drm] Back Buffer = 0xd7e00000
> (II) I810(0): [drm] Depth Buffer = 0xd7d00000
> (II) I810(0): [drm] DMA Buffers = 0xd7bf8000
> (II) I810(0): [drm] ring buffer = 0xd0000000
> (II) I810(0): [drm] textures = 0xd41f8000
> (II) I810(0): [drm] added 256 4096 byte DMA buffers
> (II) I810(0): [drm] dma control initialized, using IRQ 5
> (II) I810(0): [dri] visual configs initialized
> (==) I810(0): Write-combining range (0xd0000000,0x8000000)
> (II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
> (II) I810(0): xf86BindGARTMemory: bind key 8 at 0x000df000 (pgoffset 223)
> (II) I810(0): xf86BindGARTMemory: bind key 0 at 0x07fff000 (pgoffset 32767)
> (II) I810(0): xf86BindGARTMemory: bind key 2 at 0x07fee000 (pgoffset 32750)
> (II) I810(0): xf86BindGARTMemory: bind key 1 at 0x07ffe000 (pgoffset 32766)
> (II) I810(0): xf86BindGARTMemory: bind key 3 at 0x07e00000 (pgoffset 32256)
> (II) I810(0): xf86BindGARTMemory: bind key 4 at 0x07d00000 (pgoffset 32000)
> (II) I810(0): xf86BindGARTMemory: bind key 5 at 0x07cf8000 (pgoffset 31992)
> (II) I810(0): xf86BindGARTMemory: bind key 6 at 0x07bf8000 (pgoffset 31736)
> (II) I810(0): xf86BindGARTMemory: bind key 7 at 0x041f8000 (pgoffset 16888)
> (WW) I810(0): PGTBL_ER is 0x00000049
> (II) I810(0): Before: SWF1 is 0x00000008
> (II) I810(0): After: SWF1 is 0x00000008
> (WW) I810(0): Extended BIOS function 0x5f05 failed.
> (WW) I810(0): Failed to set refresh rate to 72Hz.
> (II) I810(0): Display plane A is enabled.
> (II) I810(0): Display plane B is disabled.
> (II) I810(0): PIPEACONF is 0x80000000
> (WW) I810(0): Correcting plane A stride (640 -> 1024)
> (II) I810(0): Mode bandwidth is 18 Mpixel/s
> (II) I810(0): maxBandwidth is 1152 Mbyte/s, pipe bandwidths are 48 Mbyte/s, 0 Mbyte/s
> (WW) I810(0): Extended BIOS function 0x5f61 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:
> 		32 128x128 slots
> 		8 256x256 slots
> (==) I810(0): Backing store disabled
> (==) I810(0): Silken mouse enabled
> (II) I810(0): Initializing HW Cursor
> (II) I810(0): X context handle = 0x00000001
> (II) I810(0): [drm] installed DRM signal handler
> (II) I810(0): [DRI] installation complete
> (II) I810(0): direct rendering: Enabled
> (==) RandR enabled
> (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 XFree86-Bigfont
> (II) Initializing built-in extension RENDER
> (II) Initializing built-in extension RANDR
> (**) Option "Protocol" "IMPS/2"
> (**) Mouse0: Protocol: "IMPS/2"
> (**) Option "CorePointer"
> (**) Mouse0: Core Pointer
> (**) Option "Device" "/dev/psaux"
> (**) Option "Emulate3Buttons" "no"
> (**) Option "ZAxisMapping" "4 5"
> (**) Mouse0: ZAxisMapping: buttons 4 and 5
> (**) Mouse0: Buttons: 5
> (II) Keyboard "Keyboard0" handled by legacy driver
> (**) Option "Protocol" "IMPS/2"
> (**) DevInputMice: Protocol: "IMPS/2"
> (**) Option "AlwaysCore"
> (**) DevInputMice: always reports core events
> (**) Option "Device" "/dev/input/mice"
> (EE) xf86OpenSerial: Cannot open device /dev/input/mice
> 	No such device.
> (EE) DevInputMice: cannot open input device
> (EE) PreInit failed for input device "DevInputMice"
> (II) UnloadModule: "mouse"
> (**) MicroTouch FINGER input device: /dev/ttyS0
> (**) Option "SendCoreEvents"
> (**) FINGER: always reports core events
> (**) Microtouch X device name: FINGER
> (**) Option "ScreenNo" "0"
> (**) Microtouch associated screen: 0
> (**) Option "MaxX" "16500"
> (**) Microtouch maximum x position: 16500
> (**) Option "MinX" "20"
> (**) Microtouch minimum x position: 20
> (**) Option "MaxY" "16500"
> (**) Microtouch maximum y position: 16500
> (**) Option "MinY" "-50"
> (**) Microtouch minimum y position: -50
> (**) Microtouch ThruGlass frequency is: 0
> (**) Microtouch device will work in Landscape mode
> (II) XINPUT: Adding extended input device "FINGER" (type: MicroTouch Finger)
> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
> (II) Mouse0: ps2EnableDataReporting: succeeded
> (**) Option "Device" "/dev/ttyS0"
> (**) Option "BaudRate" "9600"
> (**) Option "StopBits" "1"
> (**) Option "DataBits" "8"
> (**) Option "Parity" "None"
> (**) Option "Vmin" "10"
> (**) Option "Vtime" "1"
> (**) Option "FlowControl" "None"
> (II) I810(0): [drm] removed 1 reserved context for kernel
> (II) I810(0): [drm] unmapping 8192 bytes of SAREA 0xd092c000 at 0x40017000
> (WW) I810(0): Setting the original video mode instead of restoring
> 	the saved state
> (II) I810(0): xf86UnbindGARTMemory: unbind key 8
> (II) I810(0): xf86UnbindGARTMemory: unbind key 0
> (II) I810(0): xf86UnbindGARTMemory: unbind key 2
> (II) I810(0): xf86UnbindGARTMemory: unbind key 1
> (II) I810(0): xf86UnbindGARTMemory: unbind key 3
> (II) I810(0): xf86UnbindGARTMemory: unbind key 4
> (II) I810(0): xf86UnbindGARTMemory: unbind key 5
> (II) I810(0): xf86UnbindGARTMemory: unbind key 6
> (II) I810(0): xf86UnbindGARTMemory: unbind key 7
> 
> 
> # X -configure
> 
> _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
> _XSERVTransOpen: transport open failed for inet6/localhost.localdomain:0
> _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
> 
> This is a pre-release version of XFree86, and is not supported in any
> way.  Bugs may be reported to XFree86@xxxxxxxxxxx and patches submitted
> to fixes@xxxxxxxxxxxx  Before reporting bugs in pre-release versions,
> please check the latest version in the XFree86 CVS repository
> (http://www.XFree86.Org/cvs).
> 
> XFree86 Version 4.3.99.12 (DRI trunk)
> Release Date: 10 September 2003
> X Protocol Version 11, Revision 0, Release 6.6
> Build Operating System: Linux 2.4.20-8custom i686 [ELF] 
> Current Operating System: Linux localhost.localdomain 2.4.23 #3 Fri Dec 5 15:58:19 EST 2003 i686
> Build Date: 24 November 2003
> Changelog Date: 10 September 2003
> 	Before reporting problems, check http://www.XFree86.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/XFree86.0.log", Time: Tue Dec 30 11:18:02 2003
> (--) using VT number 7
> 
> (WW) Open APM failed (/dev/apm_bios) (No such device)
> (II) Module ABI versions:
> 	XFree86 ANSI C Emulation: 0.2
> 	XFree86 Video Driver: 0.7
> 	XFree86 XInput driver : 0.4
> 	XFree86 Server Extension : 0.2
> 	XFree86 Font Renderer : 0.4
> (II) Loader running on linux
> (II) LoadModule: "bitmap"
> (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
> (II) Module bitmap: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	Module class: XFree86 Font Renderer
> 	ABI class: XFree86 Font Renderer, version 0.4
> (II) Loading font Bitmap
> (II) LoadModule: "pcidata"
> (II) Loading /usr/X11R6/lib/modules/libpcidata.a
> (II) Module pcidata: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) PCI: Probing config type using method 1
> (II) PCI: Config type is 1
> (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
> (II) PCI: PCI scan (all values are in hex)
> (II) PCI: 00:00:0: chip 8086,2560 card 0000,0000 rev 03 class 06,00,00 hdr 00
> (II) PCI: 00:02:0: chip 8086,2562 card 8086,2562 rev 03 class 03,00,00 hdr 00
> (II) PCI: 00:1d:0: chip 8086,24c2 card 8086,24c0 rev 02 class 0c,03,00 hdr 80
> (II) PCI: 00:1d:1: chip 8086,24c4 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
> (II) PCI: 00:1d:2: chip 8086,24c7 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
> (II) PCI: 00:1d:7: chip 8086,24cd card 8086,24c0 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 8086,24c0 rev 02 class 01,01,8a hdr 00
> (II) PCI: 00:1f:3: chip 8086,24c3 card 8086,24c0 rev 02 class 0c,05,00 hdr 00
> (II) PCI: 00:1f:5: chip 8086,24c5 card 4144,5372 rev 02 class 04,01,00 hdr 00
> (II) PCI: 03:03:0: chip 8086,1229 card 8086,0070 rev 10 class 02,00,00 hdr 00
> (II) PCI: 03:08:0: chip 8086,103a card 0000,0000 rev 82 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,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 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0006 (VGA_EN is cleared)
> (II) Bus 3 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 3 non-prefetchable memory range:
> 	[0] -1	0	0xdfd00000 - 0xdfdfffff (0x100000) 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 Corp. 82845G/GL [Brookdale-G] Chipset Integrated Graphics Device rev 3, Mem @ 0xd0000000/27, 0xdff80000/19
> List of video drivers:
> 	v4l
> 	atimisc
> 	apm
> 	ark
> 	chips
> 	nv
> 	cirrus
> 	cyrix
> 	dummy
> 	fbdev
> 	i128
> 	i740
> 	neomagic
> 	radeon
> 	nsc
> 	r128
> 	siliconmotion
> 	rendition
> 	s3
> 	s3virge
> 	savage
> 	trident
> 	tga
> 	tseng
> 	vesa
> 	tdfx
> 	i810
> 	mga
> 	ati
> 	glint
> 	vga
> 	sis
> (II) LoadModule: "v4l"
> (II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
> (II) Module v4l: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 0.0.1
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "atimisc"
> (II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
> (II) Module atimisc: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 6.5.3
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) LoadModule: "apm"
> (II) Loading /usr/X11R6/lib/modules/drivers/apm_drv.o
> (II) Module apm: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "ark"
> (II) Loading /usr/X11R6/lib/modules/drivers/ark_drv.o
> (II) Module ark: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 0.5.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "chips"
> (II) Loading /usr/X11R6/lib/modules/drivers/chips_drv.o
> (II) Module chips: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "nv"
> (II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
> (II) Module nv: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.0.1
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "cirrus"
> (II) Loading /usr/X11R6/lib/modules/drivers/cirrus_drv.o
> (II) Module cirrus: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "cyrix"
> (II) Loading /usr/X11R6/lib/modules/drivers/cyrix_drv.o
> (II) Module cyrix: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "dummy"
> (II) Loading /usr/X11R6/lib/modules/drivers/dummy_drv.o
> (II) Module dummy: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 0.1.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "fbdev"
> (II) Loading /usr/X11R6/lib/modules/drivers/fbdev_drv.o
> (II) Module fbdev: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 0.1.0
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "i128"
> (II) Loading /usr/X11R6/lib/modules/drivers/i128_drv.o
> (II) Module i128: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "i740"
> (II) Loading /usr/X11R6/lib/modules/drivers/i740_drv.o
> (II) Module i740: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "neomagic"
> (II) Loading /usr/X11R6/lib/modules/drivers/neomagic_drv.o
> (II) Module neomagic: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "radeon"
> (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
> (II) Module radeon: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 4.0.1
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) LoadModule: "nsc"
> (II) Loading /usr/X11R6/lib/modules/drivers/nsc_drv.o
> (II) Module nsc: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 2.7.6
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "r128"
> (II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o
> (II) Module r128: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 4.0.1
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) LoadModule: "siliconmotion"
> (II) Loading /usr/X11R6/lib/modules/drivers/siliconmotion_drv.o
> (II) Module siliconmotion: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.3.1
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "rendition"
> (II) Loading /usr/X11R6/lib/modules/drivers/rendition_drv.o
> (II) Module rendition: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 4.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "s3"
> (II) Loading /usr/X11R6/lib/modules/drivers/s3_drv.o
> (II) Module s3: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 0.3.5
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "s3virge"
> (II) Loading /usr/X11R6/lib/modules/drivers/s3virge_drv.o
> (II) Module s3virge: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.8.6
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "savage"
> (II) Loading /usr/X11R6/lib/modules/drivers/savage_drv.o
> (II) Module savage: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.1.27
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "trident"
> (II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.o
> (II) Module trident: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "tga"
> (II) Loading /usr/X11R6/lib/modules/drivers/tga_drv.o
> (II) Module tga: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "tseng"
> (II) Loading /usr/X11R6/lib/modules/drivers/tseng_drv.o
> (II) Module tseng: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "vesa"
> (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.o
> (II) Module vesa: vendor="The XFree86 Project"
> 	compiled for 4.3.0, module version = 1.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "tdfx"
> (II) Loading /usr/X11R6/lib/modules/drivers/tdfx_drv.o
> (II) Module tdfx: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) LoadModule: "i810"
> (II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
> (II) Module i810: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.3.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) LoadModule: "mga"
> (II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
> (II) Module mga: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.1.1
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) LoadModule: "ati"
> (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
> (II) Module ati: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 6.5.3
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) LoadModule: "glint"
> (II) Loading /usr/X11R6/lib/modules/drivers/glint_drv.o
> (II) Module glint: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 1.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) LoadModule: "vga"
> (II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.o
> (II) Module vga: vendor="The XFree86 Project"
> 	compiled for 4.3.99.12, module version = 4.0.0
> 	Module class: XFree86 Video Driver
> 	ABI class: XFree86 Video Driver, version 0.7
> (II) LoadModule: "sis"
> (II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o
> Duplicate symbol InRegion in /usr/X11R6/lib/modules/drivers/sis_drv.o
> Also defined in /usr/X11R6/lib/modules/drivers/radeon_drv.o
> 
> Fatal server error:
> Module load failure
> 
> 
> When reporting a problem related to a server crash, please send
> the full server output, not just the last messages.
> This can be found in the log file "/var/log/XFree86.0.log".
> Please report problems to xfree86@xxxxxxxxxxxx
> 
> _______________________________________________
> XFree86 mailing list
> XFree86@xxxxxxxxxxx
> http://XFree86.Org/mailman/listinfo/xfree86
_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux