I'm not 100% sure what's wrong, but this can't be good:

Symbol vbeFree from module /usr/X11R6/lib/modules/drivers/mga_drv.o is
unresolved!
Symbol fbPictureInit from module
/usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(--) Depth 24 pixmap format is 32 bpp

Ken

-----Original Message-----
From: Don Wilde [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 17, 2001 4:11 PM
To: [EMAIL PROTECTED]
Subject: [Newbie]Matrox 2nd head


I have X 4.1.0 running on a Matrox G400 on FreeBSD 4.4-RC (aka
4-STABLE). I tried a config I found in the archives, but it still bombs.
Many TIA for advice! :-D

Following are: 
        Error on Console
        XF86Config
        XFree86.0.log   

The error I see on the console is: 
        XError of failed request: BadValue (integer param out of range)
        Major op: 88 (X_FreeColors)
        Value in: 0x100
        Serial # 25
        Current: 26

My config is:

>>>Begin XF86Config

Section "Module"

# This loads the DBE extension module.

#    Load        "dbe"          # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA
extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load       "glx"

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/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

EndSection


Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "Keyboard"

    Option "AutoRepeat" "500 30"


    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "dell101"
    Option "XkbLayout"  "us"

EndSection

Section "InputDevice"

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


EndSection




Section "Monitor"

    Identifier  "17sf2"
    HorizSync   31-65
    VertRefresh 50-120

EndSection

Section "Monitor"

    Identifier  "smdell"
    HorizSync   30-62
    VertRefresh 50-120
EndSection
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"

    Driver     "vga"

EndSection

# Device configured by xf86config:

Section "Device"
    Identifier  "Matrox Millennium G400"
    Driver      "mga"
    Screen 0
    #VideoRam    32768
    # Insert Clocks lines here if appropriate
#    Option "OverclockMem" 
    Option "Overlay" 
    BusID "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "Matrox Millennium Head 2"
    Driver      "mga"
    Screen 1
    #VideoRam    32768
    # Insert Clocks lines here if appropriate
#    Option "OverclockMem" 
    Option "Overlay" 
    BusID "PCI:1:0:1"
EndSection


Section "Screen"
    Identifier  "MGA1"
    Device      "Matrox Millennium G400"
    Monitor     "17sf2"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
#        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        Modes       "1024x768" "800x600" "640x480"
#       Modes "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "MGA2"
    Device      "Matrox Millennium Head 2"
    Monitor     "smdell"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    1 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        Modes
        ViewPort    1 0
    EndSubsection
    Subsection "Display"
        Depth       24
#        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        Modes       "1024x768" "800x600" "640x480"
#       Modes "800x600" "640x480"
        ViewPort    1 0
    EndSubsection
EndSection

Section "ServerLayout"
        Identifier  "Dual Head Layout"
        Screen      "MGA1"
        Screen      "MGA2" RightOf "MGA1"
        InputDevice "Keyboard1" "CoreKeyboard"
        InputDevice "Mouse1"    "CorePointer"
        Option      "BlankTime"  "5"
    EndSection

>>>end XF86Config

My log says:

>>>Begin XFree86.0.log

XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
        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/FAQ)
