From 2e23f92839ea54d1e79b13008aadf3e4b65517b7 Mon Sep 17 00:00:00 2001 From: Stuart Bennett Date: Thu, 12 Feb 2009 14:17:40 +0000 Subject: [PATCH] more likely --- src/nv_crtc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/nv_crtc.c b/src/nv_crtc.c index c754ee7..dd761c5 100644 --- a/src/nv_crtc.c +++ b/src/nv_crtc.c @@ -839,6 +839,7 @@ nv_crtc_mode_set_fp_regs(xf86CrtcPtr crtc, DisplayModePtr mode, DisplayModePtr a if (is_lvds && pNv->VBIOS.fp.dual_link) regp->fp_control |= (8 << 28); + regp->fp_control = 0x91100111; /* Use the generic value, and enable x-scaling, y-scaling, and the TMDS enable bit */ regp->debug_0 = 0x01101191; -- 1.5.4.4