diff --git a/src/i830_tv.c b/src/i830_tv.c index 0580a951..5bd9eca8 100644 --- a/src/i830_tv.c +++ b/src/i830_tv.c @@ -1067,6 +1067,7 @@ i830_tv_detect(xf86OutputPtr output) /* we only need the pixel clock set correctly here */ mode = reported_modes[0]; xf86SetModeCrtc (&mode, INTERLACE_HALVE_V); + i830PipeSetMode (crtc, &mode, FALSE); } i830_tv_detect_type (crtc, output); i830ReleaseLoadDetectPipe (output);