Re: ATI Radeon 9200 not detected by Xati
Michel Dänzer <[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2003-11-30 at 23:03, Andreas Happe wrote: > hi, > my radeon 9200 (ATI Technologies Inc Radeon R250 Lf [Radeon Mobility > 9000 M9] (rev 01)) (Class 0300: 1002:4c66 (rev 01)) isn't recognized by > Xati. Is this just a case of a missing pci id, Yes, here's a patch. -- Earthling Michel Dänzer | Debian (powerpc), X and DRI developer Software libre enthusiast | http://svcs.affero.net/rm.php?r=daenzer
ati.c.diff
(text/x-patch, 686 B)
Index: hw/kdrive/ati/ati.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ati.c,v
retrieving revision 1.4
diff -p -u -r1.4 ati.c
--- hw/kdrive/ati/ati.c 23 Nov 2003 02:08:16 -0000 1.4
+++ hw/kdrive/ati/ati.c 1 Dec 2003 02:36:53 -0000
@@ -59,6 +59,7 @@ struct pci_id_list radeon_id_list[] = {
{0x1002, 0x4c58, "ATI Radeon RV200 LX"},
{0x1002, 0x4c59, "ATI Radeon Mobility M6 LY"},
{0x1002, 0x4c5a, "ATI Radeon Mobility LZ"},
+ {0x1002, 0x4c66, "ATI Radeon Mobility M9 Lf"},
{0x1002, 0x4e44, "ATI Radeon R300 ND"},
{0x1002, 0x4e45, "ATI Radeon R300 NE"},
{0x1002, 0x4e46, "ATI Radeon R300 NF"},