diff --git a/src/i830_driver.c b/src/i830_driver.c index b8d8d37..a90c5fe 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -907,8 +907,8 @@ I830SetupOutputs(ScrnInfoPtr pScrn) Bool lvds_detected = FALSE; /* everyone has at least a single analog output */ - i830_crt_init(pScrn); + OUTREG(DVOB, INREG(DVOB) | ~DVO_ENABLE); /* Set up integrated LVDS */ if (IS_MOBILE(pI830) && !IS_I830(pI830)) i830_lvds_init(pScrn);