Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No dri with xorg-x11-7 and ati card
Date: Thu, 27 Apr 2006 21:47:44
Message-Id: 7573e9640604271441v67559378n92a3fa33cf354314@mail.gmail.com
In Reply to: [gentoo-user] No dri with xorg-x11-7 and ati card by Ptitjack
1 On 4/27/06, Ptitjack <jacmonti@×××××××××××××.fr> wrote:
2 > eselect opengl set ati
3
4 > Ati Radeon as module
5 >
6 > Driver "radeon"
7
8 Are you trying to use the open-source driver and (new) DRI module in
9 the kerrnel, or the ATI opengl implementation? Because right now you
10 are mixing the ATI and the opensource stuff together.
11
12 For the ATI implementation:
13
14 - eselect opengl set ati
15 - emerge ati-drivers
16 - Change the xorg.conf driver to "fglrx".
17
18 For the opensource implementation:
19 - eselect opengl set xorg-x11
20 - verify that your card is supported by checking the PCI ids (lspci
21 -n) against /usr/src/linux/char/drm/drm_pciids.h.
22
23 -Richard
24
25 --
26 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] No dri with xorg-x11-7 and ati card (solved) Jacques Montier <jacmonti@×××××××××××××.fr>