LibVNCServer 0.9.7 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News LibVNCServer 0.9.7 (Default branch)
# 1  
Old 01-31-2009
LibVNCServer 0.9.7 (Default branch)

LibVNCServer is a library that makes it easy tomake a VNC server. All you do is provide a frame buffer and some I/O functions, and call a function each time theframe buffer changes. It supports all encodingsknown, including tight, zlib, ZRLE, and cursorencodings. It also includes the HTTP server from Xvnc, so you can start a java viewer by surfing to http://my.vnc.server:5801 or similar. It includes a beta version of LibVNCClient, which makes it easy to make a VNC client. Also included is LinuxVNC, which is to the Linux console as WinVNC is to the Windows desktop.License: GNU General Public License (GPL)Changes:
Support for ZYWRLE encoding, a wavelet based enhancement to the ZRLE encoding, support for CMake, and bugfixes and configure improvements.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
VNCSERVER(1)						      General Commands Manual						      VNCSERVER(1)

NAME
vncserver - start a VNC server application SYNOPSIS
vncserver [:number] [-geometry widthxheight] [-depth depth] [-pixelformat rgbNNNbgrNNN] [-name desktop-name] [Xvnc-options...] vncserver -kill :number DESCRIPTION
Start (or stop) a VNC session. This is a VNC (Virtual Network Computing) server. With vncserver you can start a computing desktop envi- ronment that you wish to be able to use from a different machine. OPTIONS
:number The display number to use. If omitted, the next free display number is used. -geometry widthxheight The session is to be of the specified size. -depth depth The colour depth of the visual to provide (bits per pixel). -pixelformat rgbNNNbgrNNN The colour representation bit allocations to use. -name desktop-name The name to give the desktop. -kill :number Stop the session running on display number. SEE ALSO
vncviewer(1), Xvnc(1), vncpasswd(1), vncconnect(1) AUTHOR
AT&T Laboratories Cambridge Man page by Tim Waugh <twaugh@redhat.com> 6 Nov 2000 VNCSERVER(1)