diff --git a/src/i830_driver.c b/src/i830_driver.c index f61e0f02..441eba49 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -670,7 +670,7 @@ I830SetupOutputs(ScrnInfoPtr pScrn) i830_dvo_init(pScrn); } #if 1 - if (IS_I915GM(pI830) || IS_I945GM(pI830)) + if (IS_I915GM(pI830) || IS_I945GM(pI830) || IS_I965G(pI830)) i830_tv_init(pScrn); #endif }