This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

VNC + Qt + Beaglebone

Hi all,

we would like to use VNC connection over the network with a beaglebone board.

We are using sitara skd 5.05.01, and we have an application compiled with qt-embedded so no X server running. We have an lcd display connected so that we can face the graphical part of the execution.

As far as we have understood from this link ( http://harmattan-dev.nokia.com/docs/library/html/qt4/qt-embedded-vnc.html ) it seems to be possible to execute the qt-embbeded application and see the graphical output through VNC viewer on a remote host.

If we try to execute the application as mentioned in the link we get this error:

#./Tdl2_ui -qws -display VNC:0
VNC: driver not found
Aborted

So far it seems to us that Qt were not compiled with the right configure to enable VNC: -qt-gfx-vnc

if so it's possible to recompile the Qt library with this option?What's the configure command that we need to give?Are we missing Somenting?

Many thanks in advance for any contribution, Francesco.