2010-11-24 23:49:36 +00:00
|
|
|
From db7547ab7f43f36f2eb38bc9ea29cbfa691ed7f0 Mon Sep 17 00:00:00 2001
|
2009-08-21 18:33:32 +00:00
|
|
|
From: Adam Jackson <ajax@redhat.com>
|
2010-03-04 05:40:17 +00:00
|
|
|
Date: Thu, 4 Mar 2010 15:18:38 +1000
|
2010-11-24 23:49:36 +00:00
|
|
|
Subject: [PATCH] tweak default mode list yet again
|
2009-08-21 18:33:32 +00:00
|
|
|
|
|
|
|
---
|
2010-07-05 00:07:04 +00:00
|
|
|
hw/xfree86/modes/xf86Crtc.c | 3 +++
|
|
|
|
1 files changed, 3 insertions(+), 0 deletions(-)
|
2009-08-21 18:33:32 +00:00
|
|
|
|
|
|
|
diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c
|
2010-11-24 23:49:36 +00:00
|
|
|
index 5875731..adae031 100644
|
2009-08-21 18:33:32 +00:00
|
|
|
--- a/hw/xfree86/modes/xf86Crtc.c
|
|
|
|
+++ b/hw/xfree86/modes/xf86Crtc.c
|
2010-11-24 23:49:36 +00:00
|
|
|
@@ -1621,6 +1621,9 @@ xf86ProbeOutputModes (ScrnInfoPtr scrn, int maxX, int maxY)
|
2009-08-21 18:33:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
output_modes = (*output->funcs->get_modes) (output);
|
|
|
|
+
|
|
|
|
+ /* if the driver found modes, don't second-guess it */
|
|
|
|
+ add_default_modes = (output_modes == NULL);
|
|
|
|
|
|
|
|
edid_monitor = output->MonInfo;
|
|
|
|
|
|
|
|
--
|
2010-11-24 23:49:36 +00:00
|
|
|
1.7.3.2
|
2009-08-21 18:33:32 +00:00
|
|
|
|