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