Hello!
I have problem.
I have: XFree86 ver 4.3.0. and the mga driver that came with XFree86 4.3.0., OS is 
FreeBsd 4.7, video card is Matrox Marvel G450 eTV, 2 monitors and problem. 
  I see one screen on every monitor when I run X server. 
I wish to use my card with 2 displays operating as a single logical display. The First 
and the 2nd screen is draw same picture.

Can you help? 


My XF86Config:
# File generated by xf86config.
#
# Copyright (c) 1999 by The XFree86 Project, Inc.

Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen        "Screen2" RightOf "Screen 1"
#       Screen        "Screen2"
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
        Option  "Xinerama" "on"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "/usr/X11R6/lib/X11/fonts/local/"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
#    Load       "xtt"
#    Load       "glx"
#    Load       "dri"
#    Load  "dbe"        # Double buffer extension
#SubSection "extmod"
#       Option      "omit xfree86-dga"   # don't initialise the DGA extension
#EndSubSection
        Load  "type1"
        Load  "speedo"
        Load  "extmod"
#    Load        "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "Keyboard"
        Option      "AutoRepeat" "500 30"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "Auto"
        Option      "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        HorizSync    31.5 - 57.0
        VertRefresh  50.0 - 70.0
EndSection

Section "Monitor"
        Identifier   "Monitor2"
        HorizSync    31.5 - 57.0
        VertRefresh  50.0 - 70.0
EndSection

Section "Device"
#BusID  "PCI:1:0:0"
#   VideoRam    32768
Option "mga_sdram" "on"
Option "NoHal" "on"
Chipset "mgag400"
Identifier  "matrox1"
Driver      "mga"
EndSection

Section "Device"
#BusID  "PCI:2:0:1"
#VideoRam 32768
Option "NoHal" "on"
Chipset "mgag400"
Identifier "Matrox2"
Driver    "mga"
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Matrox1"
        Monitor    "Monitor1"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen2"
        Device     "Matrox2"
        Monitor    "Monitor2"
        DefaultDepth       16
        SubSection "Display"
                Depth      16
                Modes      "1024x768"
        EndSubSection
EndSection


XFree86.0.log:

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 4.7-RELEASE i386 [ELF] 
Build Date: 10 July 2003
        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Jul 11 12:55:16 2003
(==) Using config file: "/root/XF86Config"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen2" (0)
(**) |   |-->Monitor "Monitor2"
(**) |   |-->Device "Matrox2"
(EE) Screen Screen 1 doesn't exist: deleting placement
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/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"
(**) Option "Xinerama" "on"
(**) Xinerama: enabled
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(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 freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.3.0, 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, 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,1130 card 8086,1130 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 05 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 05 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 8086,2442 rev 05 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 8086,2442 rev 05 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 8086,2442 rev 05 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 8086,2442 rev 05 class 0c,03,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2445 card 1458,a002 rev 05 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 102b,0525 card 102b,0641 rev 85 class 03,00,00 hdr 00
(II) PCI: 02:01:0: chip 9004,8178 card 0000,0000 rev 00 class 01,00,00 hdr 00
(II) PCI: 02:03:0: chip 8086,1229 card 0e11,b0d7 rev 05 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: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xe6000000 - 0xe8ffffff (0x3000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xe4000000 - 0xe5ffffff (0x2000000) 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 I/O range:
        [0] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [1] -1  0       0x0000c400 - 0x0000c4ff (0x100) IX[B]
        [2] -1  0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [3] -1  0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xe9000000 - 0xeaffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0xeb000000 - 0xeb0fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) Matrox Graphics, Inc. MGA G400 AGP rev 133, Mem @ 0xe4000000/25, 
0xe6000000/14, 0xe7000000/23
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xffffffff to 0xdfffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xea000000 - 0xebffffff (0x2000000) MX[B]E
        [1] -1  0       0xeb000000 - 0xebffffff (0x1000000) MX[B]E
        [2] -1  0       0xea100000 - 0xea1fffff (0x100000) MX[B]E
        [3] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]EO
        [4] -1  0       0xe7000000 - 0xe77fffff (0x800000) MX[B](B)
        [5] -1  0       0xe6000000 - 0xe6003fff (0x4000) MX[B](B)
        [6] -1  0       0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
        [7] -1  0       0x0000c400 - 0x0000c4ff (0x100) IX[B]E
        [8] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [9] -1  0       0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [10] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]E
        [11] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [12] -1 0       0x00005000 - 0x000050ff (0x100) IX[B]E
        [13] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [14] -1 0       0x0000f000 - 0x0000f0ff (0x100) IX[B]E
