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

Bug#290485: xserver-xfree86: blender crashes xserver running in xinerama mode on mga G550 card



Package: xserver-xfree86
Version: 4.3.0.dfsg.1-10
Severity: normal


Launching blender causes X to segfault immediatly, leaving
the mouse and keyboard in an unusable state. 

This bug maybe related to the bugs #283001, #286135 and #273655

I have a Matrox G550 card with two monitors attached to it, with
xinerama turned on.

DRI is turned off due to xinerama, but glxgears works.

Most of the testing I've done from a remote computer with
$ startx &
$ DISPLAY=:0 blender-bin 

If I run the X-server without xinerama with
$ startx -- -xinerama
blender works.

the core dump from xserver-xfree86-debug gives the backtrace:

(gdb) bt
#0  0x00000000 in ?? ()
#1  0x08479934 in AbortDDX () at xf86Init.c:1194
#2  0x0851c197 in AbortServer () at utils.c:436
#3  0x0851db23 in FatalError (
    f=0x8a3d620 "Caught signal %d.  Server aborting\n") at utils.c:1421
#4  0x084949fa in xf86SigHandler (signo=11) at xf86Events.c:1230
#5  <signal handler called>
#6  0x0889462b in _tnl_Color4ubv (v=0x8cfa5dc "") at t_imm_api.c:466
#7  0x0871f446 in glColor4ubv (v=0x8cfa5dc "") at glapitemp.h:311
#8  0x08815efd in neutral_Color4ubv (v=0x8cfa5dc "") at vtxfmt_tmp.h:84
#9  0x0871f446 in glColor4ubv (v=0x8cfa5dc "") at glapitemp.h:311
#10 0x086e690b in __glXDisp_Color4ubv (pc=0x8cfa5dc "") at
g_render.c:169
#11 0x0870a75e in __glXRender (cl=0x8cf9958, pc=0x8cfa5d8 "\b")
    at glxcmds.c:1188
#12 0x086e5903 in __glXDispatch (client=0x8cf9550) at glxext.c:431
#13 0x084e3688 in Dispatch () at dispatch.c:450
#14 0x084fabfc in main (argc=3, argv=0xbffffd84, envp=0xbffffd94) at
main.c:469
(gdb) bt full -7 
#8  0x08815efd in neutral_Color4ubv (v=0x8cfa5dc "") at vtxfmt_tmp.h:84
No locals.
#9  0x0871f446 in glColor4ubv (v=0x8cfa5dc "") at glapitemp.h:311
No locals.
#10 0x086e690b in __glXDisp_Color4ubv (pc=0x8cfa5dc "") at
g_render.c:169
No locals.
#11 0x0870a75e in __glXRender (cl=0x8cf9958, pc=0x8cfa5d8 "\b")
    at glxcmds.c:1188
        entry = (__GLXrenderSizeData *) 0x8b16758
        extra = 0
        proc = (void (*)(GLbyte *)) 0x86e68fa <__glXDisp_Color4ubv>
        req = (xGLXRenderReq *) 0x8cfa5b8
        client = 0x8cf9550
        left = 564
        cmdlen = 8
        error = 147826104
        commandsDone = 3
        opcode = 19
        hdr = (__GLXrenderHeader *) 0x8cfa5d8
        glxc = (__GLXcontext *) 0x8cfcf40
#12 0x086e5903 in __glXDispatch (client=0x8cf9550) at glxext.c:431
        stuff = (xGLXSingleReq *) 0x8cfa5b8
        opcode = 1 '\001'
        proc = (int (*)(__GLXclientState *, GLbyte *)) 0x870a5ae
<__glXRender>
        cl = (__GLXclientState *) 0x8cf9958
#13 0x084e3688 in Dispatch () at dispatch.c:450
        clientReady = (int *) 0xbffff894
        result = 596
        client = 0x8cf9550
        nready = 0
        icheck = (HWEventQueuePtr *) 0x8b5d088
        start_tick = 180
#14 0x084fabfc in main (argc=3, argv=0xbffffd84, envp=0xbffffd94) at
main.c:469
        i = 2
        j = 2
        k = 2
        error = 0
        xauthfile = 0x0
        alwaysCheckForInput = {0, 1}
