Perhaps you were looking for one of these?  :)

This is the config file that I was using when I was doing Xinerama on my
g400.  However, I'm still unable to find any documentation on how to
enable Xinerama in the config file.  I've always had to do it on the
command line.

Without Xinerama enabled, this config file will work for a dual head
setup.

MSG


On Thu, 9 Nov 2000, Charles Galpin wrote:

> Hi Surendar
> 
> First, I no am no longer running dual headed, and in fact have lost the
> XF86Config I used (or I swould have sent it to you already). One the the
> chaps doing this currently can surely help better, sorry.
> 
> That said, I don't think you should have 3 Screen sections. 
> 
> charles
> 
> On Thu, 9 Nov 2000, Surendar Chandra wrote:
> 
> > Both the monitors are identical. I did try to clone the monitor section 
> > as "Dell P991 1" and "Dell P991 2". Now (regardless of if I have one
> > or two monitor sections), I get the same exact display cloned in both 
> > the monitors. I would like to have different display in both monitors. 
> > I am attaching the log with this email. The logs have 3 Screen sections
> > at the top. Maybe that is the problem? How do I set the Virtual size to
> > 2048x768?
> > 
> > Thanks much for all your help
> > -S
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
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