Gentoo Archives: gentoo-user

From: Ryan Tandy <tarpman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] DRI? ATI X300 PCIe
Date: Sat, 08 Jul 2006 22:39:00
Message-Id: 44B0307F.9070307@gmail.com
In Reply to: Re: [gentoo-user] DRI? ATI X300 PCIe by fire-eyes
1 fire-eyes wrote:
2 > On Friday 07 July 2006 21:51, Ryan Tandy wrote:
3 >> Set VIDEO_CARDS="radeon" or USE="video_cards_radeon", and emerge -N
4 >> xorg-x11. Worked for me (Radeon 9600 XT) as of the first X -configure
5 >> run, with no additional messing about. The driver name is "radeon" if
6 >> you like to do xorg.conf by hand.
7 >
8 > Hm. I had VIDEO_CARDS at radeon already, however, I am curious about the
9 > video_cards_radeon USE flag. I set this and an emerge -Np xorg-x11 doesn't
10 > show anything. What listens to that USE flag?
11 >
12
13 VIDEO_CARDS="radeon" implies USE="video_cards_radeon" (a nifty Portage
14 feature called USE_EXPAND). Depending on your xorg-x11 version and
15 ACCEPT_KEYWORDS:
16
17 for ~arch (~x11-base/xorg-x11-7.1), xorg-server and mesa are the ones
18 that use it.
19
20 for arch (~x11-base/xorg-x11-7.0), it's the xorg-x11 ebuild itself that
21 has it.
22
23 If you're running ~arch, installing 7.0 will still pull in the newer,
24 ~arch mesa and xorg-server, so all 3 ebuilds will have the flag. I'm
25 not sure how well this configuration works.
26
27 And when I said emerge -N xorg-x11 in my original mail, it should have
28 been emerge -ND xorg-x11, so that xorg-server and mesa get updated with
29 the new flag as well. On the other hand, if you already have it set,
30 nothing will be rebuilt.
31
32 Have you checked that your xorg.conf is set to use that driver? Also,
33 I've never owned a PCIe system, so I don't know what support for that is
34 like. As always, YMMV ;)
35 --
36 gentoo-user@g.o mailing list