# XF86Config - LRP sample file
#
# Copyright (c) 1996 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.


# A remote font server is specified by placing a
#	"<trans>/<hostname>:<port_number>"
# entry into the fontpath. 

Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   FontPath   "tcp/xfs:7100"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   XkbRules        "xfree86"
   XkbModel        "pc102"
   XkbLayout       "us"
EndSection

Section "Pointer"
    Protocol        "PS/2"

    Device          "/dev/mouse"
    BaudRate        1200
    
EndSection
        
Section "Monitor"
   Identifier      "Primary Monitor"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       31.5-64.3
   VertRefresh     60-100
   Modeline  "1280x1024" 110.00 1280 1328 1512 1712 1024 1025 1028 1054
   Modeline  "1152x864"   92.00 1152 1170 1368 1474 864 865 875 895
   Modeline  "1024x768"   85.00 1024 1032 1152 1360 768 784 787 823
   Modeline  "800x600"    50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
   Modeline  "640x480"    31.50 640 680 720 864 480 488 491 521
   Modeline  "640x400"    25.18 640 664 760 800 400 409 411 450
   Modeline  "480x300"    29.95 480 504 584 624 300 319 322 333 doublescan
   Modeline  "400x300"    25.00 400 424 488 520 300 319 322 333 doublescan
   Modeline  "320x240"    15.75 320 336 384 400 240 244 246 262 doublescan
   Modeline  "320x200"    12.59 320 336 384 400 200 204 205 225 doublescan
EndSection

Section "Device"
   Identifier      "Primary Card"
   VendorName      "Unknown"
   BoardName       "Matrox Millennium (MGA)"
EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        8
      Modes        "1152x864" "640x480" "800x600" "1024x768"
#      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "480x300" "400x300" "320x240" "320x200"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "480x300" "400x300" "320x240" "320x200"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1152x864" "640x480" "800x600" "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "1152x864" "640x480" "800x600" "1024x768"
#      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "480x300" "400x300" "320x240" "320x200"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1152x864" "640x480" "800x600" "1024x768"
#      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "480x300" "400x300" "320x240" "320x200"
   EndSubSection
EndSection
