#
#	XF86Config for XFree86 3.1.2 ThinkPad 530CS/230Cs
#
Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"

    FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
    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
    ServerNumLock

    LeftAlt     Meta
    RightAlt    ModeShift
EndSection

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

Section "Monitor"
    Identifier  "ThinkPad530Cs-LCD"
    VendorName  "IBM"
    ModelName   "TP530"

    HorizSync   31.5
    VertRefresh 60

# 640x480 @ 60 Hz, 31.5 kHz hsync
Modeline "640x480"     25.175 640  664  760  800   480  491  493  525

EndSection

Section "Device"
    Identifier  "ThinkPad530Cs-CL-GD6245"
    VendorName  "CL-GD6245-VGA"
    BoardName   "CL-GD6245"
    VideoRam    512
    Chipset     "clgd6235"
    Clockchip   "ibm_rgb5xx"
EndSection

Section "Screen"
    Driver      "svga"
    Device      "ThinkPad530Cs-CL-GD6245"
    Monitor     "ThinkPad530Cs-LCD"
    Subsection "Display"
        Depth       8
        Modes       "640x480"
        ViewPort    0 0
    EndSubsection
EndSection