http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.23.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 .SH DESCRIPTION
21 A little man with a big nose and a hat runs around spewing out messages to
22 the screen.  This code (and its bitmaps) were extracted from the \fIxnlock\fP
23 program.
24 .SH OPTIONS
25 .I noseguy
26 accepts the following options:
27 .TP 8
28 .B \-window
29 Draw on a newly-created window.  This is the default.
30 .TP 8
31 .B \-root
32 Draw on the root window.
33 .TP 8
34 .B \-install
35 Install a private colormap for the window.
36 .TP 8
37 .B \-visual \fIvisual\fP
38 Specify which visual to use.  Legal values are the name of a visual class,
39 or the id number (decimal or hex) of a specific visual.
40 .TP 8
41 .B \-font \fIfont\fP
42 The font used for the messages.
43 .TP 8
44 .B \-program \fIprogram\fP
45 This program will be run periodically, and its output will be the text
46 of the messages.  Default:
47
48     xscreensaver-text --cols 40 | head -n15
49
50 You can configure the text printed through the "Advanced" tab of
51 .BR xscreensaver\-demo (1),
52 or by editing your ~/.xscreensaver file.
53 .TP 8
54 .B \-filename \fIfile\fP
55 If \fImode\fP is \fIfile\fP, then the contents of this file will be used
56 for all messages.
57 .TP 8
58 .B \-text \fIstring\fP
59 If \fImode\fP is \fIstring\fP, then this text will be used for all messages.
60 .SH ENVIRONMENT
61 .PP
62 .TP 8
63 .B DISPLAY
64 to get the default host and display number.
65 .TP 8
66 .B XENVIRONMENT
67 to get the name of a resource file that overrides the global resources
68 stored in the RESOURCE_MANAGER property.
69 .SH SEE ALSO
70 .BR X (1),
71 .BR xscreensaver (1),
72 .BR xscreensaver-text (1),
73 .BR xnlock (1)
74 .SH COPYRIGHT
75 Copyright 1985, 1990 by Dan Heller <argv@danheller.com>.
76 .SH AUTHOR
77 Dan Heller <argv@danheller.com>, 1985.
78
79 Ability to run standalone or with \fIxscreensaver\fP added by 
80 Jamie Zawinski <jwz@jwz.org>, 13-aug-92.