diff options
Diffstat (limited to 'info.txt')
-rw-r--r-- | info.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/info.txt b/info.txt new file mode 100644 index 0000000..2e01aff --- /dev/null +++ b/info.txt @@ -0,0 +1,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 + |