diff --git a/src/i830_display.c b/src/i830_display.c index 88280bb3..24ce50f7 100644 --- a/src/i830_display.c +++ b/src/i830_display.c @@ -1081,7 +1081,7 @@ i830DetectCRT(ScrnInfoPtr pScrn, Bool allow_disturb) * pipe, as it seems having other outputs on that pipe will result in a * false positive. */ - if (1 && (allow_disturb || !(INREG(ADPA) & !ADPA_DAC_ENABLE))) { + if (0 && (allow_disturb || !(INREG(ADPA) & !ADPA_DAC_ENABLE))) { return i830LoadDetectCRT(pScrn); }