diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-09-19 13:52:07 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-09-19 13:52:07 -0400 |
commit | 1218e38c75351a20f7414ba6fcb3545689339442 (patch) | |
tree | 69894ab6a605d54a7e4f8a9ac1b1e2f3fc16ca7f | |
parent | 83e1f132965deadedda7a622184eb400cd4c120c (diff) |
more macbook fixes
-rw-r--r-- | src/radeon_atombios.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c index 469d908d..1a83865d 100644 --- a/src/radeon_atombios.c +++ b/src/radeon_atombios.c @@ -1747,6 +1747,8 @@ static void RADEONApplyATOMQuirks(ScrnInfoPtr pScrn, int index) info->BiosConnector[index].DACType = DAC_TVDAC; info->BiosConnector[index].devices |= (1 << ATOM_DEVICE_CRT2_INDEX); } + if (info->BiosConnector[index].ConnectorType == CONNECTOR_VGA) + info->BiosConnector[index].valid = FALSE; } } |