Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
4
votes
5answers
1k views

Why is DirectFB not more widely used in GNU/Linux? Are there crippling limitations to it that don't exist in X11?

As far as I understand, DirectFB offers hardware acceleration for many kinds of graphics cards. Additionally, it's smaller, faster, and uses up less memory than X11. Why then, is it not more ...
3
votes
2answers
229 views

Android GUI architecture - relation between Surface/view/window/canvas

========================= UPDATE: After several days googling and experiments, I have found the answers for most of those dumb questions. See the answers I submitted. ========= What is the ...
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
1answer
109 views

Converting two bit color to eight bit color

I've color values coming in six bits, with two bits each for red, green and blue. So black would be represented as binary 000000, red 110000, blue 000011, yellow 111100 and so on. I have to convert ...
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 ...
1
vote
0answers
55 views

Directfbgl with Qt-4.6.2

I am using Qt-4.6.2 cross-compiled for Linux/MIPS device with directfb-1.4.14. I am trying to create overlays on top of my QT application which plays some videos. Recently on directfb website in ...
1
vote
0answers
104 views

DirectFB data from memory buffer

I need a very fast way of displaying a data buffer to screen. I first tried accessing the linux framebuffer and that proved to be quite good. Then I learned about directFB and I liked the extra ...
1
vote
2answers
162 views

is it possible to make Qtcreator target as directfb instead of X11

my target to display output is directfb window. i need to develop an qt application. i found developing application in qtcreator is much easier but problem is output will be seen on X11 window. can ...
0
votes
3answers
213 views

Accessing multiple framebuffers in Qt embedded + directFB?

I am developing Qt application for a embedded linux/MIPS device. So far managed to execute my Qt application on the device. Now I need to create overlays on top of video. Hardware provides four ...
0
votes
1answer
227 views

SDL app using DirectFB error: No available video device

I'm hoping this is something simple. I am writing an app for an embedded linux platform from my Ubuntu linux desktop. The app itself works fine under X11. I can also get it to work using the fbcon ...
0
votes
1answer
153 views

from xserver to xdirectfb

Hi Is it possible to uninstall xserver and use xdirectfb with a tiny window manager - like awesome ? Do I need to compile from source every appllication I want to use with xdirectfb ? From these ...
0
votes
1answer
257 views

Emulate keyboard in linux

I need to emulate a key into a particular process running, i have no control about it's source code and Xserver isn't running, I believe the proc is using directfb to handle keyboard inputs.
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
2answers
2k views

Cairo “Could not find libpng in the pkg-config search path”

I'm trying to install GTK-DFB and cairo is a requirement. When I try to build it from source, it throws: checking for cairo's PNG functions feature... configure: WARNING: Could not find libpng in ...
0
votes
1answer
352 views

DirectFB bringup [closed]

Possible Duplicate: How to develop a DirectFB app without leaving X.11 environment I installed DirectFB 1.4.3 in my Fedora PC. When I try to run some bin application of DirectFB like ...
0
votes
1answer
141 views

DirectFB & Animated Gifs

How do I display animated gifs using DirectFB?
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?