Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Trying to configure Radeon card
Date: Sun, 17 Oct 2010 00:22:42
Message-Id: AANLkTikej8MdRJ9p-QVVCzdAi7_Pnrnx7g+amU8J-24m@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Trying to configure Radeon card by Alex Schuster
1 > > I use an xorg.conf, and have the following;
2 > >
3 > > Section "Files"
4 > > ModulePath "/usr/lib64/xorg/modules"
5 > > ModulePath "/usr/lib64/opengl/xorg-x11/extensions/"
6 > > EndSection
7 > >
8 > > Your xorg cant find the dri and dri2 modules because its not looking in
9 > > the second directory.
10 >
11 > I think the missing dri stuff is normal when suing the closed source
12 > drivers, as they have this built in. I think I had them, too, and I do not
13 > have a Files section.
14 >
15
16 I use flgrx and have the following in my X log;
17
18 (II) LoadModule: "dri"
19 (II) Loading /usr/lib64/opengl/xorg-x11/extensions/libdri.so
20 (II) Module dri: vendor="X.Org Foundation"
21 compiled for 1.7.7, module version = 1.0.0
22 ABI class: X.Org Server Extension, version 2.0
23 (II) Loading extension XFree86-DRI
24 (II) LoadModule: "dri2"
25 (II) Loading /usr/lib64/opengl/xorg-x11/extensions/libdri2.so
26 (II) Module dri2: vendor="X.Org Foundation"
27 compiled for 1.7.7, module version = 1.1.0
28 ABI class: X.Org Server Extension, version 2.0
29 (II) Loading extension DRI2
30
31 What does your log have about dri?