PDA

View Full Version : Embedded VNC input control



CBQt
9th November 2009, 22:16
Is there a way to use the QWS VNC support while also allowing the keypad connected to the target to control the target? Currently, if I use a VNC connection, the only control that I have comes from the inputs over the VNC. I'm using the following to start my application:


./application -qws -display "Multi: VNC:0 linuxfb:0"

I get the display on both the target and the VNC perfectly, but can only control the application through the VNC connection. I've also tried with:


./application -qws -display VNC:linuxfb

But that segmentation faulted.

Is there another option that I need in order to allow input from either the keypad or the VNC connection?

arashadsaifi
2nd December 2009, 11:07
Please try this

./application -qws -display VNC:0


I hope it will work