Pierre Ossman | f256a1a | 2014-09-17 14:09:58 +0200 | [diff] [blame] | 1 | .TH vncviewer 1 "" "TigerVNC" "Virtual Network Computing" |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 2 | .SH NAME |
| 3 | vncviewer \- VNC viewer for X |
| 4 | .SH SYNOPSIS |
| 5 | .B vncviewer |
| 6 | .RI [ options ] |
| 7 | .RI [ host ][: display# ] |
| 8 | .br |
| 9 | .B vncviewer |
| 10 | .RI [ options ] |
| 11 | .RI [ host ][:: port ] |
| 12 | .br |
| 13 | .B vncviewer |
Pierre Ossman | 2b69d38 | 2018-09-28 15:31:14 +0200 | [diff] [blame] | 14 | .RI [ options ] |
| 15 | .RI [ unix\ socket ] |
| 16 | .br |
| 17 | .B vncviewer |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 18 | .RI [ options ] |
| 19 | .B \-listen |
| 20 | .RI [ port ] |
Mathias Jonsson | 50439d7 | 2018-04-22 19:10:30 +0200 | [diff] [blame] | 21 | .br |
| 22 | .B vncviewer |
| 23 | .RI [ options ] |
Pierre Ossman | 2b69d38 | 2018-09-28 15:31:14 +0200 | [diff] [blame] | 24 | .RI [ .tigervnc\ file ] |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 25 | .SH DESCRIPTION |
| 26 | .B vncviewer |
| 27 | is a viewer (client) for Virtual Network Computing. This manual page documents |
| 28 | version 4 for the X window system. |
| 29 | |
| 30 | If you run the viewer with no arguments it will prompt you for a VNC server to |
| 31 | connect to. Alternatively, specify the VNC server as an argument, e.g.: |
| 32 | |
| 33 | .RS |
| 34 | vncviewer snoopy:2 |
| 35 | .RE |
| 36 | |
| 37 | where 'snoopy' is the name of the machine, and '2' is the display number of the |
| 38 | VNC server on that machine. Either the machine name or display number can be |
| 39 | omitted. So for example ":1" means display number 1 on the same machine, and |
| 40 | "snoopy" means "snoopy:0" i.e. display 0 on machine "snoopy". |
| 41 | |
Mathias Jonsson | 50439d7 | 2018-04-22 19:10:30 +0200 | [diff] [blame] | 42 | As another quick way to start a connection to a VNC server, specify a .tigervnc |
| 43 | configuration file as an argument to the viewer, e.g.: |
| 44 | |
| 45 | .RS |
| 46 | vncviewer ./some.tigervnc |
| 47 | .RE |
| 48 | |
| 49 | where './some.tigervnc' is an existing and valid TigerVNC configuration file. |
| 50 | The file name needs to include a path separator. Additional options may be |
| 51 | given too, but the given configuration file will overwrite any conflicting |
| 52 | parameters. |
| 53 | |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 54 | If the VNC server is successfully contacted, you will be prompted for a |
| 55 | password to authenticate you. If the password is correct, a window will appear |
| 56 | showing the desktop of the VNC server. |
| 57 | |
| 58 | .SH AUTOMATIC PROTOCOL SELECTION |
| 59 | |
| 60 | The viewer tests the speed of the connection to the server and chooses the |
| 61 | encoding and pixel format (color level) appropriately. This makes it much |
| 62 | easier to use than previous versions where the user had to specify arcane |
| 63 | command line arguments. |
| 64 | |
| 65 | The viewer normally starts out assuming the link is slow, using the |
| 66 | encoding with the best compression. If it turns out that the link is |
| 67 | fast enough it switches to an encoding which compresses less but is |
| 68 | faster to generate, thus improving the interactive feel. |
| 69 | |
| 70 | The viewer normally starts in full-color mode, but switches to |
| 71 | low-color mode if the bandwidth is insufficient. However, this only |
| 72 | occurs when communicating with servers supporting protocol 3.8 or |
| 73 | newer, since many old servers does not support color mode changes |
| 74 | safely. |
| 75 | |
| 76 | Automatic selection can be turned off by setting the |
| 77 | \fBAutoSelect\fP parameter to false, or from the options dialog. |
| 78 | |
| 79 | .SH POPUP MENU |
| 80 | The viewer has a popup menu containing entries which perform various actions. |
| 81 | It is usually brought up by pressing F8, but this can be configured with the |
| 82 | MenuKey parameter. Actions which the popup menu can perform include: |
| 83 | .RS 2 |
| 84 | .IP * 2 |
| 85 | switching in and out of full-screen mode |
| 86 | .IP * |
| 87 | quitting the viewer |
| 88 | .IP * |
| 89 | generating key events, e.g. sending ctrl-alt-del |
| 90 | .IP * |
| 91 | accessing the options dialog and various other dialogs |
| 92 | .RE |
| 93 | .PP |
| 94 | By default, key presses in the popup menu get sent to the VNC server and |
| 95 | dismiss the popup. So to get an F8 through to the VNC server simply press it |
| 96 | twice. |
| 97 | |
| 98 | .SH FULL SCREEN MODE |
| 99 | A full-screen mode is supported. This is particularly useful when connecting |
| 100 | to a remote screen which is the same size as your local one. If the remote |
| 101 | screen is bigger, you can scroll by bumping the mouse against the edge of the |
| 102 | screen. |
| 103 | |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 104 | .SH OPTIONS (PARAMETERS) |
| 105 | You can get a list of parameters by giving \fB\-h\fP as a command-line option |
| 106 | to vncviewer. Parameters can be turned on with -\fIparam\fP or off with |
| 107 | -\fIparam\fP=0. Parameters which take a value can be specified as |
| 108 | -\fIparam\fP \fIvalue\fP. Other valid forms are \fIparam\fP\fB=\fP\fIvalue\fP |
| 109 | -\fIparam\fP=\fIvalue\fP --\fIparam\fP=\fIvalue\fP. Parameter names are |
| 110 | case-insensitive. |
| 111 | |
| 112 | Many of the parameters can also be set graphically via the options dialog box. |
| 113 | This can be accessed from the popup menu or from the "Connection details" |
| 114 | dialog box. |
| 115 | |
| 116 | .TP |
| 117 | .B \-display \fIXdisplay\fP |
| 118 | Specifies the X display on which the VNC viewer window should appear. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 119 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 120 | .TP |
| 121 | .B \-geometry \fIgeometry\fP |
Pierre Ossman | 26cd332 | 2019-03-26 10:29:29 +0100 | [diff] [blame] | 122 | Initial position of the main VNC viewer window. The format is |
| 123 | .B \fIwidth\fPx\fIheight\fP+\fIxoffset\fP+\fIyoffset\fP |
| 124 | , where `+' signs can be replaced with `\-' signs to specify offsets from the |
| 125 | right and/or from the bottom of the screen. Offsets are optional and the |
| 126 | window will be placed by the window manager by default. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 127 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 128 | .TP |
| 129 | .B \-listen \fI[port]\fP |
| 130 | Causes vncviewer to listen on the given port (default 5500) for reverse |
| 131 | connections from a VNC server. WinVNC supports reverse connections initiated |
| 132 | using the 'Add New Client' menu option or the '\-connect' command-line option. |
| 133 | Xvnc supports reverse connections with a helper program called |
| 134 | .B vncconfig. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 135 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 136 | .TP |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 137 | .B \-SecurityTypes \fIsec-types\fP |
| 138 | Specify which security schemes to attempt to use when authenticating with |
| 139 | the server. Valid values are a comma separated list of \fBNone\fP, |
| 140 | \fBVncAuth\fP, \fBPlain\fP, \fBTLSNone\fP, \fBTLSVnc\fP, \fBTLSPlain\fP, |
| 141 | \fBX509None\fP, \fBX509Vnc\fP and \fBX509Plain\fP. Default is to attempt |
| 142 | every supported scheme. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 143 | . |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 144 | .TP |
| 145 | .B \-passwd, \-PasswordFile \fIpassword-file\fP |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 146 | If you are on a filesystem which gives you access to the password file used by |
| 147 | the server, you can specify it here to avoid typing it in. It will usually be |
| 148 | "~/.vnc/passwd". |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 149 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 150 | .TP |
Pierre Ossman | 1ec4531 | 2014-09-17 16:55:25 +0200 | [diff] [blame] | 151 | .B \-X509CA \fIpath\fP |
| 152 | Path to CA certificate to use when authenticating remote servers using any |
| 153 | of the X509 security schemes (X509None, X509Vnc, etc.). Must be in PEM |
| 154 | format. Default is \fB$HOME/.vnc/x509_ca.pem\fP, if it exists. |
| 155 | . |
| 156 | .TP |
| 157 | .B \-X509CRL \fIpath\fP |
| 158 | Path to certificate revocation list to use in conjunction with |
| 159 | \fB-X509CA\fP. Must also be in PEM format. Default is |
| 160 | \fB$HOME/.vnc/x509_crl.pem\fP, if it exists. |
| 161 | . |
| 162 | .TP |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 163 | .B \-Shared |
| 164 | When you make a connection to a VNC server, all other existing connections are |
| 165 | normally closed. This option requests that they be left open, allowing you to |
| 166 | share the desktop with someone already using it. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 167 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 168 | .TP |
| 169 | .B \-ViewOnly |
| 170 | Specifies that no keyboard or mouse events should be sent to the server. |
| 171 | Useful if you want to view a desktop without interfering; often needs to be |
| 172 | combined with |
| 173 | .B \-Shared. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 174 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 175 | .TP |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 176 | .B \-AcceptClipboard |
| 177 | Accept clipboard changes from the server. Default is on. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 178 | . |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 179 | .TP |
Pierre Ossman | f862c2e | 2016-03-29 14:15:38 +0200 | [diff] [blame] | 180 | .B \-SetPrimary |
| 181 | Set the primary selection as well as the clipboard selection. |
| 182 | Default is on. |
| 183 | . |
| 184 | .TP |
Pierre Ossman | 0ff2655 | 2016-02-05 10:26:56 +0100 | [diff] [blame] | 185 | .B \-MaxCutText \fIbytes\fP |
| 186 | The maximum size of a clipboard update that will be accepted from a server. |
| 187 | Default is \fB262144\fP. |
| 188 | . |
| 189 | .TP |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 190 | .B \-SendClipboard |
| 191 | Send clipboard changes to the server. Default is on. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 192 | . |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 193 | .TP |
| 194 | .B \-SendPrimary |
Pierre Ossman | 57cadc1 | 2016-03-29 14:18:36 +0200 | [diff] [blame] | 195 | Send the primary selection to the server as well as the clipboard |
| 196 | selection. Default is on. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 197 | . |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 198 | .TP |
Peter Ã…strand | 49b1157 | 2012-08-01 08:09:09 +0000 | [diff] [blame] | 199 | .B \-Maximize |
| 200 | Maximize viewer window. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 201 | . |
Peter Ã…strand | 49b1157 | 2012-08-01 08:09:09 +0000 | [diff] [blame] | 202 | .TP |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 203 | .B \-FullScreen |
| 204 | Start in full-screen mode. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 205 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 206 | .TP |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 207 | .B \-FullScreenAllMonitors |
| 208 | Use all local monitors and not just the current one when switching to |
| 209 | full-screen mode. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 210 | . |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 211 | .TP |
| 212 | .B \-FullscreenSystemKeys |
| 213 | Pass special keys (like Alt+Tab) directly to the server when in full-screen |
| 214 | mode. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 215 | . |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 216 | .TP |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 217 | .B \-DesktopSize \fIwidth\fPx\fIheight\fP |
| 218 | Instead of keeping the existing remote screen size, the client will attempt to |
| 219 | switch to the specified since when connecting. If the server does not support |
| 220 | the SetDesktopSize message then the screen will retain the original size. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 221 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 222 | .TP |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 223 | .B \-RemoteResize |
| 224 | Dynamically resize the remote desktop size as the size of the local client |
| 225 | window changes. Note that this may not work with all VNC servers. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 226 | . |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 227 | .TP |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 228 | .B \-AutoSelect |
| 229 | Use automatic selection of encoding and pixel format (default is on). Normally |
| 230 | the viewer tests the speed of the connection to the server and chooses the |
| 231 | encoding and pixel format appropriately. Turn it off with \fB-AutoSelect=0\fP. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 232 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 233 | .TP |
| 234 | .B \-FullColor, \-FullColour |
| 235 | Tells the VNC server to send full-color pixels in the best format for this |
| 236 | display. This is default. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 237 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 238 | .TP |
| 239 | .B \-LowColorLevel, \-LowColourLevel \fIlevel\fP |
| 240 | Selects the reduced color level to use on slow links. \fIlevel\fP can range |
| 241 | from 0 to 2, 0 meaning 8 colors, 1 meaning 64 colors (the default), 2 meaning |
| 242 | 256 colors. Note that decision if reduced color level is used is made by |
| 243 | vncviewer. If you would like to force vncviewer to use reduced color level |
| 244 | use \fB-AutoSelect=0\fP parameter. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 245 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 246 | .TP |
| 247 | .B \-PreferredEncoding \fIencoding\fP |
| 248 | This option specifies the preferred encoding to use from one of "Tight", "ZRLE", |
| 249 | "hextile" or "raw". |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 250 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 251 | .TP |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 252 | .B \-NoJpeg |
| 253 | Disable lossy JPEG compression in Tight encoding. Default is off. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 254 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 255 | .TP |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 256 | .B \-QualityLevel \fIlevel\fP |
| 257 | JPEG quality level. 0 = Low, 9 = High. May be adjusted automatically if |
| 258 | \fB-AutoSelect\fP is turned on. Default is 8. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 259 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 260 | .TP |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 261 | .B \-CompressLevel \fIlevel\fP |
| 262 | Use specified lossless compression level. 0 = Low, 6 = High. Default is 2. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 263 | . |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 264 | .TP |
| 265 | .B \-CustomCompressLevel |
| 266 | Use custom compression level. Default if \fBCompressLevel\fP is specified. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 267 | . |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 268 | .TP |
| 269 | .B \-DotWhenNoCursor |
| 270 | Show the dot cursor when the server sends an invisible cursor. Default is off. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 271 | . |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 272 | .TP |
| 273 | .B \-PointerEventInterval \fItime\fP |
| 274 | Time in milliseconds to rate-limit successive pointer events. Default is |
Pierre Ossman | 157f542 | 2017-07-19 11:20:53 +0200 | [diff] [blame] | 275 | 17 ms (60 Hz). |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 276 | . |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 277 | .TP |
| 278 | .B \-Log \fIlogname\fP:\fIdest\fP:\fIlevel\fP |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 279 | Configures the debug log settings. \fIdest\fP can currently be \fBstderr\fP or |
| 280 | \fBstdout\fP, and \fIlevel\fP is between 0 and 100, 100 meaning most verbose |
| 281 | output. \fIlogname\fP is usually \fB*\fP meaning all, but you can target a |
| 282 | specific source file if you know the name of its "LogWriter". Default is |
| 283 | \fB*:stderr:30\fP. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 284 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 285 | .TP |
| 286 | .B \-MenuKey \fIkeysym-name\fP |
Pierre Ossman | 3e156d6 | 2014-09-17 16:16:10 +0200 | [diff] [blame] | 287 | This option specifies the key which brings up the popup menu. The currently |
| 288 | supported list is: F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, Pause, |
Samuel Mannehed | 31e75ce | 2017-06-02 11:18:35 +0200 | [diff] [blame] | 289 | Scroll_Lock, Escape, Insert, Delete, Home, Page_Up, Page_Down). Default is F8. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 290 | . |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 291 | .TP |
| 292 | \fB\-via\fR \fIgateway\fR |
| 293 | Automatically create encrypted TCP tunnel to the \fIgateway\fR machine |
| 294 | before connection, connect to the \fIhost\fR through that tunnel |
| 295 | (TigerVNC\-specific). By default, this option invokes SSH local port |
| 296 | forwarding, assuming that SSH client binary can be accessed as |
| 297 | /usr/bin/ssh. Note that when using the \fB\-via\fR option, the host |
| 298 | machine name should be specified as known to the gateway machine, e.g. |
| 299 | "localhost" denotes the \fIgateway\fR, not the machine where vncviewer |
| 300 | was launched. The environment variable \fIVNC_VIA_CMD\fR can override |
| 301 | the default tunnel command of |
| 302 | \fB/usr/bin/ssh\ -f\ -L\ "$L":"$H":"$R"\ "$G"\ sleep\ 20\fR. The tunnel |
| 303 | command is executed with the environment variables \fIL\fR, \fIH\fR, |
| 304 | \fIR\fR, and \fIG\fR taken the values of the local port number, the remote |
| 305 | host, the port number on the remote host, and the gateway machine |
| 306 | respectively. |
Dr. David Alan Gilbert | f4d1d89 | 2017-07-11 12:11:50 +0100 | [diff] [blame] | 307 | . |
| 308 | .TP |
| 309 | .B \-AlertOnFatalError |
| 310 | Display a dialog with any fatal error before exiting. Default is on. |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 311 | |
Pierre Ossman | 591c7bf | 2014-09-17 16:20:43 +0200 | [diff] [blame] | 312 | .SH FILES |
| 313 | .TP |
| 314 | $HOME/.vnc/default.tigervnc |
Jeff Blaine | a518efd | 2016-05-23 22:07:58 -0400 | [diff] [blame] | 315 | Default configuration options. This file must have a "magic" first line of |
| 316 | "TigerVNC Configuration file Version 1.0" (without quotes), followed by simple |
| 317 | <setting>=<value> pairs of your choosing. The available settings are those |
| 318 | shown in this man page. |
Pierre Ossman | 1ec4531 | 2014-09-17 16:55:25 +0200 | [diff] [blame] | 319 | .TP |
| 320 | $HOME/.vnc/x509_ca.pem |
| 321 | Default CA certificate for authenticating servers. |
| 322 | .TP |
| 323 | $HOME/.vnc/x509_crl.pem |
| 324 | Default certificate revocation list. |
Pierre Ossman | 591c7bf | 2014-09-17 16:20:43 +0200 | [diff] [blame] | 325 | |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 326 | .SH SEE ALSO |
| 327 | .BR Xvnc (1), |
| 328 | .BR vncpasswd (1), |
| 329 | .BR vncconfig (1), |
| 330 | .BR vncserver (1) |
| 331 | .br |
Pierre Ossman | 32b96ff | 2018-10-19 14:56:53 +0200 | [diff] [blame] | 332 | https://www.tigervnc.org |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 333 | |
| 334 | .SH AUTHOR |
Pierre Ossman | e37a144 | 2014-09-17 14:08:16 +0200 | [diff] [blame] | 335 | Tristan Richardson, RealVNC Ltd. and others. |
DRC | e66060d | 2011-06-25 03:02:10 +0000 | [diff] [blame] | 336 | |
| 337 | VNC was originally developed by the RealVNC team while at Olivetti |
| 338 | Research Ltd / AT&T Laboratories Cambridge. TightVNC additions were |
Pierre Ossman | e37a144 | 2014-09-17 14:08:16 +0200 | [diff] [blame] | 339 | implemented by Constantin Kaplinsky. Many other people have since |
| 340 | participated in development, testing and support. This manual is part |
| 341 | of the TigerVNC software suite. |