[MPlayer-dev-eng] [PATCH] vo_tdfxfb.c clear screen and tiny image bug

Burton Samograd kruhft at kruhft.dyndns.org
Wed Aug 28 20:28:56 CEST 2002


oops, typo there...should be:

+   frames[0] = frame_mem + 1*mga_vid_config.frame_size;

anyways, it was just a thought and it worked on the tdfx driver since
the linux console is located at the start of video memory and this
will move it to an offscreen surface.

burton

On Wed, Aug 28, 2002 at 08:34:53PM +0200, Arpi wrote:
> Hi,
> 
> > +	frame_mem = (char*)mmap(0,mga_vid_config.frame_size*mga_vid
> > _config.num_frames,PROT_WRITE,MAP_SHARED,f,0);
> > +	frames[0] = frames[0] + 1*mga_vid_config.frame_size;
> 
> huh? nice way to sig11...
> 
> anwyay what's the sense of moving buffers a frame away?
> 
> and the mga vs. fullscreen was discussed already, STFA
> 
> 
> A'rpi / Astral & ESP-team
> 
> --
> Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng



More information about the MPlayer-dev-eng mailing list