VNC Development Library

Edit Package LibVNCServer

VNC is a set of programs using the RFB (Remote Frame Buffer) protocol.
They are designed to "export" a frame buffer via the network. It is
already in wide use for administration, but it is not that easy to
program a server yourself. This has been changed by LibVNCServer.

X.org already has a virtual Xvnc server which you can start as an own
screen (e.g. :1) and connect to with a VNC client (e.g. vncviewer from
tightvnc). The x11vnc binary (that allows you to export the window of a
real running X11 server) has been split off into its own package on
2007-07-16.

Refresh
Refresh
Source Files
Filename Size Changed
LibVNCServer-0.9.9-no_x11vnc.patch 0000001233 1.2 KB
LibVNCServer-0.9.9.tar.bz2 0001463720 1.4 MB
LibVNCServer.changes 0000007637 7.46 KB
LibVNCServer.spec 0000004436 4.33 KB
baselibs.conf 0000000013 13 Bytes
libvncserver-0.9.1-multilib.patch 0000000789 789 Bytes
redef-keysym.patch 0000006715 6.56 KB
Revision 25 (latest revision is 47)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 139253 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 25)
- delete not used LibVNCServer-0.9.9-system_minilzo.patch
- document patches
- rename redef-keysym to redef-keysym.patch

- Update to 0.9.9 version:
 - Overall changes:
     * Added noVNC HTML5 VNC viewer (http://kanaka.github.com/noVNC/) connect possibility
       to our http server. Pure JavaScript, no Java plugin required anymore! (But a
       recent browser...)
     * Added a GTK+ VNC viewer example.
   - LibVNCServer/LibVNCClient:
     * Added support to build for Google Android.
     * Complete IPv6 support in both LibVNCServer and LibVNCClient.
   - LibVNCServer:
     * Split two event-loop related functions out of the rfbProcessEvents() mechanism.
       This is required to be able to do proper event loop integration with Qt. Idea was
       taken from Vino's libvncserver fork.
     * Added TightPNG (http://wiki.qemu.org/VNC_Tight_PNG) encoding support. Like the
       original Tight encoding, this still uses JPEG, but ZLIB encoded rects are encoded
       with PNG here.
     * Added suport for serving VNC sessions through WebSockets
       (http://en.wikipedia.org/wiki/WebSocket), a web technology providing for multiplexing
       bi-directional, full-duplex communications channels over a single TCP connection.
     * Support connections from the Mac OS X built-in VNC client to LibVNCServer
       instances running with no password.
     * Replaced the Tight encoder with a TurboVNC one which is tremendously faster in most
       cases, especially with high-color video or 3D workloads.
       (http://www.virtualgl.org/pmwiki/uploads/About/tighttoturbo.pdf)
   - LibVNCClient:
     * Added support to only listen for reverse connections on a specific IP address.
Comments 0
openSUSE Build Service is sponsored by