ftp://ftp.uni-heidelberg.de/pub/X11/contrib/applications/xscreensaver-1.25.tar.Z
[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]
7 .SH DESCRIPTION
8 The \fIrorschach\fP program draws random patterns reminiscent of the
9 psychological test of same name.
10 .SH OPTIONS
11 .I rorschach
12 accepts the following options:
13 .TP 8
14 .B \-window
15 Draw on a newly-created window.  This is the default.
16 .TP 8
17 .B \-root
18 Draw on the root window.
19 .TP 8
20 .B \-mono 
21 If on a color display, pretend we're on a monochrome display.
22 .TP 8
23 .B \-install
24 Install a private colormap for the window.
25 .TP 8
26 .B \-visual \fIvisual\fP
27 Specify which visual to use.  Legal values are the name of a visual class,
28 or the id number (decimal or hex) of a specific visual.
29 .TP 8
30 .B \-iterations \fIinteger\fP
31 How many dots should be drawn each time.  Default 4000.
32 .TP 8
33 .B \-offset \fIinteger\fP
34 How far apart the dots should be.  Default 4 pixels.
35 .TP 8
36 .B \-xsymmetry
37 Whether the images should be horizontally symmetrical.  Default true.
38 .TP 8
39 .B \-ysymmetry
40 Whether the images should be vertically symmetrical.  Default false.
41 .SH ENVIRONMENT
42 .PP
43 .TP 8
44 .B DISPLAY
45 to get the default host and display number.
46 .TP 8
47 .B XENVIRONMENT
48 to get the name of a resource file that overrides the global resources
49 stored in the RESOURCE_MANAGER property.
50 .SH BUGS
51 May call your sanity into question.
52 .SH SEE ALSO
53 .BR X (1),
54 .BR xscreensaver (1)
55 .SH COPYRIGHT
56 Copyright \(co 1992 by Jamie Zawinski.  Permission to use, copy, modify, 
57 distribute, and sell this software and its documentation for any purpose is 
58 hereby granted without fee, provided that the above copyright notice appear 
59 in all copies and that both that copyright notice and this permission notice
60 appear in supporting documentation.  No representations are made about the 
61 suitability of this software for any purpose.  It is provided "as is" without
62 express or implied warranty.
63 .SH AUTHOR
64 Jamie Zawinski <jwz@mcom.com>, 13-aug-92.