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