diff --git a/src/i830_dvo.c b/src/i830_dvo.c index 2f74144..efc1374 100644 --- a/src/i830_dvo.c +++ b/src/i830_dvo.c @@ -507,7 +507,10 @@ i830_dvo_init(ScrnInfoPtr pScrn) pI830->lvds_fixed_mode = i830_dvo_get_current_mode(output); pI830->lvds_dither = TRUE; } - + xf86DrvMsg(pScrn->scrnIndex, X_INFO,"\nDEBUG: intel output type is <%d>,\n" + "print fixed mode line\n",intel_output->type); + if (pI830->lvds_fixed_mode) + xf86PrintModeline(0, pI830->lvds_fixed_mode); return; } xf86UnloadSubModule(drv->modhandle);