Build Operating System: FreeBSD 4.4-RC i386 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Sep 17 16:45:15 2001
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Dual Head Layout"
(**) |-->Screen "MGA1" (0)
(**) |   |-->Monitor "17sf2"
(**) |   |-->Device "Matrox Millennium G400"
(**) |-->Screen "MGA2" (1)
(**) |   |-->Monitor "smdell"
(**) |   |-->Device "Matrox Millennium Head 2"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "dell101"
(**) XKB: model: "dell101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse1"
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/l
ib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/
X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X1
1/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "BlankTime" "5"
(II) xf86ReadBIOS(f8000, e80, Buf, 2)-> 26 41 00 fb...
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.4
        XFree86 XInput driver : 0.2
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.2
(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.1.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(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.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(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,1a21 card 1028,0096 rev 01 class 06,00,00
hdr 00
(II) PCI: 00:01:0: chip 8086,1a23 card 0000,0000 rev 01 class 06,04,00
hdr 01
(II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 02 class 06,04,00
hdr 01
(II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 02 class 06,01,00
hdr 80
(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80
hdr 00
(II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00
hdr 00
(II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00
hdr 00
(II) PCI: 01:00:0: chip 102b,0525 card 102b,217d rev 04 class 03,00,00
hdr 00
(II) PCI: 02:04:0: chip 10b7,9200 card 1028,0096 rev 78 class 02,00,00
hdr 00
(II) PCI: 02:06:0: chip 1013,6003 card 1028,0096 rev 01 class 04,01,00
hdr 00
(II) PCI: 02:09:0: chip 109e,0350 card 0000,0000 rev 11 class 04,00,00
hdr 00
(II) PCI: 02:0e:0: chip 1011,0024 card 0000,0000 rev 03 class 06,04,00
hdr 01
(II) PCI: 03:0a:0: chip 9005,00cf card 1028,0096 rev 01 class 01,00,00
hdr 80
(II) PCI: 03:0a:1: chip 9005,00cf card 1028,0096 rev 01 class 01,00,00
hdr 80
(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.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(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) 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: 0x0e (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xf4000000 - 0xf5ffffff (0x2000000) MX[B]
(II) Bus 2: bridge is at (0:30:0), (0,2,3), BCTRL: 0x06 (VGA_EN is
cleared)
(II) Bus 2 I/O range:
        [0] -1  0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [1] -1  0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [2] -1  0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [3] -1  0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [4] -1  0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [5] -1  0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [6] -1  0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [7] -1  0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0xf8000000 - 0xfbffffff (0x4000000) MX[B]
(II) Bus 2 prefetchable memory range:
(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 3: bridge is at (2:14:0), (2,3,3), BCTRL: 0x06 (VGA_EN is
cleared)
(II) Bus 3 I/O range:
        [0] -1  0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [1] -1  0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [2] -1  0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [3] -1  0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
        [0] -1  0xfa000000 - 0xfbffffff (0x2000000) MX[B]
(II) Bus 3 prefetchable memory range:
(--) PCI:*(1:0:0) Matrox MGA G400 AGP rev 4, Mem @ 0xf4000000/25,
0xfcffc000/14, 0xfc000000/23, BIOS @ 0x80000000/16
(--) PCI: (2:9:0) BrookTree 848 rev 17, Mem @ 0xf6000000/12
(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  0xf8e00000 - 0xf8ffffff (0x200000) MX[B]E
        [1] -1  0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
        [2] -1  0xf8fffc00 - 0xf8ffffff (0x400) MX[B]E
        [3] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]E
        [4] -1  0xf6000000 - 0xf6000fff (0x1000) MX[B](B)
        [5] -1  0x80000000 - 0x8000ffff (0x10000) MX[B](B)
        [6] -1  0xfc000000 - 0xfc7fffff (0x800000) MX[B](B)
        [7] -1  0xfcffc000 - 0xfcffffff (0x4000) MX[B](B)
        [8] -1  0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
        [9] -1  0x0000e800 - 0x0000e8ff (0x100) IX[B]E
        [10] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
        [11] -1 0x0000dc80 - 0x0000dcff (0x80) IX[B]E
        [12] -1 0x0000ccd0 - 0x0000ccdf (0x10) IX[B]E
        [13] -1 0x0000ff80 - 0x0000ffff (0x80) IX[B]E
        [14] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) PCI Memory resource overlap reduced 0xf8e00000 from 0xf8ffffff to
0xf8efffff
(II) PCI Memory resource overlap reduced 0xf8ffe000 from 0xf8ffffff to
0xf8ffefff
(II) PCI I/O resource overlap reduced 0x0000ff80 from 0x0000ffff to
0x0000ff9f
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xf8e00000 - 0xf8efffff (0x100000) MX[B]E
        [1] -1  0xf8ffe000 - 0xf8ffefff (0x1000) MX[B]E
        [2] -1  0xf8fffc00 - 0xf8ffffff (0x400) MX[B]E
        [3] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]E
        [4] -1  0xf6000000 - 0xf6000fff (0x1000) MX[B](B)
        [5] -1  0x80000000 - 0x8000ffff (0x10000) MX[B](B)
        [6] -1  0xfc000000 - 0xfc7fffff (0x800000) MX[B](B)
        [7] -1  0xfcffc000 - 0xfcffffff (0x4000) MX[B](B)
        [8] -1  0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
        [9] -1  0x0000e800 - 0x0000e8ff (0x100) IX[B]E
        [10] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
        [11] -1 0x0000dc80 - 0x0000dcff (0x80) IX[B]E
        [12] -1 0x0000ccd0 - 0x0000ccdf (0x10) IX[B]E
        [13] -1 0x0000ff80 - 0x0000ff9f (0x20) IX[B]E
        [14] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(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  0xf8e00000 - 0xf8efffff (0x100000) MX[B]E
        [6] -1  0xf8ffe000 - 0xf8ffefff (0x1000) MX[B]E
        [7] -1  0xf8fffc00 - 0xf8ffffff (0x400) MX[B]E
        [8] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]E
        [9] -1  0xf6000000 - 0xf6000fff (0x1000) MX[B](B)
        [10] -1 0x80000000 - 0x8000ffff (0x10000) MX[B](B)
        [11] -1 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B)
        [12] -1 0xfcffc000 - 0xfcffffff (0x4000) MX[B](B)
        [13] -1 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
        [14] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
        [17] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
        [18] -1 0x0000dc80 - 0x0000dcff (0x80) IX[B]E
        [19] -1 0x0000ccd0 - 0x0000ccdf (0x10) IX[B]E
        [20] -1 0x0000ff80 - 0x0000ff9f (0x20) IX[B]E
        [21] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.1.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 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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.1.9
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.1.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.1.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.2
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
        mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400
(II) Primary Device is: PCI 01:00:0
(--) 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  0xf8e00000 - 0xf8efffff (0x100000) MX[B]E
        [6] -1  0xf8ffe000 - 0xf8ffefff (0x1000) MX[B]E
        [7] -1  0xf8fffc00 - 0xf8ffffff (0x400) MX[B]E
        [8] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]E
        [9] -1  0xf6000000 - 0xf6000fff (0x1000) MX[B](B)
        [10] -1 0x80000000 - 0x8000ffff (0x10000) MX[B](B)
        [11] -1 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B)
        [12] -1 0xfcffc000 - 0xfcffffff (0x4000) MX[B](B)
        [13] -1 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
        [14] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
        [17] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
        [18] -1 0x0000dc80 - 0x0000dcff (0x80) IX[B]E
        [19] -1 0x0000ccd0 - 0x0000ccdf (0x10) IX[B]E
        [20] -1 0x0000ff80 - 0x0000ff9f (0x20) IX[B]E
        [21] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(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  0xf8e00000 - 0xf8efffff (0x100000) MX[B]E
        [6] -1  0xf8ffe000 - 0xf8ffefff (0x1000) MX[B]E
        [7] -1  0xf8fffc00 - 0xf8ffffff (0x400) MX[B]E
        [8] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]E
        [9] -1  0xf6000000 - 0xf6000fff (0x1000) MX[B](B)
        [10] -1 0x80000000 - 0x8000ffff (0x10000) MX[B](B)
        [11] -1 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B)
        [12] -1 0xfcffc000 - 0xfcffffff (0x4000) MX[B](B)
        [13] -1 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
        [14] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [15] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [16] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [17] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
        [20] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
        [21] -1 0x0000dc80 - 0x0000dcff (0x80) IX[B]E
        [22] -1 0x0000ccd0 - 0x0000ccdf (0x10) IX[B]E
        [23] -1 0x0000ff80 - 0x0000ff9f (0x20) IX[B]E
        [24] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
        [25] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [26] 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.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(**) MGA(0): Depth 24, (--) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(**) MGA(0): Option "Overlay" ""
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(WW) Warning, couldn't open module mga_hal
(II) UnloadModule: "mga_hal"
(EE) MGA: Failed to load module "mga_hal" (module does not exist, 0)
(II) MGA(0): Matrox HAL module not found - using builtin mode setup
instead
(--) MGA(0): Chipset: "mgag400"
(==) MGA(0): Using AGP 1x mode
(**) MGA(0): PseudoColor overlay enabled
(--) MGA(0): Linear framebuffer at 0xF4000000
(--) MGA(0): MMIO registers at 0xFCFFC000
(--) MGA(0): Pseudo-DMA transfer window at 0xFC000000
(--) MGA(0): BIOS at 0x80000000
(II) xf86ReadBIOS(fc800000, 0, Buf, 40)-> 55 aa 40 eb...
(II) xf86ReadBIOS(fc800000, 0, Buf, 10000)-> 55 aa 40 eb...
(--) MGA(0): Video BIOS info block at offset 0x07A80
(WW) MGA(0): Video BIOS info block not detected!
(II) MGA(0): MGABios.RamdacType = 0x0
(==) MGA(0): Write-combining range (0xfcffc000,0x4000) was already clear
(==) MGA(0): Write-combining range (0xf4000000,0x2000000)
(==) MGA(0): Write-combining range (0xfc000000,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.1.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(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.1.0, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.4
(==) MGA(0): Write-combining range (0xfcffc000,0x4000) was already clear
(==) MGA(0): Write-combining range (0xf4000000,0x2000000)
(==) MGA(0): Write-combining range (0xfc000000,0x800000) was already
clear
(==) 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.
(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: 0x8595000
(II) MGA(0): Manufacturer: SNY  Model: 0  Serial#: 2111824
(II) MGA(0): Year: 1995  Week: 42
(II) MGA(0): EDID Version: 1.0
(II) MGA(0): Analog Display Input,  Input Voltage Level: 0.714/0.286 V
(II) MGA(0): Sync:  Separate  Composite  SyncOnGreen
(II) MGA(0): Max H-Image Size [cm]: horiz.: 33  vert.: 24
(II) MGA(0): Gamma: 2.86
(II) MGA(0): DPMS capabilities: Suspend Off; RGB/Color Display
(II) MGA(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.595
(II) MGA(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
(II) MGA(0): Supported VESA Video Modes:
(II) MGA(0): 640x480@60Hz
(II) MGA(0): 800x600@75Hz
(II) MGA(0): 832x624@75Hz
(II) MGA(0): 1024x768@75Hz
(II) MGA(0): Manufacturer's mask: 0
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) MGA(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(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): 17sf2: Using hsync range of 31.00-65.00 kHz
(II) MGA(0): 17sf2: Using vrefresh range of 50.00-120.00 Hz
(II) MGA(0): Clock range:  12.00 to 360.00 MHz
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "1152x864" (hsync out of range)
(II) MGA(0): Not using default mode "1280x960" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "1400x1050" (hsync out of range)
(--) MGA(0): Virtual size is 1024x768 (pitch 1024)
(**) MGA(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) MGA(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769
772 800 +hsync +vsync
(**) MGA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) MGA(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604
631 +hsync +vsync
(**) MGA(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) MGA(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484
509 -hsync -vsync
(--) MGA(0): Display dimensions: (33, 24) cm
(--) MGA(0): DPI set to (78, 81)
(II) MGA(0): YDstOrg is set to 0
(II) Loading sub module "xf8_32bpp"
(II) LoadModule: "xf8_32bpp"
(II) Loading /usr/X11R6/lib/modules/libxf8_32bpp.a
(II) Module xf8_32bpp: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Loading /usr/X11R6/lib/modules/libcfb.a
(II) Module cfb: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Loading /usr/X11R6/lib/modules/libmfb.a
(II) Module mfb: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "cfb32"
(II) LoadModule: "cfb32"
(II) Loading /usr/X11R6/lib/modules/libcfb32.a
(II) Module cfb32: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Reloading /usr/X11R6/lib/modules/libcfb.a
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Reloading /usr/X11R6/lib/modules/libmfb.a
(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.1.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(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.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
Symbol vbeFree from module /usr/X11R6/lib/modules/drivers/mga_drv.o is
unresolved!
Symbol fbPictureInit from module
/usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0xfc000000 - 0xfc7fffff (0x800000) MX[B]
        [1] 0   0xfcffc000 - 0xfcffffff (0x4000) MX[B]
        [2] 0   0xf4000000 - 0xf5ffffff (0x2000000) MX[B]
        [3] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [4] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [5] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [6] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [7] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [8] -1  0xf8e00000 - 0xf8efffff (0x100000) MX[B]E
        [9] -1  0xf8ffe000 - 0xf8ffefff (0x1000) MX[B]E
        [10] -1 0xf8fffc00 - 0xf8ffffff (0x400) MX[B]E
        [11] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]E
        [12] -1 0xf6000000 - 0xf6000fff (0x1000) MX[B](B)
        [13] -1 0x80000000 - 0x8000ffff (0x10000) MX[B](B)
        [14] -1 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B)
        [15] -1 0xfcffc000 - 0xfcffffff (0x4000) MX[B](B)
        [16] -1 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
        [17] 0  0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [18] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [19] 0  0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [20] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [21] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [22] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
        [23] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
        [24] -1 0x0000dc80 - 0x0000dcff (0x80) IX[B]E
        [25] -1 0x0000ccd0 - 0x0000ccdf (0x10) IX[B]E
        [26] -1 0x0000ff80 - 0x0000ff9f (0x20) IX[B]E
        [27] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
        [28] 0  0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [29] 0  0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) MGA(0): Write-combining range (0xfcffc000,0x4000) was already clear
(==) MGA(0): Write-combining range (0xf4000000,0x2000000)
(==) MGA(0): Write-combining range (0xfc000000,0x800000) was already
clear
(==) MGA(0): Write-combining range (0xa0000,0x10000) was already clear
(--) MGA(0): 16 DWORD fifo
(II) MGA(0): Using 3328 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
        Driver provided FillMono8x8PatternRects replacement
        Setting up tile and stipple cache:
                32 128x128 slots
                20 256x256 slots
                6 512x512 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(II) MGA(0): Using texture video
(==) MGA(0): Direct rendering disabled
(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) Keyboard "Keyboard1" handled by legacy driver
(**) Option "Protocol" "Auto"
(**) Mouse1: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(==) Mouse1: Buttons: 3
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(**) Option "BaudRate" "1200"

Fatal server error:
Caught signal 11.  Server aborting
>>>End XFree86.0.log

-- 
Don Wilde           http://www.Silver-Lynx.com
Silver Lynx   Embedded Microsystems Architects
2218 Southern Bl. Ste. 12 Rio Rancho, NM 87124
505-891-4175                      FAX 891-4185
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to