From 754457819cac3992f734409c143ddab187467b4f Mon Sep 17 00:00:00 2001 From: "Trevor Joynson (trevorj)" Date: Fri, 10 Jun 2016 04:06:11 -0400 Subject: [PATCH] Add example modelines --- EXAMPLE_MODELINES | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 EXAMPLE_MODELINES diff --git a/EXAMPLE_MODELINES b/EXAMPLE_MODELINES new file mode 100644 index 0000000..e8fca54 --- /dev/null +++ b/EXAMPLE_MODELINES @@ -0,0 +1,12 @@ +Modeline "3840x2160" 594.000 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync +Modeline "test_hsync" 594.000 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +Modeline "test_vsync" 594.000 3840 4016 4104 4400 2160 2168 2178 2250 +vsync + +# special parameters can specify things such as DPI and such, look in script for info. +Modeline "test_ratio43" 594.000 3840 4016 4104 4400 2160 2168 2178 2250 ratio=4:3 + +# Comments are ignored as well as lines that just don't seem like modelines. +Section "Monitor" + Identifier "Fake" + Modeline "test_xorg" 594.000 3840 4016 4104 4400 2160 2168 2178 2250 +vsync +EndSection