From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758067AbYEEQjT (ORCPT ); Mon, 5 May 2008 12:39:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755194AbYEEQjI (ORCPT ); Mon, 5 May 2008 12:39:08 -0400 Received: from outbound-mail-40.bluehost.com ([69.89.20.194]:43519 "HELO outbound-mail-40.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755180AbYEEQjH (ORCPT ); Mon, 5 May 2008 12:39:07 -0400 From: Jesse Barnes To: Gabriel C Subject: Re: intelfb and G33 / Q33 / Q35 chipsets support ? Date: Mon, 5 May 2008 09:38:54 -0700 User-Agent: KMail/1.9.9 Cc: Dave Airlie , Gabriel C , Linux Kernel Mailing List , linux-fbdev-devel@lists.sourceforge.net, "Antonino A. Daplas" , Wang Zhenyu References: <4815EEB4.2060509@frugalware.org> <4817A9D3.1030309@googlemail.com> <4817D687.8080201@googlemail.com> In-Reply-To: <4817D687.8080201@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805050938.54453.jbarnes@virtuousgeek.org> X-Identified-User: {642:box128.bluehost.com:virtuous:virtuousgeek.org} {sentby:smtp auth 75.111.27.49 authed with jbarnes@virtuousgeek.org} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, April 29, 2008 7:16 pm Gabriel C wrote: > >> See the modesetting-101 branch of > >> git://git.freedesktop.org/git/mesa/drm. It's a bit rough in spots but > >> the i915 driver should be pretty close to feature parity with the Intel > >> X driver at this point. > > > > Thx , I will try out the tree. > > modesetting-101 does not compile on current git , NOPAGE_SIGBUS , nopage > and friends gone. Yeah the DRM tree doesn't have a full kernel included, so it'll occasionally be out-of-sync. You could try a different kernel version (it almost always works with the last stable release of Linux) or merging DRM master into modesetting-101. Assuming there are no conflicts that might also fix things. :) Jesse