quentinsf / vnc2dl
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (4)
- Graphs
-
Branch:
master
vnc2dl /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat May 23 02:57:00 -0700 2009 | |
| |
Imakefile | ||
| |
LICENCE.TXT | Sun Jun 11 05:00:51 -0700 2000 | |
| |
README | ||
| |
include/ | ||
| |
libvncauth/ | Sat Mar 01 08:48:13 -0800 2003 | |
| |
vnc2dl/ | ||
| |
vncpasswd/ | Mon Aug 14 23:10:26 -0700 2006 |
README
VNC2DL
VNC output to DisplayLink devices.
Quentin Stafford-Fraser, Camvine
======================================================================
This distribution is based on TightVNC, which is in turn based on the
standard VNC source released by RealVNC Ltd and AT&T Labs Cambridge.
Copyright (C) 1999 AT&T Laboratories Cambridge.
Copyright (C) 2000 Tridia Corp.
Copyright (C) 2002-2003 RealVNC Ltd.
Copyright (C) 2001-2004 HorizonLive.com, Inc.
Copyright (C) 2000-2006 Constantin Kaplinsky
Copyright (C) 2000-2009 TightVNC Group
Copyright (C) 2009 Quentin Stafford-Fraser, Camvine
All rights reserved.
This software is distributed under the GNU General Public Licence as published
by the Free Software Foundation. See the file LICENCE.TXT for the conditions
under which this software is made available. VNC also contains code from other
sources. See the Acknowledgements section below, and the individual files for
details of the conditions under which they are made available.
There are two programs here:
vnc2dl - this is a VNC viewer which outputs to a DisplayLink device
instead of to the desktop.
vncpasswd - this program allows you to change the password used to
access your X VNC desktops. It creates a password file which
vnc2dl might one day be able to use!
First you must have X installed because vnc2dl still uses some of the X build utilities.
Also, the TightVNC components require JPEG and zlib libraries installed in the system
(e.g. under /usr/local)
You'll need the DisplayLink libdlo library installed, and this also requires a recent libusb.
To build everything, do:
% xmkmf
% make World
This should build the vncauth library which is used by each of the programs,
then vnc2dl and vncpasswd.
ACKNOWLEDGEMENTS
================
As well as the VNC code from AT&T Labs Cambridge, RealVNC and TightVC, and the
libdlo library from DisplayLink, this distribution contains public domain DES software
by Richard Outerbridge.
Copyright (c) 1988,1989,1990,1991,1992 by Richard Outerbridge.
(GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992.
Quentin Stafford-Fraser
May 2009

