# XF86Config file for TP365XD, TP760CD, TP760ELD, TP760ED Standard Video

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 "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  "ThinkPad"
    VendorName  "ThinkPad"
    ModelName   "ThinkPad"
    HorizSync   31.5 - 37.9
    VertRefresh 40-150
    Modeline "640x480"  31.5 640 680 720  864 480 488 491 521
    Modeline "800x600"  40   800 840 968 1056 600 601 605 628 +hsync +vsync
EndSection

Section "Device"
    Identifier  "tgui9320"
    VendorName  "tgui9320"
    BoardName   "tgui9320"
    VideoRam    1024
EndSection

Section "Screen"
    Driver      "svga"
    Device      "tgui9320"
    Monitor     "ThinkPad"
    Subsection "Display"
        Depth       8
        Modes       "800x600" "640x480"
        ViewPort    0 0
        Virtual     800 600
    EndSubsection
EndSection