Results 1 to 2 of 2

Thread: Embedded VNC input control

  1. #1
    Join Date
    Aug 2009
    Posts
    2
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Embedded VNC input control

    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:

    Qt Code:
    1. ./application -qws -display "Multi: VNC:0 linuxfb:0"
    To copy to clipboard, switch view to plain text mode 

    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:

    Qt Code:
    1. ./application -qws -display VNC:linuxfb
    To copy to clipboard, switch view to plain text mode 

    But that segmentation faulted.

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

  2. #2
    Join Date
    Dec 2009
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Embedded VNC input control

    Please try this

    ./application -qws -display VNC:0


    I hope it will work

Similar Threads

  1. QtEmbedded TouchScreen Input Methods
    By QbelcorT in forum Newbie
    Replies: 0
    Last Post: 23rd November 2008, 07:43
  2. Replies: 0
    Last Post: 18th October 2008, 23:01
  3. remote control support on Qt4.4 & Qt embedded.
    By punit.doshi.85 in forum Qt Programming
    Replies: 1
    Last Post: 1st August 2008, 20:08
  4. Mouseless Control for Embedded Device.
    By s_a_white in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 18th April 2008, 19:57
  5. Replies: 6
    Last Post: 3rd February 2006, 09:48

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.