1noseguy(6x) XScreenSaver manual noseguy(6x)
2
3
4
6 noseguy - a little guy with a big nose wanders around being witty
7
9 noseguy [-display host:display.screen] [-foreground color] [-background
10 color] [-text-foreground color] [-text-background color] [-font font]
11 [-window] [-root] [-install] [-visual visual] [-mode mode] [-program
12 program] [-filename file] [-text text] [-fps]
13
15 A little man with a big nose and a hat runs around spewing out messages
16 to the screen. This code (and its bitmaps) were extracted from the
17 xnlock program.
18
20 noseguy accepts the following options:
21
22 -window Draw on a newly-created window. This is the default.
23
24 -root Draw on the root window.
25
26 -install
27 Install a private colormap for the window.
28
29 -visual visual
30 Specify which visual to use. Legal values are the name of a
31 visual class, or the id number (decimal or hex) of a specific
32 visual.
33
34 -font font
35 The font used for the messages.
36
37 -program program
38 This program will be run periodically, and its output will be
39 the text of the messages. Default:
40
41 xscreensaver-text --cols 40 | head -n15
42
43 You can configure the text printed through the "Advanced" tab
44 of xscreensaver-demo(1), or by editing your ~/.xscreensaver
45 file.
46
47 -filename file
48 If mode is file, then the contents of this file will be used
49 for all messages.
50
51 -text string
52 If mode is string, then this text will be used for all mes‐
53 sages.
54
55 -fps Display the current frame rate and CPU load.
56
58 DISPLAY to get the default host and display number.
59
60 XENVIRONMENT
61 to get the name of a resource file that overrides the global
62 resources stored in the RESOURCE_MANAGER property.
63
65 X(1), xscreensaver(1), xscreensaver-text(1), xnlock(1)
66
68 Copyright 1985, 1990 by Dan Heller <argv@danheller.com>.
69
71 Dan Heller <argv@danheller.com>, 1985.
72
73 Ability to run standalone or with xscreensaver added by Jamie Zawinski
74 <jwz@jwz.org>, 13-aug-92.
75
76
77
78X Version 11 5.45-1.fc33 (10-Dec-2020) noseguy(6x)