1fadeplot(6x) XScreenSaver manual fadeplot(6x)
2
3
4
6 fadeplot - draws a waving ribbon following a sinusoidal path.
7
9 fadeplot [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--count number] [--cycles number] [--de‐
11 lay number] [--ncolors number] [--fps]
12
14 Draws what looks like a waving ribbon following a sinusoidal path.
15
17 --visual visual
18 Specify which visual to use. Legal values are the name of a
19 visual class, or the id number (decimal or hex) of a specific
20 visual.
21
22 --window
23 Draw on a newly-created window. This is the default.
24
25 --root Draw on the root window.
26
27 --window-id number
28 Draw on the specified window.
29
30 --count number
31 Count. 0 - 20. Default: 10.
32
33 --cycles number
34 How many frames until the shape changes. Default: 1500.
35
36 --delay number
37 Per-frame delay, in microseconds. Default: 30000 (0.03 sec‐
38 onds.).
39
40 --ncolors number
41 Number of colors. Default: 64.
42
43 --fps Display the current frame rate and CPU load.
44
46 DISPLAY to get the default host and display number.
47
48 XENVIRONMENT
49 to get the name of a resource file that overrides the global
50 resources stored in the RESOURCE_MANAGER property.
51
52 XSCREENSAVER_WINDOW
53 The window ID to use with --root.
54
56 X(1), xscreensaver(1)
57
59 Copyright © 2002 by Bas van Gaalen and Charles Vidal. Permission to
60 use, copy, modify, distribute, and sell this software and its documen‐
61 tation for any purpose is hereby granted without fee, provided that the
62 above copyright notice appear in all copies and that both that copy‐
63 right notice and this permission notice appear in supporting documenta‐
64 tion. No representations are made about the suitability of this soft‐
65 ware for any purpose. It is provided "as is" without express or im‐
66 plied warranty.
67
69 Bas van Gaalen and Charles Vidal.
70
71
72
73X Version 11 6.08-1.fc39 (17-Oct-2023) fadeplot(6x)