Section "Files"

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

FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"

EndSection

Section "ServerFlags"

EndSection

Section "Keyboard"

    Protocol	"Standard"

    AutoRepeat	500 5

EndSection


Section "Pointer"

    Protocol	"PS/2"
    Device	"/dev/psm0"

Emulate3Buttons

EndSection


Section "Monitor"

    Identifier	"Generic Monitor"
    VendorName	"Unknown"
    ModelName	"Unknown"

    Bandwidth	25.2

    HorizSync   31.5  # typical for a single frequency fixed-sync monitor

    VertRefresh 60  # typical for a single frequency fixed-sync monitor

    Mode "640x480"
        DotClock	25.175
        HTimings	640 664 760 800
        VTimings	480 491 493 525
    EndMode

EndSection

Section "Device"
    Identifier	"Generic VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Chipset	"generic"
    Clocks	25.2 28.3
EndSection

Section "Device"
    Identifier	"Generic SVGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
EndSection


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

Section "Screen"
    Driver	"vga16"
    Device	"Generic VGA"
    Monitor	"Generic Monitor"
    Subsection "Display"
        Modes	    "640x480"
        ViewPort    0 0
        Virtual     800 600
    EndSubsection
EndSection

Section "Screen"
    Driver	"vga2"
    Device	"Generic VGA"
    Monitor	"Generic Monitor"
    Subsection "Display"
        Modes	    "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
