mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 04:28:03 +02:00
xfree86: Fix description of DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZE
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@gmail.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit 757c11630d)
This commit is contained in:
parent
9db4c77956
commit
9ed5acec41
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue