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 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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-2024 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 unmaintained 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 service to start Xvnc.
  60. * vncpasswd - a program which allows you to change the VNC password used to
  61. access your VNC server sessions (assuming that VNC authentication
  62. is being used.) This command must be run to set a password before
  63. using VNC authentication with any of the servers or services.
  64. * vncconfig - a program which is used to configure and control a running
  65. instance of Xvnc.
  66. * x0vncserver - an inefficient VNC server which continuously polls any X
  67. display, allowing it to be controlled via VNC. It is intended
  68. mainly as a demonstration of a simple VNC server.
  69. It also contains the following systemd service:
  70. * vncserver@.service - a service to start a user session with Xvnc and one of
  71. the desktop environments available on the system.
  72. ACKNOWLEDGEMENTS
  73. ================
  74. This distribution contains public domain DES software by Richard Outerbridge.
  75. This is:
  76. Copyright (c) 1988,1989,1990,1991,1992 by Richard Outerbridge.
  77. (GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992.
  78. This distribution contains software from the X Window System. This is:
  79. Copyright 1987, 1988, 1998 The Open Group
  80. Permission to use, copy, modify, distribute, and sell this software and its
  81. documentation for any purpose is hereby granted without fee, provided that
  82. the above copyright notice appear in all copies and that both that
  83. copyright notice and this permission notice appear in supporting
  84. documentation.
  85. The above copyright notice and this permission notice shall be included in
  86. all copies or substantial portions of the Software.
  87. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  88. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  89. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  90. OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  91. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  92. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  93. Except as contained in this notice, the name of The Open Group shall not be
  94. used in advertising or otherwise to promote the sale, use or other dealings
  95. in this Software without prior written authorization from The Open Group.
  96. Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
  97. All Rights Reserved
  98. Permission to use, copy, modify, and distribute this software and its
  99. documentation for any purpose and without fee is hereby granted,
  100. provided that the above copyright notice appear in all copies and that
  101. both that copyright notice and this permission notice appear in
  102. supporting documentation, and that the name of Digital not be
  103. used in advertising or publicity pertaining to distribution of the
  104. software without specific, written prior permission.
  105. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  106. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  107. DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  108. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  109. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  110. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  111. SOFTWARE.