From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OF6RF-0002LD-Ha for garchives@archives.gentoo.org; Thu, 20 May 2010 14:09:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71E22E07A0; Thu, 20 May 2010 19:09:06 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 46A5DE07A0 for ; Thu, 20 May 2010 19:09:06 +0000 (UTC) Received: by vws10 with SMTP id 10so163642vws.40 for ; Thu, 20 May 2010 12:09:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=9LIk7AjEFzEGe2/ax2FCS5FI+d3Xgx6evSWzb4dZoZI=; b=A2R2Q8UFQ0cW2HDXIgyeegoRXfOtK1s3wY79i0oF727dTMSNwvldtznA05CWtyu7bM tWoh0iMqKlXZFMNYTJjQ9ZCf4zjYlueo7a4qECG2dmvOyn2NjEqlzmygDMSxyn017UkD SHuYeEa3HZalsaZvaLU4t2CTBr1GpdVwBp+yw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=kJjBYGjbttHeNhxqWI4aZJ8SBSu8wDS2Pth3jTgojE/y6ocyIaSAE/yMP/LoE2lcPF MS6FtpyZiSZwGmRjXpxkyIEls86o4FMCURdYUg4haxIOR00wcpzOMyXKtFBjkPP/l73t vL9BoCdanSsq5+lZFSwXDzHDQe4eoDzwmYGtY= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.220.128.136 with SMTP id k8mr375965vcs.58.1274382545917; Thu, 20 May 2010 12:09:05 -0700 (PDT) Received: by 10.220.86.198 with HTTP; Thu, 20 May 2010 12:09:05 -0700 (PDT) In-Reply-To: References: Date: Thu, 20 May 2010 12:09:05 -0700 Message-ID: Subject: Re: [gentoo-user] Re: nouveau-drm compile failure From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 24cf0a5c-11b5-4eaa-a79e-3c59c163e3d8 X-Archives-Hash: ac82bcaf6c5c31693d12a45599257791 >>> I'm trying to compile nouveau-drm for my Nvidia 8400GS video card, but >>> compilation fails: >> >> I don't think you should be using nouveau-drm in the first place. =A0Thi= s >> driver is now in the kernel itself. =A0nouveau-drm was used before that = driver >> moved into the Linux kernel together with the other DRM drivers. > > Well, the xf86-video-nouveau-0.0.16_pre20100510 ebuild says: > > Nouveau DRM not detected. If you want any kind of > acceleration with nouveau, emerge x11-base/nouveau-drm or > enable CONFIG_DRM_NOUVEAU in the kernel. > Nouveau DRM in kernel 2.6.33 is API incompatible to >>=3Dx11-libs/libdrm-2.4.18, please use x11-base/nouveau-drm > instead. > > Unfortunately, the same ebuild depends on >=3Dx11-libs/libdrm-2.4.19. =A0= I > tried to ignore the warning but X fails with: > > (EE) Failed to load module "dri" (module does not exist, 0) > (EE) Failed to load module "dri2" (module does not exist, 0) > (EE) [drm] No DRICreatePCIBusID symbol > (EE) No devices detected. > > The xf86-video-nouveau-0.0.15_pre20100213 ebuild only depends on >>=3Dx11-libs/libdrm-2.4.18_pre so I installed those but I still get the > errors above when trying to start X. > > Any ideas? =A0Do you have nouveau working? > > - Grant I forgot to mention that I have CONFIG_DRM_NOUVEAU enabled in my 2.6.33 kernel and nouveau-firmware is loading successfully. - Grant