[MPlayer-users] Re: Does radeon_vid.so support Radeon 9600XT cards?
Vladimir Mosgalin
mosgalin at VM10124.spb.edu
Fri Apr 2 18:45:39 CEST 2004
On Fri, 2 Apr 2004, Nyk Tarr wrote:
NT>> | vo: X11 running at 1600x1200 with depth 24 and 32 bpp (":0.0" => local display)
NT>> | [radeon] Found chip: Unknown chip
NT>> | [radeon] Driver was forced. Was found unknown chip
NT>> | [radeon] Assuming it as Radeon1
NT>> | [radeon] ATI FireGl driver detected
NT>> | libdha: DHA kernelhelper failed: No such file or directory
NT>> | libdha: DHA kernelhelper failed: No such file or directory
NT>> | [radeon] Video memory = 128Mb
NT>> | [radeon] Set write-combining type of video memory
NT>> | [radeon] Saved overlay colorkey settings
NT>> | VIDIX: Description: BES driver for Radeon cards
NT>> | VIDIX: Author: Nick Kurshev
NT>
NT>Sorry for jumping into this thread late, but I had to hack a patch to
NT>get xvidix to spot my 9600XT.
NT>
NT>Sorry if this is completely irrelevent, but might be worth a try.
Oh, it looks like you already did this for your card ;) Why don't you
send patch do -dev list? It will be accepted for sure.
NT>diff -Nur MPlayer-cvs/main/libdha/oth/pci.db MPlayer-20040326/libdha/oth/pci.db
NT>--- MPlayer-cvs/main/libdha/oth/pci.db 2004-03-26 21:12:43.000000000 +0000
NT>+++ MPlayer-20040326/libdha/oth/pci.db 2004-03-26 21:20:50.000000000 +0000
NT>@@ -275,7 +275,9 @@
NT> d 10024e52 RV350 [Mobility Radeon 9600 M10] 0 New PCI ID provided by ATI developer relations
NT> d 10024e64 Radeon R300 [Radeon 9700] (Secondary) 0
NT> d 10024150 Radeon RV350 AP [Radeon 9600 Pro] 0
NT>+d 10024152 Radeon RV360 AR [Radeon 9600 XT] 0
NT> d 10024170 Radeon RV350 AP [Radeon 9600 Pro] (Secondary) 0
NT>+d 10024170 Radeon RV360 AR [Radeon 9600 XT] (Secondary) 0
NT> d 10024e48 Radeon R350 NH [Radeon 9800] 0
NT> d 10024e68 Radeon R350 [Radeon 9800] (Secondary) 0
NT> d 10025041 Rage 128 PA/PRO 0
NT>diff -Nur MPlayer-cvs/main/vidix/drivers/radeon_vid.c MPlayer-20040326/vidix/drivers/radeon_vid.c
NT>--- MPlayer-cvs/main/vidix/drivers/radeon_vid.c 2004-03-26 21:12:43.000000000 +0000
NT>+++ MPlayer-20040326/vidix/drivers/radeon_vid.c 2004-03-26 21:19:03.000000000 +0000
NT>@@ -870,6 +870,7 @@
NT> DEVICE_ATI_RADEON_R300_NF,
NT> DEVICE_ATI_RADEON_R300_NG,
NT> DEVICE_ATI_RADEON_RV350_AP,
NT>+ DEVICE_ATI_RADEON_RV360_AR,
maybe RV360_AP line should be added here.. It doesn't matter, just for
the completeness ;) Never had a chance to test secondary head.
NT> DEVICE_ATI_RADEON_R350_NH,
NT> DEVICE_ATI_RV350_MOBILITY_RADEON,
NT> DEVICE_ATI_RV350_MOBILITY_RADEON2
NT>@@ -1018,6 +1019,7 @@
NT>
NT> /* Radeon 9600/9800 */
NT> case DEVICE_ATI_RADEON_RV350_AP:
NT>+ case DEVICE_ATI_RADEON_RV360_AR:
NT> case DEVICE_ATI_RADEON_R350_NH:
NT> case DEVICE_ATI_RV350_MOBILITY_RADEON:
NT> case DEVICE_ATI_RV350_MOBILITY_RADEON2:
NT>
NT>
--
Vladimir
More information about the MPlayer-users
mailing list