# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "unix/:7100"
    FontPath     "built-ins"
EndSection

Section "Module"
    Load  "xtrap"
    Load  "extmod"
    Load  "glx"
    Load  "dbe"
    Load  "vnc"
    Load  "dri"
    Load  "record"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "LCD Panel 1024x768"
 ### Comment all HorizSync and VertSync values to use DDC:
    HorizSync    31.5 - 48.0
    VertRefresh  56.0 - 65.0
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "savage"
    VendorName  "S3 Inc."
    BoardName   "86C270-294 Savage/IX-MV"
    BusID       "PCI:1:1:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth     16
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
EndSection
