# XF86Config for IBM ThinkPad 230Cs (Cirrus Logic GD-6235)
#				25-Jan-1995 eto@lp.ForUs.or.jp

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/cyrillic/"
    FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Keyboard"
    Protocol	"Standard"
    AutoRepeat	500 5
EndSection

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/psm0"
EndSection

Section "Monitor"
    Identifier  "ThinkPad230Cs-LCD"
    VendorName  "IBM"
    ModelName   "tp230"
    HorizSync   30-64
    VertRefresh 50-70
    ModeLine "640x480"     25.2   640  664  760  800   480  491  493  525
EndSection

Section "Device"
    Identifier  "ThinkPad230Cs-CLGD6235"
    VendorName  "IBM"
    BoardName   "tp230"
EndSection

Section "Screen"
    Driver      "svga"
    Device      "ThinkPad230Cs-CLGD6235"
    Monitor     "ThinkPad230Cs-LCD"
    Subsection "Display"
        Depth       8
        Modes       "640x480"
        ViewPort    0 0
        Virtual     0 0
    EndSubsection
EndSection
