Hi,
I just compile QT/Embedded-3.3.4 with VNC support and configured my dev board as the server.
Then, I started my application as:-
application -display VNC:0 -qws &
I also started a vncviewer from a remote PC as:-
vncviewer -noauto -truecolor -depths 16 167.116.151.202:0
However, I will require to access the dev board through my dev board itself as well, therefore, I started an application on the dev board as:-
application -display LinuxFb:/dev/fb0 -qws &
The thing is that I notice that my mouse events from the server starts to affect those of my vncviewer.
How could this happen?
Anyone has any idea... ??