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