Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New monitor problems. < sighs >
Date: Wed, 15 Dec 2010 11:05:49
Message-Id: 201012151156.12177.joost@antarean.org
In Reply to: Re: [gentoo-user] New monitor problems. < sighs > by Adam Carter
1 On Wednesday 15 December 2010 11:30:46 Adam Carter wrote:
2 > > > I don't think that's true.
3 > > > In my Xorg.0.log I do have
4 > > >
5 > > > (EE) Failed to load module "dri" (module does not exist, 0)
6 > > > ....
7 > > > (EE) Failed to load module "dri2" (module does not exist, 0)
8 > > >
9 > > > and still, X11 is running just fine. I think these modules are
10 > > > superfluous with a recent Xorg version.
11 > > >
12 > > > Helmut.
13 > >
14 > > I agree, just checked on all the machines I am running Gentoo on with
15 > > Nvidia
16 > > cards and they all have those 2 EE-lines.
17 > > Both of these have 2 monitors hooked up and that is working correctly.
18 > >
19 >
20 > Ok, so my argument is looking weak then - are you using the nvidia binary
21 > drivers like Dale?
22
23 Yes, I have been using the binary (nvidia-drivers) for years. Not had to fall
24 back to open drivers yet.
25
26 > For interests sake, do the libdri.so and libdri2.so files exist on your
27 > system? Try
28 > find /usr -name libdri\*
29
30 Result:
31 eve ~ # find /usr -name "libdri*"
32 /usr/lib64/opengl/xorg-x11/extensions/libdri.so
33 /usr/lib64/opengl/xorg-x11/extensions/libdri2.so
34
35 eve ~ # cat /var/log/Xorg.0.log | grep EE
36 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
37 (II) Loading extension MIT-SCREEN-SAVER
38 (EE) Failed to load module "xtrap" (module does not exist, 0)
39 (EE) Failed to load module "dri" (module does not exist, 0)
40 (EE) Failed to load module "dri2" (module does not exist, 0)
41
42 The files do exist, but are not found as I am using the nvidia-opengl, rather
43 then the xorg-x11 opengl.
44
45 --
46 Joost Roeleveld

Replies

Subject Author
Re: [gentoo-user] New monitor problems. < sighs > Dale <rdalek1967@×××××.com>