This commit is contained in:
Zou Nan hai 2006-12-28 14:48:54 +08:00
parent ddefce4f02
commit fabfccd3d8
1 changed files with 1 additions and 1 deletions

View File

@ -1064,7 +1064,7 @@ i830_tv_detect(xf86OutputPtr output)
if (intel_output->load_detect_temp)
{
/* we only need the pixel clock set correctly here */
mode = crtc->desiredMode;
mode = reported_modes[0];
xf86SetModeCrtc (&mode, INTERLACE_HALVE_V);
}
i830_tv_detect_type (crtc, output);