[PATCH] xfree86: Fix description of DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZE

Tormod Volden lists.tormod at gmail.com
Sun Feb 8 02:20:50 PST 2009


From: Tormod Volden <debian.tormod at gmail.com>

The message ending up in the log was 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 sent this originally to xorg@ but it probably got lost. I have now
reformatted it according to the SubmittingPatches wiki page.

Eric Anholt wrote the original code, so he might have an opinion?

 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