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 1OFZV2-0006I0-T7 for garchives@archives.gentoo.org; Fri, 21 May 2010 21:11:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AD9BE07BD; Fri, 21 May 2010 21:11:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 070ADE07BD for ; Fri, 21 May 2010 21:11:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 493861B4014 for ; Fri, 21 May 2010 21:11:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.931 X-Spam-Level: X-Spam-Status: No, score=-2.931 required=5.5 tests=[AWL=-0.332, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GQYpaQXay9rN for ; Fri, 21 May 2010 21:11:00 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 615FA64140 for ; Fri, 21 May 2010 21:10:57 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OFZUa-0005Bb-PU for gentoo-user@gentoo.org; Fri, 21 May 2010 23:10:52 +0200 Received: from adsl-69-234-212-148.dsl.irvnca.pacbell.net ([69.234.212.148]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 May 2010 23:10:52 +0200 Received: from w41ter by adsl-69-234-212-148.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 May 2010 23:10:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org connect(): No such file or directory From: walt Subject: [gentoo-user] Re: nouveau-drm compile failure Date: Fri, 21 May 2010 14:10:46 -0700 Message-ID: References: <201005202059.57267.alan.mckinnon@gmail.com> <87ljbepefc.fsf@newton.gmurray.org.uk> <87hbm1q116.fsf@newton.gmurray.org.uk> 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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-212-148.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a5pre) Gecko/20100521 Thunderbird/3.2a1pre In-Reply-To: X-Archives-Salt: 22ee3748-998e-46ff-affa-5f5b8f65a760 X-Archives-Hash: b44f458efc790b6b5e293fe99ff4af8b On 05/21/2010 10:26 AM, Grant wrote: >>> Google says the error can be due to disabling dri in xorg.conf, but I >>> don't have anything like that. Should CONFIG_DRM_NOUVEAU=y include >>> the dri or dri2 module? >> >> The dri and dri2 modules should be installed by x11-base/xorg-server. > > I've got all of these: > > /usr/lib64/opengl/xorg-x11/extensions/libdri.so > /usr/lib64/opengl/xorg-x11/extensions/libdri2.so > /usr/lib/opengl/xorg-x11/extensions/libdri2.so > /usr/lib/opengl/xorg-x11/extensions/libdri.so > > but I get the dri and dri2 "module does not exist" errors. Can I > specify a path in xorg.conf, or does anyone know what the problem > might be? I have this on my x86: (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "nouveau" If you have the proprietary nvidia drivers installed, that package messes with the simlinks to the dri libraries when you use "eselect opengl set foo" so maybe you have that set for the nvidia opengl version? Check to see what those simlinks are actually pointing to.