Re: Multiple Xv overlays cause blue flashing

2005-11-17 Thread Smoof .
Thanks everyone for the help. The ultimate solution was that I switched to a machine with an nvidia chipset. Then I was able use the video blitter port to send the video images to their respecitve X windows with no flashing. Interesting thing is that I was able to successfully grab the same

Re: Multiple Xv overlays cause blue flashing

2005-11-16 Thread Smoof .
Smoof . wrote: My plan was to do all the rendering with the same client and I know that my overlay adaptor only has a single port for the YUV420 format that I am using. Can someone say if the following would be possible: Suppose I create a single overlay that is the size of the entire

Re: Multiple Xv overlays cause blue flashing

2005-11-16 Thread Smoof .
On Wed, 16 Nov 2005, Alex Deucher wrote: > On 11/16/05, Smoof . <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I am writing an application that will display up to 9 independent video > > streams (each stream is 320 x 240). I'm new to Xv and may not be

Multiple Xv overlays cause blue flashing

2005-11-16 Thread Smoof .
Hello, I am writing an application that will display up to 9 independent video streams (each stream is 320 x 240). I'm new to Xv and may not be using the correct terminology so please bear with me. I have tried two approaches: The first approach was to create one large overlay using XvShmCr