http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / cynosure.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 cynosure - gentle overlapping squares screen saver.
4 .SH SYNOPSIS
5 .B cynosure
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-ncolors \fInumber\fP]
12 [\-iterations \fInumber\fP]
13 [\-fps]
14 .SH DESCRIPTION
15 A hack similar to `greynetic', but less frenetic. The first implementation
16 was by Stephen Linhart; then Ozymandias G. Desiderata wrote a Java applet
17 clone. That clone was discovered by Jamie Zawinski, and ported to C for
18 inclusion here. 
19 .SH OPTIONS
20 .TP 8
21 .B \-visual \fIvisual\fP
22 Specify which visual to use.  Legal values are the name of a visual class,
23 or the id number (decimal or hex) of a specific visual.
24 .TP 8
25 .B \-window
26 Draw on a newly-created window.  This is the default.
27 .TP 8
28 .B \-root
29 Draw on the root window.
30 .TP 8
31 .B \-delay \fInumber\fP
32 Per-frame delay, in microseconds.  Default: 500000 (0.50 seconds.).
33 .TP 8
34 .B \-ncolors \fInumber\fP
35 Number of Colors.  Default: 128.
36 .TP 8
37 .B \-iterations \fInumber\fP
38 Duration.  2 - 200.  Default: 100.
39 .TP 8
40 .B \-fps
41 Display the current frame rate and CPU load.
42 .SH ENVIRONMENT
43 .PP
44 .TP 8
45 .B DISPLAY
46 to get the default host and display number.
47 .TP 8
48 .B XENVIRONMENT
49 to get the name of a resource file that overrides the global resources
50 stored in the RESOURCE_MANAGER property.
51 .SH SEE ALSO
52 .BR X (1),
53 .BR xscreensaver (1)
54 .SH COPYRIGHT
55 Copyright \(co 2002 by Stephen Linhart, Ozymandias G. Desiderata, and
56 Jamie Zawinski.  Permission to use, copy, modify, distribute, and sell
57 this software and its documentation for any purpose is hereby granted
58 without fee, provided that the above copyright notice appear in all
59 copies and that both that copyright notice and this permission notice
60 appear in supporting documentation.  No representations are made about
61 the suitability of this software for any purpose.  It is provided "as
62 is" without express or implied warranty.
63 .SH AUTHOR
64 Stephen Linhart, Ozymandias G. Desiderata, and Jamie Zawinski.