From http://www.jwz.org/xscreensaver/xscreensaver-5.39.tar.gz
[xscreensaver] / hacks / glx / peepers.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 peepers - floating eyeballs.
4 .SH SYNOPSIS
5 .B peepers
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-speed \fInumber\fP]
12 [\-count \fInumber\fP]
13 [\-mode bounce | scroll | random]
14 [\-wireframe]
15 [\-fps]
16 .SH DESCRIPTION
17 Eyeballs. They float. They bounce. They stare at your cursor.
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: 30000 (0.03 seconds).
32 .TP 8
33 .B \-speed \fInumber\fP
34 Animation speed.  2.0 means twice as fast, 0.5 means half as fast.
35 .TP 8
36 .B \-count \fInumber\fP
37 Number of eyes. 0 means random.
38 .TP 8
39 .B \-mode bounce
40 The eyeballs bounce onto the screen from the bottom.  Like a cow.
41 .TP 8
42 .B \-mode scroll
43 The eyeballs scroll in from the left and right.
44 .TP 8
45 .B \-mode xeyes
46 The eyeballs remain stationary, but always turn to stare at the mouse
47 pointer, wherever it happens to be on the screen.  Perhaps best used
48 in conjunction with \fI\-count 2\fP.
49 .TP 8
50 .B \-mode beholder
51 Render a ball made of eyeballs, all looking at you. Valid \fI\-count\fP
52 values are 20, 80, 320 or 1280.
53 .TP 8
54 .B \-wireframe | \-no-wireframe
55 Render in wireframe instead of solid.
56 .TP 8
57 .B \-fps | \-no-fps
58 Whether to show a frames-per-second display at the bottom of the screen.
59 .SH ENVIRONMENT
60 .PP
61 .TP 8
62 .B DISPLAY
63 to get the default host and display number.
64 .TP 8
65 .B XENVIRONMENT
66 to get the name of a resource file that overrides the global resources
67 stored in the RESOURCE_MANAGER property.
68 .SH SEE ALSO
69 .BR X (1),
70 .BR xscreensaver (1)
71 .SH COPYRIGHT
72 Copyright \(co 2018 by Jamie Zawinski.  Permission to use, copy, modify, 
73 distribute, and sell this software and its documentation for any purpose is 
74 hereby granted without fee, provided that the above copyright notice appear 
75 in all copies and that both that copyright notice and this permission notice
76 appear in supporting documentation.  No representations are made about the 
77 suitability of this software for any purpose.  It is provided "as is" without
78 express or implied warranty.
79 .SH AUTHOR
80 Jamie Zawinski.