On Sun, Mar 23, 2003 at 07:16:17PM -0500, [EMAIL PROTECTED] wrote: > but when the code runs I am getting: > > (*) DirectFB/Layer: Enabled 'FBDev Primary Layer'. > (*) DirectFB/Layer: Enabled 'Matrox CRTC2'. > > (chooser2:25340): Gdk-DirectFB-WARNING **: setting pixelformat to 401804 > (#) DirectFBError [gdk_windowing_init_check: SetConfiguration]: Access denied! > > Not sure what "Access denied" means in the context of SetConfiguration > however.
You need: DisplayLayer->SetCooperativeLevel (DisplayLayer, DLSCL_ADMINISTRATIVE); At least I think administrative is the proper level for gtk. mplayer in turn uses exclusive access. -- 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.
