summaryrefslogtreecommitdiffstats
path: root/info.txt
blob: 2e01aff985a561c4bb19e007f011a4f465ee0b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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