From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Jackson Subject: Re: Setting proper video mode Date: Mon, 31 Oct 2011 14:29:47 -0400 Message-ID: <4EAEE91B.1030301@redhat.com> References: <1319893248.7964.58.camel@tower.local> <4EAED007.3060004@redhat.com> <1320083294.7964.79.camel@tower.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by gabe.freedesktop.org (Postfix) with ESMTP id 6DC069ECEA for ; Mon, 31 Oct 2011 11:29:47 -0700 (PDT) In-Reply-To: <1320083294.7964.79.camel@tower.local> 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: Jarek Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On 10/31/11 1:48 PM, Jarek wrote: > Dnia 2011-10-31, pon o godzinie 12:42 -0400, Adam Jackson pisze: >> Also, how does the output of intel_reg_dumper compare between the two >> drivers? > > As I understand, I should execute it, from running xorg. Am I right? Yes. > If I will find difference, what should I do ? Well it depends what the differences are. Things like plane base addresses being different wouldn't be surprising, but PLL setup might matter. Just send reg dumps from both and we'll figure it out. > The refresh rate comes from Xorg.0.log. With xf86-video-intel the > display doesn't show any picture, only backlight is activated when I'm > starting X. > By the way, this MB has two LDVS outputs: LVDS1 and LVDS2. The second > one is not connected to anything, but in the log both are connected. We don't have any way of doing connection sense on LVDS so we have to say they're connected if they appear at all. Otherwise you can't use them. - ajax