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

Section "Pointer"
    Protocol	"MouseSystems"
    Device	"/dev/gpmdata"
    Emulate3Buttons
EndSection

Section "Monitor"
    Identifier	"Generic Monitor"
    HorizSync   29-31
    VertRefresh 46-60
    Modeline "640x480"     25     640 664 760 816   480 491 493 525
    Modeline "800x600"     28     800 824 920 960   600 600 602 625
EndSection

Section "Device"
    Identifier	"Generic SVGA"
    Chipset	"ct65530"
    VideoRam	512
    Clocks	25 28
EndSection

Section "Screen"
    Driver	"svga"
    Device	"Generic SVGA"
    Monitor	"Generic Monitor"
    Subsection "Display"
        Modes	"640x480"
#        Modes	"800x600"
	Viewport 0 0
    EndSubsection
EndSection

