[PATCH] xfree86: Fix description of DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZE
Tormod Volden
lists.tormod at gmail.com
Wed Oct 28 15:10:43 PDT 2009
The message ending up in the log is misleading as to what the quirk
actually does: It ignores the sizes in the detailed timings and
replaces them with the display "Max Image Size".
Signed-off-by: Tormod Volden <debian.tormod at gmail.com>
---
I posted this in January and again in February, but I am not giving up that
easily:)
hw/xfree86/modes/xf86EdidModes.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/xfree86/modes/xf86EdidModes.c b/hw/xfree86/modes/xf86EdidModes.c
index 5ed61c1..0ea5f03 100644
--- a/hw/xfree86/modes/xf86EdidModes.c
+++ b/hw/xfree86/modes/xf86EdidModes.c
@@ -246,7 +246,7 @@ static const ddc_quirk_map_t ddc_quirks[] = {
},
{
quirk_detailed_use_maximum_size, DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZE,
- "Detailed timings give sizes in cm."
+ "Use maximum size instead of detailed timing sizes."
},
{
quirk_first_detailed_preferred, DDC_QUIRK_FIRST_DETAILED_PREFERRED,
--
1.6.0.4
More information about the xorg-devel
mailing list