1ccurve(6x) XScreenSaver manual ccurve(6x)
2
3
4
6 ccurve - self-similar linear fractals.
7
9 ccurve [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--delay number] [--pause number]
11 [--limit number] [--fps]
12
14 Generates self-similar linear fractals, including the classic ``C
15 Curve.''
16
18 --visual visual
19 Specify which visual to use. Legal values are the name of a
20 visual class, or the id number (decimal or hex) of a specific
21 visual.
22
23 --window
24 Draw on a newly-created window. This is the default.
25
26 --root Draw on the root window.
27
28 --window-id number
29 Draw on the specified window.
30
31 --delay number
32 Delay. 0 - 60. Default: 1.
33
34 --pause number
35 Duration. 1 - 60. Default: 3.
36
37 --limit number
38 Density. 3 - 300000. Default: 200000.
39
40 --fps Display the current frame rate and CPU load.
41
43 DISPLAY to get the default host and display number.
44
45 XENVIRONMENT
46 to get the name of a resource file that overrides the global
47 resources stored in the RESOURCE_MANAGER property.
48
49 XSCREENSAVER_WINDOW
50 The window ID to use with --root.
51
53 X(1), xscreensaver(1)
54
56 Copyright © 2002 by Rick Campbell. Permission to use, copy, modify,
57 distribute, and sell this software and its documentation for any pur‐
58 pose is hereby granted without fee, provided that the above copyright
59 notice appear in all copies and that both that copyright notice and
60 this permission notice appear in supporting documentation. No repre‐
61 sentations are made about the suitability of this software for any pur‐
62 pose. It is provided "as is" without express or implied warranty.
63
65 Rick Campbell.
66
67
68
69X Version 11 6.08-1.fc38 (17-Oct-2023) ccurve(6x)