1decayscreen(6x) XScreenSaver manual decayscreen(6x)
2
3
4
6 decayscreen - make a screen meltdown.
7
9 decayscreen [-display host:display.screen] [-window] [-root] [-mono]
10 [-install] [-visual visual] [-delay usecs] [-duration secs] [-mode
11 mode] [-fps]
12
14 The decayscreen program creates a melting effect by randomly shifting
15 rectangles around the screen.
16
17 The image that it manipulates will be grabbed from the portion of the
18 screen underlying the window, or from the system's video input, or from
19 a random file on disk, as indicated by the grabDesktopImages, grabVide‐
20 oFrames, and chooseRandomImages options in the ~/.xscreensaver file;
21 see xscreensaver-demo(1) for more details.
22
24 decayscreen accepts the following options:
25
26 -window Draw on a newly-created window. This is the default.
27
28 -root Draw on the root window.
29
30 -mono If on a color display, pretend we're on a monochrome display.
31
32 -install
33 Install a private colormap for the window.
34
35 -visual visual
36 Specify which visual to use. Legal values are the name of a
37 visual class, or the id number (decimal or hex) of a specific
38 visual.
39
40 -delay microseconds
41 Slow it down.
42
43 -duration seconds
44 How long to run before loading a new image. Default 120 sec‐
45 onds.
46
47 -mode mode
48 The direction in which the image should tend to slide. Legal
49 values are random (meaning pick one), up, left, right, down,
50 upleft, downleft, upright, downright, shuffle (meaning prefer
51 no particular direction), in (meaning move things toward the
52 center), out (meaning move things away from the center), melt
53 (meaning melt straight downward), stretch (meaning stretch the
54 screen downward), and fuzz (meaning go blurry instead of
55 melty).
56
57 -fps Display the current frame rate and CPU load.
58
60 DISPLAY to get the default host and display number.
61
62 XENVIRONMENT
63 to get the name of a resource file that overrides the global
64 resources stored in the RESOURCE_MANAGER property.
65
67 X(1), xscreensaver(1), xscreensaver-demo(1), xscreensaver-getimage(1)
68
70 Copyright 1992 by Vivek Khera. Permission to use, copy, modify, dis‐
71 tribute, and sell this software and its documentation for any purpose
72 is hereby granted without fee, provided that the above copyright notice
73 appear in all copies and that both that copyright notice and this per‐
74 mission notice appear in supporting documentation. No representations
75 are made about the suitability of this software for any purpose. It is
76 provided "as is" without express or implied warranty.
77
79 Vivek Khera <khera@cs.duke.edu>, 05-Aug-93; based on code by David
80 Wald, 1988. Modified by jwz, 28-Nov-1997. Modified by Rick Schultz
81 <rick@skapunx.net> 05-Apr-1999. Modified by Vince Levey <vincel@vin‐
82 cel.org> 25-Oct-2001.
83
84
85
86X Version 11 5.44-2.fc32 (16-Apr-2020) decayscreen(6x)