diff --git a/src/i830_lvds.c b/src/i830_lvds.c index aefe069..aabad59 100644 --- a/src/i830_lvds.c +++ b/src/i830_lvds.c @@ -1505,6 +1505,11 @@ i830_lvds_init(ScrnInfoPtr pScrn) /* Attempt to get the fixed panel mode from DDC. Assume that the preferred * mode is the right one. */ + + if (pI830->lvds_fixed_mode) { + xf86DrvMsg(pScrn->scrnIndex, X_INFO,"\n DEBUG_1 fixed mode line\n"); + xf86PrintModeline(0, pI830->lvds_fixed_mode); + } modes = i830_ddc_get_modes(output); for (scan = modes; scan != NULL; scan = scan->next) { if (scan->type & M_T_PREFERRED) @@ -1618,6 +1623,10 @@ found_mode: */ dev_priv->fitting_mode = FULL_ASPECT; + if (pI830->lvds_fixed_mode) { + xf86DrvMsg(pScrn->scrnIndex, X_INFO,"\n DEBUG_2 fixed mode line\n"); + xf86PrintModeline(0, pI830->lvds_fixed_mode); + } return; disable_exit: