Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: nouveau-drm compile failure
Date: Fri, 21 May 2010 21:11:21
Message-Id: ht6ssi$tup$1@dough.gmane.org
In Reply to: Re: [gentoo-user] Re: nouveau-drm compile failure by Grant
1 On 05/21/2010 10:26 AM, Grant wrote:
2 >>> Google says the error can be due to disabling dri in xorg.conf, but I
3 >>> don't have anything like that. Should CONFIG_DRM_NOUVEAU=y include
4 >>> the dri or dri2 module?
5 >>
6 >> The dri and dri2 modules should be installed by x11-base/xorg-server.
7 >
8 > I've got all of these:
9 >
10 > /usr/lib64/opengl/xorg-x11/extensions/libdri.so
11 > /usr/lib64/opengl/xorg-x11/extensions/libdri2.so
12 > /usr/lib/opengl/xorg-x11/extensions/libdri2.so
13 > /usr/lib/opengl/xorg-x11/extensions/libdri.so
14 >
15 > but I get the dri and dri2 "module does not exist" errors. Can I
16 > specify a path in xorg.conf, or does anyone know what the problem
17 > might be?
18
19 I have this on my x86:
20
21 (II) LoadModule: "dri"
22 (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
23 (II) Module dri: vendor="X.Org Foundation"
24 compiled for 1.7.6, module version = 1.0.0
25 ABI class: X.Org Server Extension, version 2.0
26 (II) Loading extension XFree86-DRI
27 (II) LoadModule: "dri2"
28 (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
29 (II) Module dri2: vendor="X.Org Foundation"
30 compiled for 1.7.6, module version = 1.1.0
31 ABI class: X.Org Server Extension, version 2.0
32 (II) Loading extension DRI2
33 (II) LoadModule: "nouveau"
34
35 If you have the proprietary nvidia drivers installed, that package messes with
36 the simlinks to the dri libraries when you use "eselect opengl set foo" so
37 maybe you have that set for the nvidia opengl version? Check to see what those
38 simlinks are actually pointing to.

Replies

Subject Author
Re: [gentoo-user] Re: nouveau-drm compile failure Grant <emailgrant@×××××.com>