Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"

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

Section "Keyboard"
    Protocol	"Standard"
    AutoRepeat	500 5
    XkbRules	"xfree86"
    XkbModel	"pc101"
    XkbLayout	"us"
    XkbOptions	"ctrl:swapcaps"
EndSection

Section "Pointer"
    Protocol	"PS/2"
    Device	"/dev/mouse"

    Emulate3Buttons
    Emulate3Timeout 50
EndSection

Section "Monitor"
    Identifier	"ThinkPad"
    VendorName	"IBM"
    ModelName	"560"

    HorizSync	25-79
    VertRefresh	20-76
    Modeline	"640x480" 28.32 640 664 760 800    480 491 493 525
    ModeLine	"800x600" 28.32 800 808 1024 1040  600 600 626 640 +hsync +vsync
EndSection

Section "Device"
    Identifier	"GUI"
    VendorName	"Trident"
    BoardName	"9385"
EndSection

Section "Device"
    Identifier	"svga"
    VendorName	"ibm"
    BoardName	"bar"
    Chipset	"cyber938x"
    ClockChip	"tgui"
    VideoRam	2048
EndSection

Section "Screen"
    Driver	"svga"
    Device	"GUI"
    Monitor	"ThinkPad"
    Subsection	"Display"
        Depth	    8
        Modes	    "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth	    16
        Modes	    "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth	    32
        Modes	    "640x400"
    EndSubsection
EndSection

Section "Screen"
    Driver	"VGA16"
    Device	"svga"
    Monitor	"ThinkPad"
    SubSection	"Display"
	Depth	    4
	Modes	    "800x600" "640x480"
    EndSubSection
EndSection
