[MPlayer-users] Re: MPlayer 0.90RC2 and cvs - VIDIX bug with RADEON QW

James Stembridge jstembridge at gmx.net
Sun Jan 5 20:12:27 CET 2003


Current CVS does not work for me, I just get a pink window with no
video.

Prior to this change being added to CVS:

$ cvs diff -r 1.57 -r 1.58 vidix/drivers/radeon_vid.c
Index: vidix/drivers/radeon_vid.c
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/drivers/radeon_vid.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -p -r1.57 -r1.58
--- vidix/drivers/radeon_vid.c  25 Dec 2002 20:57:11 -0000      1.57
+++ vidix/drivers/radeon_vid.c  4 Jan 2003 14:56:45 -0000       1.58
@@ -960,13 +960,13 @@ int vixInit( void )
 #ifdef RADEON
   switch(def_cap.device_id)
     {
-    case DEVICE_ATI_RADEON_QW:
     case DEVICE_ATI_RADEON_MOBILITY_M6:
     case DEVICE_ATI_RADEON_MOBILITY_M62:
     case DEVICE_ATI_RADEON_MOBILITY_M63:
     case DEVICE_ATI_RADEON_MOBILITY_M64:
     case DEVICE_ATI_RADEON_9000_IF:
       rage_ckey_model=1;
+    case DEVICE_ATI_RADEON_QW:
     case DEVICE_ATI_RADEON_QD:
     case DEVICE_ATI_RADEON_QE:
     case DEVICE_ATI_RADEON_QF:

I got video but colour keying was not working correctly, ie video was
visible even if the mplayer window was hidden behind others.


James.


Christophe BADINA wrote:
> I've sent patches that work only for MPlayer 0.90RC2 and cvs (3 january),
> not for RC1... Now, cvs version work for me without any modification.
>
>> This change causes the dreaded pink screen to return for me. I'm using a
>> Sapphire Radeon 7500 which also has the QW chipset and 64 Mb of DDR. I
>> guess all these oem boards must have slightly different configurations or
>> something?




More information about the MPlayer-users mailing list