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. Qt5.9 VNC Support

Qt5.9 VNC Support

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
qt5.9qt5.8vncembedded linux
6 Posts 4 Posters 8.4k Views
  • 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.
  • D Offline
    D Offline
    deleted184
    wrote on 20 Jun 2017, 08:23 last edited by
    #1

    Hi guys!

    According to the changelog of Qt5.8, vnc is back. I'm currently on Qt5.9 and i was able to launch my application with vnc enable like this:

    ./myQt59app -platform vnc:size=272x480
    

    Via my VNC client everything works very well, however i have nothing displayed on the screen of my board :( . Do you have any idea on how to launch a qt5.9 application on a board and have a remote access via VNC ?

    M 1 Reply Last reply 23 Jun 2021, 06:39
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 21 Jun 2017, 08:05 last edited by SGaist
      #2

      Hi,

      I'm not sure whether it's possible to have several backends running at the same time. Anyway, you should rather ask that on the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      D 1 Reply Last reply 21 Jun 2017, 09:03
      0
      • S SGaist
        21 Jun 2017, 08:05

        Hi,

        I'm not sure whether it's possible to have several backends running at the same time. Anyway, you should rather ask that on the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.

        D Offline
        D Offline
        deleted184
        wrote on 21 Jun 2017, 09:03 last edited by
        #3

        Hi @SGaist ,

        Thanks again for the input. I wasn't sure if it was possible. I will ask anyway to be 100% sure.
        If it's not possible, i will stick with my old approach which is to use a separate vncserver (x11vnc).

        Thanks.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 21 Jun 2017, 21:17 last edited by
          #4

          Good ! Then please report back here the result of the conversation or a link to it

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • T Offline
            T Offline
            titan83
            wrote on 18 Oct 2017, 13:55 last edited by
            #5

            You can vote here: https://bugreports.qt.io/browse/QTBUG-58964
            I hope that Qt developers solve this issue.

            1 Reply Last reply
            0
            • D deleted184
              20 Jun 2017, 08:23

              Hi guys!

              According to the changelog of Qt5.8, vnc is back. I'm currently on Qt5.9 and i was able to launch my application with vnc enable like this:

              ./myQt59app -platform vnc:size=272x480
              

              Via my VNC client everything works very well, however i have nothing displayed on the screen of my board :( . Do you have any idea on how to launch a qt5.9 application on a board and have a remote access via VNC ?

              M Offline
              M Offline
              matties
              wrote on 23 Jun 2021, 06:39 last edited by matties
              #6

              @deleted184 said in Qt5.9 VNC Support:

              Hi guys!

              According to the changelog of Qt5.8, vnc is back. I'm currently on Qt5.9 and i was able to launch my application with vnc enable like this:

              ./myQt59app -platform vnc:size=272x480
              

              Via my VNC client everything works very well, however i have nothing displayed on the screen of my board :( . Do you have any idea on how to launch a qt5.9 application on a board and have a remote access via VNC ?

              I am using qt5.9 and i am able to start my qt application with vnc backend.However, when seeing from vncviewer or bnvc on android, i can only see a small part of my applicaiton( 1024x600 for my applicaiton , but on vnc client i can only see 1/4 part of the whole display).
              The following is my procedure:
              on my embedded linux server, run ./myQt59app -platform vnc:size=1024x600 in terminnal; on andriod ,using vnc viewer or bVNC to listen to ip address and port of my linux device. But both app can only see nearly 1/4 of the whole display.

              What is your procedure?Thanks!

              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