From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org Subject: [Bug 14991] randr12 not working with nv25 Date: Wed, 26 Mar 2008 14:56:38 -0700 (PDT) Message-ID: <20080326215643.2DF8513016B@annarchy.freedesktop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org List-Id: nouveau.vger.kernel.org http://bugs.freedesktop.org/show_bug.cgi?id=14991 --- Comment #9 from Stuart Bennett 2008-03-26 14:56:30 PST --- Please make the with-randr12 dump again, with the following change to nv_output.c: diff --git a/src/nv_output.c b/src/nv_output.c index 5841492..a4e1917 100644 --- a/src/nv_output.c +++ b/src/nv_output.c @@ -1113,6 +1113,7 @@ void NvSetupOutputs(ScrnInfoPtr pScrn) sprintf(outputname, "DVI-A-%d", dvia_count++); break; case OUTPUT_TMDS: + pNv->dcb_table.entry[i].heads = 2; sprintf(outputname, "DVI-D-%d", dvid_count++); break; case OUTPUT_TV: -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.