From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wilson Subject: Re: Dual Monitor Issue. One monitor is partly visible on another Date: Wed, 23 Mar 2011 20:55:33 +0000 Message-ID: <849307$c4ig2o@azsmga001.ch.intel.com> References: <1300913234.2074.5.camel@GTMoraes-Aspire> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by gabe.freedesktop.org (Postfix) with ESMTP id 29A539E7EA for ; Wed, 23 Mar 2011 13:55:42 -0700 (PDT) In-Reply-To: <1300913234.2074.5.camel@GTMoraes-Aspire> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Gabriel Torreiro de Moraes , Intel-gfx List-Id: intel-gfx@lists.freedesktop.org On Wed, 23 Mar 2011 17:47:14 -0300, Gabriel Torreiro de Moraes wrote: > So, after some Intel Drivers update, some programs started to work > nicely, faster and beautifully. But it corrupted my Dual-Monitor Setup. > I don't know what to say, I'm totally desperate. I had to show one of my > programs to my teacher using a projector, but with the dual monitor > corruption, I called in sick today. I need to use the netbook screen to > make changes on the program and the second monitor/projector to show the > program working. Good news! We fixed this bug 7 months ago. commit 52e68630d13f9668f8f4dd6978fa41039bacfaf6 Author: Chris Wilson Date: Sun Aug 8 10:15:59 2010 +0100 drm/i915: Fix offset page-flips on i965+ i965 uses the Display Registers to compute the offset from the display base so the new base does not need adjusting when flipping. The older chipsets use a fence to access the display and so do perceive the surface as linear and have a single base register which is reprogrammed using the flip. Signed-off-by: Chris Wilson Cc: Jesse Barnes Reported-by: Marty Jack Reviewed-by: Jesse Barnes -- Chris Wilson, Intel Open Source Technology Centre