Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    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 "ServerFlags"
EndSection

Section "Keyboard"
    Protocol	"Standard"
    AutoRepeat	500 5
    XkbKeymap   "xfree86(us)"
EndSection

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/mouse"
    Emulate3Buttons
    Emulate3Timeout    50
EndSection

Section "Monitor"
    Identifier  "My Monitor"
    VendorName  "Unknown"
    ModelName   "Unknown"
    HorizSync   30-71
    VertRefresh 50-86
Modeline  "640x600"      59.00    640  864  928 1092    600  604  610  636
EndSection

Section "Device"
    Identifier  "ATI Rage LT Pro"
    VendorName  "Unknown"
    BoardName   "Unknown"
EndSection

Section "Screen"
    Driver      "accel"
    Device      "ATI Rage LT Pro"
    Monitor     "My Monitor"
    Subsection "Display"
        Depth       8
        Modes       "640x600"
        ViewPort    0 0
    EndSubsection
EndSection