(II) PCI Memory resource overlap reduced 0xea000000 from 0xebffffff to 0xea0fffff
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xea000000 - 0xea0fffff (0x100000) MX[B]E
        [1] -1  0       0xeb000000 - 0xebffffff (0x1000000) MX[B]E
        [2] -1  0       0xea100000 - 0xea1fffff (0x100000) MX[B]E
        [3] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]EO
        [4] -1  0       0xe7000000 - 0xe77fffff (0x800000) MX[B](B)
        [5] -1  0       0xe6000000 - 0xe6003fff (0x4000) MX[B](B)
        [6] -1  0       0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
        [7] -1  0       0x0000c400 - 0x0000c4ff (0x100) IX[B]E
        [8] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [9] -1  0       0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [10] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]E
        [11] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [12] -1 0       0x00005000 - 0x000050ff (0x100) IX[B]E
        [13] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [14] -1 0       0x0000f000 - 0x0000f0ff (0x100) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xea000000 - 0xea0fffff (0x100000) MX[B]E
        [6] -1  0       0xeb000000 - 0xebffffff (0x1000000) MX[B]E
        [7] -1  0       0xea100000 - 0xea1fffff (0x100000) MX[B]E
        [8] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]EO
        [9] -1  0       0xe7000000 - 0xe77fffff (0x800000) MX[B](B)
        [10] -1 0       0xe6000000 - 0xe6003fff (0x4000) MX[B](B)
        [11] -1 0       0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
        [12] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [14] -1 0       0x0000c400 - 0x0000c4ff (0x100) IX[B]E
        [15] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [16] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [17] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]E
        [18] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [19] -1 0       0x00005000 - 0x000050ff (0x100) IX[B]E
        [20] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [21] -1 0       0x0000f000 - 0x0000f0ff (0x100) IX[B]E
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.3.0, 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: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.3.0, 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: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.1.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.4
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
        mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400,
        mgag550
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(**) Chipset override: mgag400
(**) Chipset mgag400 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xea000000 - 0xea0fffff (0x100000) MX[B]E
        [6] -1  0       0xeb000000 - 0xebffffff (0x1000000) MX[B]E
        [7] -1  0       0xea100000 - 0xea1fffff (0x100000) MX[B]E
        [8] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]EO
        [9] -1  0       0xe7000000 - 0xe77fffff (0x800000) MX[B](B)
        [10] -1 0       0xe6000000 - 0xe6003fff (0x4000) MX[B](B)
        [11] -1 0       0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
        [12] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [14] -1 0       0x0000c400 - 0x0000c4ff (0x100) IX[B]E
        [15] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [16] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [17] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]E
        [18] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [19] -1 0       0x00005000 - 0x000050ff (0x100) IX[B]E
        [20] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [21] -1 0       0x0000f000 - 0x0000f0ff (0x100) IX[B]E
