# See 'man XF86Config' for info on the format of this file

Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
#   AutoRepeat      0 1000
#   LeftAlt         Meta
#   RightAlt        Meta
#   ScrollLock      Compose
#   RightCtl        Control
#   XkbKeycodes     "xfree86"
#   XkbTypes        "default"
#   XkbCompat       "default"
#   XkbSymbols      "us(pc101)"
#   XkbGeometry     "pc"
#   XkbRules        "xfree86"
#   XkbModel        "pc101"
#   XkbLayout       "us"
#	ServerNumLock
EndSection

Section "Pointer"
## 3 button mouse
#   Protocol        "MouseSystems"
#   Device          "/dev/mouse"
## MICROSOFT PS2
   Protocol        "PS/2"
   Device          "/dev/mouse"
   Emulate3Buttons
EndSection

Section "Monitor"
   Identifier      "Generic Monitor"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       30.0-100.0
   VertRefresh     50-160
Modeline "1600x1200"   188.58   1600 1652 1716 2108   1200 1202 1205 1240 +hsync +vsync
Modeline  "1280x1024" 135.00  1280 1312 1416 1664  1024 1027 1030 1064
Modeline "1024x768"    115.50   1024 1056 1248 1352    768  771  781  806 -hsync -vsync
Modeline "800x600"      69.65    800  820  884 1044    600  604  610  632 -hsync -vsync
Modeline "640x480"      45.80    640  648  744  808    480  484  490  510 -hsync -vsync
Modeline  "512x384"    22.00   512  516  580  644   384  385  388  400 -hsync -vsync
Modeline  "320x200"   12.588   320 336 384 400  200 204 205 225  Doublescan
EndSection




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

Section "Screen"
   Driver          "SVGA"
   Device          "Generic SVGA"
   Monitor         "Generic Monitor"
   DefaultColorDepth 32
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        8
      Modes        "1600x1200" "1024x768" "800x600" "640x480"
      Virtual       800 600
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "1600x1200" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1600x1200" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "1600x1200" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1280x1024" "800x600" "640x480"
   EndSubSection
EndSection