source: trunk/third/xscreensaver/hacks/cynosure.man @ 20148

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