http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / noseguy.man
1 .TH XScreenSaver 1 "13-aug-92" "X Version 11"
2 .SH NAME
3 noseguy - a little guy with a big nose wanders around being witty
4 .SH SYNOPSIS
5 .B noseguy
6 [\-display \fIhost:display.screen\fP]
7 [\-foreground \fIcolor\fP]
8 [\-background \fIcolor\fP]
9 [\-text-foreground \fIcolor\fP]
10 [\-text-background \fIcolor\fP]
11 [\-font \fIfont\fP]
12 [\-window]
13 [\-root]
14 [\-install]
15 [\-visual \fIvisual\fP]
16 [\-mode \fImode\fP]
17 [\-program \fIprogram\fP]
18 [\-filename \fIfile\fP]
19 [\-text \fItext\fP]
20 [\-fps]
21 .SH DESCRIPTION
22 A little man with a big nose and a hat runs around spewing out messages to
23 the screen.  This code (and its bitmaps) were extracted from the \fIxnlock\fP
24 program.
25 .SH OPTIONS
26 .I noseguy
27 accepts the following options:
28 .TP 8
29 .B \-window
30 Draw on a newly-created window.  This is the default.
31 .TP 8
32 .B \-root
33 Draw on the root window.
34 .TP 8
35 .B \-install
36 Install a private colormap for the window.
37 .TP 8
38 .B \-visual \fIvisual\fP
39 Specify which visual to use.  Legal values are the name of a visual class,
40 or the id number (decimal or hex) of a specific visual.
41 .TP 8
42 .B \-font \fIfont\fP
43 The font used for the messages.
44 .TP 8
45 .B \-program \fIprogram\fP
46 This program will be run periodically, and its output will be the text
47 of the messages.  Default:
48
49     xscreensaver-text --cols 40 | head -n15
50
51 You can configure the text printed through the "Advanced" tab of
52 .BR xscreensaver\-demo (1),
53 or by editing your ~/.xscreensaver file.
54 .TP 8
55 .B \-filename \fIfile\fP
56 If \fImode\fP is \fIfile\fP, then the contents of this file will be used
57 for all messages.
58 .TP 8
59 .B \-text \fIstring\fP
60 If \fImode\fP is \fIstring\fP, then this text will be used for all messages.
61 .TP 8
62 .B \-fps
63 Display the current frame rate and CPU load.
64 .SH ENVIRONMENT
65 .PP
66 .TP 8
67 .B DISPLAY
68 to get the default host and display number.
69 .TP 8
70 .B XENVIRONMENT
71 to get the name of a resource file that overrides the global resources
72 stored in the RESOURCE_MANAGER property.
73 .SH SEE ALSO
74 .BR X (1),
75 .BR xscreensaver (1),
76 .BR xscreensaver-text (1),
77 .BR xnlock (1)
78 .SH COPYRIGHT
79 Copyright 1985, 1990 by Dan Heller <argv@danheller.com>.
80 .SH AUTHOR
81 Dan Heller <argv@danheller.com>, 1985.
82
83 Ability to run standalone or with \fIxscreensaver\fP added by 
84 Jamie Zawinski <jwz@jwz.org>, 13-aug-92.