Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt embedded && vnc question
Forum Updated to NodeBB v4.3 + New Features

Qt embedded && vnc question

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 2 Posters 6.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    luca
    wrote on last edited by
    #1

    Hi all,

    I'm developing an embedded application for the BeagleBoard. I need to have a remote vnc access to the application so I start it with:

    @
    ./app -qws -display VNC:0
    @

    but this disable the local application's display (I can't see the app on the monitor attached to the beagleboard).

    Is there a way to have both output (local and remote) ?

    Thanks

    1 Reply Last reply
    0
    • L Offline
      L Offline
      luca
      wrote on last edited by
      #2

      It should be useful for me to know if it's normal to have not both display output... or if it a problem of my qt installation.

      1 Reply Last reply
      0
      • B Offline
        B Offline
        baerbel
        wrote on last edited by
        #3

        Try setting the environmet Var to
        @export QWS_DISPLAY="VNC:LinuxFb"@
        or start yout app
        @./app -qws -display VNC:LinuxFb@

        1 Reply Last reply
        0
        • L Offline
          L Offline
          luca
          wrote on last edited by
          #4

          [quote author="baerbel" date="1297954044"]Try setting the environmet Var to
          @export QWS_DISPLAY="VNC:LinuxFb"@
          or start yout app
          @./app -qws -display VNC:LinuxFb@

          [/quote]

          Thanks, tomorrow I'll try.

          1 Reply Last reply
          0
          • L Offline
            L Offline
            luca
            wrote on last edited by
            #5

            YES!
            Thanks, it works!

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved