1 .TH XScreenSaver 1 "05-Apr-1999" "X Version 11"
3 decayscreen - make a screen meltdown.
6 [\-display \fIhost:display.screen\fP]
11 [\-visual \fIvisual\fP]
13 [\-duration \fIsecs\fP]
17 The \fIdecayscreen\fP program creates a melting effect by randomly
18 shifting rectangles around the screen.
20 The image that it manipulates will be grabbed from the portion of
21 the screen underlying the window, or from the system's video input,
22 or from a random file on disk, as indicated by
23 the \fIgrabDesktopImages\fP, \fIgrabVideoFrames\fP,
24 and \fIchooseRandomImages\fP options in the \fI~/.xscreensaver\fP
26 .BR xscreensaver-demo (1)
30 accepts the following options:
33 Draw on a newly-created window. This is the default.
36 Draw on the root window.
39 If on a color display, pretend we're on a monochrome display.
42 Install a private colormap for the window.
44 .B \-visual \fIvisual\fP
45 Specify which visual to use. Legal values are the name of a visual class,
46 or the id number (decimal or hex) of a specific visual.
48 .B \-delay \fImicroseconds\fP
51 .B \-duration \fIseconds\fP
52 How long to run before loading a new image. Default 120 seconds.
55 The direction in which the image should tend to slide. Legal values are
56 \fIrandom\fP (meaning pick one), \fIup\fP, \fIleft\fP, \fIright\fP,
57 \fIdown\fP, \fIupleft\fP, \fIdownleft\fP, \fIupright\fP, \fIdownright\fP,
58 \fIshuffle\fP (meaning prefer no particular direction), \fIin\fP (meaning
59 move things toward the center), \fIout\fP (meaning move things away
60 from the center), \fImelt\fP (meaning melt straight
61 downward), \fIstretch\fP (meaning stretch the screen downward),
62 and \fIfuzz\fP (meaning go blurry instead of melty).
65 Display the current frame rate and CPU load.
70 to get the default host and display number.
73 to get the name of a resource file that overrides the global resources
74 stored in the RESOURCE_MANAGER property.
78 .BR xscreensaver\-demo (1),
79 .BR xscreensaver\-getimage (1)
81 Copyright 1992 by Vivek Khera. Permission to use, copy, modify, distribute,
82 and sell this software and its documentation for any purpose is hereby granted
83 without fee, provided that the above copyright notice appear in all copies and
84 that both that copyright notice and this permission notice appear in
85 supporting documentation. No representations are made about the suitability
86 of this software for any purpose. It is provided "as is" without express or
89 Vivek Khera <khera@cs.duke.edu>, 05-Aug-93; based on code by David Wald, 1988.
90 Modified by jwz, 28-Nov-1997.
91 Modified by Rick Schultz <rick@skapunx.net> 05-Apr-1999.
92 Modified by Vince Levey <vincel@vincel.org> 25-Oct-2001.