[MPlayer-users] Re: Pink screen bug with ATI Radeon VE QY

James Stembridge jstembridge at gmx.net
Mon Jan 6 19:09:20 CET 2003


Are you running X in 16-bit or 24-bit?

If 16 then you could try the attached patch against current (6th jan) CVS.

James.

Ruben Garcia wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> 
> 
> I have a pink screen whenever I use -vo xvidix.
> When I saw this message below, I tried to do the
> same with the  case DEVICE_ATI_RADEON_VE_QY:
> I changed it to the upper list of cases.
> Now at least I can see the image, but the colours are
> still wrong (so there is some improvement; can anybody
> change it in CVS?)
> 
> 
> Begin forwarded message:
> 
> Date: Fri, 3 Jan 2003 23:42:44 +0100
> From: Christophe BADINA
> To: mplayer-users at mplayerhq.hu
> Subject: [MPlayer-users] MPlayer 0.90RC2 and cvs - VIDIX bug with RADEON
> QW
> 
> 
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> I have a computer with :
> - Hercules 3D Prophet video card with ATI Radeon QW chipset and 64 Mb
> video memory (DDR),
> - Debian GNU/Linux 3.0 r0,
> - kernel 2.4.20,
> - libc6 2.2.5-6,
> - xserver-xfree86 4.2.1-3 package from testing,
> - gcc 2.95.4-14,
> - ld 2.12.90.0.1,
> - as 2.12.90.0.1.
> 
> When I use MPlayer 0.90RC1 (mplayer -vo xvidix ...), I have a little pink
> bar at the right of the video.
> 
> When I use MPlayer 0.90RC2 or cvs version (3 January), the entire
> window/screen is pink.
> 
> I'd searched changes in radeon_vid.c between these two versions. I've
> found RC1 use GRAPHIC_KEY_FN_EQ flag and RC2 use GRAPHIC_KEY_FN_NE.
> 
> I've made a little change in radeon_vid.c :
> 
> --- MPlayer-0.90rc2/vidix/drivers/radeon_vid.c  Tue Dec 24 18:40:57 2002
> +++ MPlayer-0.90rc2.new/vidix/drivers/radeon_vid.c      Fri Jan  3
> 22:02:18 2003
> @@ -949,7 +949,6 @@
>  #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:
> @@ -957,6 +956,7 @@
>        rage_ckey_model=1;
>        is_shift_required=1;
>        break;
> +    case DEVICE_ATI_RADEON_QW:
>      case DEVICE_ATI_RADEON_QD:
>      case DEVICE_ATI_RADEON_QE:
>      case DEVICE_ATI_RADEON_QF:
> 
> 
> 
> 
> 
> _______________________________________________
> RTFM!!!  http://www.MPlayerHQ.hu/DOCS
> Search:  http://www.MPlayerHQ.hu/cgi-bin/htsearch
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vidix_radeon_qw_16_bit.diff
Type: text/x-diff
Size: 700 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20030106/02411c39/attachment.diff>


More information about the MPlayer-users mailing list