(gdb) 
#8  0x08815efd in neutral_Color4ubv (v=0x8cfa5dc "") at vtxfmt_tmp.h:84
No locals.
#9  0x0871f446 in glColor4ubv (v=0x8cfa5dc "") at glapitemp.h:311
No locals.
#10 0x086e690b in __glXDisp_Color4ubv (pc=0x8cfa5dc "") at
g_render.c:169
No locals.
#11 0x0870a75e in __glXRender (cl=0x8cf9958, pc=0x8cfa5d8 "\b")
    at glxcmds.c:1188
        entry = (__GLXrenderSizeData *) 0x8b16758
        extra = 0
        proc = (void (*)(GLbyte *)) 0x86e68fa <__glXDisp_Color4ubv>
        req = (xGLXRenderReq *) 0x8cfa5b8
        client = 0x8cf9550
        left = 564
        cmdlen = 8
        error = 147826104
        commandsDone = 3
        opcode = 19
        hdr = (__GLXrenderHeader *) 0x8cfa5d8
        glxc = (__GLXcontext *) 0x8cfcf40
#12 0x086e5903 in __glXDispatch (client=0x8cf9550) at glxext.c:431
        stuff = (xGLXSingleReq *) 0x8cfa5b8
        opcode = 1 '\001'
        proc = (int (*)(__GLXclientState *, GLbyte *)) 0x870a5ae
<__glXRender>
        cl = (__GLXclientState *) 0x8cf9958
#13 0x084e3688 in Dispatch () at dispatch.c:450
        clientReady = (int *) 0xbffff894
        result = 596
        client = 0x8cf9550
        nready = 0
        icheck = (HWEventQueuePtr *) 0x8b5d088
        start_tick = 180
#14 0x084fabfc in main (argc=3, argv=0xbffffd84, envp=0xbffffd94) at
main.c:469
        i = 2
        j = 2
        k = 2
        error = 0
        xauthfile = 0x0
        alwaysCheckForInput = {0, 1}


Hope this helps.
Philipp

-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86
xserver-xfree86-dbg

/var/lib/xfree86/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx  1 root root 20 Aug  4  2003 /etc/X11/X -> /usr/bin/X11/XFree86
-rwxr-xr-x  1 root root 1745740 Dec 15 20:19 /usr/bin/X11/XFree86

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86
xserver-xfree86-dbg

VGA-compatible devices on PCI bus:
0000:01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G550 AGP (rev 01)

/etc/X11/XF86Config:

Section "ServerFlags"
	Option "DefaultServerLayout" "xinerama"
	Option "AllowMouseOpenFail"  "true"
	Option "DontZap"	"true"
	Option	"SingleCard"	"true"
EndSection

Section "ServerLayout"
	Identifier     "xinerama"
	Screen      0  "Screen0"
	Screen	    1  "Screen1" LeftOf "Screen0" 
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "PS/2 Mouse" "CorePointer"
	Option "Xinerama"	"true"
EndSection

Section "ServerLayout"
	Identifier     "multihead"
	Screen      0  "Screen0"
	#Screen	    1  "Screen1" LeftOf "Screen0" 
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "PS/2 Mouse" "CorePointer"
	Option "Xinerama"	"false"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
	FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
# Additional fonts: Locale, Gimp, TTF...
	#FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
#	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
#	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
	#FontPath     "/usr/share/fonts/ttf/western"
	#FontPath     "/usr/share/fonts/ttf/decoratives"
	#FontPath     "/usr/share/fonts/truetype/openoffice"
	#FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
	#FontPath     "/usr/share/fonts/truetype/freefont"
	#FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
	#FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
	#FontPath     "unix/:7110"
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
        Load  "bitmap" # bitmap-fonts
	Load  "speedo"
	Load  "type1"
	Load  "freetype"
	Load  "record"
	Load  "v4l"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
        Option      "CoreKeyboard"
	Option "XkbRules" "xfree86"
	Option "XkbModel" "pc105"
	Option "XkbLayout" "us"
	#Option "XkbVariant" "nodeadkeys"
	#Option "XkbOptions" "grp:ctrls_toggle"

EndSection

Section "InputDevice"
	Identifier  "PS/2 Mouse"
	Driver      "mouse"
	Option      "Protocol" "IMPS/2"
	Option      "ZAxisMapping"          "4 5"
        Option      "Buttons"               "5"
	Option      "Device" "/dev/psaux"
	Option	    "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
	Option		"SendCoreEvents"	"true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection


