--- i830_lvds.c.old 2008-02-25 14:15:23.000000000 +0100 +++ i830_lvds.c 2008-02-25 14:21:48.000000000 +0100 @@ -547,9 +547,10 @@ if (mode->HDisplay != adjusted_mode->HDisplay || mode->VDisplay != adjusted_mode->VDisplay) { - pfit_control = PFIT_ENABLE | - VERT_AUTO_SCALE | HORIZ_AUTO_SCALE | - VERT_INTERP_BILINEAR | HORIZ_INTERP_BILINEAR; +// pfit_control = PFIT_ENABLE | +// VERT_AUTO_SCALE | HORIZ_AUTO_SCALE | +// VERT_INTERP_BILINEAR | HORIZ_INTERP_BILINEAR; + pfit_control = PFIT_ENABLE | (2 << 26); } else { pfit_control = 0; }