diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-07-28 17:12:41 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-07-28 17:12:41 -0400 |
commit | 0a505297f09aefb1b4432176a263bfdf6f256f77 (patch) | |
tree | 3d4c10a3ad724f2bd18a973493e9e81e08b49e4d /src | |
parent | d5799ac53c3e1b2ca1da97780b171a44060c3aad (diff) |
Fix error in driver connector table for powerbook w/ vga
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index 77533cc1..a835c0c1 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -2318,7 +2318,7 @@ static Bool RADEONSetupAppleConnectors(ScrnInfoPtr pScrn) info->BiosConnector[0].ddc_i2c = legacy_setup_i2c_bus(RADEON_GPIO_DVI_DDC); info->BiosConnector[0].DACType = DAC_NONE; info->BiosConnector[0].TMDSType = TMDS_NONE; - info->BiosConnector[0].ConnectorType = CONNECTOR_VGA; + info->BiosConnector[0].ConnectorType = CONNECTOR_LVDS; info->BiosConnector[0].valid = TRUE; info->BiosConnector[1].ddc_i2c = legacy_setup_i2c_bus(RADEON_GPIO_VGA_DDC); |