XFree86 4.2.0 with Matrox G550 AGP and G450 PCI

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

 



Dear List Users,

I have a couple of annoying caveats with the following configuration.

Red Hat 7.3, Pentium 4, 2.8 GHz, 2Gb RAM
Matrox G550 AGP as the primary card (dual-head)
Matrox G450 PCI as the secondary card (dual-head)
XFree86  4.2.0 with Matrox beta drivers "mgadrivers-3.0.tgz" installed
Four EIZO L767 flat panels arranged in a square
Xinerama enabled

I have enclosed my XF86Config-4 and the log file.

And now for the problems.

(1) Starting X takes approx. 100 seconds. Is this normal?
(2) While in X,  I issue <CTRL><ALT><F2> to get a text window.
Returning with <CTRL><ALT><F7> the secondary head of the secondary
card stays blank and I have to restart X to recover it.

Any helpful suggestions would be most appreciated as I have 8 such
systems to configure. Many thanks in advance.
PS. I want to remain with XFree86 version 4.2.0 if possible.

Colin Higgs
Swiss Light Source
Paul Scherrer Institute
5232 Villigen PSI
Switzerland
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen-SW" 0 0
	Screen      1  "Screen-SE" RightOf "Screen-SW"
	Screen      2  "Screen-NE" Above   "Screen-SE"
	Screen      3  "Screen-NW" Above   "Screen-SW"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "PS/2"
	Option	    "Device" "/dev/mouse"
	Option	    "Emulate3Buttons" "yes"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor-SW"
	VendorName   "ENC"
	ModelName    "L685"
	Option	     "DPMS"
        HorizSync    27-65
        VertRefresh  59-61
EndSection

Section "Monitor"
	Identifier   "Monitor-SE"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	Option	     "DPMS"
        HorizSync    27-65
        VertRefresh  59-61
EndSection

Section "Monitor"
        Identifier   "Monitor-NE"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Option       "DPMS"
        HorizSync    27-65
        VertRefresh  59-61
EndSection

Section "Monitor"
        Identifier   "Monitor-NW"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Option       "DPMS"
        HorizSync    27-65
        VertRefresh  59-61
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     "PciRetry"           	# [<bool>]
        #Option     "SyncOnGreen"        	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "Overlay"            	# [<str>]
        #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     "AGPMode"            	# <i>
        #Option     "DigitalScreen2"     	# [<bool>]
        #Option     "TV"                 	# [<bool>]
        #Option     "TVStandard"         	# [<str>]
        #Option     "CableType"          	# [<str>]
        #Option     "NoHal"              	# [<bool>]
        #Option     "SwappedHead"        	# [<bool>]
        #Option     "MergedFB"           	# [<bool>]
        #Option     "Monitor2HSync"      	# [<str>]
        #Option     "Monitor2VRefresh"   	# [<str>]
        #Option     "Monitor2Position"   	# [<str>]
        #Option     "MetaModes"          	# [<str>]
        Option      "SWcursor"       "on"
        Option      "HWcursor"       "off"  
        Option      "MGASDRAM"       "on"  
        Option      "Int10"          "on" 
        Option      "DigitalScreen1" "on"
        Option      "DRI"            "off" 
	Identifier  "Card0-Digital"
	Driver      "mga"
	VendorName  "Matrox"
	BoardName   "MGA G550 AGP"
	BusID       "PCI:1:0:0"
        VideoRam    32768
        Screen      0
EndSection

Section "Device"
        Option      "MGASDRAM"       "on" 
        Option      "Int10"          "on"
        Option      "DRI"            "off" 
        Identifier  "Card0-Analog"
        Driver      "mga"
        VendorName  "Matrox"
        BoardName   "MGA G550 AGP"
        BusID       "PCI:1:0:0"
        VideoRam    32768
        Screen      1
EndSection

Section "Device"
        Option      "MGASDRAM"       "on"
        Option      "Int10"          "on" 
        Option      "DigitalScreen1" "on" 
        Option      "DRI"            "off" 
	Identifier  "Card1-Digital"
	Driver      "mga"
	VendorName  "Matrox"
	BoardName   "MGA G400 AGP"
	BusID       "PCI:4:0:0"
        VideoRam    32768
        Screen      0
EndSection

Section "Device"
        Option      "MGASDRAM"       "on"
        Option      "Int10"          "on" 
        Option      "DRI"            "off" 
        Identifier  "Card1-Analog"
        Driver      "mga"
        VendorName  "Matrox"
        BoardName   "MGA G400 AGP"
        BusID       "PCI:4:0:0"
        VideoRam    32768
        Screen      1
EndSection

Section "Screen"
	Identifier "Screen-SW"
	Device     "Card0-Digital"
	Monitor    "Monitor-SW"
        DefaultDepth 24
	SubSection "Display"
		Depth     24
                Modes     "1280x1024" "1024x768"
	EndSubSection
EndSection

Section "Screen"
        Identifier "Screen-SE"
        Device     "Card0-Analog"
        Monitor    "Monitor-SE"
        DefaultDepth 24
        SubSection "Display"
                Depth     24
                Modes     "1280x1024" "1024x768"
        EndSubSection
EndSection

Section "Screen"
	Identifier "Screen-NE"
	Device     "Card1-Digital"
	Monitor    "Monitor-NE"
        DefaultDepth 24
	SubSection "Display"
		Depth     24
                Modes     "1280x1024" "1024x768"
	EndSubSection
