1xscreensaver-getimage(1) XScreenSaver manual xscreensaver-getimage(1)
2
3
4
6 xscreensaver-getimage - put some randomly-selected image on the root
7 window
8
10 xscreensaver-getimage [-display host:display.screen] [--verbose] win‐
11 dow-id [pixmap-id]
12
14 The xscreensaver-getimage program is a helper program for the xscreen‐
15 saver hacks that manipulate images. This is not a user-level command.
16
17 This program selects a random image, and puts it on the specified win‐
18 dow or pixmap. This image might be a snapshot of the desktop; or a
19 frame captured from the system's video input; or a randomly-selected
20 image from disk.
21
22 If only a window ID is specified, the image will be painted there. If
23 both a window ID and a pixmap ID are specified, then the image will be
24 painted on the pixmap; and the window may be modified as a side-effect.
25
27 xscreensaver-getimage reads the ~/.xscreensaver file for configuration
28 information. It uses these settings:
29
30 grabDesktopImages
31 Whether it is acceptable to grab snapshots of the desktop. The
32 security paranoid might want to turn this off, to avoid letting
33 people see (but not touch!) your desktop while the screen is
34 locked.
35
36 grabVideoFrames
37 Whether it is acceptable to grab frames of video from the system's
38 video input. Grabbing of video is done by invoking the xscreen‐
39 saver-getimage-video(1) program.
40
41 chooseRandomImages
42 Whether it is acceptable to display random images found on disk.
43 Selection and loading of images is done by invoking the xscreen‐
44 saver-getimage-file(1) program.
45
46 imageDirectory
47 When loading images from disk, this is the directory to find them
48 in. The directory will be searched recursively for images.
49
50 It may also be the URL of an RSS or Atom feed, in which case a ran‐
51 dom image from that feed will be selected instead. The contents of
52 the feed will be cached locally and refreshed periodically as
53 needed.
54
55 If none of the three options are set to True, then video colorbars will
56 be displayed instead.
57
59 When grabbing desktop images, the window argument will be unmapped and
60 have its contents modified, causing flicker. (This does not happen
61 when loading image files or video frames.)
62
64 X(1), xscreensaver(1) xscreensaver-demo(1) xscreensaver-getim‐
65 age-file(1) xscreensaver-getimage-video(1)
66
68 Copyright © 2001-2011 by Jamie Zawinski. Permission to use, copy, mod‐
69 ify, distribute, and sell this software and its documentation for any
70 purpose is hereby granted without fee, provided that the above copy‐
71 right notice appear in all copies and that both that copyright notice
72 and this permission notice appear in supporting documentation. No rep‐
73 resentations are made about the suitability of this software for any
74 purpose. It is provided "as is" without express or implied warranty.
75
77 Jamie Zawinski <jwz@jwz.org>, 14-Apr-01
78
79
80
81X Version 11 5.15-3.fc14 (18-Oct-2011) xscreensaver-getimage(1)