On Sun, Mar 23, 2003 at 11:53:41PM -0500, [EMAIL PROTECTED] wrote: > > The screen will blink but > > then again it would blink anyway when the pixelformat is changed back to > > RGB32. > > Right. Is there any pixelformat that would be compatible between GTK > and MPlayer to avoid the flicker?
You could have mplayer use RGB32/ARGB too and just use -vop yuy2 to convert YV12/I420 to YUY2. You'd have to remove the crtc2->SetConfiguration() from config() since it will reset the hardware regardless of the current settings. > So the field parity looks good with the triple buffering patch. I did > notice the setting of the flag to tell mplayer that vo_dfbmga.c does > it's own frame timing is gone. Was that an oversight? No. The way I originally set that flag wasn't working and it really doesn't do any good anyway. -- Ville Syrj�l� [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
