diff options
author | Kyle K <kylek389@gmail.com> | 2010-12-28 02:03:40 -0600 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2010-12-28 02:03:40 -0600 |
commit | 58de8cf17972a9f0bd97c41b761c9e16dedea527 (patch) | |
tree | 1f5f7c933aec16736d83fef0711baecadb89ef68 /info.txt | |
download | X.org-script-58de8cf17972a9f0bd97c41b761c9e16dedea527.tar.gz X.org-script-58de8cf17972a9f0bd97c41b761c9e16dedea527.tar.bz2 X.org-script-58de8cf17972a9f0bd97c41b761c9e16dedea527.zip |
Initial commit
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 + |