[MPlayer-dev-eng] [PATCH] for pink screen vidix bug on RADEON VE QY
Ruben Garcia
ruben at ugr.es
Fri Jan 10 13:12:01 CET 2003
First, I wanted to say "Good work!" to you all. Yesterday I managed to
get an image, with colours distorted, by applying this patch, but today,
all is working
perfectly.
I'm starting to think that no developers in the
project actually have a Radeon VE QY, so they don't
actually know this is needed.
Please apply this patch. It just adds Radeon VE QY to the list of cards
which
need rage_ckey_model=1;
RCS file: /cvsroot/mplayer/main/vidix/drivers/radeon_vid.c,v
retrieving revision 1.65
diff -u -r1.65 radeon_vid.c
--- vidix/drivers/radeon_vid.c 9 Jan 2003 18:28:56 -0000 1.65
+++ vidix/drivers/radeon_vid.c 9 Jan 2003 19:16:02 -0000
@@ -1024,6 +1024,7 @@
switch(def_cap.device_id)
{
+ case DEVICE_ATI_RADEON_VE_QY:
case DEVICE_ATI_RADEON_MOBILITY_M7:
case DEVICE_ATI_RADEON_MOBILITY_M72:
case DEVICE_ATI_RADEON_MOBILITY_M62:
More information about the MPlayer-dev-eng
mailing list