[MPlayer-users] Re: Does radeon_vid.so support Radeon 9600XT cards?

Nyk Tarr nyk at giantx.co.uk
Fri Apr 2 17:15:41 CEST 2004


On Thu, Apr 01, 2004 at 12:48:18AM +0200, Sebastian Kaps wrote:

> | vo: X11 running at 1600x1200 with depth 24 and 32 bpp (":0.0" => local display)
> | [radeon] Found chip: Unknown chip
> | [radeon] Driver was forced. Was found unknown chip
> | [radeon] Assuming it as Radeon1
> | [radeon] ATI FireGl driver detected
> | libdha: DHA kernelhelper failed: No such file or directory
> | libdha: DHA kernelhelper failed: No such file or directory
> | [radeon] Video memory = 128Mb
> | [radeon] Set write-combining type of video memory
> | [radeon] Saved overlay colorkey settings
> | VIDIX: Description: BES driver for Radeon cards
> | VIDIX: Author: Nick Kurshev

Sorry for jumping into this thread late, but I had to hack a patch to
get xvidix to spot my 9600XT.

Sorry if this is completely irrelevent, but might be worth a try.


diff -Nur MPlayer-cvs/main/libdha/oth/pci.db MPlayer-20040326/libdha/oth/pci.db
--- MPlayer-cvs/main/libdha/oth/pci.db	2004-03-26 21:12:43.000000000 +0000
+++ MPlayer-20040326/libdha/oth/pci.db	2004-03-26 21:20:50.000000000 +0000
@@ -275,7 +275,9 @@
 d	10024e52	RV350 [Mobility Radeon 9600 M10]	0	New PCI ID provided by ATI developer relations	
 d	10024e64	Radeon R300 [Radeon 9700] (Secondary)	0	
 d	10024150	Radeon RV350 AP [Radeon 9600 Pro]	0
+d	10024152	Radeon RV360 AR [Radeon 9600 XT]	0
 d	10024170	Radeon RV350 AP [Radeon 9600 Pro] (Secondary)	0
+d	10024170	Radeon RV360 AR [Radeon 9600 XT] (Secondary)	0
 d	10024e48	Radeon R350 NH [Radeon 9800]	0
 d	10024e68	Radeon R350 [Radeon 9800] (Secondary)	0
 d	10025041	Rage 128 PA/PRO	0	
diff -Nur MPlayer-cvs/main/vidix/drivers/radeon_vid.c MPlayer-20040326/vidix/drivers/radeon_vid.c
--- MPlayer-cvs/main/vidix/drivers/radeon_vid.c	2004-03-26 21:12:43.000000000 +0000
+++ MPlayer-20040326/vidix/drivers/radeon_vid.c	2004-03-26 21:19:03.000000000 +0000
@@ -870,6 +870,7 @@
  DEVICE_ATI_RADEON_R300_NF,
  DEVICE_ATI_RADEON_R300_NG,
  DEVICE_ATI_RADEON_RV350_AP,
+ DEVICE_ATI_RADEON_RV360_AR,
  DEVICE_ATI_RADEON_R350_NH,
  DEVICE_ATI_RV350_MOBILITY_RADEON,
  DEVICE_ATI_RV350_MOBILITY_RADEON2
@@ -1018,6 +1019,7 @@
 
             /* Radeon 9600/9800 */
             case DEVICE_ATI_RADEON_RV350_AP:
+            case DEVICE_ATI_RADEON_RV360_AR:
             case DEVICE_ATI_RADEON_R350_NH:
             case DEVICE_ATI_RV350_MOBILITY_RADEON:
             case DEVICE_ATI_RV350_MOBILITY_RADEON2:

-- 
/__
\_|\/
   /\




More information about the MPlayer-users mailing list