On Mar 27, 4:03 pm, "Siddharth" <[EMAIL PROTECTED]> wrote: > On Mar 27, 5:25 am, "amit shah" <[EMAIL PROTECTED]> wrote: > > > > > > > Hi > > I further narrowed down the problem further. > > Further investigations revealed that for some reason themozilla > > widget is not refreshing. This was concluded by having a javascript > > counter increment on timer and > > displaying the count. The counter got stuck on the initial count and > > did not increment even though we could capture the javascript > > events. The same was > > true for an animated GIF only the first frame is seen. > > > Do any one have any idea as to what could be missing or why the > >mozillawidget is not refreshing itself. > > We are using on GTK on frame buffer. > > > --amit > > > On Mar 26, 1:33 pm, "timeless" <[EMAIL PROTECTED]> wrote: > > > > On Mar 25, 3:18 am, "amit shah" <[EMAIL PROTECTED]> wrote: > > > > > I have compiled MozillaoverDirectFBby as instructed in > > > > (http://www.directfb.org/wiki/index.php/DFBMozilla) for use in an > > > > AMD Au1200 mipsel processor > > > > i'd recommend testing w/ an x86 system, it reduces the number of > > > variables you have. > > > > > It builds proprerly and I'am using TestGtkEmbed to test the > > > > functionality. I face problems while displaying GIF animation > > > > On console I get the following error continiously and only the first > > > > frame of the GIF animation is seen . No further frames thereafter. > > > > This error is displayed on all image types but since they do not have > > > > animation they are displayed. > > > > you should build w/ --enable-logging or something and try playing w/ > > > nsprlogging to see if anything useful turns up. > > > > > (TestGtkEmbed.test32:1759): Gdk-CRITICAL **: > > > > gdk_drawable_set_colormap: assertion `cmap == NULL || > > > > gdk_drawable_get_depth (drawable) == cmap->visual->depth' failed > > > > use a debugger and get a stack trace for this? > > > > > Is it a bug inDirectFB? Any solutions. .... > > > > > any help would be appericated- Hide quoted text - > > > - Show quoted text - > > Hi Amit, > > I have tested the stripped down version of TestGtkEmbed(provided by > you) with our Firefox X86 build over DFB and it is working fine. Also, > we are able to run ourMozillaTestGtkEmbed over DirectFB on ARM > processor. It is rendering local pages quite well. May be the problem > lies somewhere else. > > What is your target OS..?? > Are DirectFB examples running fine..?? > Are you able to run GTK Demos properly..?? > Is it something to do with the memory available etc..(Just a wild > guess)..?? > > Just to inform you, we have fixed some bugs related to transparent > images and gifs. We'll be releasing the patch shortly. That may be of > some help for you. > > >From which folder you are running TestGtkEmbed..?? Try running from > > mozilla/dist/bin . > > Regards,Siddharth > TATA Elxsi, India- Hide quoted text - > > - Show quoted text -
Hi Amit, I think you missed one more important thing. You have mentioned that you are using GTK 2.10.3, but the Firefox on DFB patch that we have released is for GTK 2.10.1. Also, we were having display problems with Mozilla if we used anything other than GTK 2.10.1 . There is a strong version dependency. What I suggest is: just go through Bugzilla and DFBMozilla wiki page for build instruction and version information, and build Mozilla with GTK 2.10.1 . You should get correct output as we are getting it on ARM. Please note that you will get a patch for GTK also apart from Firefox. Apply that patch to your GTK code. Yeah we do get Colormap assertion as the problem is with the GTK 2.10.1 and was fixed in later versions. But it does not affect the output. You can also post your DFB related queries to "directfb-dev" mailing list for expert comments. Hope it helps you. Regards, Siddharth TATA Elxsi, India >-----Original Message----- >From: amit shah [mailto:[EMAIL PROTECTED] >Sent: Wednesday, March 28, 2007 5:03 AM >To: Kumar Siddharth >Cc: [EMAIL PROTECTED] >Subject: Re: TestGtkEmbed on MIPs over DirectFB >Hi Siddharth, >One important piece of information I missed yesterday on my mail was >Whenever the browser tries to paint on the screen we see this message on the >console. >(TestGtkEmbed:20853): Gdk-CRITICAL **: gdk_drawable_set_colormap: assertion >`cmap == NULL || >gdk_drawable_get_depth (drawable) == cmap->visual->depth' >failed >This we verified by displaying an animated GIF on the screen only the first >frame is seen and the browser starts to spew >the above mentioned message as >it tries to paint the next successive frames. >While the browser is spewing out these messages if i reload the page I see >the last GIF frame rendered which is may not >be the same as the first one . > >Are we missing something here. > >regards >--amit _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
