From ebd745ced89b2a2d9f6b4dcbd9f5f7e7f3b35451 Mon Sep 17 00:00:00 2001 From: Simon Farnsworth Date: Thu, 20 May 2010 09:58:38 +0100 Subject: [PATCH] Add documentation for the new DefaultModes option This patch adds documentation for the DefaultModes monitor option added in the previous patch. Signed-off-by: Simon Farnsworth Reviewed-by: Adam Jackson Signed-off-by: Keith Packard --- hw/xfree86/doc/man/xorg.conf.man.pre | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hw/xfree86/doc/man/xorg.conf.man.pre b/hw/xfree86/doc/man/xorg.conf.man.pre index f7ff6f617..5ff4ff2f9 100644 --- a/hw/xfree86/doc/man/xorg.conf.man.pre +++ b/hw/xfree86/doc/man/xorg.conf.man.pre @@ -1654,6 +1654,14 @@ at startup. By default, the server will attempt to enable all connected monitors. (RandR 1.2-supporting drivers only) .TP 7 +.BI "Option " "\*qDefaultModes\*q " \*qbool\*q +This optional entry specifies whether the server should add supported default +modes to the list of modes offered on this monitor. By default, the server +will add default modes; you should only disable this if you can guarantee +that EDID will be available at all times, or if you have added custom modelines +which the server can use. +(RandR 1.2-supporting drivers only) +.TP 7 .BI "Option " "\*qMinClock\*q " \*qfrequency\*q This optional entry specifies the minimum dot clock, in kHz, that is supported by the monitor.