Top "Directfb" questions

stands for Direct Frame Buffer.

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 …

graphics gtk x11 directfb
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 …

c++ linux user-interface framebuffer directfb
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: …

gtk cairo directfb
Openwrt : How to add a specific library dependency in new package

I am trying to add a package for directfb tutorials. I followed the instructions in http://wiki.openwrt.org/doc/…

makefile package openwrt directfb
How to execute this DirectFB sample?

I got the following directFB example code form the tutorials: #include <stdio.h> #include <unistd.h> #…

c++ g++ directfb
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 …

framebuffer directfb
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 …

android frameworks view window directfb