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.

vncconfig.man 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. .TH vncconfig 1 "" "TigerVNC" "Virtual Network Computing"
  2. .SH NAME
  3. vncconfig \- configure and control a VNC server
  4. .SH SYNOPSIS
  5. .B vncconfig
  6. .RI [ parameters ]
  7. .br
  8. .B vncconfig
  9. .RI [ parameters ]
  10. .B \-connect
  11. .IR host [: port ]
  12. .br
  13. .B vncconfig
  14. .RI [ parameters ]
  15. .B \-disconnect
  16. .br
  17. .B vncconfig
  18. .RI [ parameters ]
  19. .RB [ -set ]
  20. .IR Xvnc-param = value " ..."
  21. .br
  22. .B vncconfig
  23. .RI [ parameters ]
  24. .B \-list
  25. .br
  26. .B vncconfig
  27. .RI [ parameters ]
  28. \fB\-get\fP \fIXvnc-param\fP
  29. .br
  30. .B vncconfig
  31. .RI [ parameters ]
  32. \fB\-desc\fP \fIXvnc-param\fP
  33. .SH DESCRIPTION
  34. .B vncconfig
  35. is used to configure and control a running instance of Xvnc, or any other X
  36. server with the VNC extension. Note that it cannot be used to control VNC
  37. servers prior to version 4.
  38. When run with no options, it runs as a kind of "helper" application for Xvnc.
  39. Its main purpose when run in this mode is to query the user how new
  40. connections should be handled (provided this feature is enabled). The
  41. \fB-nowin\fP flag can be used if you always want the query support but don't
  42. wish to clutter the desktop with the settings window - alternatively the
  43. \fB-iconic\fP option can be used to make it iconified by default.
  44. When run in any other mode, \fBvncconfig\fP is a one-shot program used to
  45. configure or control Xvnc as appropriate. It can be used to tell Xvnc to
  46. connect or disconnect from listening viewers, and to set and retrieve Xvnc's
  47. parameters.
  48. Note that the DISPLAY environment variable or the \fB\-display\fP option
  49. must be set as appropriate to control Xvnc. If you run it on an ordinary X
  50. server (or on a version 3 Xvnc) you will get an error message saying that there
  51. is no VNC extension.
  52. .SH OPTIONS
  53. .TP
  54. .B \-connect \fIhost\fP[:\fIport\fP]
  55. Tells an Xvnc server to make a "reverse" connection to a listening VNC viewer
  56. (normally connections are made the other way round - the viewer connects to the
  57. server). \fIhost\fP is the host where the listening viewer is running. If it's
  58. not listening on the default port of 5500, you can specify \fIhost:port\fP
  59. instead.
  60. .
  61. .TP
  62. .B \-disconnect
  63. This causes Xvnc to disconnect from all viewers so that the VNC desktop is not
  64. displayed anywhere.
  65. .
  66. .TP
  67. [\fB-set\fP] \fIXvnc-param\fP=\fIvalue\fP
  68. Sets an Xvnc parameter to the given value. Note that some of Xvnc's parameters
  69. are read only once at startup so that changing them in this way may not have
  70. any effect.
  71. .
  72. .TP
  73. .B \-list
  74. Lists all the parameters supported by Xvnc.
  75. .
  76. .TP
  77. .B \-get \fIXvnc-param\fP
  78. Prints the current value of the given Xvnc parameter.
  79. .
  80. .TP
  81. .B \-desc \fIXvnc-param\fP
  82. Prints a short description of the given Xvnc parameter.
  83. .SH PARAMETERS
  84. .B vncconfig
  85. also has parameters of its own which can be set on the command line. These
  86. should not be confused with Xvnc's parameters which are manipulated with the
  87. \fB-set\fP, \fB-get\fP, \fB-list\fP and \fB-desc\fP options.
  88. Parameters can be turned on with -\fIparam\fP or off with -\fIparam\fP=0.
  89. Parameters which take a value can be specified as -\fIparam\fP \fIvalue\fP.
  90. Other valid forms are \fIparam\fP\fB=\fP\fIvalue\fP -\fIparam\fP=\fIvalue\fP
  91. --\fIparam\fP=\fIvalue\fP. Parameter names are case-insensitive.
  92. .TP
  93. .B \-display \fIXdisplay\fP
  94. Specifies the Xvnc server to control.
  95. .
  96. .TP
  97. .B \-nowin
  98. When run as a "helper" app, don't put up a window.
  99. .
  100. .TP
  101. .B \-iconic
  102. When run as a "helper" app, make the window iconified at startup.
  103. .SH SEE ALSO
  104. .BR vncpasswd (1),
  105. .BR vncviewer (1),
  106. .BR vncserver (1),
  107. .BR Xvnc (1)
  108. .br
  109. https://www.tigervnc.org
  110. .SH AUTHOR
  111. Tristan Richardson, RealVNC Ltd. and others.
  112. VNC was originally developed by the RealVNC team while at Olivetti
  113. Research Ltd / AT&T Laboratories Cambridge. TightVNC additions were
  114. implemented by Constantin Kaplinsky. Many other people have since
  115. participated in development, testing and support. This manual is part
  116. of the TigerVNC software suite.