Section "Monitor"
	Identifier	"Monitor1"
	Option	"DPMS"	"true"
	VendorName	"NEC"
	ModelName	"NEC65df"
	DisplaySize     340 270
	HorizSync 31 - 68 # DDC-probed
	VertRefresh 56 - 75 # DDC-probed
	# "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz #DDC-probed
	Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	Option	"DPMS"	"true"
	VendorName	"SONY"
	ModelName	"SNY2550"
	DisplaySize	300 230 #DDC probed
	HorizSync  28 - 52
	VertRefresh 57 - 63
	# "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
	Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "PciRetry"                  # [<bool>]
        #Option     "SyncOnGreen"               # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "Overlay"                   # [<str>]
        #Option     "MGASDRAM"                  # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "SetMclk"                   # <freq>
        #Option     "OverclockMem"              # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "Rotate"                    # [<str>]
        #Option     "TexturedVideo"             # [<bool>]
        #Option     "Crtc2Half"                 # [<bool>]
        #Option     "Crtc2Ram"                  # <i>
        #Option     "Int10"                     # [<bool>]
        #Option     "AGPMode"                   # <i>
        #Option     "AGPSize"                   # <i>
        #Option     "DigitalScreen1"            # [<bool>]
        #Option     "DigitalScreen2"            # [<bool>]
        #Option     "TV"                        # [<bool>]
        #Option     "TVStandard"                # [<str>]
        #Option     "CableType"                 # [<str>]
        #Option     "NoHal"                     # [<bool>]
        #Option     "SwappedHead"               # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "MergedFB"                  # [<bool>]
        #Option     "Monitor2HSync"             # [<str>]
        #Option     "Monitor2VRefresh"          # [<str>]
        #Option     "Monitor2Position"          # [<str>]
        #Option     "MetaModes"                 # [<str>]
        Identifier  "Card0"
        Driver      "mga"
        VendorName  "Matrox Graphics, Inc."
        BoardName   "MGA G550 AGP"
        BusID       "PCI:1:0:0"
	Screen	0
	Option      "DigitalScreen1"
EndSection

Section "Device"
       ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "PciRetry"                  # [<bool>]
        #Option     "SyncOnGreen"               # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "Overlay"                   # [<str>]
        #Option     "MGASDRAM"                  # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "SetMclk"                   # <freq>
        #Option     "OverclockMem"              # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "Rotate"                    # [<str>]
        #Option     "TexturedVideo"             # [<bool>]
        #Option     "Crtc2Half"                 # [<bool>]
        #Option     "Crtc2Ram"                  # <i>
        #Option     "Int10"                     # [<bool>]
        #Option     "AGPMode"                   # <i>
        #Option     "AGPSize"                   # <i>
        #Option     "DigitalScreen1"            # [<bool>]
        #Option     "DigitalScreen2"            # [<bool>]
        #Option     "TV"                        # [<bool>]
        #Option     "TVStandard"                # [<str>]
        #Option     "CableType"                 # [<str>]
        #Option     "NoHal"                     # [<bool>]
        #Option     "SwappedHead"               # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "MergedFB"                  # [<bool>]
        #Option     "Monitor2HSync"             # [<str>]
        #Option     "Monitor2VRefresh"          # [<str>]
        #Option     "Monitor2Position"          # [<str>]
        #Option     "MetaModes"                 # [<str>]
        Identifier  "Card1"
        Driver      "mga"
        VendorName  "Matrox Graphics, Inc."
        BoardName   "MGA G550 AGP"
        BusID       "PCI:1:0:0"
	Screen	1
	Option	    "NoDDC"
	#Option      "HWcursor" "off"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultColorDepth 16
	SubSection "Display"
		Depth     1
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	DefaultColorDepth 16
	SubSection "Display"
		Depth     1
		Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection

XFree86 X server log files on system:
-rw-r--r--  1 root root 47585 Jan 14 11:47 /var/log/XFree86.0.log

Contents of most recent XFree86 X server log file
/var/log/XFree86.0.log:
XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-10 20041215174925 fabbione@fabbione.net)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.26 i686 [ELF] 
Build Date: 15 December 2004

This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way.  Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.

We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.

Before filing a bug report, you may want to consult the Debian X FAQ:
       XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
  plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz

