XConfig

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 "ServerFlags"
#    NoTrapSignals
    DontZap
    DontZoom
EndSection

Section "Keyboard"
    Protocol	"Standard"
#    Protocol	"Xqueue"
    AutoRepeat	500 5
#    ServerNumLock
#    Xleds      1 2 3
    LeftAlt     Meta
    RightAlt    ModeShift
#    RightCtl    Compose
#    ScrollLock  ModeLock
EndSection

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/mouse"
#    Protocol	"Xqueue"
#    BaudRate	9600
#    SampleRate	150
    Emulate3Buttons
    Emulate3Timeout    50
#    ChordMiddle
EndSection

Section "Device"
    Identifier  "Cirrus Logic GD7543 (laptop)"
    Chipset	"clgd7543"
    VideoRam    1024
    Clocks      31.5
#    Option      "fast_dram"    # probe_clocks fifo_conservative
EndSection

Section "Monitor"
    Identifier  "LCD800x600"
    HorizSync   24-64
    VertRefresh 38-90
#            Mode      DotClock HTimings         VTimings        Flags
    Modeline "800x600" 25.3     800 824 890 1044 600 601 603 631
    Modeline "800x600" 31.5     800 820 876 1004 600 601 603 625
    Modeline "800x600" 36       800 824 896 1024 600 601 603 625
    Modeline "800x600" 50       800 856 976 1040 600 637 643 666 +hsync +vsync
    Modeline "800x600" 80.1     800 801 802  803 600 601 602 603
EndSection

Section "Screen"
    Driver      "svga"
    Device      "Cirrus Logic GD7543 (laptop)"
    Monitor     "LCD800x600"
    Subsection  "Display"
        Depth       8
        Modes       "800x600"
        ViewPort    0 0
        Virtual     800 600
    EndSubsection
EndSection