Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757362AbZALVTU (ORCPT ); Mon, 12 Jan 2009 16:19:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753880AbZALVTI (ORCPT ); Mon, 12 Jan 2009 16:19:08 -0500 Received: from fg-out-1718.google.com ([72.14.220.152]:61805 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753560AbZALVTG (ORCPT ); Mon, 12 Jan 2009 16:19:06 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=TBm56ZLSPBYxsul17LwVFr8pY1lkxGW2bELENnHNMn8h7VHfMVIY2UDC00YPD47zFo Sqt33OwrhLF3jctIi/42igjSv7wTDxPkjlFBkvrsdOraz3PH6GebZGsWS5YPlei7rbSo CcEjYfB9LMp3nlXYb0rcu2R+Ymwtd5CS12D3s= Message-ID: <621d098f0901121319j1be02f82j368250314664b997@mail.gmail.com> Date: Mon, 12 Jan 2009 22:19:01 +0100 From: "Jan Dittmer" To: "Jesse Barnes" Subject: Re: intel kms "Failed to allocate space for kernel memory manager" Cc: "Dave Airlie" , "Diego Calleja" , linux-kernel@vger.kernel.org, eric.anholt@iintel.com, airlied@linux.ie In-Reply-To: <200901120956.31728.jbarnes@virtuousgeek.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <621d098f0901110546p2b99a525k5de54e37fa181197@mail.gmail.com> <21d7e9970901120004t2dd68241x6b9533f489601109@mail.gmail.com> <621d098f0901120037y4e17b4bn8d52a8ecdbc3fcff@mail.gmail.com> <200901120956.31728.jbarnes@virtuousgeek.org> X-Google-Sender-Auth: b65586b855d8ed10 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1950 Lines: 48 On Mon, Jan 12, 2009 at 6:56 PM, Jesse Barnes wrote: > On Monday, January 12, 2009 12:37 am Jan Dittmer wrote: >> On Mon, Jan 12, 2009 at 9:04 AM, Dave Airlie wrote: >> > the latest git should work with kms on most chipsets, we are still >> > chasing down some issues on some chipsets, >> >> So is there anything I can test to help you get it going on 'my' chipset >> (GM965, Lenovo X300)? > > I do much of my testing on GM965, so you should be able to get it to work with > the latest bits: > - libdrm from git master of mesa/drm > - mesa from git master of mesa/mesa > - xf86-video-intel from git master > - drm-intel-next from anholt's kernel tree > (git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel) > > You'll need to use UXA as your AccelMethod. If you run into issues with the > above, please file bugs (if you don't already see your issue filed) at > bugs.freedesktop.org. Thanks, at least X starts now, though dri is still broken. Is there any quick fix to: name of display: :0.0 libGL: XF86DRIGetClientDriverName: 1.9.0 i965 (screen 0) libGL: OpenDriver: trying /usr/local/lib/dri/i965_dri.so drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 4, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 4, (OK) drmOpenByBusid: drmOpenMinor returns 4 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 libGL error: drmMap of framebuffer failed (Resource temporarily unavailable) libGL error: reverting to software direct rendering ? This is with latest mesa git libGL. Any special compilation options for mesa? Thanks, Jan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/