You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.rst 7.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. About TigerVNC
  2. ==============
  3. Virtual Network Computing (VNC) is a remote display system which allows you to
  4. view and interact with a virtual desktop environment that is running on another
  5. computer on the network. Using VNC, you can run graphical applications on a
  6. remote machine and send only the display from these applications to your local
  7. machine. VNC is platform-independent and supports a wide variety of operating
  8. systems and architectures as both servers and clients.
  9. TigerVNC is a high-speed version of VNC based on the RealVNC 4 and X.org code
  10. bases. TigerVNC started as a next-generation development effort for TightVNC
  11. on Unix and Linux platforms, but it split from its parent project in early 2009
  12. so that TightVNC could focus on Windows platforms. TigerVNC supports a variant
  13. of Tight encoding that is greatly accelerated by the use of the libjpeg-turbo
  14. JPEG codec.
  15. Legal
  16. =====
  17. Incomplete and generally out of date copyright list::
  18. Copyright (C) 1999 AT&T Laboratories Cambridge
  19. Copyright (C) 2002-2005 RealVNC Ltd.
  20. Copyright (C) 2000-2006 TightVNC Group
  21. Copyright (C) 2005-2006 Martin Koegler
  22. Copyright (C) 2005-2006 Sun Microsystems, Inc.
  23. Copyright (C) 2006 OCCAM Financial Technology
  24. Copyright (C) 2000-2008 Constantin Kaplinsky
  25. Copyright (C) 2004-2017 Peter Astrand for Cendio AB
  26. Copyright (C) 2010 Antoine Martin
  27. Copyright (C) 2010 m-privacy GmbH
  28. Copyright (C) 2009-2011 D. R. Commander
  29. Copyright (C) 2009-2011 Pierre Ossman for Cendio AB
  30. Copyright (C) 2004, 2009-2011 Red Hat, Inc.
  31. Copyright (C) 2009-2020 TigerVNC Team
  32. All Rights Reserved.
  33. This software is distributed under the GNU General Public Licence as published
  34. by the Free Software Foundation. See the file LICENCE.TXT for the conditions
  35. under which this software is made available. TigerVNC also contains code from
  36. other sources. See the Acknowledgements section below, and the individual
  37. source files, for details of the conditions under which they are made
  38. available.
  39. All Platforms
  40. =============
  41. All versions of TigerVNC contain the following programs:
  42. * vncviewer - the cross-platform TigerVNC Viewer, written using FLTK.
  43. vncviewer connects to a VNC server and allows you to interact
  44. with the remote desktop being displayed by the VNC server. The
  45. VNC server can be running on a Windows or a Unix/Linux machine.
  46. Windows-Specific
  47. ================
  48. The Windows version of TigerVNC contains the following programs:
  49. * winvnc - the TigerVNC Server for Windows. winvnc allows a Windows desktop to
  50. be accessed remotely using a VNC viewer.
  51. WARNING: winvnc is currently unmaintainted and and may not function correctly.
  52. winvnc may not work if the Fast User Switching or Remote Desktop features are
  53. in use.
  54. Unix/Linux-Specific (not Mac)
  55. =============================
  56. The Unix/Linux version of TigerVNC contains the following programs:
  57. * Xvnc - the TigerVNC Server for Unix. Xvnc is both a VNC server and an X
  58. server with a "virtual" framebuffer. You should normally use the
  59. vncserver script to start Xvnc.
  60. * vncserver - a wrapper script which makes starting Xvnc more convenient.
  61. vncserver requires Perl.
  62. * vncpasswd - a program which allows you to change the VNC password used to
  63. access your VNC server sessions (assuming that VNC authentication
  64. is being used.) The vncserver script will automatically launch
  65. this program if it detects that VNC authentication is in use and
  66. a VNC password has not yet been configured.
  67. * vncconfig - a program which is used to configure and control a running
  68. instance of Xvnc.
  69. * x0vncserver - an inefficient VNC server which continuously polls any X
  70. display, allowing it to be controlled via VNC. It is intended
  71. mainly as a demonstration of a simple VNC server.
  72. ACKNOWLEDGEMENTS
  73. ================
  74. This distribution contains zlib compression software. This is:
  75. Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
  76. This software is provided 'as-is', without any express or implied
  77. warranty. In no event will the authors be held liable for any damages
  78. arising from the use of this software.
  79. Permission is granted to anyone to use this software for any purpose,
  80. including commercial applications, and to alter it and redistribute it
  81. freely, subject to the following restrictions:
  82. 1. The origin of this software must not be misrepresented; you must not
  83. claim that you wrote the original software. If you use this software
  84. in a product, an acknowledgment in the product documentation would be
  85. appreciated but is not required.
  86. 2. Altered source versions must be plainly marked as such, and must not be
  87. misrepresented as being the original software.
  88. 3. This notice may not be removed or altered from any source distribution.
  89. Jean-loup Gailly Mark Adler
  90. jloup@gzip.org madler@alumni.caltech.edu
  91. The data format used by the zlib library is described by RFCs (Request for
  92. Comments) 1950 to 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt
  93. (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
  94. This distribution contains public domain DES software by Richard Outerbridge.
  95. This is:
  96. Copyright (c) 1988,1989,1990,1991,1992 by Richard Outerbridge.
  97. (GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992.
  98. This distribution contains software from the X Window System. This is:
  99. Copyright 1987, 1988, 1998 The Open Group
  100. Permission to use, copy, modify, distribute, and sell this software and its
  101. documentation for any purpose is hereby granted without fee, provided that
  102. the above copyright notice appear in all copies and that both that
  103. copyright notice and this permission notice appear in supporting
  104. documentation.
  105. The above copyright notice and this permission notice shall be included in
  106. all copies or substantial portions of the Software.
  107. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  108. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  109. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  110. OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  111. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  112. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  113. Except as contained in this notice, the name of The Open Group shall not be
  114. used in advertising or otherwise to promote the sale, use or other dealings
  115. in this Software without prior written authorization from The Open Group.
  116. Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
  117. All Rights Reserved
  118. Permission to use, copy, modify, and distribute this software and its
  119. documentation for any purpose and without fee is hereby granted,
  120. provided that the above copyright notice appear in all copies and that
  121. both that copyright notice and this permission notice appear in
  122. supporting documentation, and that the name of Digital not be
  123. used in advertising or publicity pertaining to distribution of the
  124. software without specific, written prior permission.
  125. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  126. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  127. DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  128. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  129. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  130. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  131. SOFTWARE.