Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

    Unsolved QT 5.5.1 running VNC without X

    Mobile and Embedded
    vnc
    4
    6
    3876
    Loading More Posts
    • 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.
    • Borkhuis
      Borkhuis last edited by

      Hello,

      I am running QT5.5.1 on an embedded system without X, using EGLFS. But I would like to remotely monitor the device using VNC (or other protocol). In older versions of QT it was possible to include a VNC server (using -qt-gfx-vnc), but I cannot find anything comparable in the current version.
      Is VNC still supported, or is there any other remote desktop protocol/application available that can do this?

      My platform is a Freescale iMX6 with Vivante GPU running Debian Jessie. Due to the fact that Freescale does not provide a Vivante driver for the X-server version in Debian Jessie I cannot use the X-server and have to use EGLFS.

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        AFAIK there's currently no VNC plugin for Qt 5

        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 Reply Quote 0
        • Borkhuis
          Borkhuis last edited by

          Thanks for the answer. I was already afraid of that.

          I looked around for another solution for this, and something that is available for Linux is https://github.com/ponty/framebuffer-vncserver, which captures the framebuffer directly. It works, but gives a very high load on your system.

          1 Reply Last reply Reply Quote 0
          • Zoyhar
            Zoyhar last edited by

            Hi,

            I'm in a similar situation: need to display and manage remotely a QT5 application on an i.mx25 without X and even without EGLFS (no GPU chip so we stay on the linuxFB).

            I tried the framebuffer-vncserver and the load is high but ok (30% cpu used) but the issue is that there is no input management with that server.

            I found this project but it seems to use X as well.

            If you find anything useful, can you please update this post, I will do the same on my side.

            1 Reply Last reply Reply Quote 0
            • Barrett Stetson
              Barrett Stetson last edited by

              We are also in the same boat. We have an embedded linux device that runs Qt that we used to be able to use VNC to connect to the display remotely. Is there a technical reason this feature wasn't carried over?

              1 Reply Last reply Reply Quote 0
              • SGaist
                SGaist Lifetime Qt Champion last edited by

                Hi and welcome to devnet,

                For the reasoning behind that, you should rather as 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

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post