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. [SOLVED] Connection to QVNC server
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Connection to QVNC server

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 1 Posters 1.9k 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.
  • S Offline
    S Offline
    Solree
    wrote on last edited by
    #1

    Hi,

    I'm trying to connect to QVNC server that running on my device (BeagleBone Black).
    Starting app command:
    ./analogclock -qws -display VNC:0
    It will show QVNCServer created on port 5900 and nothing else.
    Starting vncviewer command:
    vncviewer 192.168.7.2:5900
    It will connect and didn't show anything. Even didn't show vncviewer window.

    Why it's happens? If I will start x11vnc and connect to it everyting will be ok. How to connect to QVNC? Maybe there is something missing?

    I have build Qt via cross-compiler with this config command:
    ./configure -embedded arm-gnueabi -qt-gfx-vnc -opensource -no-xinerama -no-xkb -no-opengl -release -no-qt3support -big-endian -webkit
    Then I have copy Core/GUI/Network libs, all fonts folder and analogclock example to device. Maybe I should copy something else too?

    Device with Angstrom linux (preinstalled by BBB). It have x11 server with Gnom. I'm thying to make Qt X11 free. I can't install it from repo because it require too many space.

    Thanks.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Solree
      wrote on last edited by
      #2

      Found the way to make it works. Have rebuild Qt with this configure:

      ./configure -opensource -confirm-license -no-qt3support -qt-zlib -no-libtiff -qt-libpng -no-libmng -qt-libjpeg -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -little-endian -qt-freetype -no-opengl -qt-gfx-vnc -qt-gfx-linuxfb -depths 8,16,18,32 -qt-kbd-tty -qt-kbd-linuxinput -qt-mouse-linuxinput

      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