Re: error in xinerama mode ?

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

 



hello,

i have probe all this things,
and attatch the conconfig file, and xfree86 log.

on this testing, i found a other thing,
to make the eagle software stable,
then i switch the " use always vector fonts " on,
works software normaly, and i can scroll, zoom,.... work with this.

what is it ?

and have a motziller a similar option ?

thanks

michael




On Saturday 28 August 2004 22:19, Mark Vojkovich wrote:
> On Sat, 28 Aug 2004, kiwi wrote:
> > i have the same problem with more than one pc,
> > from my 4 pc's with with xinerama is on one pc all ok in xinerama mode.
> > on all other, i have the same problem,
> > the application "eagle" or "mozilla" hangs after scrolling,
> > and in one of 20 hangs of software crash , hangs the xserver or the
> > window manager.
> >
> > yes, i habe the same problem, without any window manager.
> >
> > when i say in my xfree86config
> > Option          "Xinerama"      "false"
> > working all software without any hangs on all screens.
> >
> >
> >
> > can you test the eagle software with you xserver ?
> > the eagle software is an electronic circuits drawing programm from
> > cardsoft http://www.cadsoft.de
> > you can download the software from:
> > ftp://ftp.cadsoft.de/pub/program/4.11/eagle-4.11g.tgz or as rpm :
> > ftp://ftp.cadsoft.de/pub/program/4.11/eagle-4.11g-1.i386.rpm
> > and after start:
> > open: Projects --> examples --> hexapod --> hexapod.prd --> EAGLE HANGS!
> > --> killall eagle
>
>    This works fine for me.  I get a circuit diagram and I can move the
> window around and resize it without any problem.  This is running with
> two NVIDIA GeForce4 MX cards (one AGP and one PCI) in Xinerama.  Both
> are in 1600x1200 making a 3200x1200 desktop.  I tried this with both
> NVIDIA's binary driver and the "nv" driver that comes with XFree86 4.4.
>
>    I suspect an mga driver bug or some other obscure problem.  Here are
> some things you can try:
>
> 1)  Don't load the "dri" or "glx" modules in the XF86Config.  This
>     would rule out a dri problem.
>
> 2)  Try Option "NoAccel" for all cards.  This would rule out a driver
>     acceleration problem.
>
> 3)  Don't load the "freetype" module.  This would rule out a font renderer
>     problem.
>
> 4)  I notice the driver didn't autodetect the amount of VideoRam on
>     the cards and defaulted to only 4 kBytes.  You specify the correct
>     amount in the device section (you should do this in any case since
>     it will help performance).  See man XF86Config, section on "VideoRam".
>
> 5)  Try using a smaller resolution like 800x600 or 640x480 on each
>     screen.  It may be that the app has some internal assumptions about
>     the maximum desktop size and is broken in this respect.  Likewise
>     you can see if just using two of the screens works, for example
>     just:
>
>   Screen          "Screen 00"
>   # Screen          "Screen 01"     LeftOf  "Screen 00"
>   Screen          "Screen 02"     RightOf "Screen 00"
>
>
> 			Mark.
>
> > thanks
> >
> > 	michael
> >
> > On Saturday 28 August 2004 02:01, Mark Vojkovich wrote:
> > >    I don't know of any outstanding Xinerama bugs in XFree86
> > > and I have no problems running Mozilla in Xinerama with two
> > > NVIDIA cards so I think there's not a problem with the core
> > > X-server.  You say Mozilla alone without a window manager will
> > > cause the hang?  Is this just Mozilla that is hanging or the
> > > whole X-server is hanging?  Are you sure this is specific to
> > > Xinerama?  Ie. a single head, or two heads without Xinerama
> > > do not cause the hang?
> > >
> > >    If the X-server is hanging I suspect this is an mga driver
> > > bug.
> > >
> > >
> > >                         Mark.
> > >
> > > On Fri, 27 Aug 2004, kiwi wrote:
> >
> > _______________________________________________
> > XFree86 mailing list
> > XFree86@xxxxxxxxxxx
> > http://XFree86.Org/mailman/listinfo/xfree86
>
> _______________________________________________
> XFree86 mailing list
> XFree86@xxxxxxxxxxx
> http://XFree86.Org/mailman/listinfo/xfree86
Section "Files"
	FontPath	"unix/:7100"			# local font server
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"extmod"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection
Section "InputDevice"
	Identifier	"Keyboard 00"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection
Section "InputDevice"
	Identifier	"Mouse 00"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"false"
	Option		"ZAxisMapping"		"4 5"
