From 284323135ec04635dfa9cabd5790a35b953abca2 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Sun, 5 Aug 2007 04:35:24 -0400 Subject: RADEON: typo --- src/radeon_output.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/radeon_output.c b/src/radeon_output.c index f65507af..a759452f 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -1858,7 +1858,7 @@ Bool RADEONSetupConnectors(ScrnInfoPtr pScrn) } 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 pScrn) } 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--; -- cgit v1.2.3