ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / driver / xscreensaver-getimage.man
1 .TH XScreenSaver 1 "14-Aug-2004 (4.18)" "X Version 11"
2 .SH NAME
3 xscreensaver-getimage - put some randomly-selected image on the root window
4 .SH SYNOPSIS
5 .B xscreensaver-getimage
6 [\-display \fIhost:display.screen\fP] [\--verbose] window-id [pixmap-id]
7 .SH DESCRIPTION
8 The \fIxscreensaver\-getimage\fP program is a helper program for the
9 xscreensaver hacks that manipulate images.  This is not a user-level
10 command.
11
12 This program selects a random image, and puts it on the specified
13 window or pixmap.  This image might be a snapshot of the desktop; or
14 a frame captured from the system's video input; or a randomly-selected
15 image from disk.
16
17 If only a window ID is specified, the image will be painted there.
18 If both a window ID and a pixmap ID are specified, then the image will
19 be painted on the pixmap; and the window \fImay\fP be modified as a
20 side-effect.
21 .SH OPTIONS
22 .I xscreensaver-getimage
23 reads the \fI~/.xscreensaver\fP file for configuration information.
24 It uses these settings:
25 .TP 4
26 .B grabDesktopImages
27 Whether it is acceptable to grab snapshots of the desktop.
28 The security paranoid might want to turn this off, to avoid letting
29 people see (but not touch!) your desktop while the screen is locked.
30 .TP 4
31 .B grabVideoFrames
32 Whether it is acceptable to grab frames of video from the system's video
33 input.  Grabbing of video is done by invoking the
34 .BR xscreensaver-getimage-video (1)
35 program.
36 .TP 4
37 .B chooseRandomImages
38 Whether it is acceptable to display random images found on disk.
39 Selection and loading of images is done by invoking the
40 .BR xscreensaver-getimage-file (1)
41 program.
42 .TP 4
43 .B imageDirectory
44 When loading images from disk, this is the directory to search.
45 The directory will be searched recursively, and all files in it are 
46 assumed to be images.
47 .PP
48 If none of the three options are set to True, then video
49 colorbars will be displayed instead.
50 .SH BUGS
51 When grabbing desktop images, the \fIwindow\fP argument will be unmapped
52 and have its contents modified, causing flicker.  (This does not happen
53 when loading image files or video frames.)
54 .SH SEE ALSO
55 .BR X (1),
56 .BR xscreensaver (1)
57 .BR xscreensaver\-demo (1)
58 .BR xscreensaver\-getimage\-file (1)
59 .BR xscreensaver\-getimage\-video (1)
60 .SH COPYRIGHT
61 Copyright \(co 2001 by Jamie Zawinski.  Permission to use, copy,
62 modify, distribute, and sell this software and its documentation for
63 any purpose is hereby granted without fee, provided that the above
64 copyright notice appear in all copies and that both that copyright
65 notice and this permission notice appear in supporting documentation.
66 No representations are made about the suitability of this software for
67 any purpose.  It is provided "as is" without express or implied
68 warranty.
69 .SH AUTHOR
70 Jamie Zawinski <jwz@jwz.org>, 14-Apr-01