EndSection
Section "Device"
	Identifier	"Video Card 00"
	Driver		"mga"
	ChipSet		"mga2164w"
	BusID		"PCI:1:0:0"
	Option		"NoAccel"	"on"
	Option		"HWCursor"	"off"
	Option		"VideoRAM"	"4096"
EndSection
Section "Device"
	Identifier	"Video Card 01"
	Driver		"mga"
	ChipSet		"mga2164w"
	BusID		"PCI:0:9:0"
	Option		"NoAccel"	"on"
	Option		"HWCursor"	"off"
	Option		"VideoRAM"	"4096"
EndSection
Section "Device"
	Identifier	"Video Card 02"
	Driver		"mga"
	ChipSet		"mga2164w"
	BusID		"PCI:0:11:0"
	Option		"NoAccel"	"on"
	Option		"HWCursor"	"off"
	Option		"VideoRAM"	"4096"
EndSection
Section "Monitor"
	Identifier	"Generic Monitor 00"
	HorizSync	30-100
	VertRefresh	50-200
	Option		"DPMS"
EndSection
Section "Monitor"
	Identifier	"Generic Monitor 01"
	HorizSync	30-100
	VertRefresh	50-200
	Option		"DPMS"
EndSection
Section "Monitor"
	Identifier	"Generic Monitor 02"
	HorizSync	30-100
	VertRefresh	50-200
	Option		"DPMS"
EndSection
Section "Screen"
	Identifier	"Screen 00"
	Device		"Video Card 00"
	Monitor		"Generic Monitor 00"
	DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"640x480"
	EndSubSection
EndSection
Section "Screen"
	Identifier	"Screen 01"
	Device		"Video Card 01"
	Monitor		"Generic Monitor 01"
	DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"640x480"
	EndSubSection
EndSection
Section "Screen"
	Identifier	"Screen 02"
	Device		"Video Card 02"
	Monitor		"Generic Monitor 02"
	DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"640x480"
	EndSubSection
EndSection
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Screen 00"
	Screen		"Screen 01"	RightOf	"Screen 00"
	InputDevice	"Keyboard 00"
	InputDevice	"Mouse 00"
	Option		"Xinerama"	"true"
EndSection
Section "DRI"
	Mode	0666
