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
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
101 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 ...