Tagged Questions

5
votes
6answers
4k views

How to develop a DirectFB app without leaving X.11 environment

I'm trying to develop a GUI application for an embedded platform, without any windowing whatsoever and I'm doing that with DirectFB, and it suits my needs very fine. Since the embedded I develop for ...
2
votes
1answer
174 views

Can I build FireBreath NPAPI Plugin for DirectFB?

Is it possible to build NPAPI plugin using FireBreath for webkit browser running on directFB, embedded linux? I am asking because I found that while building a my test plugin on ubuntu, It is using ...
2
votes
2answers
383 views

LinuxFB + DirectFB at same time?

I have an embedded plarform which has 2 graphic layers (/dev/fb0 and /dev/fb1). I want to use 2 separate processes: One using /dev/fb0 directly (raw mode, no video libs). The other using /dev/fb1 ...
0
votes
1answer
220 views

DirectFB windows with opacity 255 is not showing the backaground

I'm trying to use DirectFB, and I'm having trouble with the defaultOpacity: If it's 255, it will not show the window's background (they become transparent). If it's 254, it start "flickering" when ...
0
votes
1answer
173 views

compilation error in webkit-gtk

I am getting following error while compiling webkit-gtk for directfb, any guess how to resolve it? make[1]: Entering directory ...
0
votes
1answer
217 views

Which windowing system for embedded Linux supports Hardware Overlay?

Which windowing system for embedded linux supports hardware overlay? Is it possible to add hardware overlay support in Qt for embedded Linux?