|
List Info
Thread: How to enable support for multiple app in DirectFB
|
|
| How to enable support for multiple app
in DirectFB |

|
2007-04-18 04:59:17 |
Hi,
We need to run more than one application in same directfb
screen. Currently, if we try to run then these applications
are coming in separate DFB screen. Any help..??
Regards,
Siddharth
_______________________________________________
directfb-dev mailing list
directfb-dev directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/
directfb-dev
|
|
| Re: TestGtkEmbed on MIPS over DirectFB |
  India |
2007-03-30 09:27:26 |
|
|
Hi,
As pointed out in my
previous mail, the assertions are because of a bug in GTK 2.10.1 and has already
been fixed in later version(may be 2.10.6). But later versions did not work for
us so we are using 2.10.1.
Anyway, you can have
a look at gdkdraw.c (contains the actual function(gdk-drawable_set_colormap)
causing assertions) for any clue or go for higher version for the actual
fix.
Regards,
Siddharth
TATA Elxsi,
India
We believe this could be related to the color map
assertion. Could you give us guidance on how to fix this
issue?
Do you know what element is wrong in the
asertion?
----- Original Message ----- From: Kumar
Siddharth <kumarsiddharth tataelxsi.co.in> To: amit w-o-i.com
<amit w-o-i.com> Cc: David Dyrnaes; Kumar Siddharth
<kumarsiddharth tataelxsi.co.in>; directfb-dev directfb.org
<directfb-dev directfb.org>; amitrocks gmail.com
<amitrocks gmail.com> Sent: Thu Mar 29 08:27:03 2007 Subject: RE:
TestGtkEmbed on MIPS over DirectFB
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 [gmail.com">mailto:amitrocks gmail.com]
Sent: Wednesday, March 28, 2007 5:03
AM To: Kumar
Siddharth Cc:
david ddei.net 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
Replies to your queries
below.
On 3/27/07, Kumar Siddharth <kumarsiddharth tataelxsi.co.in >
wrote:
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 our Mozilla TestGtkEmbed over
DirectFB on ARM processor. It is rendering local pages quite well. May be the
problem lies somewhere else.
What is your target
OS..??
We
are using open embedded linux with kernel version
2.6.11-r000069-V1.08rc9
Are DirectFB examples running
fine..??
&n | |