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 1OF6N2-0001m8-Iz for garchives@archives.gentoo.org; Thu, 20 May 2010 14:05:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FFA3E086A; Thu, 20 May 2010 19:05:05 +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 08FC2E086A for ; Thu, 20 May 2010 19:05:04 +0000 (UTC) Received: by vws10 with SMTP id 10so159469vws.40 for ; Thu, 20 May 2010 12:05:04 -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=2YoslDaZB3eiJ5hPtKmmDpR7wIUm+ovVobRzdlFEnVo=; b=dCNpgMyuByH0NLqVHFNzkmocomddZfKf/rDjWiTi7CWy6BtRfRgaduq56/mUguDWb+ CYHrgUBUHazf9SfIhL5PggQaWybBa+YlDZ3kK/OvtbV5uL2LzNTJOZdvSbqecRj+ZRzM 6qj+7fcseuZWWwEJtY7PtWovq9hIak3mFWsHE= 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=XbbGBj7XVdUZOVbp4VUCTUK8Gzu1nGOSslX1UMg6ALmcIrwhtD1sncCqrKX1V1uh5m FVJWB3E78VnKlg5aY7kyLe+NjE2SX5cvt7Trad5LlUErYJx8rICKHDoUA3s+gTVw4VLt fo/YQBWCqKvBTvPQHlATqL9QFUqNAZyrvJ6Bo= 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.124.15 with SMTP id s15mr365977vcr.77.1274382304608; Thu, 20 May 2010 12:05:04 -0700 (PDT) Received: by 10.220.86.198 with HTTP; Thu, 20 May 2010 12:05:04 -0700 (PDT) In-Reply-To: References: Date: Thu, 20 May 2010 12:05:04 -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: 5babc218-5c1d-45dd-bcd1-97383c862c79 X-Archives-Hash: e41548386b47b25ff540c8190c1fb2f0 >> 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. =A0This > driver is now in the kernel itself. =A0nouveau-drm was used before that d= river > 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. 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? Do you have nouveau working? - Grant