~ubuntu-branches/ubuntu/dapper/xscreensaver/dapper-updates

« back to all changes in this revision

Viewing changes to hacks/noseguy.man

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Hildebrandt
  • Date: 2005-04-09 00:06:43 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050409000643-z0abtifbt9s20pcc
Tags: 4.21-3
Patch by Joachim Breitner to check more frequently if DPMS kicked in (closes: #303374, #286664).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
noseguy - a little guy with a big nose wanders around being witty
4
4
.SH SYNOPSIS
5
5
.B noseguy
6
 
[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-text-foreground \fIcolor\fP] [\-text-background \fIcolor\fP] [\-font \fIfont\fP] [\-window] [\-root] [\-install] [\-visual \fIvisual\fP] [\-mode \fImode\fP] [\-program \fIprogram\fP] [\-filename \file\fP] [\-text \fItext\fP]
 
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]
7
20
.SH DESCRIPTION
8
21
A little man with a big nose and a hat runs around spewing out messages to
9
22
the screen.  This code (and its bitmaps) were extracted from the \fIxnlock\fP
28
41
.B \-font \fIfont\fP
29
42
The font used for the messages.
30
43
.TP 8
31
 
.B \-mode [ program | file | string ]
32
 
In \fIprogram\fP mode, the messages are gotten by running a program.
33
 
The program used is controlled by the \fI\-program\fP option, and 
34
 
the \fI.program\fP resource.
35
 
 
36
 
In \fIfilename\fP mode, the message used is the contents of a file.
37
 
The file used is controlled by the \fI\-file\fP option, and 
38
 
the \fI.filename\fP resource.
39
 
 
40
 
In \fIstring\fP mode, the message is whatever was specified on the 
41
 
command line as the \fI\-text\fP option, or in the resource database
42
 
as the \fI.text\fP resource.
43
 
.TP 8
44
44
.B \-program \fIprogram\fP
45
 
If \fImode\fP is \fIprogram\fP (the default), then this program will be
46
 
run periodically, and its output will be the text of the messages.  The
47
 
default program is \fI"fortune -s"\fP, but \fIyow\fP is also a good choice.
 
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 -15
 
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.
48
53
.TP 8
49
54
.B \-filename \fIfile\fP
50
55
If \fImode\fP is \fIfile\fP, then the contents of this file will be used
64
69
.SH SEE ALSO
65
70
.BR X (1),
66
71
.BR xscreensaver (1),
 
72
.BR xscreensaver-text (1),
67
73
.BR xnlock (1)
68
74
.SH COPYRIGHT
69
75
Copyright 1985, 1990 by Dan Heller <argv@danheller.com>.