From fabfccd3d8a55a83138d361f66c53cb7e6d371a8 Mon Sep 17 00:00:00 2001 From: Zou Nan hai Date: Thu, 28 Dec 2006 14:48:54 +0800 Subject: [PATCH] Fix --- src/i830_tv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830_tv.c b/src/i830_tv.c index 7e5daa62..9048d089 100644 --- a/src/i830_tv.c +++ b/src/i830_tv.c @@ -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);