xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Sun Oct 24 08:25:46 PDT 2010


 src/atombios_output.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e3ede62c39307d0210cb2044badd619a4f44fec
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Sun Oct 24 11:24:07 2010 -0400

    UMS/atom: default to DVI mode if we don't have monitor hdmi info
    
    Fixes:
    https://bugs.freedesktop.org/show_bug.cgi?id=30330

diff --git a/src/atombios_output.c b/src/atombios_output.c
index a028be0..6bcc293 100644
--- a/src/atombios_output.c
+++ b/src/atombios_output.c
@@ -410,7 +410,7 @@ atombios_maybe_hdmi_mode(xf86OutputPtr output)
 {
 #ifndef EDID_COMPLETE_RAWDATA
     /* there's no getting this right unless we have complete EDID */
-    return ATOM_ENCODER_MODE_HDMI;
+    return ATOM_ENCODER_MODE_DVI;
 #else
     if (output && xf86MonitorIsHDMI(output->MonInfo))
 	return ATOM_ENCODER_MODE_HDMI;


More information about the xorg-commit mailing list