xf86-video-ati: Branch 'randr-1.2'

Alex Deucher agd5f at kemper.freedesktop.org
Sun Aug 5 01:34:14 PDT 2007


 src/radeon_output.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree 284323135ec04635dfa9cabd5790a35b953abca2 (from d1abdad167aa24ac970c69422435df443c82ebd6)
Author: Alex Deucher <alex at botch2.com>
Date:   Sun Aug 5 04:35:24 2007 -0400

    RADEON: typo

diff --git a/src/radeon_output.c b/src/radeon_output.c
index f65507a..a759452 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -1858,7 +1858,7 @@ Bool RADEONSetupConnectors(ScrnInfoPtr p
 		    } else {
 			output = xf86OutputCreate(pScrn, &radeon_output_funcs, "DVI-1");
 		    }
-		} else if (info->BiosConnector[0].ConnectorType == CONNECTOR_VGA_ATOM) {
+		} else if (info->BiosConnector[i].ConnectorType == CONNECTOR_VGA_ATOM) {
 		    if (num_vga > 1) {
 			output = xf86OutputCreate(pScrn, &radeon_output_funcs, "VGA-0");
 			num_vga--;
@@ -1876,7 +1876,7 @@ Bool RADEONSetupConnectors(ScrnInfoPtr p
 		    } else {
 			output = xf86OutputCreate(pScrn, &radeon_output_funcs, "DVI-1");
 		    }
-		} else if (info->BiosConnector[0].ConnectorType == CONNECTOR_CRT) {
+		} else if (info->BiosConnector[i].ConnectorType == CONNECTOR_CRT) {
 		    if (num_vga > 1) {
 			output = xf86OutputCreate(pScrn, &radeon_output_funcs, "VGA-0");
 			num_vga--;


More information about the xorg-commit mailing list