From 58de8cf17972a9f0bd97c41b761c9e16dedea527 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Tue, 28 Dec 2010 02:03:40 -0600 Subject: Initial commit --- info.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 info.txt (limited to 'info.txt') 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 + -- cgit v1.2.3