Section "Files"
        FontPath "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
        RGBPath "/usr/X11R6/lib/X11/rgb"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
        Protocol "Standard"
        ServerNumLock
        AutoRepeat 5000 50
EndSection

Section "Pointer"
        Protocol "ps/2"
        Device "/dev/psm0"
        Emulate3Buttons
EndSection

Section "Monitor"
        Identifier "Generic Monitor"
        VendorName "Unknown"
        ModelName "Unknown"
        BandWidth 25.2  # EDIT THIS!
        #HorizSync 35.40        # EDIT THIS!
        #VertRefresh 67.43      # EDIT THIS!
        HorizSync 81.25
        VertRefresh 154.76      # EDIT THIS!

        Mode "640x480"
                #DotClock       25.2
                #DotClock       28.32
                DotClock        65.0
                HTimings        640 664 760 800
                VTimings        480 491 493 525
        EndMode
        #Mode "640x480"
        #       DotClock        28.32
        #       HTimings        640 680 720 864
        #       VTimings        480 488 491 521
        #EndMode
EndSection

Section "Device"
        Identifier      "Generic VGA"
        VendorName      "Unknown"
        BoardName       "Unknown"
        #Chipset        "generic"
        #Chipset                "ct65530"
        #Chipset                "ct65540"
        Chipset         "ct65545"
        VideoRam        1024
        #Clocks 36.40
        Clocks  25.2  28.3 65.0
        #Clocks 25.06  28.32  65.06  35.82  25.37  28.21  64.68  36.04
        #       25.08  28.20  64.73  35.83  25.18  28.21  65.00  35.82
        #       39.66
        #       Clocks 25.175 28.3
EndSection

Section "Screen"
        Driver "svga"
        Device "Generic VGA"
        Monitor "Generic Monitor"
        Subsection "Display"
                Depth   8
                Modes   "640x480"
                #Modes  "1024x768" "640x480" "800x600"
                #ViewPort       0 0
                #ViewPort       80 45
                #Virtual        640 480
                #Virtual                720 560
                #Virtual                800 570
                #Virtual                640 720
                #Virtual        800 600
                #Virtual        1024 768
        EndSubsection
EndSection

Section "Screen"
        Driver  "vga16"
        Device  "Generic VGA"
        Monitor "Generic Monitor"
        Subsection "Display"
                Modes       "1024x768"
                ViewPort        0 0
                #Virtual        800 600
                #Virtual        1024 768
        EndSubsection
EndSection

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