# XF86Config file for the ATI Rage LT Pro

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/"
    FontPath   "/usr/X11R6/lib/X11/fonts/chinese/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/chinese/"
EndSection


Section "Keyboard"
    Protocol	"Standard"
#    XkbKeymap   "xfree86(us)"
EndSection


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


Section "Monitor"
    Identifier  "My Monitor"
    VendorName  "Unknown"
    ModelName   "Unknown"
    HorizSync   31.5-65
    VertRefresh 50-100.5

    # 800x600 @ 100 Hz, 64.02 kHz hsync
    Modeline  "800x600"    69.65  800  864  928 1088   600  604  610  640 -hsync -vsync

    # 1024x768 @ 75.17 Hz
     Modeline  "1024x768"   75.00  1024 1036 1172 1244  768  771  777  802 -hsync -vsync
#    Modeline  "1024x768"   72.00  1024 1084 1220 1324  768  771  777  798 -hsync -vsync
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"
    DefaultColorDepth 32
    Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection
