http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / rorschach.man
1 .TH XScreenSaver 1 "13-aug-92" "X Version 11"
2 .SH NAME
3 rorschach - simulate ink-blot patterns
4 .SH SYNOPSIS
5 .B rorschach
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-iterations \fIinteger\fP] [\-offset \fIinteger\fP] [\-xsymmetry] [\-ysymmetry] [\-erase\-speed \fIusecs\fP] [\-delay \fIsecs\fP]
7 [\-fps]
8 .SH DESCRIPTION
9 The \fIrorschach\fP program draws random patterns reminiscent of the
10 psychological test of same name.
11 .SH OPTIONS
12 .I rorschach
13 accepts the following options:
14 .TP 8
15 .B \-window
16 Draw on a newly-created window.  This is the default.
17 .TP 8
18 .B \-root
19 Draw on the root window.
20 .TP 8
21 .B \-mono 
22 If on a color display, pretend we're on a monochrome display.
23 .TP 8
24 .B \-install
25 Install a private colormap for the window.
26 .TP 8
27 .B \-visual \fIvisual\fP
28 Specify which visual to use.  Legal values are the name of a visual class,
29 or the id number (decimal or hex) of a specific visual.
30 .TP 8
31 .B \-iterations \fIinteger\fP
32 How many dots should be drawn each time.  Default 4000.
33 .TP 8
34 .B \-offset \fIinteger\fP
35 How far apart the dots should be.  Default 4 pixels.
36 .TP 8
37 .B \-xsymmetry
38 Whether the images should be horizontally symmetrical.  Default true.
39 .TP 8
40 .B \-ysymmetry
41 Whether the images should be vertically symmetrical.  Default false.
42 .TP 8
43 .B \-erase\-speed \fIusecs\fP
44 This controls the speed at which the screen will be erased. (Delay between
45 erasing of individual lines.)
46 .TP 8
47 .B \-delay \fIseconds\fP
48 This sets the number of seconds that the figure will be on the screen.
49 .TP 8
50 .B \-fps
51 Display the current frame rate and CPU load.
52 .SH ENVIRONMENT
53 .PP
54 .TP 8
55 .B DISPLAY
56 to get the default host and display number.
57 .TP 8
58 .B XENVIRONMENT
59 to get the name of a resource file that overrides the global resources
60 stored in the RESOURCE_MANAGER property.
61 .SH BUGS
62 May call your sanity into question.
63 .SH SEE ALSO
64 .BR X (1),
65 .BR xscreensaver (1)
66 .SH COPYRIGHT
67 Copyright \(co 1992 by Jamie Zawinski.  Permission to use, copy, modify, 
68 distribute, and sell this software and its documentation for any purpose is 
69 hereby granted without fee, provided that the above copyright notice appear 
70 in all copies and that both that copyright notice and this permission notice
71 appear in supporting documentation.  No representations are made about the 
72 suitability of this software for any purpose.  It is provided "as is" without
73 express or implied warranty.
74 .SH AUTHOR
75 Jamie Zawinski <jwz@jwz.org>, 13-aug-92.