EndSection

Section "Screen"
        Identifier "Screen-NW"
        Device     "Card1-Analog"
        Monitor    "Monitor-NW"
        DefaultDepth 24
        SubSection "Display"
                Depth     24
                Modes     "1280x1024" "1024x768"
        EndSubSection
EndSection

XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-8) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.17-0.13smp i686 [ELF] 
Build Host: daffy.perf.redhat.com
 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Thu Oct  7 11:41:03 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen-SW" (0)
(**) |   |-->Monitor "Monitor-SW"
(**) |   |-->Device "Card0-Digital"
(**) |-->Screen "Screen-SE" (1)
(**) |   |-->Monitor "Monitor-SE"
(**) |   |-->Device "Card0-Analog"
(**) |-->Screen "Screen-NE" (2)
(**) |   |-->Monitor "Monitor-NE"
(**) |   |-->Device "Card1-Digital"
(**) |-->Screen "Screen-NW" (3)
(**) |   |-->Monitor "Monitor-NW"
(**) |   |-->Device "Card1-Analog"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/CID/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/CID/").
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(++) Xinerama: enabled
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(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.2.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(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.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000f800, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 1734,101b rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 8086,2573 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1734,101c rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1734,101c rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1734,101c rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1734,101c rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1734,101c rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1734,101c rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1734,101c rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1734,1020 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:01:0: chip 8086,1019 card 1734,101e rev 00 class 02,00,00 hdr 00
(II) PCI: 03:05:0: chip 3388,0021 card 0000,0000 rev 13 class 06,04,00 hdr 01
(II) PCI: 04:00:0: chip 102b,0525 card 102b,0d43 rev 85 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0xe8100000 - 0xe8ffffff (0xf00000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
(II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0x00003000 - 0x000030ff (0x100) IX[B]
	[1] -1	0x00003400 - 0x000034ff (0x100) IX[B]
	[2] -1	0x00003800 - 0x000038ff (0x100) IX[B]
	[3] -1	0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0xe9000000 - 0xe90fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
(II) Bus 3: bridge is at (0:30:0), (0,3,4), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 3 I/O range:
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0xe9100000 - 0xe9ffffff (0xf00000) MX[B]
(II) Bus 3 prefetchable memory range:
	[0] -1	0xec000000 - 0xedffffff (0x2000000) MX[B]
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(II) Bus 4: bridge is at (3:5:0), (3,4,4), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 4 I/O range:
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0xe9100000 - 0xe9ffffff (0xf00000) MX[B]
(II) Bus 4 prefetchable memory range:
	[0] -1	0xec000000 - 0xedffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) Matrox MGA G550 AGP rev 1, Mem @ 0xf8000000/25, 0xe8100000/14, 0xe8800000/23
(--) PCI: (4:0:0) Matrox MGA G400 AGP rev 133, Mem @ 0xec000000/25, 0xe9100000/14, 0xe9800000/23
(II) Addressable bus resource ranges are
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0xe9000000 - 0xe901ffff (0x20000) MX[B]
	[1] -1	0xe8000800 - 0xe80008ff (0x100) MX[B]
	[2] -1	0xe8000c00 - 0xe8000dff (0x200) MX[B]
	[3] -1	0x80000000 - 0x800003ff (0x400) MX[B]
	[4] -1	0xe8000000 - 0xe80003ff (0x400) MX[B]
	[5] -1	0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
	[6] -1	0xe8800000 - 0xe8ffffff (0x800000) MX[B](B)
	[7] -1	0xe8100000 - 0xe8103fff (0x4000) MX[B](B)
	[8] -1	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[9] -1	0x00003000 - 0x0000301f (0x20) IX[B]
	[10] -1	0x00002400 - 0x0000243f (0x40) IX[B]
	[11] -1	0x00002800 - 0x000028ff (0x100) IX[B]
	[12] -1	0x00002000 - 0x0000201f (0x20) IX[B]
	[13] -1	0x00002c00 - 0x00002c0f (0x10) IX[B]
	[14] -1	0x00001c00 - 0x00001c1f (0x20) IX[B]
	[15] -1	0x00001800 - 0x0000181f (0x20) IX[B]
	[16] -1	0x00001400 - 0x0000141f (0x20) IX[B]
	[17] -1	0x00001000 - 0x0000101f (0x20) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1	0xe9800000 - 0xe9ffffff (0x800000) MX[B](B)
	[1] -1	0xe9100000 - 0xe9103fff (0x4000) MX[B](B)
	[2] -1	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0xe9000000 - 0xe901ffff (0x20000) MX[B]
	[1] -1	0xe8000800 - 0xe80008ff (0x100) MX[B]
	[2] -1	0xe8000c00 - 0xe8000dff (0x200) MX[B]
	[3] -1	0x80000000 - 0x800003ff (0x400) MX[B]
	[4] -1	0xe8000000 - 0xe80003ff (0x400) MX[B]
	[5] -1	0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
	[6] -1	0xe8800000 - 0xe8ffffff (0x800000) MX[B](B)
	[7] -1	0xe8100000 - 0xe8103fff (0x4000) MX[B](B)
	[8] -1	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[9] -1	0x00003000 - 0x0000301f (0x20) IX[B]
	[10] -1	0x00002400 - 0x0000243f (0x40) IX[B]
	[11] -1	0x00002800 - 0x000028ff (0x100) IX[B]
	[12] -1	0x00002000 - 0x0000201f (0x20) IX[B]
	[13] -1	0x00002c00 - 0x00002c0f (0x10) IX[B]
	[14] -1	0x00001c00 - 0x00001c1f (0x20) IX[B]
	[15] -1	0x00001800 - 0x0000181f (0x20) IX[B]
	[16] -1	0x00001400 - 0x0000141f (0x20) IX[B]
	[17] -1	0x00001000 - 0x0000101f (0x20) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0xe9800000 - 0xe9ffffff (0x800000) MX[B](B)
	[1] -1	0xe9100000 - 0xe9103fff (0x4000) MX[B](B)
	[2] -1	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xe9000000 - 0xe901ffff (0x20000) MX[B]
	[6] -1	0xe8000800 - 0xe80008ff (0x100) MX[B]
	[7] -1	0xe8000c00 - 0xe8000dff (0x200) MX[B]
	[8] -1	0x80000000 - 0x800003ff (0x400) MX[B]
	[9] -1	0xe8000000 - 0xe80003ff (0x400) MX[B]
	[10] -1	0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
	[11] -1	0xe8800000 - 0xe8ffffff (0x800000) MX[B](B)
	[12] -1	0xe8100000 - 0xe8103fff (0x4000) MX[B](B)
	[13] -1	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[14] -1	0xe9800000 - 0xe9ffffff (0x800000) MX[B](B)
	[15] -1	0xe9100000 - 0xe9103fff (0x4000) MX[B](B)
	[16] -1	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
	[17] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0x00003000 - 0x0000301f (0x20) IX[B]
	[20] -1	0x00002400 - 0x0000243f (0x40) IX[B]
	[21] -1	0x00002800 - 0x000028ff (0x100) IX[B]
	[22] -1	0x00002000 - 0x0000201f (0x20) IX[B]
	[23] -1	0x00002c00 - 0x00002c0f (0x10) IX[B]
	[24] -1	0x00001c00 - 0x00001c1f (0x20) IX[B]
	[25] -1	0x00001800 - 0x0000181f (0x20) IX[B]
	[26] -1	0x00001400 - 0x0000141f (0x20) IX[B]
	[27] -1	0x00001000 - 0x0000101f (0x20) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(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) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(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.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(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.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DEC-XTRAP
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(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.2.0, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.1.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(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 mgag400 found
(--) Chipset mgag550 found
(--) Chipset mgag400 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xe9000000 - 0xe901ffff (0x20000) MX[B]
	[6] -1	0xe8000800 - 0xe80008ff (0x100) MX[B]
	[7] -1	0xe8000c00 - 0xe8000dff (0x200) MX[B]
	[8] -1	0x80000000 - 0x800003ff (0x400) MX[B]
	[9] -1	0xe8000000 - 0xe80003ff (0x400) MX[B]
	[10] -1	0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
	[11] -1	0xe8800000 - 0xe8ffffff (0x800000) MX[B](B)
	[12] -1	0xe8100000 - 0xe8103fff (0x4000) MX[B](B)
	[13] -1	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[14] -1	0xe9800000 - 0xe9ffffff (0x800000) MX[B](B)
	[15] -1	0xe9100000 - 0xe9103fff (0x4000) MX[B](B)
	[16] -1	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
	[17] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0x00003000 - 0x0000301f (0x20) IX[B]
	[20] -1	0x00002400 - 0x0000243f (0x40) IX[B]
	[21] -1	0x00002800 - 0x000028ff (0x100) IX[B]
	[22] -1	0x00002000 - 0x0000201f (0x20) IX[B]
	[23] -1	0x00002c00 - 0x00002c0f (0x10) IX[B]
	[24] -1	0x00001c00 - 0x00001c1f (0x20) IX[B]
	[25] -1	0x00001800 - 0x0000181f (0x20) IX[B]
	[26] -1	0x00001400 - 0x0000141f (0x20) IX[B]
	[27] -1	0x00001000 - 0x0000101f (0x20) IX[B]
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xe9000000 - 0xe901ffff (0x20000) MX[B]
	[6] -1	0xe8000800 - 0xe80008ff (0x100) MX[B]
	[7] -1	0xe8000c00 - 0xe8000dff (0x200) MX[B]
	[8] -1	0x80000000 - 0x800003ff (0x400) MX[B]
	[9] -1	0xe8000000 - 0xe80003ff (0x400) MX[B]
	[10] -1	0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
	[11] -1	0xe8800000 - 0xe8ffffff (0x800000) MX[B](B)
	[12] -1	0xe8100000 - 0xe8103fff (0x4000) MX[B](B)
	[13] -1	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[14] -1	0xe9800000 - 0xe9ffffff (0x800000) MX[B](B)
	[15] -1	0xe9100000 - 0xe9103fff (0x4000) MX[B](B)
	[16] -1	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
	[17] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0x00003000 - 0x0000301f (0x20) IX[B]
	[20] -1	0x00002400 - 0x0000243f (0x40) IX[B]
	[21] -1	0x00002800 - 0x000028ff (0x100) IX[B]
	[22] -1	0x00002000 - 0x0000201f (0x20) IX[B]
	[23] -1	0x00002c00 - 0x00002c0f (0x10) IX[B]
	[24] -1	0x00001c00 - 0x00001c1f (0x20) IX[B]
	[25] -1	0x00001800 - 0x0000181f (0x20) IX[B]
	[26] -1	0x00001400 - 0x0000141f (0x20) IX[B]
	[27] -1	0x00001000 - 0x0000101f (0x20) IX[B]
(II) resource ranges after probing:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xe9000000 - 0xe901ffff (0x20000) MX[B]
	[6] -1	0xe8000800 - 0xe80008ff (0x100) MX[B]
	[7] -1	0xe8000c00 - 0xe8000dff (0x200) MX[B]
	[8] -1	0x80000000 - 0x800003ff (0x400) MX[B]
	[9] -1	0xe8000000 - 0xe80003ff (0x400) MX[B]
	[10] -1	0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
	[11] -1	0xe8800000 - 0xe8ffffff (0x800000) MX[B](B)
	[12] -1	0xe8100000 - 0xe8103fff (0x4000) MX[B](B)
	[13] -1	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[14] -1	0xe9800000 - 0xe9ffffff (0x800000) MX[B](B)
	[15] -1	0xe9100000 - 0xe9103fff (0x4000) MX[B](B)
	[16] -1	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
	[17] 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[18] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[19] 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[20] 1	0x000a0000 - 0x000affff (0x10000) MS[B]
	[21] 1	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[22] 1	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[23] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[24] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[25] -1	0x00003000 - 0x0000301f (0x20) IX[B]
	[26] -1	0x00002400 - 0x0000243f (0x40) IX[B]
	[27] -1	0x00002800 - 0x000028ff (0x100) IX[B]
	[28] -1	0x00002000 - 0x0000201f (0x20) IX[B]
	[29] -1	0x00002c00 - 0x00002c0f (0x10) IX[B]
	[30] -1	0x00001c00 - 0x00001c1f (0x20) IX[B]
	[31] -1	0x00001800 - 0x0000181f (0x20) IX[B]
	[32] -1	0x00001400 - 0x0000141f (0x20) IX[B]
	[33] -1	0x00001000 - 0x0000101f (0x20) IX[B]
	[34] 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[35] 0	0x000003c0 - 0x000003df (0x20) IS[B]
	[36] 1	0x000003b0 - 0x000003bb (0xc) IS[B]
	[37] 1	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Setting vga for screen 2.
(II) Setting vga for screen 3.
(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.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(**) MGA(0): Depth 24, (--) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(**) MGA(0): Option "SWcursor" "on"
(**) MGA(0): Option "HWcursor" "off"
(**) MGA(0): Option "MGASDRAM" "on"
(**) MGA(0): Option "Int10" "on"
(**) MGA(0): Option "DigitalScreen1" "on"
(**) MGA(0): Option "DRI" "off"
(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.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) MGA(0): Initializing int10
(**) MGA(0): Option "int10" "on"
(II) MGA(0): Primary V_BIOS segment is: 0xc000
(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.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) MGA(0): Matrox HAL module used
(--) MGA(0): Chipset: "mgag550"
(==) MGA(0): Using AGP 1x mode
(**) MGA(0): Has SDRAM
(--) MGA(0): Linear framebuffer at 0xF8000000
(--) MGA(0): MMIO registers at 0xE8100000
(--) MGA(0): Pseudo-DMA transfer window at 0xE8800000
(==) MGA(0): BIOS at 0xC0000
(--) 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): Crtc2 will use 8192K of VideoRam
(**) MGA(0): VideoRAM: 24576 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(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.2.0, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.5
(II) MGA(0): Splitting WC range: base: 0xf8000000, size: 0x1800000
(II) MGA(0): Splitting WC range: base: 0xf8800000, size: 0x1000000
(==) MGA(0): Write-combining range (0xf9000000,0x800000)
(==) MGA(0): Write-combining range (0xf8800000,0x1000000)
(==) MGA(0): Write-combining range (0xf8000000,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.
(II) MGA(0): I2C device "DDC:ddc2" removed.
(II) MGA(0): I2C device "DDC:ddc2" registered.
(II) MGA(0): I2C device "DDC:ddc2" removed.
(II) MGA(0): I2C Monitor info: 0x84a2008
(II) MGA(0): Manufacturer: ENC  Model: 1645  Serial#: 0
(II) MGA(0): Year: 2002  Week: 25
(II) MGA(0): EDID Version: 1.2
(II) MGA(0): Digital Display Input
(II) MGA(0): Max H-Image Size [cm]: horiz.: 36  vert.: 29
(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.640 redY: 0.330   greenX: 0.290 greenY: 0.600
(II) MGA(0): blueX: 0.150 blueY: 0.060   whiteX: 0.299 whiteY: 0.315
(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 Future Video Modes:
(II) MGA(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) MGA(0): #1: hsize: 1152  vsize 864  refresh: 60  vid: 16497
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 108.0 MHz   Image Size:  359 x 288 mm
(II) MGA(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) MGA(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) MGA(0): Serial No: 86190062
(II) MGA(0): Ranges: V min: 59  V max: 61 Hz, H min: 27  H max: 65 kHz, PixClock max 110 MHz
(II) MGA(0): Monitor name: L685
(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 12 MHz
(==) MGA(0): Max pixel clock is 112 MHz
(II) MGA(0): Monitor-SW: Using hsync range of 27.00-65.00 kHz
(II) MGA(0): Monitor-SW: Using vrefresh range of 59.00-61.00 Hz
(II) MGA(0): Clock range:  12.00 to 112.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" (vrefresh out of range)
(II) MGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (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 "1024x768" (vrefresh out of range)
(II) MGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(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 "640x480" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(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 "1152x864" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Splitting WC range: base: 0xf8000000, size: 0x1800000
(II) MGA(0): Splitting WC range: base: 0xf8800000, size: 0x1000000
(==) MGA(0): Write-combining range (0xf9000000,0x800000)
(==) MGA(0): Write-combining range (0xf8800000,0x1000000)
(==) MGA(0): Write-combining range (0xf8000000,0x1800000)
(II) MGA(0): Forcing digital mode on the first head.
(II) MGA(0): Forcing digital mode on the first head.
(--) MGA(0): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) MGA(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MGA(0): Default 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): Display dimensions: (360, 290) mm
(--) MGA(0): DPI set to (90, 89)
(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.2.0, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(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.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(**) MGA(1): Depth 24, (--) framebuffer bpp 32
(==) MGA(1): RGB weight 888
(**) MGA(1): Option "MGASDRAM" "on"
(**) MGA(1): Option "Int10" "on"
(**) MGA(1): Option "DRI" "off"
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) MGA(1): Initializing int10
(**) MGA(0): Option "int10" "on"
(II) MGA(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(II) Reloading /usr/X11R6/lib/modules/drivers/mga_hal_drv.o
(II) MGA(1): Matrox HAL module used
(--) MGA(1): Chipset: "mgag550"
(==) MGA(1): Using AGP 1x mode
(**) MGA(1): Has SDRAM
(--) MGA(1): Linear framebuffer at 0xF8000000
(--) MGA(1): MMIO registers at 0xE8100000
(--) MGA(1): Pseudo-DMA transfer window at 0xE8800000
(==) MGA(1): BIOS at 0xC0000
(--) 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): 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 (0xf9800000,0x800000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(1): I2C bus "DDC" initialized.
(II) MGA(1): I2C device "DDC:ddc2" registered.
(II) MGA(1): I2C device "DDC:ddc2" removed.
(II) MGA(1): I2C device "DDC:ddc2" registered.
(II) MGA(1): I2C device "DDC:ddc2" removed.
(II) MGA(1): I2C Monitor info: 0x85bf190
(II) MGA(1): Manufacturer: ENC  Model: 1645  Serial#: 0
(II) MGA(1): Year: 2002  Week: 25
(II) MGA(1): EDID Version: 1.2
(II) MGA(1): Digital Display Input
(II) MGA(1): Max H-Image Size [cm]: horiz.: 36  vert.: 29
(II) MGA(1): Gamma: 2.20
(II) MGA(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(1): First detailed timing is preferred mode
(II) MGA(1): redX: 0.640 redY: 0.330   greenX: 0.290 greenY: 0.600
(II) MGA(1): blueX: 0.150 blueY: 0.060   whiteX: 0.299 whiteY: 0.315
(II) MGA(1): Supported VESA Video Modes:
(II) MGA(1): 720x400@70Hz
(II) MGA(1): 640x480@60Hz
(II) MGA(1): 800x600@60Hz
(II) MGA(1): 1024x768@60Hz
(II) MGA(1): Manufacturer's mask: 0
(II) MGA(1): Supported Future Video Modes:
(II) MGA(1): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) MGA(1): #1: hsize: 1152  vsize 864  refresh: 60  vid: 16497
(II) MGA(1): Supported additional Video Mode:
(II) MGA(1): clock: 108.0 MHz   Image Size:  359 x 288 mm
(II) MGA(1): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) MGA(1): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) MGA(1): Serial No: 86190062
(II) MGA(1): Ranges: V min: 59  V max: 61 Hz, H min: 27  H max: 65 kHz, PixClock max 110 MHz
(II) MGA(1): Monitor name: L685
(II) MGA(1): end of I2C Monitor info

(==) 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 234 MHz
(II) MGA(1): Monitor-SE: Using hsync range of 27.00-65.00 kHz
(II) MGA(1): Monitor-SE: Using vrefresh range of 59.00-61.00 Hz
(II) MGA(1): Clock range:  12.00 to 234.00 MHz
(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 "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 "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 "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 "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 "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 "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 "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 "1024x768" (vrefresh out of range)
(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)
(II) MGA(1): Not using default mode "1024x768" (hsync out of range)
(II) MGA(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1152x864" (hsync out of range)
(II) MGA(1): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(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 "1280x1024" (hsync out of range)
(II) MGA(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1280x1024" (hsync out of range)
(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" (insufficient memory for mode)
(II) MGA(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "832x624" (vrefresh out of range)
(II) MGA(1): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1152x864" (hsync out of range)
(II) MGA(1): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(WW) (1400x1050,Monitor-SE) mode clock 122MHz exceeds DDC maximum 110MHz
(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)
(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)
(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)
(II) MGA(1): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1920x1200" (insufficient memory for mode)
(II) MGA(1): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1024x768" (all modes must have the same width)
(II) MGA(1): Not using default mode "1024x768" (no mode of this name)
(II) MGA(1): Digital screen detected on first head.
(--) MGA(1): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(1): Default 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): Display dimensions: (360, 290) mm
(--) MGA(1): DPI set to (90, 89)
(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) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(**) MGA(2): Depth 24, (--) framebuffer bpp 32
(==) MGA(2): RGB weight 888
(**) MGA(2): Option "MGASDRAM" "on"
(**) MGA(2): Option "Int10" "on"
(**) MGA(2): Option "DigitalScreen1" "on"
(**) MGA(2): Option "DRI" "off"
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) MGA(2): Initializing int10
(**) MGA(2): Option "int10" "on"
(II) Truncating PCI BIOS Length to 36864
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(II) Reloading /usr/X11R6/lib/modules/drivers/mga_hal_drv.o
(II) MGA(2): Matrox HAL module used
(--) MGA(2): Chipset: "mgag400"
(==) MGA(2): Using AGP 1x mode
(**) MGA(2): Has SDRAM
(--) MGA(2): Linear framebuffer at 0xEC000000
(--) MGA(2): MMIO registers at 0xE9100000
(--) MGA(2): Pseudo-DMA transfer window at 0xE9800000
(II) Truncating PCI BIOS Length to 36864
(--) MGA(2): Video BIOS info block at offset 0x07CE0
(WW) MGA(2): Video BIOS info block not detected!
(II) MGA(2): MGABios.RamdacType = 0x0
(==) MGA(2): Write-combining range (0xec000000,0x800000)
(--) MGA(2): Crtc2 will use 8192K of VideoRam
(**) MGA(2): 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) Reloading /usr/X11R6/lib/modules/libi2c.a
(II) MGA(2): Splitting WC range: base: 0xec000000, size: 0x1800000
(II) MGA(2): Splitting WC range: base: 0xec800000, size: 0x1000000
(==) MGA(2): Write-combining range (0xed000000,0x800000)
(==) MGA(2): Write-combining range (0xec800000,0x1000000)
(==) MGA(2): Write-combining range (0xec000000,0x1800000)
(II) MGA(2): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(2): DDC1 disabled - chip not in VGA mode
(II) MGA(2): I2C bus "DDC" initialized.
(II) MGA(2): I2C device "DDC:ddc2" registered.
(II) MGA(2): I2C device "DDC:ddc2" removed.
(II) MGA(2): I2C device "DDC:ddc2" registered.
(II) MGA(2): I2C device "DDC:ddc2" removed.
(II) MGA(2): I2C Monitor info: 0x85dff00
(II) MGA(2): Manufacturer: ENC  Model: 1645  Serial#: 0
(II) MGA(2): Year: 2002  Week: 25
(II) MGA(2): EDID Version: 1.2
(II) MGA(2): Digital Display Input
(II) MGA(2): Max H-Image Size [cm]: horiz.: 36  vert.: 29
(II) MGA(2): Gamma: 2.20
(II) MGA(2): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(2): First detailed timing is preferred mode
(II) MGA(2): redX: 0.640 redY: 0.330   greenX: 0.290 greenY: 0.600
(II) MGA(2): blueX: 0.150 blueY: 0.060   whiteX: 0.299 whiteY: 0.315
(II) MGA(2): Supported VESA Video Modes:
(II) MGA(2): 720x400@70Hz
(II) MGA(2): 640x480@60Hz
(II) MGA(2): 800x600@60Hz
(II) MGA(2): 1024x768@60Hz
(II) MGA(2): Manufacturer's mask: 0
(II) MGA(2): Supported Future Video Modes:
(II) MGA(2): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) MGA(2): #1: hsize: 1152  vsize 864  refresh: 60  vid: 16497
(II) MGA(2): Supported additional Video Mode:
(II) MGA(2): clock: 108.0 MHz   Image Size:  359 x 288 mm
(II) MGA(2): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) MGA(2): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) MGA(2): Serial No: 86195062
(II) MGA(2): Ranges: V min: 59  V max: 61 Hz, H min: 27  H max: 65 kHz, PixClock max 110 MHz
(II) MGA(2): Monitor name: L685
(II) MGA(2): end of I2C Monitor info

(==) MGA(2): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(2): Min pixel clock is 12 MHz
(==) MGA(2): Max pixel clock is 112 MHz
(II) MGA(2): Monitor-NE: Using hsync range of 27.00-65.00 kHz
(II) MGA(2): Monitor-NE: Using vrefresh range of 59.00-61.00 Hz
(II) MGA(2): Clock range:  12.00 to 112.00 MHz
(II) MGA(2): Not using default mode "640x350" (vrefresh out of range)
(II) MGA(2): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "640x400" (vrefresh out of range)
(II) MGA(2): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "720x400" (vrefresh out of range)
(II) MGA(2): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(2): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(2): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(2): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(2): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(2): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(2): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(2): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(2): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(2): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1024x768" (hsync out of range)
(II) MGA(2): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1152x864" (hsync out of range)
(II) MGA(2): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "832x624" (vrefresh out of range)
(II) MGA(2): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1152x864" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) MGA(2): Splitting WC range: base: 0xec000000, size: 0x1800000
(II) MGA(2): Splitting WC range: base: 0xec800000, size: 0x1000000
(==) MGA(2): Write-combining range (0xed000000,0x800000)
(==) MGA(2): Write-combining range (0xec800000,0x1000000)
(==) MGA(2): Write-combining range (0xec000000,0x1800000)
(II) MGA(2): Forcing digital mode on the first head.
(II) MGA(2): Forcing digital mode on the first head.
(--) MGA(2): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(2): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) MGA(2): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MGA(2): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) MGA(2): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(--) MGA(2): Display dimensions: (360, 290) mm
(--) MGA(2): DPI set to (90, 89)
(II) MGA(2): 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) 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.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(**) MGA(3): Depth 24, (--) framebuffer bpp 32
(==) MGA(3): RGB weight 888
(**) MGA(3): Option "MGASDRAM" "on"
(**) MGA(3): Option "Int10" "on"
(**) MGA(3): Option "DRI" "off"
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) MGA(3): Initializing int10
(**) MGA(2): Option "int10" "on"
(II) Truncating PCI BIOS Length to 36864
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(II) Reloading /usr/X11R6/lib/modules/drivers/mga_hal_drv.o
(II) MGA(3): Matrox HAL module used
(--) MGA(3): Chipset: "mgag400"
(==) MGA(3): Using AGP 1x mode
(**) MGA(3): Has SDRAM
(--) MGA(3): Linear framebuffer at 0xEC000000
(--) MGA(3): MMIO registers at 0xE9100000
(--) MGA(3): Pseudo-DMA transfer window at 0xE9800000
(II) Truncating PCI BIOS Length to 36864
(--) MGA(3): Video BIOS info block at offset 0x07CE0
(WW) MGA(3): Video BIOS info block not detected!
(II) MGA(3): MGABios.RamdacType = 0x0
(==) MGA(3): Write-combining range (0xec000000,0x800000)
(**) MGA(3): 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(3): Write-combining range (0xed800000,0x800000)
(II) MGA(3): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(3): DDC1 disabled - chip not in VGA mode
(II) MGA(3): I2C bus "DDC" initialized.
(II) MGA(3): I2C device "DDC:ddc2" registered.
(II) MGA(3): I2C device "DDC:ddc2" removed.
(II) MGA(3): I2C device "DDC:ddc2" registered.
(II) MGA(3): I2C device "DDC:ddc2" removed.
(II) MGA(3): I2C Monitor info: 0x8639960
(II) MGA(3): Manufacturer: ENC  Model: 1645  Serial#: 0
(II) MGA(3): Year: 2002  Week: 25
(II) MGA(3): EDID Version: 1.2
(II) MGA(3): Digital Display Input
(II) MGA(3): Max H-Image Size [cm]: horiz.: 36  vert.: 29
(II) MGA(3): Gamma: 2.20
(II) MGA(3): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(3): First detailed timing is preferred mode
(II) MGA(3): redX: 0.640 redY: 0.330   greenX: 0.290 greenY: 0.600
(II) MGA(3): blueX: 0.150 blueY: 0.060   whiteX: 0.299 whiteY: 0.315
(II) MGA(3): Supported VESA Video Modes:
(II) MGA(3): 720x400@70Hz
(II) MGA(3): 640x480@60Hz
(II) MGA(3): 800x600@60Hz
(II) MGA(3): 1024x768@60Hz
(II) MGA(3): Manufacturer's mask: 0
(II) MGA(3): Supported Future Video Modes:
(II) MGA(3): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) MGA(3): #1: hsize: 1152  vsize 864  refresh: 60  vid: 16497
(II) MGA(3): Supported additional Video Mode:
(II) MGA(3): clock: 108.0 MHz   Image Size:  359 x 288 mm
(II) MGA(3): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) MGA(3): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) MGA(3): Serial No: 86195062
(II) MGA(3): Ranges: V min: 59  V max: 61 Hz, H min: 27  H max: 65 kHz, PixClock max 110 MHz
(II) MGA(3): Monitor name: L685
(II) MGA(3): end of I2C Monitor info

(==) MGA(3): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(3): Min pixel clock is 12 MHz
(==) MGA(3): Max pixel clock is 234 MHz
(II) MGA(3): Monitor-NW: Using hsync range of 27.00-65.00 kHz
(II) MGA(3): Monitor-NW: Using vrefresh range of 59.00-61.00 Hz
(II) MGA(3): Clock range:  12.00 to 234.00 MHz
(II) MGA(3): Not using default mode "640x350" (vrefresh out of range)
(II) MGA(3): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "640x400" (vrefresh out of range)
(II) MGA(3): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "720x400" (vrefresh out of range)
(II) MGA(3): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(3): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(3): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(3): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(3): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(3): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(3): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(3): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(3): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(3): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1024x768" (hsync out of range)
(II) MGA(3): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1152x864" (hsync out of range)
(II) MGA(3): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1280x960" (hsync out of range)
(II) MGA(3): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(3): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(3): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(3): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(3): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(3): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(3): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(3): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(3): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(3): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(3): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(3): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(3): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(3): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "832x624" (vrefresh out of range)
(II) MGA(3): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1152x864" (hsync out of range)
(II) MGA(3): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(WW) (1400x1050,Monitor-NW) mode clock 122MHz exceeds DDC maximum 110MHz
(II) MGA(3): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(3): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(3): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(3): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1920x1200" (insufficient memory for mode)
(II) MGA(3): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1024x768" (all modes must have the same width)
(II) MGA(3): Not using default mode "1024x768" (no mode of this name)
(II) MGA(3): Digital screen detected on first head.
(--) MGA(3): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(3): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) MGA(3): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(--) MGA(3): Display dimensions: (360, 290) mm
(--) MGA(3): DPI set to (90, 89)
(II) MGA(3): 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
(--) Depth 24 pixmap format is 32 bpp
(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.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after preInit:
	[0] 1	0xe9800000 - 0xe9ffffff (0x800000) MX[B]
	[1] 1	0xe9100000 - 0xe9103fff (0x4000) MX[B]
	[2] 1	0xec000000 - 0xedffffff (0x2000000) MX[B]
	[3] 1	0xe9800000 - 0xe9ffffff (0x800000) MX[B]
	[4] 1	0xe9100000 - 0xe9103fff (0x4000) MX[B]
	[5] 1	0xec000000 - 0xedffffff (0x2000000) MX[B]
	[6] 0	0xe8800000 - 0xe8ffffff (0x800000) MX[B]
	[7] 0	0xe8100000 - 0xe8103fff (0x4000) MX[B]
	[8] 0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
	[9] 0	0xe8800000 - 0xe8ffffff (0x800000) MX[B]
	[10] 0	0xe8100000 - 0xe8103fff (0x4000) MX[B]
	[11] 0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
	[12] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[13] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[14] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[15] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[16] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[17] -1	0xe9000000 - 0xe901ffff (0x20000) MX[B]
	[18] -1	0xe8000800 - 0xe80008ff (0x100) MX[B]
	[19] -1	0xe8000c00 - 0xe8000dff (0x200) MX[B]
	[20] -1	0x80000000 - 0x800003ff (0x400) MX[B]
	[21] -1	0xe8000000 - 0xe80003ff (0x400) MX[B]
	[22] -1	0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
	[23] -1	0xe8800000 - 0xe8ffffff (0x800000) MX[B](B)
	[24] -1	0xe8100000 - 0xe8103fff (0x4000) MX[B](B)
	[25] -1	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[26] -1	0xe9800000 - 0xe9ffffff (0x800000) MX[B](B)
	[27] -1	0xe9100000 - 0xe9103fff (0x4000) MX[B](B)
	[28] -1	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
	[29] 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[30] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[31] 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[32] 1	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[33] 1	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[34] 1	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[35] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[36] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[37] -1	0x00003000 - 0x0000301f (0x20) IX[B]
	[38] -1	0x00002400 - 0x0000243f (0x40) IX[B]
	[39] -1	0x00002800 - 0x000028ff (0x100) IX[B]
	[40] -1	0x00002000 - 0x0000201f (0x20) IX[B]
	[41] -1	0x00002c00 - 0x00002c0f (0x10) IX[B]
	[42] -1	0x00001c00 - 0x00001c1f (0x20) IX[B]
	[43] -1	0x00001800 - 0x0000181f (0x20) IX[B]
	[44] -1	0x00001400 - 0x0000141f (0x20) IX[B]
	[45] -1	0x00001000 - 0x0000101f (0x20) IX[B]
	[46] 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[47] 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
	[48] 1	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[49] 1	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) MGA(0): Splitting WC range: base: 0xf8000000, size: 0x1800000
(II) MGA(0): Splitting WC range: base: 0xf8800000, size: 0x1000000
(==) MGA(0): Write-combining range (0xf9000000,0x800000)
(==) MGA(0): Write-combining range (0xf8800000,0x1000000)
(==) MGA(0): Write-combining range (0xf8000000,0x1800000)
(--) MGA(0): Digital Screen detected
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(0): Forcing digital mode on the first head.
(--) MGA(0): 16 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): Using 2252 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
		14 256x256 slots
		5 512x512 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(II) MGA(0): Using overlay video
(**) MGA(0): Direct rendering disabled
(==) MGA(1): Write-combining range (0xf9800000,0x800000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(1): 16 DWORD fifo
(II) MGA(1): Using 614 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:
		20 128x128 slots
		5 256x256 slots
(==) MGA(1): Backing store disabled
(==) MGA(1): Silken mouse enabled
(**) Option "dpms"
(**) MGA(1): DPMS enabled
(**) MGA(1): Direct rendering disabled
(II) MGA(2): Splitting WC range: base: 0xec000000, size: 0x1800000
(II) MGA(2): Splitting WC range: base: 0xec800000, size: 0x1000000
(==) MGA(2): Write-combining range (0xed000000,0x800000)
(==) MGA(2): Write-combining range (0xec800000,0x1000000)
(WW) MGA(2): Failed to set up write-combining range (0xec000000,0x1800000)
(--) MGA(2): Digital Screen detected
(II) MGA(2): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(2): Forcing digital mode on the first head.
(--) MGA(2): 16 DWORD fifo
(==) MGA(2): Default visual is TrueColor
(II) MGA(2): Using 2252 lines for offscreen memory.
(II) MGA(2): 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(2): Backing store disabled
(==) MGA(2): Silken mouse enabled
(**) Option "dpms"
(**) MGA(2): DPMS enabled
(II) MGA(2): Using overlay video
(**) MGA(2): Direct rendering disabled
(WW) MGA(3): Failed to set up write-combining range (0xed800000,0x800000)
(II) MGA(3): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(3): 16 DWORD fifo
(II) MGA(3): Using 614 lines for offscreen memory.
(II) MGA(3): 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:
		20 128x128 slots
		5 256x256 slots
(==) MGA(3): Backing store disabled
(==) MGA(3): Silken mouse enabled
(**) Option "dpms"
(**) MGA(3): DPMS enabled
(**) MGA(3): Direct rendering disabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Entity 2 shares no resources
(II) Entity 3 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
(**) Option "Protocol" "PS/2"
(**) Mouse0: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Option "Emulate3Buttons" "yes"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
SetKbdSettings - type: 2 rate: 30 delay: 500 snumlk: 0
SetKbdSettings - Succeeded
AUDIT: Thu Oct  7 11:42:50 2004: 2661 X: client 5 rejected from local host

[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