diff options
Diffstat (limited to 'src/radeon_atombios.c')
-rw-r--r-- | src/radeon_atombios.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c index 169e31bb..ddc1f39a 100644 --- a/src/radeon_atombios.c +++ b/src/radeon_atombios.c @@ -1901,6 +1901,11 @@ static void RADEONApplyATOMQuirks(ScrnInfoPtr pScrn, int index) } } + /* BIOSes seem to report DAC on HDMI - they hurt me with their lies */ + if ((info->BiosConnector[index].ConnectorType == CONNECTOR_HDMI_TYPE_A) || + (info->BiosConnector[index].ConnectorType == CONNECTOR_HDMI_TYPE_B)) { + info->BiosConnector[index].DACType = DAC_NONE; + } } Bool |