summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2008-07-28 17:12:41 -0400
committerBrice Goglin <bgoglin@debian.org>2008-08-02 18:47:30 +0200
commit905750745de646ff6ed2faed0f732c74c2791292 (patch)
treef1a8cffa845802cf909b83c5ac37a278adafd020
parent91e75689d4ae42742b932aef9bbade85f9578d70 (diff)
downloadxf86-video-ati-frc-905750745de646ff6ed2faed0f732c74c2791292.tar.gz
xf86-video-ati-frc-905750745de646ff6ed2faed0f732c74c2791292.tar.bz2
Fix error in driver connector table for powerbook w/ vga
(cherry picked from commit 0a505297f09aefb1b4432176a263bfdf6f256f77)
-rw-r--r--src/radeon_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c
index b725e0a..b22442c 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -2308,7 +2308,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);