[Qt-interest] QT embedded linux framebuffer

Anil H dspinside at gmail.com
Wed Jun 3 14:07:02 CEST 2009


Hi Srdjan,

Thanks for the info.
I  created a symbolic link using
ln -s /dev/fb/0 /dev/fb0
and was to run the application without changing the source files

Thanks and regards
Anil
On Wed, Jun 3, 2009 at 3:26 PM, Srdjan Todorovic <todorovic.s at googlemail.com
> wrote:

> Hi,
>
> On 03/06/2009, Anil H <dspinside at gmail.com> wrote:
> > I changed the framebuffer path from "/dev/fb0"   to "dev/fb/0".
> > Then the examples worked fine.
> > Is there any runtime configurations parameters to change the framebuffer
> > device path instead of changing the source and rebuilding?
>
> You could configure udev (if your system is using it) to create the
> /dev/fb0 device node, or you could symlink /dev/fb/0 to /dev/fb0.
>
> I'm not sure if there's a Qt runtime option you could use - have you
> checked the API docs?
>
> Srdjan
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090603/8494a6ad/attachment.html 


More information about the Qt-interest-old mailing list