007301bc99523ed6fbc2735049b2fde5ae6c3185
[xscreensaver] / hacks / decayscreen.man
1 .TH XScreenSaver 1 "05-aug-93" "X Version 11"
2 .SH NAME
3 decayscreen - make a screen meltdown.
4 .SH SYNOPSIS
5 .B decayscreen
6 [\-display \fIhost:display.screen\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-delay \fIusecs\fP]
7 .SH DESCRIPTION
8 The \fIdecayscreen\fP program creates a melting effect by randomly
9 shifting rectangles around the screen.
10 .SH OPTIONS
11 .I decayscreen
12 accepts the following options:
13 .TP 8
14 .B \-window
15 Draw on a newly-created window.  This is the default.
16 .TP 8
17 .B \-root
18 Draw on the root window.
19 .TP 8
20 .B \-mono 
21 If on a color display, pretend we're on a monochrome display.
22 .TP 8
23 .B \-install
24 Install a private colormap for the window.
25 .TP 8
26 .B \-visual \fIvisual\fP
27 Specify which visual to use.  Legal values are the name of a visual class,
28 or the id number (decimal or hex) of a specific visual.
29 .TP 8
30 .B \-delay \fImicroseconds\fP
31 Slow it down.
32 .SH ENVIRONMENT
33 .PP
34 .TP 8
35 .B DISPLAY
36 to get the default host and display number.
37 .TP 8
38 .B XENVIRONMENT
39 to get the name of a resource file that overrides the global resources
40 stored in the RESOURCE_MANAGER property.
41 .SH "SEE ALSO"
42 X(1),
43 xscreensaver(1)
44 .SH COPYRIGHT
45 Copyright 1992 by Vivek Khera.  Permission to use, copy, modify, distribute, 
46 and sell this software and its documentation for any purpose is hereby granted
47 without fee, provided that the above copyright notice appear in all copies and
48 that both that copyright notice and this permission notice appear in 
49 supporting documentation.  No representations are made about the suitability
50 of this software for any purpose.  It is provided "as is" without express or
51 implied warranty.
52 .SH AUTHOR
53 Vivek Khera <khera@cs.duke.edu>, 05-Aug-93; based on code by David Wald, 1988.