# misc xorg.conf sections, settings, and options

Section "ServerFlags"
#   Option  "NoTrapSignals" "True"
    Option  "DontZap" "False"
#   Option  "AIGLX" "False"
EndSection

    HorizSync    31-80
    VertRefresh  56-75

    Option      "ModeDebug" "On"

    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes   "1280x1024" "1024x768"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes   "1280x1024" "1024x768"
    EndSubSection

Section "DRI"
    Mode 0666
EndSection