[MPlayer-advusers] xvidix broken on Radeon

Sascha Sommer saschasommer at freenet.de
Fri Oct 17 12:17:32 CEST 2008


Hi,

On Donnerstag, 16. Oktober 2008, Christian Ohm wrote:
> On Wednesday, 15 October 2008 at 20:48, Sascha Sommer wrote:
> > Attached patch fixes the xvidix problem for me.
>
> With that patch the 9600 worked again.
>
> > Most ids were added without testing them afaik.
>
> The X800 still doesn't work though. Now what? Is someone still working on
> vidix and interested in adding support for this card? If not, wouldn't it
> be better to remove the IDs of cards not supported?

From your mail:

> Display controller [0380]: ATI Technologies Inc R480 [Radeon X800 GTO 
(PCIE)] (Secondary) [1002:5d6f]

From pci_ids.h :

#define DEVICE_ATI_R480_RADEON_X8002                    0x5d6f /*R480 [Radeon 
X800 GTO (PCIE)] (Secondary)*/


From radeon_vid.c:

 { DEVICE_ATI_R430_RADEON_X8003,        R_430|R_PCIE  },
 { DEVICE_ATI_R430_RADEON_X8004,        R_430|R_PCIE  },
 { DEVICE_ATI_R480_RADEON_X800,         R_480  },
 { DEVICE_ATI_R480_RADEON_X8002,        R_480  },
 { DEVICE_ATI_R480_RADEON_X850XT,       R_480  },

Maybe it works if you add |R_PCIE ??

Apart from that I have no idea.

Regards

Sascha



More information about the MPlayer-advusers mailing list