[Qt-interest] QT embedded linux framebuffer

Srdjan Todorovic todorovic.s at googlemail.com
Wed Jun 3 11:56:29 CEST 2009


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



More information about the Qt-interest-old mailing list