On Fri, 29 Sep 2000, Charles Galpin wrote:

> one of us is spacey today - I don't see an attachment :)

It's me.  File should be attached this time.

> I'm off to look for the newest mga driver. I understand what yu are saying
> about the config file setup, and I've done that already - so I'm hoping
> it's just the driver.. I'd still like to see yours pelase.

Look here:
ftp://ftp.matrox.com/pub/mga/archive/linux/2000/beta_1_00_03/

MSG

Section "Module"
    Load  "dbe"         # Double buffer extension
    Load  "GLcore"
    Load  "glx"
    Load  "dri"
    Load  "extmod"
    Load  "type1"
    Load  "freetype"
#    Load  "pex5"
#    Load  "record"
#    Load  "xie"
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "unix/:7100"
    ModulePath "/usr/X11R6/lib/modules"
EndSection


Section "ServerFlags"
#    Option "NoTrapSignals"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat" "500 30"
#    Option     "Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "us"

EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol"  "ImPS/2"
    Option      "Device"    "/dev/input/mice"
    Option      "ZAxisMapping" "4 5"
#    Option     "Buttons" "7"
#    Option     "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
    Identifier  "NEC-XV17"
    HorizSync   31 - 82
    VertRefresh 55 - 100
    Option "DPMS"
    Modeline "1024x768"     75.00   1024 1036 1172 1320    768  771  777  806 -hsync 
-vsync
EndSection

Section "Monitor"
    Identifier  "Aurora-SM483B"
    HorizSync   30 - 48
    VertRefresh 50 - 90
    Option "DPMS"
    Modeline "1024x768"     65.00   1024 1140 1276 1344    768  771  777  806 -hsync 
-vsync
EndSection

Section "Device"
        ### Available Driver options are:-
        #Option     "SWcursor"
        #Option     "HWcursor"
        #Option     "PciRetry"
        #Option     "SyncOnGreen"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "Overlay"
        #Option     "MGASDRAM"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "ColorKey"
        #Option     "SetMclk"
        #Option     "OverclockMem"
        #Option     "VideoKey"
        #Option     "Rotate"
        #Option     "TexturedVideo"
        #Option     "XAALines"
        Identifier  "MatroxAGP1"
        Driver      "mga"
        VendorName  "Matrox"
        BoardName   "MGA G400 AGP"
        BusID       "PCI:1:0:0"
        Screen      0
EndSection

Section "Device"
        ### Available Driver options are:-
        #Option     "SWcursor"
        #Option     "HWcursor"
        #Option     "PciRetry"
        #Option     "SyncOnGreen"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "Overlay"
        #Option     "MGASDRAM"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "ColorKey"
        #Option     "SetMclk"
        #Option     "OverclockMem"
        #Option     "VideoKey"
        #Option     "Rotate"
        #Option     "TexturedVideo"
        #Option     "XAALines"
        Identifier  "MatroxAGP2"
        Driver      "mga"
        VendorName  "Matrox"
        BoardName   "MGA G400 AGP"
        BusID       "PCI:1:0:0"
        Screen       1
EndSection

Section "Screen"
    Identifier  "Screen 0"
    Device      "MatroxAGP1"
    Monitor     "NEC-XV17"
    DefaultDepth 16

    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       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device     "MatroxAGP2"
    Monitor    "Aurora-SM483B"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Dual Head"
    Screen 0 "Screen 0"
    Screen 1 "Screen 1" RightOf "Screen 0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Reply via email to