How to develop a DirectFB app without leaving X.11 environment.
Posted
by Edu Felipe
on Stack Overflow
See other posts from Stack Overflow
or by Edu Felipe
Published on 2009-02-06T20:03:54Z
Indexed on
2010/04/26
3:33 UTC
Read the original article
Hit count: 365
Hi folks,
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 is not that powerful, I would really like to try to develop on my own Ubuntu desktop. The problem is Framebuffer is conflicting with X.org causing me to leave the whole desktop, and shutdown X.org just to see the result of my changes.
Is there a good framebuffer simulator that suits my needs? Qt has one, called QVFb, but it only works for developing Qt apps, and the VNC back-end of DirectFB always crash.
So, any ideas?
© Stack Overflow or respective owner