# XF86Config auto-generated by XF86Setup
#
# 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.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# 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:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/Speedo"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   AutoRepeat      250 30
   LeftAlt         Meta
   #RightAlt        Meta
   ScrollLock      Compose
   RightCtl        Control
#HF#   XkbKeycodes     "xfree86"
#HF#   XkbTypes        "default"
#HF#   XkbCompat       "default"
#HF#   XkbSymbols      "us(pc101)"
#HF#   XkbGeometry     "pc"
#HF#   XkbRules        "xfree86"
#HF#   XkbModel        "pc101"
#HF#   XkbLayout       "us"
#HF#   XLeds           2
#HF#   XkbOptions      "ctrl:nocaps"
EndSection

Section "Pointer"
   Protocol        "MouseSystems"
   Device          "/dev/pms0"
   BaudRate        1200
   ZAxisMapping    4 5
   # Emulate3Timeout 25
   # SampleRate      0
   # Emulate3Buttons
EndSection

Section "Monitor"
   Identifier      "Primary Monitor"
   VendorName      "Unknown"
   ModelName       "Unknown"

   HorizSync       31.5-82.0
#    HorizSync  30-64         # multisync
#    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies

   VertRefresh     55-90

# replace that with your monitor settings
   Modeline "1152x864"   95.00 1152 1184 1312 1504  864  869  872  919
   Modeline "1024x768"   78.75 1024 1040 1136 1336 768 769 772 800 +hsync +vsync
   Modeline "800x600"    40.00 800 840 968 1056 600 601 605 628 +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
EndSection

# This "device" represents both types of video chips that have
# been used on Sharks, i.e., CT65550 and IGS CyberPro2010.
# The SVGA server identifies the actual chip in a given
# Shark, and will prevent "inappropriate" modes from being entered.
#
# The "fast_dram" option applies only to the CT65550; the
# CyberPro driver ignores it.  The option should be disabled
# for Sharks with CT65550s running at 5v (i.e., Revs 1-3).
# Otherwise, you are likely to melt the chip...  (It is disabled
# by default.  Uncomment the Option line below to enable it.)
Section "Device"
   Identifier      "SharkVGA"
#   Option "fast_dram"
EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "SharkVGA"
   Monitor         "Primary Monitor"
   defaultcolordepth 8
   SubSection "Display"
      Depth        8
      Modes        "1152x864"  "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1152x864" "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
EndSection