(II) resource ranges after probing:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xea000000 - 0xea0fffff (0x100000) MX[B]E
        [6] -1  0       0xeb000000 - 0xebffffff (0x1000000) MX[B]E
        [7] -1  0       0xea100000 - 0xea1fffff (0x100000) MX[B]E
        [8] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]EO
        [9] -1  0       0xe7000000 - 0xe77fffff (0x800000) MX[B](B)
        [10] -1 0       0xe6000000 - 0xe6003fff (0x4000) MX[B](B)
        [11] -1 0       0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
        [12] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [13] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [14] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000c400 - 0x0000c4ff (0x100) IX[B]E
        [18] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [19] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [20] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]E
        [21] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [22] -1 0       0x00005000 - 0x000050ff (0x100) IX[B]E
        [23] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [24] -1 0       0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [25] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [26] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(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, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(**) MGA(0): Chipset: "mgag400" (G450)
(**) Option "NoHal" "on"
(**) MGA(0): Matrox HAL module not loaded - using builtin mode setup instead
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(==) MGA(0): Using AGP 1x mode
(--) MGA(0): Linear framebuffer at 0xE4000000
(--) MGA(0): MMIO registers at 0xE6000000
(--) MGA(0): Pseudo-DMA transfer window at 0xE7000000
(==) 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): Write-combining range (0xe6000000,0x4000) was already clear
(==) MGA(0): Write-combining range (0xe4000000,0x2000000)
(==) MGA(0): Write-combining range (0xe7000000,0x800000) was already clear
(--) MGA(0): VideoRAM: 32768 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.3.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(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, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.6
(==) MGA(0): Write-combining range (0xe6000000,0x4000) was already clear
(==) MGA(0): Write-combining range (0xe4000000,0x2000000)
(==) MGA(0): Write-combining range (0xe7000000,0x800000) was already clear
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) MGA(0): Write-combining range (0xa0000,0x10000) was already clear
(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: 0x838d400
(II) MGA(0): Manufacturer: WWC  Model: 117f  Serial#: 0
(II) MGA(0): Year: 2002  Week: 0
(II) MGA(0): EDID Version: 1.1
(II) MGA(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) MGA(0): Signal levels configurable
(II) MGA(0): Sync:  Separate  CompositeSerration on. V.Sync Pulse req. if CompSync or 
SyncOnGreen
(II) MGA(0): Max H-Image Size [cm]: horiz.: 33  vert.: 25
(II) MGA(0): Gamma: 2.10
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.600
(II) MGA(0): blueX: 0.151 blueY: 0.070   whiteX: 0.283 whiteY: 0.297
(II) MGA(0): Supported VESA Video Modes:
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED] (interlaced)
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): Manufacturer's mask: 0
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 640  vsize 480  refresh: 120  vid: 31793
(II) MGA(0): #1: hsize: 800  vsize 600  refresh: 120  vid: 31813
(II) MGA(0): #2: hsize: 1024  vsize 768  refresh: 100  vid: 26721
(II) MGA(0): #3: hsize: 1152  vsize 864  refresh: 85  vid: 22897
(II) MGA(0): #4: hsize: 1280  vsize 1024  refresh: 75  vid: 36737
(II) MGA(0): #5: hsize: 1600  vsize 1200  refresh: 65  vid: 17833
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 36.0 MHz   Image Size:  310 x 232 mm
(II) MGA(0): h_active: 640  h_sync: 672  h_sync_end 720 h_blank_end 832 h_border: 0
(II) MGA(0): v_active: 480  v_sync: 481  v_sync_end 484 v_blanking: 509 v_border: 0
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 56.2 MHz   Image Size:  310 x 232 mm
(II) MGA(0): h_active: 800  h_sync: 832  h_sync_end 896 h_blank_end 1048 h_border: 0
(II) MGA(0): v_active: 600  v_sync: 601  v_sync_end 604 v_blanking: 631 v_border: 0
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 94.5 MHz   Image Size:  310 x 232 mm
(II) MGA(0): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 h_border: 0
(II) MGA(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
(II) MGA(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 86 kHz, PixClock max 
180 MHz
(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 360 MHz
(II) MGA(0): Monitor2: Using hsync range of 31.50-57.00 kHz
(II) MGA(0): Monitor2: Using vrefresh range of 50.00-70.00 Hz
(II) MGA(0): Clock range:  12.00 to 360.00 MHz
(II) MGA(0): Not using default mode "640x350" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x175" (vrefresh out of range)
(II) MGA(0): Not using default mode "640x400" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x200" (vrefresh out of range)
(II) MGA(0): Not using default mode "720x400" (vrefresh out of range)
(II) MGA(0): Not using default mode "360x200" (vrefresh out of range)
(II) MGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x240" (vrefresh out of range)
(II) MGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x240" (vrefresh out of range)
(II) MGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x240" (vrefresh out of range)
(II) MGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(0): Not using default mode "400x300" (vrefresh out of range)
(II) MGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(0): Not using default mode "400x300" (vrefresh out of range)
(II) MGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(0): Not using default mode "400x300" (vrefresh out of range)
(II) MGA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(0): Not using default mode "512x384" (vrefresh out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "512x384" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "512x384" (hsync out of range)
(II) MGA(0): Not using default mode "1152x864" (hsync out of range)
(II) MGA(0): Not using default mode "576x432" (hsync out of range)
(II) MGA(0): Not using default mode "1280x960" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "1280x960" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "640x512" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "640x512" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "640x512" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(0): Not using default mode "896x672" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(0): Not using default mode "896x672" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "928x696" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "928x696" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "832x624" (vrefresh out of range)
(II) MGA(0): Not using default mode "416x312" (vrefresh out of range)
(II) MGA(0): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(0): Not using default mode "700x525" (hsync out of range)
(II) MGA(0): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(0): Not using default mode "700x525" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1024" (hsync out of range)
(II) MGA(0): Not using default mode "800x512" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "1152x768" (width too large for virtual size)
(--) MGA(0): Has SDRAM
(--) MGA(0): Virtual size is 1024x768 (pitch 1024)
(**) MGA(0): *Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) MGA(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -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):  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 "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) MGA(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync 
+vsync
(**) MGA(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) MGA(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) MGA(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) MGA(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan 
+hsync +vsync
(**) MGA(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) MGA(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan 
-hsync -vsync
(**) MGA(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan 
-hsync -vsync
(**) MGA(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) MGA(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan 
+hsync +vsync
(**) MGA(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) MGA(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan 
+hsync +vsync
(**) MGA(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) MGA(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan 
-hsync -vsync
(--) MGA(0): Display dimensions: (330, 250) mm
(--) MGA(0): DPI set to (78, 78)
(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, 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, 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, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xe7000000 - 0xe77fffff (0x800000) MX[B]
        [1] 0   0       0xe6000000 - 0xe6003fff (0x4000) MX[B]
        [2] 0   0       0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
        [3] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [4] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [5] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [6] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [7] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [8] -1  0       0xea000000 - 0xea0fffff (0x100000) MX[B]E
        [9] -1  0       0xeb000000 - 0xebffffff (0x1000000) MX[B]E
        [10] -1 0       0xea100000 - 0xea1fffff (0x100000) MX[B]E
        [11] -1 0       0xe0000000 - 0xdfffffff (0x0) MX[B]EO
        [12] -1 0       0xe7000000 - 0xe77fffff (0x800000) MX[B](B)
        [13] -1 0       0xe6000000 - 0xe6003fff (0x4000) MX[B](B)
        [14] -1 0       0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
        [15] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [16] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [17] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [18] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [19] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [20] -1 0       0x0000c400 - 0x0000c4ff (0x100) IX[B]E
        [21] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [22] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [23] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]E
        [24] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [25] -1 0       0x00005000 - 0x000050ff (0x100) IX[B]E
        [26] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [27] -1 0       0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [28] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [29] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) MGA(0): Write-combining range (0xe6000000,0x4000) was already clear
(==) MGA(0): Write-combining range (0xe4000000,0x2000000)
(==) MGA(0): Write-combining range (0xe7000000,0x800000) was already clear
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) MGA(0): Write-combining range (0xa0000,0x10000) was already clear
(--) MGA(0): 16 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(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
(II) MGA(0): Using overlay video
(==) MGA(0): Direct rendering disabled
(==) RandR enabled
Symbol drmGetInterruptFromBusID from module /usr/X11R6/lib/modules/drivers/mga_drv.o 
is unresolved!
Symbol drmCtlInstHandler from module /usr/X11R6/lib/modules/drivers/mga_drv.o is 
unresolved!
Symbol drmCtlUninstHandler from module /usr/X11R6/lib/modules/drivers/mga_drv.o is 
unresolved!
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "Auto"
(**) Mouse1: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse1: SetupAuto: protocol is SysMouse

_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to