ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.22.tar.gz
[xscreensaver] / hacks / bumps.man
1 .TH XScreenSaver 1 "05-Apr-1999" "X Version 11"
2 .SH NAME
3 bumps - move distorting spotlight around desktop
4 .SH SYNOPSIS
5 .B bumps
6 [\-display \fIhost:display.screen\fP]
7 [\-foreground \fIcolor\fP]
8 [\-background \fIcolor\fP]
9 [\-window]
10 [\-root]
11 [\-mono]
12 [\-install]
13 [\-visual \fIvisual\fP]
14 [\-delay \fIusecs\fP]
15 .SH DESCRIPTION
16 The \fIbumps\fP program takes an image and exposes small, distorted
17 sections of it as if through an odd wandering spotlight beam.
18
19 The image that it manipulates will be grabbed from the portion of
20 the screen underlying the window, or from the system's video input,
21 or from a random file on disk, as indicated by
22 the \fIgrabDesktopImages\fP, \fIgrabVideoFrames\fP,
23 and \fIchooseRandomImages\fP options in the \fI~/.xscreensaver\fP
24 file; see
25 .BR xscreensaver-demo (1)
26 for more details.
27 .SH OPTIONS
28 .I bumps
29 accepts the following options:
30 .TP 8
31 .B \-window
32 Draw on a newly-created window.  This is the default.
33 .TP 8
34 .B \-root
35 Draw on the root window.
36 .TP 8
37 .B \-mono 
38 If on a color display, pretend we're on a monochrome display.
39 .TP 8
40 .B \-install
41 Install a private colormap for the window.
42 .TP 8
43 .B \-visual \fIvisual\fP
44 Specify which visual to use.  Legal values are the name of a visual class,
45 or the id number (decimal or hex) of a specific visual.
46 .TP 8
47 .B \-delay \fImicroseconds\fP
48 Slow it down.
49 .SH ENVIRONMENT
50 .PP
51 .TP 8
52 .B DISPLAY
53 to get the default host and display number.
54 .TP 8
55 .B XENVIRONMENT
56 to get the name of a resource file that overrides the global resources
57 stored in the RESOURCE_MANAGER property.
58 .SH SEE ALSO
59 .BR X (1),
60 .BR xscreensaver (1),
61 .BR xscreensaver\-demo (1),
62 .BR xscreensaver\-getimage (1)
63 .SH COPYRIGHT
64 Copyright \(co 1999 by Shane Smit.  Permission to use, copy, modify, 
65 distribute, and sell this software and its documentation for any purpose is 
66 hereby granted without fee, provided that the above copyright notice appear 
67 in all copies and that both that copyright notice and this permission notice
68 appear in supporting documentation.  No representations are made about the 
69 suitability of this software for any purpose.  It is provided "as is" without
70 express or implied warranty.
71 .SH CREDITS
72 Shane Smit <blackend@inconnect.com>, 8-Oct-1999.