Here it comes...
Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen         "Screen 1" 0 0
        Screen         "Screen 2" LeftOf "Screen 1"
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
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/"
EndSection

Section "Module"
        Load  "dbe"
        SubSection "extmod"
                Option "omit xfree86-dga"
        EndSubSection
        Load  "type1"
        Load  "freetype"
EndSection

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

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons"
EndSection

Section "Monitor"
        Identifier   "Innovision"
        HorizSync    31.5 - 64.3
        VertRefresh  50.0 - 100.0
EndSection

Section "Monitor"
        Identifier   "MiniMonitor"
        HorizSync    31.5 - 37.9
        VertRefresh  50.0 - 90.0
EndSection

Section "Device"
        Identifier  "Mach64"
        Driver      "ati"
        VendorName  "Unknown"
        BoardName   "Unknown"
        VideoRam    1024
        BusID       "PCI:0:9:0"
EndSection

Section "Device"
        Identifier  "ATI Xpert 98"
        Driver      "ati"
        VideoRam    4096
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen 1"
        Device     "ATI Xpert 98"
        Monitor    "Innovision"
        DefaultDepth     24
        SubSection "Display"
                Depth     8
                Modes    "640x480" "800x600" "1024x768" "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen 2"
        Device     "Mach64"
        Monitor    "MiniMonitor"
        DefaultDepth     16
        SubSection "Display"
                Depth     8
                Modes    "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600"
        EndSubSection
EndSection

Section "DRI"
EndSection

Reply via email to