quentinsf / vnc2dl

A VNC viewer that outputs to DisplayLink devices

This URL has Read+Write access

vnc2dl /
name age message
file .gitignore Sat May 23 02:57:00 -0700 2009 Tidying up and removing the server side [quentinsf]
file Imakefile Loading commit data...
file LICENCE.TXT Sun Jun 11 05:00:51 -0700 2000 Initial revision git-svn-id: https://vnc-tigh... [const]
file README
directory include/
directory libvncauth/ Sat Mar 01 08:48:13 -0800 2003 Implemented new vncpasswd -f command-line optio... [const_k]
directory vnc2dl/
directory vncpasswd/ Mon Aug 14 23:10:26 -0700 2006 Updated e-mails and dates in man pages, typos f... [const_k]
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