Gentoo Archives: gentoo-user

From: Marco Calviani <marco.calviani@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] x11-drm and r300-r350
Date: Thu, 29 Dec 2005 20:06:07
Message-Id: da5cd1900512291158p360bef09x@mail.gmail.com
In Reply to: Re: [gentoo-user] x11-drm and r300-r350 by Richard Fish
1 Hi Richard,
2 first of all for your reply.
3
4 > 1. Run "lspci" to identify the slot of your adapter:
5 >
6 > 03:00.0 VGA compatible controller: ATI Tech...
7 >
8 > 2. Run "lspci -n -s <slot>" to get the vendor and card ID:
9 >
10 > carcharias rjf # lspci -n -s 03:00.0
11 > 03:00.0 0300: 1002:3150
12 >
13 > From the above, the vendor ID is 0x1002, and the card ID is 0x3150.
14 >
15 > 3. In the kernel sources, look at drivers/char/drm/drm_pciids.h to see
16 > if the vendor and card ID appears in the table. If it does, your card
17 > is "supported", and might actually work. An example line from this
18 > table is:
19 >
20 > {0x1002, 0x4E47, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_R300}, \
21 >
22 > The first two numbers are the vendor and card IDs.
23 >
24
25 Ok my card id is 4e50. I've search for it in the drm_pciids.h file and
26 i didn't found the appropriate card. Indeed i've found the 4E50 card
27 which is, as the one i have, a rv350 radeon card. However that
28 different capital letter is making me think that something is
29 different over there...
30
31 But another question come up on my mind: should we use instead of the
32 in-kernel drm support the one given by the x11-drm package?
33
34 Best regards,
35 MC
36
37 --
38 gentoo-user@g.o mailing list