EndSection
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.0.1 (Debian 4.3.0.dfsg.1-4 20040529113443 root@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.6-rc3-bk9 i686 [ELF] 
Build Date: 29 May 2004
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.8.1-gummi-2 (root@gummi) (gcc version 3.3.4 (Debian 1:3.3.4-3)) #1 Sat Aug 28 00:17:17 CEST 2004 
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: Wed Sep  1 07:34:27 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen 00" (0)
(**) |   |-->Monitor "Generic Monitor 00"
(**) |   |-->Device "Video Card 00"
(**) |-->Screen "Screen 01" (1)
(**) |   |-->Monitor "Generic Monitor 01"
(**) |   |-->Device "Video Card 01"
(**) |-->Input Device "Keyboard 00"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse 00"
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/cyrillic,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "true"
(**) Xinerama: enabled
(++) 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.6
	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.0.1, 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.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(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 1106,0305 card 1043,8033 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 1106,0686 card 1043,8033 rev 22 class 06,01,00 hdr 80
(II) PCI: 00:04:1: chip 1106,0571 card 0000,0000 rev 10 class 01,01,8a hdr 00
(II) PCI: 00:04:2: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
(II) PCI: 00:04:3: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
(II) PCI: 00:04:4: chip 1106,3057 card 1043,8033 rev 30 class 06,80,00 hdr 00
(II) PCI: 00:09:0: chip 102b,051b card 102b,0100 rev 00 class 03,00,00 hdr 00
(II) PCI: 00:0a:0: chip 11c1,5811 card 11c1,5811 rev 04 class 0c,00,10 hdr 00
(II) PCI: 00:0b:0: chip 102b,051b card 102b,2100 rev 00 class 03,00,00 hdr 00
(II) PCI: 00:0c:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 hdr 80
(II) PCI: 00:0d:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 00:11:0: chip 105a,0d30 card 105a,4d33 rev 02 class 01,80,00 hdr 00
(II) PCI: 01:00:0: chip 102b,051f card 102b,2100 rev 00 class 03,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:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xdd800000 - 0xdeefffff (0x1700000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe2f00000 - 0xe3ffffff (0x1100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:4:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:9:0) Matrox Graphics, Inc. MGA 2164W [Millennium II] rev 0, Mem @ 0xe1000000/24, 0xdd000000/14, 0xdc800000/23, BIOS @ 0xe0ff0000/16
(--) PCI: (0:11:0) Matrox Graphics, Inc. MGA 2164W [Millennium II] rev 0, Mem @ 0xdf000000/24, 0xdb800000/14, 0xdb000000/23, BIOS @ 0xdeff0000/16
(--) PCI:*(1:0:0) Matrox Graphics, Inc. MGA 2164W [Millennium II] AGP rev 0, Mem @ 0xe3000000/24, 0xde000000/14, 0xdd800000/23, BIOS @ 0xe2ff0000/16
(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 0xe4000000 from 0xe7ffffff to 0xe3ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xda000000 - 0xda01ffff (0x20000) MX[B]
	[1] -1	0	0xda800000 - 0xda8000ff (0x100) MX[B]
	[2] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[B]
	[3] -1	0	0xe4000000 - 0xe3ffffff (0x0) MX[B]O
	[4] -1	0	0xe2ff0000 - 0xe2ffffff (0x10000) MX[B](B)
	[5] -1	0	0xdd800000 - 0xddffffff (0x800000) MX[B](B)
	[6] -1	0	0xde000000 - 0xde003fff (0x4000) MX[B](B)
	[7] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
	[8] -1	0	0x00008800 - 0x0000883f (0x40) IX[B]
	[9] -1	0	0x00009000 - 0x00009003 (0x4) IX[B]
	[10] -1	0	0x00009400 - 0x00009407 (0x8) IX[B]
	[11] -1	0	0x00009800 - 0x00009803 (0x4) IX[B]
	[12] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
	[13] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[14] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[15] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[16] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[17] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1	0	0xdeff0000 - 0xdeffffff (0x10000) MX[B](B)
	[1] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[2] -1	0	0xdb800000 - 0xdb803fff (0x4000) MX[B](B)
	[3] -1	0	0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
	[4] -1	0	0xe0ff0000 - 0xe0ffffff (0x10000) MX[B](B)
	[5] -1	0	0xdc800000 - 0xdcffffff (0x800000) MX[B](B)
	[6] -1	0	0xdd000000 - 0xdd003fff (0x4000) MX[B](B)
	[7] -1	0	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[8] -1	0	0x00001020 - 0x00001027 (0x8) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xda000000 - 0xda01ffff (0x20000) MX[B]
	[1] -1	0	0xda800000 - 0xda8000ff (0x100) MX[B]
	[2] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[B]
	[3] -1	0	0xe4000000 - 0xe3ffffff (0x0) MX[B]O
	[4] -1	0	0xe2ff0000 - 0xe2ffffff (0x10000) MX[B](B)
	[5] -1	0	0xdd800000 - 0xddffffff (0x800000) MX[B](B)
	[6] -1	0	0xde000000 - 0xde003fff (0x4000) MX[B](B)
	[7] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
	[8] -1	0	0x00008800 - 0x0000883f (0x40) IX[B]
	[9] -1	0	0x00009000 - 0x00009003 (0x4) IX[B]
	[10] -1	0	0x00009400 - 0x00009407 (0x8) IX[B]
	[11] -1	0	0x00009800 - 0x00009803 (0x4) IX[B]
	[12] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
	[13] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[14] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[15] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[16] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[17] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xdeff0000 - 0xdeffffff (0x10000) MX[B](B)
	[1] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[2] -1	0	0xdb800000 - 0xdb803fff (0x4000) MX[B](B)
	[3] -1	0	0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
	[4] -1	0	0xe0ff0000 - 0xe0ffffff (0x10000) MX[B](B)
	[5] -1	0	0xdc800000 - 0xdcffffff (0x800000) MX[B](B)
	[6] -1	0	0xdd000000 - 0xdd003fff (0x4000) MX[B](B)
	[7] -1	0	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[8] -1	0	0x00001020 - 0x00001027 (0x8) 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 - 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) All system 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	0xda000000 - 0xda01ffff (0x20000) MX[B]
	[6] -1	0	0xda800000 - 0xda8000ff (0x100) MX[B]
	[7] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[B]
	[8] -1	0	0xe4000000 - 0xe3ffffff (0x0) MX[B]O
	[9] -1	0	0xe2ff0000 - 0xe2ffffff (0x10000) MX[B](B)
	[10] -1	0	0xdd800000 - 0xddffffff (0x800000) MX[B](B)
	[11] -1	0	0xde000000 - 0xde003fff (0x4000) MX[B](B)
	[12] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
	[13] -1	0	0xdeff0000 - 0xdeffffff (0x10000) MX[B](B)
	[14] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[15] -1	0	0xdb800000 - 0xdb803fff (0x4000) MX[B](B)
	[16] -1	0	0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
	[17] -1	0	0xe0ff0000 - 0xe0ffffff (0x10000) MX[B](B)
	[18] -1	0	0xdc800000 - 0xdcffffff (0x800000) MX[B](B)
	[19] -1	0	0xdd000000 - 0xdd003fff (0x4000) MX[B](B)
	[20] -1	0	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x00008800 - 0x0000883f (0x40) IX[B]
	[24] -1	0	0x00009000 - 0x00009003 (0x4) IX[B]
	[25] -1	0	0x00009400 - 0x00009407 (0x8) IX[B]
	[26] -1	0	0x00009800 - 0x00009803 (0x4) IX[B]
	[27] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
	[28] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[29] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[30] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[31] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[32] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[33] -1	0	0x00001020 - 0x00001027 (0x8) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.3.0.1, 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: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.3.0.1, 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: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.3.0.1, 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: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.1.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.4
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400,
	mgag550
(II) Primary Device is: PCI 01:00:0
(WW) MGA: No matching Device section for instance (BusID PCI:0:11:0) found
(**) Chipset override: mga2164w
(**) Chipset mga2164w found
(**) Chipset override: mga2164w
(**) Chipset mga2164w found
(II) resource ranges after xf86ClaimFixedResources() call:
	[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	0xda000000 - 0xda01ffff (0x20000) MX[B]
	[6] -1	0	0xda800000 - 0xda8000ff (0x100) MX[B]
	[7] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[B]
	[8] -1	0	0xe4000000 - 0xe3ffffff (0x0) MX[B]O
	[9] -1	0	0xe2ff0000 - 0xe2ffffff (0x10000) MX[B](B)
	[10] -1	0	0xdd800000 - 0xddffffff (0x800000) MX[B](B)
	[11] -1	0	0xde000000 - 0xde003fff (0x4000) MX[B](B)
	[12] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
	[13] -1	0	0xdeff0000 - 0xdeffffff (0x10000) MX[B](B)
	[14] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[15] -1	0	0xdb800000 - 0xdb803fff (0x4000) MX[B](B)
	[16] -1	0	0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
	[17] -1	0	0xe0ff0000 - 0xe0ffffff (0x10000) MX[B](B)
	[18] -1	0	0xdc800000 - 0xdcffffff (0x800000) MX[B](B)
	[19] -1	0	0xdd000000 - 0xdd003fff (0x4000) MX[B](B)
	[20] -1	0	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x00008800 - 0x0000883f (0x40) IX[B]
	[24] -1	0	0x00009000 - 0x00009003 (0x4) IX[B]
	[25] -1	0	0x00009400 - 0x00009407 (0x8) IX[B]
	[26] -1	0	0x00009800 - 0x00009803 (0x4) IX[B]
	[27] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
	[28] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[29] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[30] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[31] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[32] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[33] -1	0	0x00001020 - 0x00001027 (0x8) IX[B]
(II) resource ranges after xf86ClaimFixedResources() call:
	[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	0xda000000 - 0xda01ffff (0x20000) MX[B]
	[6] -1	0	0xda800000 - 0xda8000ff (0x100) MX[B]
	[7] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[B]
	[8] -1	0	0xe4000000 - 0xe3ffffff (0x0) MX[B]O
	[9] -1	0	0xe2ff0000 - 0xe2ffffff (0x10000) MX[B](B)
	[10] -1	0	0xdd800000 - 0xddffffff (0x800000) MX[B](B)
	[11] -1	0	0xde000000 - 0xde003fff (0x4000) MX[B](B)
	[12] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
	[13] -1	0	0xdeff0000 - 0xdeffffff (0x10000) MX[B](B)
	[14] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[15] -1	0	0xdb800000 - 0xdb803fff (0x4000) MX[B](B)
	[16] -1	0	0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
	[17] -1	0	0xe0ff0000 - 0xe0ffffff (0x10000) MX[B](B)
	[18] -1	0	0xdc800000 - 0xdcffffff (0x800000) MX[B](B)
	[19] -1	0	0xdd000000 - 0xdd003fff (0x4000) MX[B](B)
	[20] -1	0	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x00008800 - 0x0000883f (0x40) IX[B]
	[24] -1	0	0x00009000 - 0x00009003 (0x4) IX[B]
	[25] -1	0	0x00009400 - 0x00009407 (0x8) IX[B]
	[26] -1	0	0x00009800 - 0x00009803 (0x4) IX[B]
	[27] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
	[28] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[29] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[30] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[31] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[32] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[33] -1	0	0x00001020 - 0x00001027 (0x8) IX[B]
(II) resource ranges after probing:
	[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	0xda000000 - 0xda01ffff (0x20000) MX[B]
	[6] -1	0	0xda800000 - 0xda8000ff (0x100) MX[B]
	[7] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[B]
	[8] -1	0	0xe4000000 - 0xe3ffffff (0x0) MX[B]O
	[9] -1	0	0xe2ff0000 - 0xe2ffffff (0x10000) MX[B](B)
	[10] -1	0	0xdd800000 - 0xddffffff (0x800000) MX[B](B)
	[11] -1	0	0xde000000 - 0xde003fff (0x4000) MX[B](B)
	[12] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
	[13] -1	0	0xdeff0000 - 0xdeffffff (0x10000) MX[B](B)
	[14] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[15] -1	0	0xdb800000 - 0xdb803fff (0x4000) MX[B](B)
	[16] -1	0	0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
	[17] -1	0	0xe0ff0000 - 0xe0ffffff (0x10000) MX[B](B)
	[18] -1	0	0xdc800000 - 0xdcffffff (0x800000) MX[B](B)
	[19] -1	0	0xdd000000 - 0xdd003fff (0x4000) MX[B](B)
	[20] -1	0	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[21] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[22] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[23] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[24] 1	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[25] 1	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[26] 1	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[27] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[28] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[29] -1	0	0x00008800 - 0x0000883f (0x40) IX[B]
	[30] -1	0	0x00009000 - 0x00009003 (0x4) IX[B]
	[31] -1	0	0x00009400 - 0x00009407 (0x8) IX[B]
	[32] -1	0	0x00009800 - 0x00009803 (0x4) IX[B]
	[33] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
	[34] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[35] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[36] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[37] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[38] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[39] -1	0	0x00001020 - 0x00001027 (0x8) IX[B]
	[40] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[41] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
	[42] 1	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[43] 1	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(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.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(**) MGA(0): Chipset: "mga2164w"
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(**) MGA(0): Option "HWcursor" "off"
(**) MGA(0): Option "NoAccel" "on"
(==) MGA(0): Using AGP 1x mode
(**) MGA(0): Acceleration disabled
(--) MGA(0): Linear framebuffer at 0xE3000000
(--) MGA(0): MMIO registers at 0xDE000000
(--) MGA(0): Pseudo-DMA transfer window at 0xDD800000
(--) MGA(0): BIOS at 0xE2FF0000
(II) Truncating PCI BIOS Length to 32768
(--) MGA(0): Video BIOS info block at offset 0x07DC0
(--) MGA(0): Found and verified enhanced Video BIOS info block
(II) MGA(0): MGABios.RamdacType = 0x0
(WW) MGA(0): Unable to probe memory amount due to hardware bug.  Assuming 4096 KB
(--) MGA(0): VideoRAM: 4096 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.6
(==) MGA(0): Write-combining range (0xe3000000,0x400000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(0): I2C bus "DDC" initialized.
(II) MGA(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) MGA(0): I2C device "DDC:ddc2" removed.
(II) MGA(0): I2C Monitor info: (nil)
(II) MGA(0): end of I2C Monitor info
(--) MGA(0): No DDC signal
(II) MGA(0): DDC Monitor info: (nil)
(II) MGA(0): end of DDC Monitor info
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) MGA(0): initializing int10
(II) MGA(0): Primary V_BIOS segment is: 0xc000
(II) MGA(0): VESA BIOS detected
(II) MGA(0): VESA VBE Version 2.0
(II) MGA(0): VESA VBE Total Mem: 4096 kB
(II) MGA(0): VESA VBE OEM: Matrox Graphics Inc.
(II) MGA(0): VESA VBE OEM Software Rev: 1.0
(II) MGA(0): VESA VBE OEM Vendor: Matrox
(II) MGA(0): VESA VBE OEM Product: MISTRAL
(II) MGA(0): VESA VBE OEM Product Rev: 00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) MGA(0): VESA VBE DDC supported
(II) MGA(0): VESA VBE DDC Level none
(II) MGA(0): VESA VBE DDC transfer in appr. 0 sec.
(II) MGA(0): VESA VBE DDC read failed
(==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(0): Min pixel clock is 12 MHz
(--) MGA(0): Max pixel clock is 250 MHz
(--) MGA(0): MCLK used is 66.0 MHz
(II) MGA(0): Generic Monitor 00: Using hsync range of 30.00-100.00 kHz
(II) MGA(0): Generic Monitor 00: Using vrefresh range of 50.00-200.00 Hz
(II) MGA(0): Clock range:  12.00 to 250.00 MHz
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(0): Not using default mode "896x672" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(0): Not using default mode "928x696" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) MGA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) MGA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) MGA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) MGA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) MGA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) MGA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) MGA(0): Not using default mode "1280x960" (width too large for virtual size)
(II) MGA(0): Not using default mode "1280x960" (width too large for virtual size)
(II) MGA(0): Not using default mode "1152x864" (width too large for virtual size)
(II) MGA(0): Not using default mode "1152x768" (width too large for virtual size)
(II) MGA(0): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(0): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(0): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(0): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(0): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(0): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(0): Not using default mode "960x720" (width too large for virtual size)
(II) MGA(0): Not using default mode "928x696" (width too large for virtual size)
(II) MGA(0): Not using default mode "896x672" (width too large for virtual size)
(II) MGA(0): Not using default mode "832x624" (width too large for virtual size)
(II) MGA(0): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(0): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(0): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(0): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(0): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(0): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(0): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(0): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(0): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(0): Not using default mode "700x525" (width too large for virtual size)
(II) MGA(0): Not using default mode "700x525" (width too large for virtual size)
(II) MGA(0): Not using default mode "640x512" (height too large for virtual size)
(II) MGA(0): Not using default mode "640x512" (height too large for virtual size)
(II) MGA(0): Not using default mode "640x512" (height too large for virtual size)
(II) MGA(0): Not using default mode "720x400" (width too large for virtual size)
(--) MGA(0): Virtual size is 640x480 (pitch 640)
(**) MGA(0): *Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) MGA(0): Modeline "640x480"   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync
(**) MGA(0):  Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) MGA(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) MGA(0):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) MGA(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) MGA(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) MGA(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) MGA(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) MGA(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) MGA(0):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync
(**) MGA(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) MGA(0): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(**) MGA(0):  Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) MGA(0): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync
(**) MGA(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) MGA(0): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync -vsync
(**) MGA(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) MGA(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) MGA(0):  Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(II) MGA(0): Modeline "512x384"   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync
(**) MGA(0):  Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) MGA(0): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 doublescan +hsync +vsync
(**) MGA(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) MGA(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) MGA(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) MGA(0):  Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D)
(II) MGA(0): Modeline "512x384"   22.45  512 516 604 632  384 384 388 409 interlace doublescan +hsync +vsync
(**) MGA(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) MGA(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) MGA(0):  Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) MGA(0): Modeline "400x300"   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync
(**) MGA(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) MGA(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) MGA(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) MGA(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) MGA(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) MGA(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) MGA(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) MGA(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) MGA(0):  Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(II) MGA(0): Modeline "320x240"   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync
(**) MGA(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) MGA(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync
(**) MGA(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) MGA(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doublescan -hsync -vsync
(**) MGA(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) MGA(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(**) MGA(0):  Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) MGA(0): Modeline "360x200"   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync
(**) MGA(0):  Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) MGA(0): Modeline "320x200"   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync
(**) MGA(0):  Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) MGA(0): Modeline "320x175"   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync
(==) MGA(0): DPI set to (75, 75)
(II) MGA(0): YDstOrg is set to 0
(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.0.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(**) MGA(1): Chipset: "mga2164w"
(**) MGA(1): Depth 16, (--) framebuffer bpp 16
(==) MGA(1): RGB weight 565
(**) MGA(1): Option "HWcursor" "off"
(**) MGA(1): Option "NoAccel" "on"
(==) MGA(1): Using AGP 1x mode
(**) MGA(1): Acceleration disabled
(--) MGA(1): Linear framebuffer at 0xE1000000
(--) MGA(1): MMIO registers at 0xDD000000
(--) MGA(1): Pseudo-DMA transfer window at 0xDC800000
(--) MGA(1): BIOS at 0xE0FF0000
(II) Truncating PCI BIOS Length to 32768
(--) MGA(1): Video BIOS info block at offset 0x07DC0
(--) MGA(1): Found and verified enhanced Video BIOS info block
(II) MGA(1): MGABios.RamdacType = 0x0
(==) MGA(1): Write-combining range (0xe1000000,0x800000)
(WW) MGA(1): Unable to probe memory amount due to hardware bug.  Assuming 4096 KB
(--) MGA(1): VideoRAM: 4096 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/X11R6/lib/modules/libi2c.a
(==) MGA(1): Write-combining range (0xe1000000,0x400000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(II) MGA(1): DDC1 disabled - chip not in VGA mode
(II) MGA(1): I2C bus "DDC" initialized.
(II) MGA(1): I2C device "DDC:ddc2" registered at address 0xA0.
(II) MGA(1): I2C device "DDC:ddc2" removed.
(II) MGA(1): I2C Monitor info: (nil)
(II) MGA(1): end of I2C Monitor info
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) MGA(1): initializing int10
(II) Truncating PCI BIOS Length to 32768
(II) MGA(1): VESA BIOS detected
(II) MGA(1): VESA VBE Version 2.0
(II) MGA(1): VESA VBE Total Mem: 4096 kB
(II) MGA(1): VESA VBE OEM: Matrox Graphics Inc.
(II) MGA(1): VESA VBE OEM Software Rev: 1.1
(II) MGA(1): VESA VBE OEM Vendor: Matrox
(II) MGA(1): VESA VBE OEM Product: MISTRAL
(II) MGA(1): VESA VBE OEM Product Rev: 00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) MGA(1): VESA VBE DDC supported
(II) MGA(1): VESA VBE DDC Level none
(II) MGA(1): VESA VBE DDC transfer in appr. 0 sec.
(II) MGA(1): VESA VBE DDC read failed
(==) MGA(1): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(1): Min pixel clock is 12 MHz
(--) MGA(1): Max pixel clock is 250 MHz
(--) MGA(1): MCLK used is 66.0 MHz
(II) MGA(1): Generic Monitor 01: Using hsync range of 30.00-100.00 kHz
(II) MGA(1): Generic Monitor 01: Using vrefresh range of 50.00-200.00 Hz
(II) MGA(1): Clock range:  12.00 to 250.00 MHz
(II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(1): Not using default mode "800x600" (hsync out of range)
(II) MGA(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(1): Not using default mode "896x672" (hsync out of range)
(II) MGA(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(1): Not using default mode "928x696" (hsync out of range)
(II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(1): Not using default mode "960x720" (hsync out of range)
(II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(1): Not using default mode "960x720" (hsync out of range)
(II) MGA(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1024x768" (hsync out of range)
(II) MGA(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1024x768" (hsync out of range)
(II) MGA(1): Not using default mode "1600x1200" (width too large for virtual size)
(II) MGA(1): Not using default mode "1600x1200" (width too large for virtual size)
(II) MGA(1): Not using default mode "1600x1200" (width too large for virtual size)
(II) MGA(1): Not using default mode "1600x1200" (width too large for virtual size)
(II) MGA(1): Not using default mode "1400x1050" (width too large for virtual size)
(II) MGA(1): Not using default mode "1400x1050" (width too large for virtual size)
(II) MGA(1): Not using default mode "1280x1024" (width too large for virtual size)
(II) MGA(1): Not using default mode "1280x1024" (width too large for virtual size)
(II) MGA(1): Not using default mode "1280x1024" (width too large for virtual size)
(II) MGA(1): Not using default mode "1280x960" (width too large for virtual size)
(II) MGA(1): Not using default mode "1280x960" (width too large for virtual size)
(II) MGA(1): Not using default mode "1152x864" (width too large for virtual size)
(II) MGA(1): Not using default mode "1152x768" (width too large for virtual size)
(II) MGA(1): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(1): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(1): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(1): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(1): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(1): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(1): Not using default mode "960x720" (width too large for virtual size)
(II) MGA(1): Not using default mode "928x696" (width too large for virtual size)
(II) MGA(1): Not using default mode "896x672" (width too large for virtual size)
(II) MGA(1): Not using default mode "832x624" (width too large for virtual size)
(II) MGA(1): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(1): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(1): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(1): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(1): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(1): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(1): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(1): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(1): Not using default mode "800x600" (width too large for virtual size)
(II) MGA(1): Not using default mode "700x525" (width too large for virtual size)
(II) MGA(1): Not using default mode "700x525" (width too large for virtual size)
(II) MGA(1): Not using default mode "640x512" (height too large for virtual size)
(II) MGA(1): Not using default mode "640x512" (height too large for virtual size)
(II) MGA(1): Not using default mode "640x512" (height too large for virtual size)
(II) MGA(1): Not using default mode "720x400" (width too large for virtual size)
(--) MGA(1): Virtual size is 640x480 (pitch 640)
(**) MGA(1): *Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) MGA(1): Modeline "640x480"   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync
(**) MGA(1):  Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) MGA(1): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) MGA(1):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) MGA(1): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) MGA(1):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) MGA(1): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) MGA(1):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) MGA(1): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) MGA(1):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) MGA(1): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync
(**) MGA(1):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) MGA(1): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(**) MGA(1):  Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) MGA(1): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync
(**) MGA(1):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) MGA(1): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync -vsync
(**) MGA(1):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) MGA(1): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) MGA(1):  Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(II) MGA(1): Modeline "512x384"   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync
(**) MGA(1):  Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) MGA(1): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 doublescan +hsync +vsync
(**) MGA(1):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) MGA(1): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) MGA(1):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) MGA(1): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) MGA(1):  Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D)
(II) MGA(1): Modeline "512x384"   22.45  512 516 604 632  384 384 388 409 interlace doublescan +hsync +vsync
(**) MGA(1):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) MGA(1): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) MGA(1):  Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) MGA(1): Modeline "400x300"   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync
(**) MGA(1):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) MGA(1): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) MGA(1):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) MGA(1): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) MGA(1):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) MGA(1): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) MGA(1):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) MGA(1): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) MGA(1):  Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(II) MGA(1): Modeline "320x240"   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync
(**) MGA(1):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) MGA(1): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync
(**) MGA(1):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) MGA(1): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doublescan -hsync -vsync
(**) MGA(1):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) MGA(1): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(**) MGA(1):  Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) MGA(1): Modeline "360x200"   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync
(**) MGA(1):  Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) MGA(1): Modeline "320x200"   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync
(**) MGA(1):  Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) MGA(1): Modeline "320x175"   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync
(==) MGA(1): DPI set to (75, 75)
(II) MGA(1): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) resource ranges after preInit:
	[0] 0	0	0xdc800000 - 0xdcffffff (0x800000) MX[B]
	[1] 0	0	0xdd000000 - 0xdd003fff (0x4000) MX[B]
	[2] 0	0	0xe1000000 - 0xe1ffffff (0x1000000) MX[B]
	[3] 1	0	0xdd800000 - 0xddffffff (0x800000) MX[B]
	[4] 1	0	0xde000000 - 0xde003fff (0x4000) MX[B]
	[5] 1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B]
	[6] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[7] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[8] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[9] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[10] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[11] -1	0	0xda000000 - 0xda01ffff (0x20000) MX[B]
	[12] -1	0	0xda800000 - 0xda8000ff (0x100) MX[B]
	[13] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[B]
	[14] -1	0	0xe4000000 - 0xe3ffffff (0x0) MX[B]O
	[15] -1	0	0xe2ff0000 - 0xe2ffffff (0x10000) MX[B](B)
	[16] -1	0	0xdd800000 - 0xddffffff (0x800000) MX[B](B)
	[17] -1	0	0xde000000 - 0xde003fff (0x4000) MX[B](B)
	[18] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
	[19] -1	0	0xdeff0000 - 0xdeffffff (0x10000) MX[B](B)
	[20] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[21] -1	0	0xdb800000 - 0xdb803fff (0x4000) MX[B](B)
	[22] -1	0	0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
	[23] -1	0	0xe0ff0000 - 0xe0ffffff (0x10000) MX[B](B)
	[24] -1	0	0xdc800000 - 0xdcffffff (0x800000) MX[B](B)
	[25] -1	0	0xdd000000 - 0xdd003fff (0x4000) MX[B](B)
	[26] -1	0	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[27] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[28] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[29] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[30] 1	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[31] 1	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[32] 1	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[33] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[34] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[35] -1	0	0x00008800 - 0x0000883f (0x40) IX[B]
	[36] -1	0	0x00009000 - 0x00009003 (0x4) IX[B]
	[37] -1	0	0x00009400 - 0x00009407 (0x8) IX[B]
	[38] -1	0	0x00009800 - 0x00009803 (0x4) IX[B]
	[39] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
	[40] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[41] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[42] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[43] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[44] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[45] -1	0	0x00001020 - 0x00001027 (0x8) IX[B]
	[46] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[47] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
	[48] 1	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[49] 1	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) MGA(0): Write-combining range (0xe3000000,0x400000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(0): 64 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(EE) MGA(0): Acceleration disabled, not initializing the DRI
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(**) MGA(0): Direct rendering disabled
(WW) MGA(0): Option "VideoRAM" is not used
(==) RandR enabled
(==) MGA(1): Write-combining range (0xe1000000,0x400000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(--) MGA(1): 64 DWORD fifo
(==) MGA(1): Default visual is TrueColor
(EE) MGA(1): Acceleration disabled, not initializing the DRI
(==) MGA(1): Backing store disabled
(==) MGA(1): Silken mouse enabled
(**) Option "dpms"
(**) MGA(1): DPMS enabled
(**) MGA(1): Direct rendering disabled
(WW) MGA(1): Option "VideoRAM" is not used
(==) RandR enabled
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXLastContext from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
(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 XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard "Keyboard 00" handled by legacy driver
(**) Option "Protocol" "ImPS/2"
(**) Mouse 00: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Mouse 00: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "false"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse 00: ZAxisMapping: buttons 4 and 5
(**) Mouse 00: Buttons: 5
(II) XINPUT: Adding extended input device "Mouse 00" (type: MOUSE)
(II) Mouse 00: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element /usr/lib/X11/fonts/Speedo, removing from list!
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Mouse 00: ps2EnableDataReporting: succeeded
SetClientVersion: 0 7
GetModeLine - scrn: 0 clock: 74250
GetModeLine - hdsp: 640 hbeg: 672 hend: 752 httl: 864
              vdsp: 480 vbeg: 480 vend: 482 vttl: 505 flags: 37
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources

[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