[PATCH] xfree86: Fix the 1792x1344-75 EST III mode
ville.syrjala at linux.intel.com
ville.syrjala at linux.intel.com
Mon Oct 14 07:07:29 PDT 2013
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
The correct refresh rate for this mode is 75, not 85.
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
hw/xfree86/modes/xf86EdidModes.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/xfree86/modes/xf86EdidModes.c b/hw/xfree86/modes/xf86EdidModes.c
index 4ee862d..ddabe6e 100644
--- a/hw/xfree86/modes/xf86EdidModes.c
+++ b/hw/xfree86/modes/xf86EdidModes.c
@@ -708,7 +708,7 @@ static const struct {
{1600, 1200, 75, 0},
{1600, 1200, 85, 0},
{1792, 1344, 60, 0},
- {1792, 1344, 85, 0},
+ {1792, 1344, 75, 0},
{1856, 1392, 60, 0},
{1856, 1392, 75, 0},
{1920, 1200, 60, 1},
--
1.8.1.5
More information about the xorg-devel
mailing list