1gvnccapture(1) VNC Tools gvnccapture(1)
2
3
4
6 gvnccapture - VNC screenshot capture
7
9 gvnccapture [OPTION]... [HOST][:DISPLAY] FILENAME
10
12 Capture a screenshot of the VNC desktop at HOST:DISPLAY saving to the
13 image file FILENAME. If HOST is omitted it defaults to "localhost", if
14 :DISPLAY is omitted, it defaults to ":1". FILENAME must end in a known
15 image format extension (eg ".png", ".jpeg"). Supported options are
16
17 --help, -?
18 Display command line help information
19
20 --quiet, -q
21 Do not display information on the console when capturing the
22 screenshot, with the exception of any password prompt.
23
24 --debug, -d
25 Display verbose debugging information on the console
26
28 The exit status is 0 upon successful screen capture, otherwise it is a
29 non-zero integer
30
32 # gvnccapture localhost:1 desktop.png
33 Password:
34 Connected to localhost:1
35 Saved display to desktop.png
36
38 Daniel P. Berrange <dan@berrange.com>
39
41 Copyright (C) 2010 Daniel P. Berrange <dan@berrange.com>.
42
43 License LGPLv2+: GNU Lesser GPL version 2 or later
44 <http://gnu.org/licenses/gpl.html>.
45
46 This is free software: you are free to change and redistribute it.
47 There is NO WARRANTY, to the extent permitted by law.
48
50 vinagre(1)
51
52
53
54gtk-vnc-0.4.2 2010-11-05 gvnccapture(1)