Module Loader present
OS Kernel: Linux version 2.6.8-jp4 (root@ibrpc26) (gcc version 3.3.5 (Debian 1:3.3.5-5)) #1 Thu Jan 13 10:17:25 CET 2005 
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: Fri Jan 14 11:47:25 2005
(==) Using config file: "/etc/X11/XF86Config"
(**) Option "defaultserverlayout" "xinerama"
(**) ServerLayout "xinerama"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "PS/2 Mouse"
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi/").
(WW) The directory "/usr/X11R6/lib/X11/fonts/PEX" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi").
(**) FontPath set to "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/100dpi"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "DontZap" "true"
(**) Option "AllowMouseOpenFail" "true"
(**) 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 8086,2560 card 1043,80b2 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1043,8089 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1043,8089 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1043,8089 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1043,8089 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 1043,8089 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1043,8089 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1043,80b0 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 102b,2527 card 102b,0f84 rev 01 class 03,00,00 hdr 00
(II) PCI: 02:05:0: chip 14e4,4401 card 1043,80a8 rev 01 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,2), 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	0xf4800000 - 0xf5efffff (0x1700000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xf5f00000 - 0xf7ffffff (0x2100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xf3800000 - 0xf3ffffff (0x800000) 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:*(1:0:0) Matrox Graphics, Inc. MGA G550 AGP rev 1, Mem @ 0xf6000000/25, 0xf5000000/14, 0xf4800000/23, BIOS @ 0xf5fe0000/17
(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 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xf3800000 - 0xf3801fff (0x2000) MX[B]
	[1] -1	0	0xf2800000 - 0xf28000ff (0x100) MX[B]
	[2] -1	0	0xf3000000 - 0xf30001ff (0x200) MX[B]
	[3] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[4] -1	0	0xf4000000 - 0xf40003ff (0x400) MX[B]
	[5] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[6] -1	0	0xf5fe0000 - 0xf5ffffff (0x20000) MX[B](B)
	[7] -1	0	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[8] -1	0	0xf5000000 - 0xf5003fff (0x4000) MX[B](B)
	[9] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
	[10] -1	0	0x0000b400 - 0x0000b43f (0x40) IX[B]
	[11] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[12] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[13] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[14] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[15] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[16] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf3800000 - 0xf3801fff (0x2000) MX[B]
	[1] -1	0	0xf2800000 - 0xf28000ff (0x100) MX[B]
	[2] -1	0	0xf3000000 - 0xf30001ff (0x200) MX[B]
	[3] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[4] -1	0	0xf4000000 - 0xf40003ff (0x400) MX[B]
	[5] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[6] -1	0	0xf5fe0000 - 0xf5ffffff (0x20000) MX[B](B)
	[7] -1	0	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[8] -1	0	0xf5000000 - 0xf5003fff (0x4000) MX[B](B)
	[9] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
	[10] -1	0	0x0000b400 - 0x0000b43f (0x40) IX[B]
	[11] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[12] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[13] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[14] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[15] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[16] -1	0	0x0000d800 - 0x0000d81f (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 - 0x1fffffff (0x1ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf3800000 - 0xf3801fff (0x2000) MX[B]
	[6] -1	0	0xf2800000 - 0xf28000ff (0x100) MX[B]
	[7] -1	0	0xf3000000 - 0xf30001ff (0x200) MX[B]
	[8] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[9] -1	0	0xf4000000 - 0xf40003ff (0x400) MX[B]
	[10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[11] -1	0	0xf5fe0000 - 0xf5ffffff (0x20000) MX[B](B)
	[12] -1	0	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[13] -1	0	0xf5000000 - 0xf5003fff (0x4000) MX[B](B)
	[14] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x0000b400 - 0x0000b43f (0x40) IX[B]
	[18] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[19] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[20] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[21] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
(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: "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: "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: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.3.0.1, 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.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 2.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(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: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 0.0.1
	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: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: 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) 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) v4l driver for Video4Linux
(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
(--) Chipset mgag550 found
(--) Chipset mgag550 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf3800000 - 0xf3801fff (0x2000) MX[B]
	[6] -1	0	0xf2800000 - 0xf28000ff (0x100) MX[B]
	[7] -1	0	0xf3000000 - 0xf30001ff (0x200) MX[B]
	[8] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[9] -1	0	0xf4000000 - 0xf40003ff (0x400) MX[B]
	[10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[11] -1	0	0xf5fe0000 - 0xf5ffffff (0x20000) MX[B](B)
	[12] -1	0	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[13] -1	0	0xf5000000 - 0xf5003fff (0x4000) MX[B](B)
	[14] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x0000b400 - 0x0000b43f (0x40) IX[B]
	[18] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[19] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[20] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[21] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf3800000 - 0xf3801fff (0x2000) MX[B]
	[6] -1	0	0xf2800000 - 0xf28000ff (0x100) MX[B]
	[7] -1	0	0xf3000000 - 0xf30001ff (0x200) MX[B]
	[8] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[9] -1	0	0xf4000000 - 0xf40003ff (0x400) MX[B]
	[10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[11] -1	0	0xf5fe0000 - 0xf5ffffff (0x20000) MX[B](B)
	[12] -1	0	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[13] -1	0	0xf5000000 - 0xf5003fff (0x4000) MX[B](B)
	[14] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) 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	0x0000b400 - 0x0000b43f (0x40) IX[B]
	[21] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[22] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[23] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[24] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[25] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[26] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[27] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[28] 0	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: "mgag550"
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_hal_drv.o
(II) Module mga_hal: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(==) MGA(0): Matrox HAL module used
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(**) MGA(0): Option "DigitalScreen1"
(==) MGA(0): Using AGP 1x mode
(--) MGA(0): Linear framebuffer at 0xF6000000
(--) MGA(0): MMIO registers at 0xF5000000
(--) MGA(0): Pseudo-DMA transfer window at 0xF4800000
(--) MGA(0): BIOS at 0xF5FE0000
(II) Truncating PCI BIOS Length to 36864
(--) MGA(0): Video BIOS info block at offset 0x07CE0
(WW) MGA(0): Video BIOS info block not detected!
(II) MGA(0): MGABios.RamdacType = 0x0
(==) MGA(0): Write-combining range (0xf6000000,0x2000000)
(--) MGA(0): Crtc2 will use 8192K of VideoRam
(--) MGA(0): VideoRAM: 24576 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
(II) MGA(0): Splitting WC range: base: 0xf6000000, size: 0x1800000
(==) MGA(0): Write-combining range (0xf7000000,0x800000)
(==) MGA(0): Write-combining range (0xf6000000,0x1800000)
(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 device "DDC:ddc2" registered at address 0xA0.
(II) MGA(0): I2C device "DDC:ddc2" removed.
(II) MGA(0): I2C Monitor info: 0x864a880
(II) MGA(0): Manufacturer: SNY  Model: 2550  Serial#: 16843009
(II) MGA(0): Year: 2003  Week: 27
(II) MGA(0): EDID Version: 1.3
(II) MGA(0): Digital Display Input
(II) MGA(0): Max H-Image Size [cm]: horiz.: 30  vert.: 23
(II) MGA(0): Gamma: 2.20
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): First detailed timing is preferred mode
(II) MGA(0): redX: 0.631 redY: 0.347   greenX: 0.309 greenY: 0.583
(II) MGA(0): blueX: 0.149 blueY: 0.113   whiteX: 0.283 whiteY: 0.298
(II) MGA(0): Supported VESA Video Modes:
(II) MGA(0): 720x400@70Hz
(II) MGA(0): 640x480@60Hz
(II) MGA(0): 800x600@60Hz
(II) MGA(0): 1024x768@60Hz
(II) MGA(0): Manufacturer's mask: 0
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 65.0 MHz   Image Size:  304 x 228 mm
(II) MGA(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) MGA(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) MGA(0): Ranges: V min: 57  V max: 63 Hz, H min: 28  H max: 52 kHz, PixClock max 80 MHz
(II) MGA(0): Monitor name: SDM-X53
(II) MGA(0): Serial No: 9300772
(II) MGA(0): end of I2C Monitor info
(==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(0): Min pixel clock is 17 MHz
(==) MGA(0): Max pixel clock is 360 MHz
(II) MGA(0): Monitor0: Using hsync range of 28.00-52.00 kHz
(II) MGA(0): Monitor0: Using vrefresh range of 57.00-63.00 Hz
(II) MGA(0): Clock range:  17.75 to 360.00 MHz
(II) MGA(0): Not using default mode "640x350" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x400" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "720x400" (vrefresh out of range)
(II) MGA(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1152x864" (hsync out of range)
(II) MGA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1280x960" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1280x960" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "832x624" (vrefresh out of range)
(II) MGA(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1152x768" (vrefresh out of range)
(II) MGA(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1600x1024" (hsync out of range)
(II) MGA(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "2048x1536" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(0): Splitting WC range: base: 0xf6000000, size: 0x1800000
(==) MGA(0): Write-combining range (0xf7000000,0x800000)
(==) MGA(0): Write-combining range (0xf6000000,0x1800000)
(II) MGA(0): Digital screen detected on first head.
(--) MGA(0): Has SDRAM
(--) MGA(0): Virtual size is 1024x768 (pitch 1024)
(**) MGA(0): *Mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) MGA(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) MGA(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) MGA(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +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): Display dimensions: (300, 230) mm
(**) MGA(0): DPI set to (86, 84)
(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 "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(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.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(--) MGA(1): Chipset: "mgag550"
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(II) Reloading /usr/X11R6/lib/modules/drivers/mga_hal_drv.o
(==) MGA(1): Matrox HAL module used
(**) MGA(1): Depth 16, (--) framebuffer bpp 16
(==) MGA(1): RGB weight 565
(==) MGA(1): Using AGP 1x mode
(--) MGA(1): Linear framebuffer at 0xF6000000
(--) MGA(1): MMIO registers at 0xF5000000
(--) MGA(1): Pseudo-DMA transfer window at 0xF4800000
(--) MGA(1): BIOS at 0xF5FE0000
(II) Truncating PCI BIOS Length to 36864
(--) MGA(1): Video BIOS info block at offset 0x07CE0
(WW) MGA(1): Video BIOS info block not detected!
(II) MGA(1): MGABios.RamdacType = 0x0
(==) MGA(1): Write-combining range (0xf6000000,0x2000000)
(--) MGA(1): VideoRAM: 8192 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 (0xf7800000,0x800000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(1): I2C bus "DDC" initialized.
(**) MGA(1): Option "NoDDC"
(II) MGA(1): I2C Monitor info: (nil)
(II) MGA(1): end of I2C Monitor info
(II) MGA(1): DDC Monitor info: (nil)
(II) MGA(1): end of DDC Monitor info
(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.0.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(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.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(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 3.0
(II) MGA(0): VESA VBE Total Mem: 32768 kB
(II) MGA(0): VESA VBE OEM: Matrox Graphics Inc.
(II) MGA(0): VESA VBE OEM Software Rev: 1.4
(II) MGA(0): VESA VBE OEM Vendor: Matrox
(II) MGA(0): VESA VBE OEM Product: Matrox G550
(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 2
(II) MGA(0): VESA VBE DDC transfer in appr. 1 sec.
(II) MGA(0): VESA VBE DDC read successfully
(II) MGA(1): VBE DDC Monitor info: 0x8744290
(II) MGA(0): Manufacturer: SNY  Model: 2550  Serial#: 16843009
(II) MGA(0): Year: 2003  Week: 27
(II) MGA(0): EDID Version: 1.3
(II) MGA(0): Digital Display Input
(II) MGA(0): Max H-Image Size [cm]: horiz.: 30  vert.: 23
(II) MGA(0): Gamma: 2.20
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): First detailed timing is preferred mode
(II) MGA(0): redX: 0.631 redY: 0.347   greenX: 0.309 greenY: 0.583
(II) MGA(0): blueX: 0.149 blueY: 0.113   whiteX: 0.283 whiteY: 0.298
(II) MGA(0): Supported VESA Video Modes:
(II) MGA(0): 720x400@70Hz
(II) MGA(0): 640x480@60Hz
(II) MGA(0): 800x600@60Hz
(II) MGA(0): 1024x768@60Hz
(II) MGA(0): Manufacturer's mask: 0
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 65.0 MHz   Image Size:  304 x 228 mm
(II) MGA(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) MGA(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) MGA(0): Ranges: V min: 57  V max: 63 Hz, H min: 28  H max: 52 kHz, PixClock max 80 MHz
(II) MGA(0): Monitor name: SDM-X53
(II) MGA(0): Serial No: 9300772
(II) MGA(1): end of VBE DDC Monitor info

(==) MGA(1): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(1): Min pixel clock is 17 MHz
(==) MGA(1): Max pixel clock is 234 MHz
(WW) MGA(1): config file hsync range 31-68kHz not within DDC hsync range 28-52kHz
(WW) MGA(1): config file vrefresh range 56-75Hz not within DDC vrefresh range 57-63Hz
(II) MGA(1): Monitor1: Using hsync range of 31.00-68.00 kHz
(II) MGA(1): Monitor1: Using vrefresh range of 56.00-75.00 Hz
(II) MGA(1): Clock range:  17.75 to 234.00 MHz
(WW) (1280x1024,Monitor1) mode clock 108MHz exceeds DDC maximum 80MHz
(II) MGA(1): Not using default mode "640x350" (vrefresh out of range)
(II) MGA(1): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "640x400" (vrefresh out of range)
(II) MGA(1): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "720x400" (vrefresh out of range)
(II) MGA(1): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(WW) (1152x864,Monitor1) mode clock 108MHz exceeds DDC maximum 80MHz
(II) MGA(1): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(WW) (1280x960,Monitor1) mode clock 108MHz exceeds DDC maximum 80MHz
(II) MGA(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1280x960" (hsync out of range)
(II) MGA(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1152x768" (vrefresh out of range)
(II) MGA(1): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(WW) (1400x1050,Monitor1) mode clock 122MHz exceeds DDC maximum 80MHz
(II) MGA(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(WW) (1600x1024,Monitor1) mode clock 106.91MHz exceeds DDC maximum 80MHz
(II) MGA(1): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1152x864" (all modes must have the same width)
(II) MGA(1): Not using default mode "1024x768" (all modes must have the same width)
(II) MGA(1): Not using default mode "1024x768" (all modes must have the same width)
(II) MGA(1): Not using default mode "1024x768" (all modes must have the same width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same width)
(II) MGA(1): Not using default mode "640x480" (all modes must have the same width)
(II) MGA(1): Not using default mode "640x480" (all modes must have the same width)
(II) MGA(1): Not using default mode "640x480" (all modes must have the same width)
(II) MGA(1): Not using default mode "1400x1050" (width too large for virtual size)
(II) MGA(1): Not using default mode "832x624" (all modes must have the same width)
(II) MGA(1): Digital screen detected on first head.
(--) MGA(1): Has SDRAM
(--) MGA(1): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(1): *Mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) MGA(1): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MGA(1):  Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) MGA(1): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
(**) MGA(1): Display dimensions: (340, 270) mm
(WW) MGA(1): Probed monitor is 300x230 mm, using Displaysize 340x270 mm
(**) MGA(1): DPI set to (95, 96)
(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) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.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	0xf4800000 - 0xf4ffffff (0x800000) MX[B]
	[1] 0	0	0xf5000000 - 0xf5003fff (0x4000) MX[B]
	[2] 0	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
	[3] 0	0	0xf4800000 - 0xf4ffffff (0x800000) MX[B]
	[4] 0	0	0xf5000000 - 0xf5003fff (0x4000) MX[B]
	[5] 0	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
	[6] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[7] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) 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	0xf3800000 - 0xf3801fff (0x2000) MX[B]
	[12] -1	0	0xf2800000 - 0xf28000ff (0x100) MX[B]
	[13] -1	0	0xf3000000 - 0xf30001ff (0x200) MX[B]
	[14] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[15] -1	0	0xf4000000 - 0xf40003ff (0x400) MX[B]
	[16] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[17] -1	0	0xf5fe0000 - 0xf5ffffff (0x20000) MX[B](B)
	[18] -1	0	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[19] -1	0	0xf5000000 - 0xf5003fff (0x4000) MX[B](B)
	[20] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
	[21] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[22] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[23] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[24] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[25] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[26] -1	0	0x0000b400 - 0x0000b43f (0x40) IX[B]
	[27] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[28] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[29] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[30] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[31] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[32] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[33] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[34] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) MGA(0): Splitting WC range: base: 0xf6000000, size: 0x1800000
(==) MGA(0): Write-combining range (0xf7000000,0x800000)
(==) MGA(0): Write-combining range (0xf6000000,0x1800000)
(--) MGA(0): Digital Screen detected
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(0): 16 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): [drm] bpp: 16 depth: 16
(II) MGA(0): [drm] Sarea 2200+664: 2864
(WW) MGA(0): Direct rendering is not supported when Xinerama is enabled
(EE) MGA(0): [drm] DRIScreenInit failed.  Disabling DRI.
(II) MGA(0): Using 7424 lines for offscreen memory.
(II) MGA(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid filled trapezoids
	8x8 mono pattern filled rectangles
	8x8 mono pattern filled trapezoids
	Indirect CPU to Screen color expansion
	Screen to Screen color expansion
	Solid Lines
	Dashed Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms" "true"
(**) MGA(0): DPMS enabled
(II) MGA(0): Using overlay video
(==) MGA(0): Direct rendering disabled
(==) RandR enabled
(==) MGA(1): Write-combining range (0xf7800000,0x800000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(1): 16 DWORD fifo
(EE) MGA(1): Not initializing the DRI on the second head
(II) MGA(1): Using 2252 lines for offscreen memory.
(II) MGA(1): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid filled trapezoids
	8x8 mono pattern filled rectangles
	8x8 mono pattern filled trapezoids
	Indirect CPU to Screen color expansion
	Screen to Screen color expansion
	Solid Lines
	Dashed Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		14 256x256 slots
		5 512x512 slots
(==) MGA(1): Backing store disabled
(==) MGA(1): Silken mouse enabled
(**) Option "dpms" "true"
(**) MGA(1): DPMS enabled
(==) MGA(1): Direct rendering disabled
(==) RandR enabled
(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
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) Keyboard0: XkbRules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "IMPS/2"
(**) PS/2 Mouse: Protocol: "IMPS/2"
(**) Option "SendCoreEvents" "true"
(**) PS/2 Mouse: always reports core events
(**) Option "CorePointer"
(**) PS/2 Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Buttons" "5"
(**) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
(**) PS/2 Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) PS/2 Mouse: 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


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-jp4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xserver-xfree86 depends on:
ii  debconf [debconf-2.0]    1.4.30.11       Debian configuration management sy
ii  libc6                    2.3.2.ds1-20    GNU C Library: Shared libraries an
ii  libgcc1                  1:3.4.3-6       GCC support library
ii  xserver-common           4.3.0.dfsg.1-10 files and utilities common to all 
ii  zlib1g                   1:1.2.2-3       compression library - runtime

-- debconf information:
* xserver-xfree86/config/monitor/screen-size: Up to 14 inches (355 mm)
* xserver-xfree86/config/device/use_fbdev: false
* xserver-xfree86/config/monitor/selection-method: Simple
  xserver-xfree86/config/doublequote_in_string_error:
* xserver-xfree86/config/device/bus_id:
* xserver-xfree86/config/device/video_ram:
* xserver-xfree86/config/monitor/lcd: false
  xserver-xfree86/config/inputdevice/keyboard/internal:
* xserver-xfree86/config/device/driver: rendition
  xserver-xfree86/config/monitor/vert-refresh: 43-72
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/display/modes: 1280x1024, 1024x768, 800x600, 640x480
* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe
  xserver-xfree86/move_existing_nondebconf_config: false
  xserver-xfree86/config/monitor/range_input_error:
  xserver-xfree86/autodetect_video_card: true
* xserver-xfree86/config/inputdevice/keyboard/variant:
* xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
* xserver-xfree86/config/write_files_section: true
* xserver-xfree86/autodetect_monitor: false
* xserver-xfree86/config/device/identifier: Generic Video Card
  shared/default-x-server: xserver-xfree86-dbg
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
* xserver-xfree86/config/inputdevice/keyboard/layout: us
  xserver-xfree86/config/monitor/horiz-sync: 28-33
* xserver-xfree86/config/monitor/identifier: Generic Monitor
  shared/no_known_x-server:
* xserver-xfree86/autodetect_mouse: false
  xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
  xserver-xfree86/multiple_possible_x-drivers:
* xserver-xfree86/config/inputdevice/keyboard/model: pc104
* xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
  shared/clobber_x-server_symlink: false
  xserver-xfree86/config/device/bus_id_error:
* xserver-xfree86/config/inputdevice/keyboard/options:
  xserver-xfree86/config/nonnumeric_string_error:
* xserver-xfree86/config/inputdevice/mouse/protocol: ImPS/2
  shared/multiple_possible_x-servers:
  xserver-xfree86/config/null_string_error:
* xserver-xfree86/manage_config_with_debconf: true



Reply to: