Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  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/PEX"
  FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath     "/usr/X11R6/lib/X11/fonts/CID"
  FontPath     "/usr/X11R6/lib/X11/fonts/jmk"
  FontPath     "/usr/X11R6/lib/X11/fonts/lfp-fix"
  FontPath     "/usr/X11R6/lib/X11/fonts/lfp-var"
  FontPath     "/usr/X11R6/lib/X11/fonts/freefont"
  FontPath     "/usr/X11R6/lib/X11/fonts/sharefont"
  ModulePath   "/usr/X11R6/lib/modules"
  RgbPath      "/usr/X11R6/lib/X11/rgb"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail"
EndSection

Section "Module"
  Load         "dbe"
  Load         "type1"
  Load         "speedo"
  Load         "extmod"
  Load         "freetype"
EndSection

Section "InputDevice"
  Driver       "keyboard"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbKeyCodes" "xfree86"
  Option       "XkbLayout" "de"
  Option       "XkbModel" "pc104"
  Option       "XkbRules" "xfree86"
  Option       "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Device" "/dev/mouse"
  Option       "Emulate3Buttons" "on"
  Option       "Name" "AutoDetected"
  Option       "Protocol" "ps/2"
  Option       "Vendor" "AutoDetected"
EndSection

Section "InputDevice"
  Driver        "mouse"
  Identifier    "Mouse[2]"
  Option        "Device"        "/dev/input/mice"
  Option        "Name"          "AutoDetected"
  Option        "Protocol"      "imps/2"
  Option        "Vendor"        "AutoDetected"
  Option        "Buttons"       "5"
  Option        "ZAxisMapping"  "4 5"
EndSection

Section "Monitor"
  Option       "CalcAlgorithm" "IteratePrecisely"
  HorizSync    31.5 - 85.0
  Identifier   "Monitor[0]"
  ModelName    "AutoDetected"
  Option       "DPMS"
  VendorName   "AutoDetected"
  VertRefresh  43 - 100
EndSection

Section "Screen"
  DefaultDepth 16
  SubSection "Display"
    Depth      24
    Modes      "1400x1050" 
    ViewPort   0 0
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1400x1050" 
    ViewPort   0 0
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Section "Device"
  BoardName    "SuperSavage/IXC SDR (PM64IXC_SDR 86C583)"
  BusID        "PCI:1:0:0"BoardName    "AutoDetected"
  Driver       "savage"
  Identifier   "Device[0]"
  Option       "dpms"
  VendorName   "S3"
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Mouse[2]" "SendCoreEvents"
  Screen       "Screen[0]"
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection


Back to Config File Repository