Hi,

After days of beating my keyboard into pieces with my forehead I've
decided to seek help and advice.

I hope it's OK to attach config / log files. I haven't seen anything
posting / notice to the contrary.  Apols if anyone is offended.

I've looked in the manuals and browsed the archives, but can't find
anything similar to my problem.

Basically I've got 2 MGA Millennium II 4mb PCI cards in my IBM PC Server
330.  The O/S I'm using is RedHat 7.2 (supplied kernel) with XFree86
4.2.0 (from XFree.Org ftp server).  There's also an onboard S3 Trio card
which Linux _insists_ on detecting, even though it's turned off in the
bios.

I've configured my XF86Config-4 file as correctly as I can.  XFree86
detects one card correctly; MGA2164W, the other as a Matrox Mystique. 
Bizarre - the contents of /proc/pci clearly list both cards as
Millenniums.

When I try and run both cards together in Xinerama mode - instead of a
single wide desktop I have the same desktop repeated on each monitor.  I
can't figure out why...  The commented lines in the config refer to some
bits and bobs from my friends Matrox Powerdesk configured file (which I
know is not compatible with the Millennium II).  Both Monitors are
configured correctly and work great - just not as one 'screen'.

I'm sure it's a simple mistake I'm making, but I could do with a point
in the right direction.

Thanks,

Jez
Section "ServerLayout"
        Identifier     "Jez hacked about"
        Screen      1  "Screen1" RightOf "Screen0"
        Screen      0  "Screen0" 0 0
        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  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
EndSection

Section "ServerFlags"
        Option "Xinerama"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbLayout" "gb"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/mouse"
        Option      "Protocol" "PS/2"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "MEL"
        ModelName    "NFL9905"
        HorizSync    30.0 - 96.0
        VertRefresh  50.0 - 140.0
        Option       "dpms"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "SGI"
        ModelName    "GDM-20E21"
        HorizSync    30.0 - 96.0
        VertRefresh  48.0 - 160.0
        Option "dpms"
EndSection

#Section "Monitor"
#       Identifier   "Display Merged"
#       VendorName   "Unknown"
#       ModelName    "Unknown"
#       HorizSync    30.0 - 107.0
#       VertRefresh  48.0 - 120.0
#EndSection

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

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "PciRetry"                  # [<bool>]
        #Option     "SyncOnGreen"               # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "Overlay"                   # [<str>]
        #Option     "MGASDRAM"                  # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "SetMclk"                   # <freq>
        #Option     "OverclockMem"              # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "Rotate"                    # [<str>]
        #Option     "TexturedVideo"             # [<bool>]
        #Option     "Crtc2Half"                 # [<bool>]
        #Option     "Crtc2Ram"                  # <i>
        #Option     "Int10"                     # [<bool>]
        #Option     "AGPMode"                   # <i>
        #Option     "DigitalScreen"             # [<bool>]
        #Option     "TV"                        # [<bool>]
        #Option     "TVStandard"                # [<str>]
        #Option     "CableType"                 # [<str>]
        #Option     "NoHal"                     # [<bool>]
        #Option     "SwappedHead"               # [<bool>]
        #Option     "DRI"                       # [<bool>]
        Identifier  "Card1"
        Driver      "mga"
        VendorName  "Matrox"
        BoardName   "MGA 2164W"
        BusID       "PCI:1:7:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16
        #SubSection "Display"
        #        Depth     1
        #EndSubSection
        #SubSection "Display"
        #        Depth     4
        #EndSubSection
        #SubSection "Display"
        #        Depth     8
        #       Modes "1280x1024"
        #EndSubSection
        #SubSection "Display"
        #        Depth     15
        #EndSubSection
        SubSection "Display"
                Depth     16
                Modes "1280x1024"
        EndSubSection
        #SubSection "Display"
        #        Depth     24
        #EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        DefaultDepth 16
        #SubSection "Display"
        #        Depth     1
        #EndSubSection
        #SubSection "Display"
        #        Depth     4
        #EndSubSection
        #SubSection "Display"
        #        Depth     8
        #       Modes "1280x1024"
        #EndSubSection
        #SubSection "Display"
        #        Depth     15
        #EndSubSection
        SubSection "Display"
                Depth     16
                Modes "1280x1024"
        EndSubSection
        #SubSection "Display"
        #        Depth     24
        #EndSubSection
EndSection

#Section "Screen"
#       Identifier "Display Merged"
#       Device     "Card0"
#       Monitor    "Display Merged"
#       DefaultDepth     16
#       Option      "Monitor1Position" "RightOf"
#       Option      "MergedFB"
#       SubSection "Display"
#               Depth     16
#               Modes    "1280x1024"
#       EndSubSection
#EndSection

Section "DRI"
        Mode         0666
EndSection



XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 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.9-13smp i686 [ELF] 
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: Sun Mar  3 18:56:27 2002
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Jez hacked about"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbLayout" "gb"
(**) XKB: layout: "gb"
(==) Keyboard: CustomKeycode disabled
(**) 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/CID/,/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"
(**) Xinerama: enabled
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.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 = 0x8001280c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1237 card 0000,0000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:07:0: chip 5333,8811 card 0000,0000 rev 54 class 03,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1014,0022 card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:13:0: chip 8086,7000 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:13:1: chip 8086,7010 card 0000,0000 rev 00 class 01,01,80 hdr 00
(II) PCI: 00:13:2: chip 8086,7020 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 01:03:0: chip 1014,002e card 0000,0000 rev 03 class 01,00,00 hdr 00
(II) PCI: 01:04:0: chip 9004,8078 card 0000,0000 rev 00 class 01,00,00 hdr 00
(II) PCI: 01:05:0: chip 1022,2000 card 0000,0000 rev 25 class 02,00,00 hdr 00
(II) PCI: 01:06:0: chip 102b,051b card 102b,1100 rev 00 class 03,00,00 hdr 00
(II) PCI: 01:07:0: chip 102b,051b card 102b,0100 rev 00 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) 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:11:0), (0,1,1), BCTRL: 0x0a (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0x00005000 - 0x00005fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0x50000000 - 0x511fffff (0x1200000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0x88000000 - 0x8b0fffff (0x3100000) MX[B]
(II) Bus -1: bridge is at (0:19: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:
(--) PCI: (0:7:0) S3 Trio32/64 rev 84, Mem @ 0x70000000/26, BIOS @ 0x000c0000/16
(--) PCI:*(1:6:0) Matrox MGA 2164W rev 0, Mem @ 0x89000000/24, 0x51004000/14, 
0x50800000/23
(--) PCI: (1:7:0) Matrox MGA 2164W rev 0, Mem @ 0x88000000/24, 0x51000000/14, 
0x50000000/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  0x51107000 - 0x5110701f (0x20) MX[B]
        [1] -1  0x51106000 - 0x51106fff (0x1000) MX[B]
        [2] -1  0x51104000 - 0x51105fff (0x2000) MX[B]
        [3] -1  0x50800000 - 0x50ffffff (0x800000) MX[B](B)
        [4] -1  0x51004000 - 0x51007fff (0x4000) MX[B](B)
        [5] -1  0x89000000 - 0x89ffffff (0x1000000) MX[B](B)
        [6] -1  0x00005200 - 0x0000521f (0x20) IX[B]
        [7] -1  0x00005000 - 0x000050ff (0x100) IX[B]
        [8] -1  0x00005100 - 0x000051ff (0x100) IX[B]
        [9] -1  0x00006000 - 0x0000601f (0x20) IX[B]
        [10] -1 0x00006020 - 0x0000602f (0x10) IX[B]
(II) Inactive PCI resource ranges:
        [0] -1  0x50000000 - 0x507fffff (0x800000) MX[B](B)
        [1] -1  0x51000000 - 0x51003fff (0x4000) MX[B](B)
        [2] -1  0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
        [3] -1  0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [4] -1  0x70000000 - 0x73ffffff (0x4000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0x51107000 - 0x5110701f (0x20) MX[B]
        [1] -1  0x51106000 - 0x51106fff (0x1000) MX[B]
        [2] -1  0x51104000 - 0x51105fff (0x2000) MX[B]
        [3] -1  0x50800000 - 0x50ffffff (0x800000) MX[B](B)
        [4] -1  0x51004000 - 0x51007fff (0x4000) MX[B](B)
        [5] -1  0x89000000 - 0x89ffffff (0x1000000) MX[B](B)
        [6] -1  0x00005200 - 0x0000521f (0x20) IX[B]
        [7] -1  0x00005000 - 0x000050ff (0x100) IX[B]
        [8] -1  0x00005100 - 0x000051ff (0x100) IX[B]
        [9] -1  0x00006000 - 0x0000601f (0x20) IX[B]
        [10] -1 0x00006020 - 0x0000602f (0x10) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0x50000000 - 0x507fffff (0x800000) MX[B](B)
        [1] -1  0x51000000 - 0x51003fff (0x4000) MX[B](B)
        [2] -1  0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
        [3] -1  0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [4] -1  0x70000000 - 0x73ffffff (0x4000000) 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  0x51107000 - 0x5110701f (0x20) MX[B]
        [6] -1  0x51106000 - 0x51106fff (0x1000) MX[B]
        [7] -1  0x51104000 - 0x51105fff (0x2000) MX[B]
        [8] -1  0x50800000 - 0x50ffffff (0x800000) MX[B](B)
        [9] -1  0x51004000 - 0x51007fff (0x4000) MX[B](B)
        [10] -1 0x89000000 - 0x89ffffff (0x1000000) MX[B](B)
        [11] -1 0x50000000 - 0x507fffff (0x800000) MX[B](B)
        [12] -1 0x51000000 - 0x51003fff (0x4000) MX[B](B)
        [13] -1 0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
        [14] -1 0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [15] -1 0x70000000 - 0x73ffffff (0x4000000) MX[B](B)
        [16] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0x00005200 - 0x0000521f (0x20) IX[B]
        [19] -1 0x00005000 - 0x000050ff (0x100) IX[B]
        [20] -1 0x00005100 - 0x000051ff (0x100) IX[B]
        [21] -1 0x00006000 - 0x0000601f (0x20) IX[B]
        [22] -1 0x00006020 - 0x0000602f (0x10) IX[B]
(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: "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: "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: "pex5"
(II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: 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 X3D-PEX
(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: "xie"
(II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
(II) Module xie: 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 XIE
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
        compiled for 4.2.0, 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:06:0
(--) Chipset mga2164w found
(--) Chipset mga2164w 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  0x51107000 - 0x5110701f (0x20) MX[B]
        [6] -1  0x51106000 - 0x51106fff (0x1000) MX[B]
        [7] -1  0x51104000 - 0x51105fff (0x2000) MX[B]
        [8] -1  0x50800000 - 0x50ffffff (0x800000) MX[B](B)
        [9] -1  0x51004000 - 0x51007fff (0x4000) MX[B](B)
        [10] -1 0x89000000 - 0x89ffffff (0x1000000) MX[B](B)
        [11] -1 0x50000000 - 0x507fffff (0x800000) MX[B](B)
        [12] -1 0x51000000 - 0x51003fff (0x4000) MX[B](B)
        [13] -1 0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
        [14] -1 0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [15] -1 0x70000000 - 0x73ffffff (0x4000000) MX[B](B)
        [16] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0x00005200 - 0x0000521f (0x20) IX[B]
        [19] -1 0x00005000 - 0x000050ff (0x100) IX[B]
        [20] -1 0x00005100 - 0x000051ff (0x100) IX[B]
        [21] -1 0x00006000 - 0x0000601f (0x20) IX[B]
        [22] -1 0x00006020 - 0x0000602f (0x10) 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  0x51107000 - 0x5110701f (0x20) MX[B]
        [6] -1  0x51106000 - 0x51106fff (0x1000) MX[B]
        [7] -1  0x51104000 - 0x51105fff (0x2000) MX[B]
        [8] -1  0x50800000 - 0x50ffffff (0x800000) MX[B](B)
        [9] -1  0x51004000 - 0x51007fff (0x4000) MX[B](B)
        [10] -1 0x89000000 - 0x89ffffff (0x1000000) MX[B](B)
        [11] -1 0x50000000 - 0x507fffff (0x800000) MX[B](B)
        [12] -1 0x51000000 - 0x51003fff (0x4000) MX[B](B)
        [13] -1 0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
        [14] -1 0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [15] -1 0x70000000 - 0x73ffffff (0x4000000) MX[B](B)
        [16] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0x00005200 - 0x0000521f (0x20) IX[B]
        [19] -1 0x00005000 - 0x000050ff (0x100) IX[B]
        [20] -1 0x00005100 - 0x000051ff (0x100) IX[B]
        [21] -1 0x00006000 - 0x0000601f (0x20) IX[B]
        [22] -1 0x00006020 - 0x0000602f (0x10) 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  0x51107000 - 0x5110701f (0x20) MX[B]
        [6] -1  0x51106000 - 0x51106fff (0x1000) MX[B]
        [7] -1  0x51104000 - 0x51105fff (0x2000) MX[B]
        [8] -1  0x50800000 - 0x50ffffff (0x800000) MX[B](B)
        [9] -1  0x51004000 - 0x51007fff (0x4000) MX[B](B)
        [10] -1 0x89000000 - 0x89ffffff (0x1000000) MX[B](B)
        [11] -1 0x50000000 - 0x507fffff (0x800000) MX[B](B)
        [12] -1 0x51000000 - 0x51003fff (0x4000) MX[B](B)
        [13] -1 0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
        [14] -1 0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [15] -1 0x70000000 - 0x73ffffff (0x4000000) MX[B](B)
        [16] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [17] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [18] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [19] 1  0x000a0000 - 0x000affff (0x10000) MS[B]
        [20] 1  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [21] 1  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [22] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [23] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [24] -1 0x00005200 - 0x0000521f (0x20) IX[B]
        [25] -1 0x00005000 - 0x000050ff (0x100) IX[B]
        [26] -1 0x00005100 - 0x000051ff (0x100) IX[B]
        [27] -1 0x00006000 - 0x0000601f (0x20) IX[B]
        [28] -1 0x00006020 - 0x0000602f (0x10) IX[B]
        [29] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [30] 0  0x000003c0 - 0x000003df (0x20) IS[B]
        [31] 1  0x000003b0 - 0x000003bb (0xc) IS[B]
        [32] 1  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(--) MGA(0): Chipset: "mga2164w"
(==) MGA(0): Using AGP 1x mode
(--) MGA(0): Linear framebuffer at 0x89000000
(--) MGA(0): MMIO registers at 0x51004000
(--) MGA(0): Pseudo-DMA transfer window at 0x50800000
(==) MGA(0): BIOS at 0xC0000
(--) MGA(0): Video BIOS info block at offset 0x07BA0
(--) MGA(0): Found and verified enhanced Video BIOS info block
(II) MGA(0): MGABios.RamdacType = 0x0
(WW) MGA(0): Unable to probe memory amount due to hardware bug.  Assuming 4096 KB
(--) MGA(0): VideoRAM: 4096 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) 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
(==) MGA(0): Write-combining range (0x89000000,0x400000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(0): I2C bus "DDC" initialized.
(II) MGA(0): I2C device "DDC:ddc2" registered.
(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: 0x85e3788
(II) MGA(0): Manufacturer: MEL  Model: 43a0  Serial#: 14261
(II) MGA(0): Year: 2000  Week: 32
(II) MGA(0): EDID Version: 1.1
(II) MGA(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) MGA(0): Sync:  Separate  Composite
(II) MGA(0): Max H-Image Size [cm]: horiz.: 35  vert.: 26
(II) MGA(0): Gamma: 2.56
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): redX: 0.626 redY: 0.339   greenX: 0.279 greenY: 0.600
(II) MGA(0): blueX: 0.149 blueY: 0.072   whiteX: 0.283 whiteY: 0.297
(II) MGA(0): Supported VESA Video Modes:
(II) MGA(0): 720x400@70Hz
(II) MGA(0): 720x400@88Hz
(II) MGA(0): 640x480@60Hz
(II) MGA(0): 640x480@67Hz
(II) MGA(0): 640x480@72Hz
(II) MGA(0): 640x480@75Hz
(II) MGA(0): 800x600@56Hz
(II) MGA(0): 800x600@60Hz
(II) MGA(0): 800x600@72Hz
(II) MGA(0): 800x600@75Hz
(II) MGA(0): 832x624@75Hz
(II) MGA(0): 1024x768@60Hz
(II) MGA(0): 1024x768@70Hz
(II) MGA(0): 1024x768@75Hz
(II) MGA(0): 1280x1024@75Hz
(II) MGA(0): 1152x870@75Hz
(II) MGA(0): Manufacturer's mask: 0
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) MGA(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) MGA(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) MGA(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) MGA(0): #4: hsize: 1280  vsize 960  refresh: 85  vid: 22913
(II) MGA(0): #5: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) MGA(0): #6: hsize: 1600  vsize 1200  refresh: 65  vid: 17833
(II) MGA(0): #7: hsize: 1600  vsize 1200  refresh: 70  vid: 19113
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 202.5 MHz   Image Size:  350 x 262 mm
(II) MGA(0): h_active: 1600  h_sync: 1664  h_sync_end 1856 h_blank_end 2160 h_border: 0
(II) MGA(0): v_active: 1200  v_sync: 1201  v_sync_end 1204 v_blanking: 1250 v_border: 0
(II) MGA(0): Ranges: V min: 50  V max: 140 Hz, H min: 30  H max: 96 kHz, PixClock max 
220 MHz
(II) MGA(0): Monitor name: NFL9905
(II) MGA(0): Serial No: 008C14261
(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 230 MHz
(--) MGA(0): MCLK used is 66.0 MHz
(II) MGA(0): Monitor0: Using hsync range of 30.00-96.00 kHz
(II) MGA(0): Monitor0: Using vrefresh range of 50.00-140.00 Hz
(II) MGA(0): Clock range:  12.00 to 230.00 MHz
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(0): Not using default mode "896x672" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(0): Not using default mode "928x696" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(--) MGA(0): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(0): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) MGA(0): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028 1072 
+hsync +vsync
(--) MGA(0): Display dimensions: (350, 260) mm
(--) MGA(0): DPI set to (92, 100)
(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 "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(1): Depth 16, (--) framebuffer bpp 16
(==) MGA(1): RGB weight 565
(--) MGA(1): Chipset: "mga2164w"
(==) MGA(1): Using AGP 1x mode
(--) MGA(1): Linear framebuffer at 0x88000000
(--) MGA(1): MMIO registers at 0x51000000
(--) MGA(1): Pseudo-DMA transfer window at 0x50000000
(II) Truncating PCI BIOS Length to 32768
(--) MGA(1): Video BIOS info block at offset 0x07DC0
(--) MGA(1): Found and verified enhanced Video BIOS info block
(II) MGA(1): MGABios.RamdacType = 0x0
(==) MGA(1): Write-combining range (0x88000000,0x800000)
(WW) MGA(1): Unable to probe memory amount due to hardware bug.  Assuming 4096 KB
(--) MGA(1): VideoRAM: 4096 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/X11R6/lib/modules/libi2c.a
(==) MGA(1): Write-combining range (0x88000000,0x400000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(II) MGA(1): DDC1 disabled - chip not in VGA mode
(II) MGA(1): I2C bus "DDC" initialized.
(II) MGA(1): I2C device "DDC:ddc2" registered.
(II) MGA(1): I2C device "DDC:ddc2" removed.
(II) MGA(1): I2C Monitor info: (nil)
(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 250 MHz
(--) MGA(1): MCLK used is 66.0 MHz
(II) MGA(1): Monitor1: Using hsync range of 30.00-96.00 kHz
(II) MGA(1): Monitor1: Using vrefresh range of 48.00-160.00 Hz
(II) MGA(1): Clock range:  12.00 to 250.00 MHz
(II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(1): Not using default mode "800x600" (hsync out of range)
(II) MGA(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(1): Not using default mode "896x672" (hsync out of range)
(II) MGA(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(1): Not using default mode "928x696" (hsync out of range)
(II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(1): Not using default mode "960x720" (hsync out of range)
(--) MGA(1): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(1): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) MGA(1): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028 1072 
+hsync +vsync
(==) MGA(1): DPI set to (75, 75)
(II) MGA(1): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after preInit:
        [0] 1   0x50000000 - 0x507fffff (0x800000) MX[B]
        [1] 1   0x51000000 - 0x51003fff (0x4000) MX[B]
        [2] 1   0x88000000 - 0x88ffffff (0x1000000) MX[B]
        [3] 0   0x50800000 - 0x50ffffff (0x800000) MX[B]
        [4] 0   0x51004000 - 0x51007fff (0x4000) MX[B]
        [5] 0   0x89000000 - 0x89ffffff (0x1000000) MX[B]
        [6] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [7] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [8] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [9] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [10] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [11] -1 0x51107000 - 0x5110701f (0x20) MX[B]
        [12] -1 0x51106000 - 0x51106fff (0x1000) MX[B]
        [13] -1 0x51104000 - 0x51105fff (0x2000) MX[B]
        [14] -1 0x50800000 - 0x50ffffff (0x800000) MX[B](B)
        [15] -1 0x51004000 - 0x51007fff (0x4000) MX[B](B)
        [16] -1 0x89000000 - 0x89ffffff (0x1000000) MX[B](B)
        [17] -1 0x50000000 - 0x507fffff (0x800000) MX[B](B)
        [18] -1 0x51000000 - 0x51003fff (0x4000) MX[B](B)
        [19] -1 0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
        [20] -1 0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [21] -1 0x70000000 - 0x73ffffff (0x4000000) MX[B](B)
        [22] 0  0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [23] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [24] 0  0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [25] 1  0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [26] 1  0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [27] 1  0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [28] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [29] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [30] -1 0x00005200 - 0x0000521f (0x20) IX[B]
        [31] -1 0x00005000 - 0x000050ff (0x100) IX[B]
        [32] -1 0x00005100 - 0x000051ff (0x100) IX[B]
        [33] -1 0x00006000 - 0x0000601f (0x20) IX[B]
        [34] -1 0x00006020 - 0x0000602f (0x10) IX[B]
        [35] 0  0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [36] 0  0x000003c0 - 0x000003df (0x20) IS[B](OprU)
        [37] 1  0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [38] 1  0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) MGA(0): Write-combining range (0x89000000,0x400000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(0): 64 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(EE) MGA(0): Static buffer allocation failed, not initializing the DRI
(EE) MGA(0): Need at least 7680 kB video memory at this resolution, bit depth
(II) MGA(0): Using 614 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 FillCacheBltRects replacement
        Setting up tile and stipple cache:
                20 128x128 slots
                5 256x256 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(--) MGA(0): Direct rendering disabled
(==) MGA(1): Write-combining range (0x88000000,0x400000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(--) MGA(1): 64 DWORD fifo
(==) MGA(1): Default visual is TrueColor
(EE) MGA(1): Static buffer allocation failed, not initializing the DRI
(EE) MGA(1): Need at least 7680 kB video memory at this resolution, bit depth
(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
        Driver provided FillCacheBltRects replacement
        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
Symbol HALSetDisplayStart from module /usr/X11R6/lib/modules/drivers/mga_drv.o is 
unresolved!
Symbol HALSetDisplayStart from module /usr/X11R6/lib/modules/drivers/mga_drv.o is 
unresolved!
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(**) Option "Protocol" "PS/2"
(**) Mouse0: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(==) Mouse0: Buttons: 3
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!
SetKbdSettings - type: 2 rate: 30 delay: 500 snumlk: 0
SetKbdSettings - Succeeded
AUDIT: Sun Mar  3 18:57:27 2002: 1128 X: client 4 rejected from local host
Linux version 2.4.7-10smp ([EMAIL PROTECTED]) (gcc version 2.96 
20000731 (Red Hat Linux 7.1 2.96-98)) #1 SMP Thu Sep 6 17:09:31 EDT 2001
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
 BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 0000000030000000 (usable)
 BIOS-e820: 00000000fffe0000 - 0000000100000000 (reserved)
Scanning bios EBDA for MXT signature
found SMP MP-table at 0009fa10
hm, page 0009f000 reserved twice.
hm, page 000a0000 reserved twice.
hm, page 0009f000 reserved twice.
hm, page 000a0000 reserved twice.
WARNING: MP table in the EBDA can be UNSAFE, contact [EMAIL PROTECTED] if you 
experience SMP problems!
On node 0 totalpages: 196608
zone(0): 4096 pages.
zone(1): 192512 pages.
zone(2): 0 pages.
Intel MultiProcessor Specification v1.1
    Virtual Wire compatibility mode.
OEM ID: IBM      Product ID: 8640 PCI     APIC at: 0xFEE00000
Processor #1 Pentium(tm) Pro APIC version 17
Processor #0 Pentium(tm) Pro APIC version 17
I/O APIC #2 Version 17 at 0xFEC00000.
Processors: 2
Kernel command line: ro root=/dev/sda3
Initializing CPU#0
Detected 199.442 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 398.13 BogoMIPS
Memory: 767928k/786432k available (1396k kernel code, 16040k reserved, 102k data, 240k 
init, 0k highmem)
Dentry-cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
Buffer-cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 9, 2097152 bytes)
CPU: Before vendor init, caps: 0000fbff 00000000 00000000, vendor = 0
CPU: L1 I cache: 8K, L1 D cache: 8K
CPU: L2 cache: 512K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After vendor init, caps: 0000fbff 00000000 00000000 00000000
CPU:     After generic, caps: 0000fbff 00000000 00000000 00000000
CPU:             Common caps: 0000fbff 00000000 00000000 00000000
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch ([EMAIL PROTECTED])
mtrr: detected mtrr type: Intel
CPU: Before vendor init, caps: 0000fbff 00000000 00000000, vendor = 0
CPU: L1 I cache: 8K, L1 D cache: 8K
CPU: L2 cache: 512K
Intel machine check reporting enabled on CPU#0.
CPU: After vendor init, caps: 0000fbff 00000000 00000000 00000000
CPU:     After generic, caps: 0000fbff 00000000 00000000 00000000
CPU:             Common caps: 0000fbff 00000000 00000000 00000000
CPU0: Intel Pentium Pro stepping 09
per-CPU timeslice cutoff: 1460.32 usecs.
enabled ExtINT on CPU#0
ESR value before enabling vector: 000000c0
ESR value after enabling vector: 00000000
Booting processor 1/0 eip 2000
Initializing CPU#1
masked ExtINT on CPU#1
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Calibrating delay loop... 398.13 BogoMIPS
CPU: Before vendor init, caps: 0000fbff 00000000 00000000, vendor = 0
CPU: L1 I cache: 8K, L1 D cache: 8K
CPU: L2 cache: 512K
Intel machine check reporting enabled on CPU#1.
CPU: After vendor init, caps: 0000fbff 00000000 00000000 00000000
CPU:     After generic, caps: 0000fbff 00000000 00000000 00000000
CPU:             Common caps: 0000fbff 00000000 00000000 00000000
CPU1: Intel Pentium Pro stepping 09
Total of 2 processors activated (796.26 BogoMIPS).
ENABLING IO-APIC IRQs
...changing IO-APIC physical APIC ID to 2 ... ok.
init IO_APIC IRQs
 IO-APIC (apicid-pin) 2-0, 2-20, 2-21, 2-22, 2-23 not connected.
..TIMER: vector=0x31 pin1=2 pin2=0
..MP-BIOS bug: 8254 timer not connected to IO-APIC
...trying to set up timer (IRQ0) through the 8259A ... 
..... (found pin 0) ...works.
number of MP IRQ sources: 20.
number of IO-APIC #2 registers: 24.
testing the IO APIC.......................

IO APIC #2......
.... register #00: 02000000
.......    : physical APIC id: 02
.... register #01: 00170011
.......     : max redirection entries: 0017
.......     : IO APIC version: 0011
.... register #02: 00000000
.......     : arbitration: 00
.... IRQ redirection table:
 NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
 00 003 03  0    0    0   0   0    1    1    31
 01 003 03  0    0    0   0   0    1    1    39
 02 000 00  1    0    0   0   0    0    0    00
 03 003 03  0    0    0   0   0    1    1    41
 04 003 03  0    0    0   0   0    1    1    49
 05 003 03  0    0    0   0   0    1    1    51
 06 003 03  0    0    0   0   0    1    1    59
 07 003 03  0    0    0   0   0    1    1    61
 08 003 03  0    0    0   0   0    1    1    69
 09 003 03  1    1    0   1   0    1    1    71
 0a 003 03  1    1    0   1   0    1    1    79
 0b 003 03  1    1    0   1   0    1    1    81
 0c 003 03  0    0    0   0   0    1    1    89
 0d 003 03  0    0    0   1   0    1    1    91
 0e 003 03  1    1    0   1   0    1    1    99
 0f 003 03  1    1    0   1   0    1    1    A1
 10 003 03  1    1    0   1   0    1    1    A9
 11 003 03  1    1    0   1   0    1    1    B1
 12 003 03  1    1    0   1   0    1    1    B9
 13 003 03  1    1    0   1   0    1    1    C1
 14 000 00  1    0    0   0   0    0    0    00
 15 000 00  1    0    0   0   0    0    0    00
 16 000 00  1    0    0   0   0    0    0    00
 17 000 00  1    0    0   0   0    0    0    00
IRQ to pin mappings:
IRQ0 -> 0:2
IRQ1 -> 0:1
IRQ3 -> 0:3
IRQ4 -> 0:4
IRQ5 -> 0:5
IRQ6 -> 0:6
IRQ7 -> 0:7
IRQ8 -> 0:8
IRQ9 -> 0:9
IRQ10 -> 0:10
IRQ11 -> 0:11
IRQ12 -> 0:12
IRQ13 -> 0:13
IRQ14 -> 0:14
IRQ15 -> 0:15
IRQ16 -> 0:16
IRQ17 -> 0:17
IRQ18 -> 0:18
IRQ19 -> 0:19
.................................... done.
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 199.4430 MHz.
..... host bus clock speed is 66.4804 MHz.
cpu: 0, clocks: 664804, slice: 221601
CPU0<T0:664800,T1:443184,D:15,S:221601,C:664804>
cpu: 1, clocks: 664804, slice: 221601
CPU1<T0:664800,T1:221584,D:14,S:221601,C:664804>
checking TSC synchronization across CPUs: passed.
PCI: PCI BIOS revision 2.10 entry at 0xf08a8, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI->APIC IRQ transform: (B0,I19,P3) -> 19
PCI->APIC IRQ transform: (B1,I3,P0) -> 16
PCI->APIC IRQ transform: (B1,I4,P0) -> 17
PCI->APIC IRQ transform: (B1,I5,P0) -> 18
Limiting direct PCI/PCI transfers.
Activating ISA DMA hang workarounds.
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS not found.
mxt_scan_bios: enter
Starting kswapd v1.8
VFS: Diskquotas version dquot_6.5.0 initialized
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ 
SERIAL_PCI ISAPNP enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10d
block: queued sectors max/low 509218kB/378146kB, 1536 slots per queue
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz PCI bus speed for PIO modes; override with idebus=xx
PIIX3: IDE controller on PCI bus 00 dev 99
PIIX3: chipset revision 0
PIIX3: not 100% native mode: will probe irqs later
PIIX3: neither IDE port enabled (BIOS)
ide-floppy driver 0.97
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
ide-floppy driver 0.97
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 467k freed
EXT2-fs warning: checktime reached, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem).
SCSI subsystem driver Revision: 1.00
(scsi0) <Adaptec AIC-7880 Ultra SCSI host adapter> found at PCI 1/4/0
(scsi0) Wide Channel, SCSI ID=7, 16/255 SCBs
(scsi0) Downloading sequencer code... 436 instructions downloaded
scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.2.4/5.2.0
       <Adaptec AIC-7880 Ultra SCSI host adapter>
scsi1 : IBM PCI ServeRAID 4.72.00  <ServeRAID on motherboard>
  Vendor:  IBM      Model:  SERVERAID        Rev:  1.0
  Type:   Direct-Access                      ANSI SCSI revision: 01
  Vendor:  IBM      Model:  SERVERAID        Rev:  1.0
  Type:   Processor                          ANSI SCSI revision: 01
  Vendor: IBM       Model: CDRM00203     !K  Rev: 8B08
  Type:   CD-ROM                             ANSI SCSI revision: 02
Attached scsi disk sda at scsi1, channel 0, id 0, lun 0
SCSI device sda: 35250176 512-byte hdwr sectors (18048 MB)
Partition check:
 sda: sda1 sda2 sda3
Journalled Block Device driver loaded
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 240k freed
Adding Swap: 1968236k swap-space (priority -1)
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.259 $ time 17:18:11 Sep  6 2001
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: USB UHCI at I/O 0x6000, IRQ 19
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: v1.251:USB Universal Host Controller Interface driver
EXT3 FS 2.4-0.9.8, 25 Aug 2001 on sd(8,3), internal journal
kjournald starting.  Commit interval 5 seconds
EXT3 FS 2.4-0.9.8, 25 Aug 2001 on sd(8,1), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
parport0: PC-style at 0x3bc [PCSPP]
parport0: cpp_daisy: aa5500ff(38)
parport0: assign_addrs: aa5500ff(38)
parport0: cpp_daisy: aa5500ff(38)
parport0: assign_addrs: aa5500ff(38)
NET4: Linux IPX 0.47 for NET4.0
IPX Portions Copyright (c) 1995 Caldera, Inc.
IPX Portions Copyright (c) 2000, 2001 Conectiva, Inc.
NET4: AppleTalk 0.18a for Linux NET4.0
pcnet32_probe_pci: found device 0x001022.0x002000
    ioaddr=0x005200  resource_flags=0x000101
eth%d: PCnet/FAST 79C971 at 0x5200, warning PROM address does not match CSR address
eth%d: using the PROM address of 00 60 94 57 1b 3d
    tx_start_pt(0x0c00):~220 bytes, BCR18(9861):BurstWrEn BurstRdEn NoUFlow 
    SRAMSIZE=0x7f00, SRAM_BND=0x4000,
pcnet32: pcnet32_private lp=ee5c9000 lp_dma_addr=0x2e5c9000 assigned IRQ 18.
pcnet32.c:v1.25kf 26.9.1999 [EMAIL PROTECTED]
iSCSI version 2.0.1.8 ( 8-Aug-2001)
iSCSI control device major number 254
iSCSI: detected HBA ee37a3fc, host #2
scsi2 : iSCSI (2.0.1.8)
Attached scsi CD-ROM sr0 at scsi1, channel 1, id 6, lun 0
sr0: scsi-1 drive
Uniform CD-ROM driver Revision: 3.12
PCI devices found:
  Bus  0, device   0, function  0:
    Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 2).
      Master Capable.  Latency=32.  
  Bus  0, device   7, function  0:
    VGA compatible controller: S3 Inc. 86c764/765 [Trio32/64/64V+] (rev 84).
      Non-prefetchable 32 bit memory at 0x70000000 [0x73ffffff].
  Bus  0, device  11, function  0:
    PCI bridge: IBM IBM27-82351 (rev 1).
      Master Capable.  Latency=144.  Min Gnt=10.
  Bus  0, device  19, function  0:
    ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] (rev 1).
  Bus  0, device  19, function  1:
    IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] (rev 0).
      Master Capable.  Latency=64.  
      I/O at 0x6020 [0x602f].
  Bus  0, device  19, function  2:
    USB Controller: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] (rev 1).
      IRQ 19.
      Master Capable.  Latency=64.  
      I/O at 0x6000 [0x601f].
  Bus  1, device   3, function  0:
    SCSI storage controller: IBM ServeRAID controller (rev 3).
      IRQ 16.
      Master Capable.  Latency=64.  
      I/O at 0x5100 [0x51ff].
      Non-prefetchable 32 bit memory at 0x51104000 [0x51105fff].
  Bus  1, device   4, function  0:
    SCSI storage controller: Adaptec AIC-7880U (rev 0).
      IRQ 17.
      Master Capable.  Latency=64.  Min Gnt=8.Max Lat=8.
      I/O at 0x5000 [0x50ff].
      Non-prefetchable 32 bit memory at 0x51106000 [0x51106fff].
  Bus  1, device   5, function  0:
    Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet LANCE] (rev 37).
      IRQ 18.
      Master Capable.  Latency=144.  Min Gnt=18.Max Lat=255.
      I/O at 0x5200 [0x521f].
      Non-prefetchable 32 bit memory at 0x51107000 [0x5110701f].
  Bus  1, device   6, function  0:
    VGA compatible controller: Matrox Graphics, Inc. MGA 2164W [Millennium II] (rev 0).
      IRQ 15.
      Master Capable.  Latency=64.  
      Prefetchable 32 bit memory at 0x89000000 [0x89ffffff].
      Non-prefetchable 32 bit memory at 0x51004000 [0x51007fff].
      Non-prefetchable 32 bit memory at 0x50800000 [0x50ffffff].
  Bus  1, device   7, function  0:
    VGA compatible controller: Matrox Graphics, Inc. MGA 2164W [Millennium II] (#2) 
(rev 0).
      Prefetchable 32 bit memory at 0x88000000 [0x88ffffff].
      Non-prefetchable 32 bit memory at 0x51000000 [0x51003fff].
      Non-prefetchable 32 bit memory at 0x50000000 [0x507fffff].

Reply via email to