1fontglide(6x) XScreenSaver manual fontglide(6x)
2
3
4
6 fontglide - characters float onto the screen to form words
7
9 fontglide [--display host:display.screen] [--window] [--root] [--win‐
10 dow-id number][--install] [--visual visual] [--delay usecs] [--scroll]
11 [--page] [--random] [--speed float] [--linger float] [--program sh-com‐
12 mand] [--font font-name] [--bw int] [--trails] [--db] [--debug] [--fps]
13
15 The fontglide program reads text from a subprocess and puts it on the
16 screen using large characters that glide in from the edges, assemble,
17 then disperse. Alternately, it can simply scroll whole sentences from
18 right to left.
19
21 fontglide 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 --delay usecs
40 The delay between steps of the animation, in microseconds: de‐
41 fault 10000.
42
43 --page With this option, a page full of text will glide in, and dis‐
44 perse.
45
46 --scroll
47 With this option, sentences will scroll by from right to left.
48
49 --random
50 The default is to pick randomly between --page and --scroll.
51
52 --speed float
53 How fast to animate; 2 means twice as fast, 0.5 means half as
54 fast. Default 1.0.
55
56 --linger float
57 How long to leave the assembled text on the screen in --page
58 mode; 2 means twice as long, 0.5 means half as long. Default
59 1.0. (The more words there are on the screen, the longer it
60 lingers.)
61
62 --program sh-command
63 The command to run to generate the text to display. This op‐
64 tion may be any string acceptable to /bin/sh. The program will
65 be run at the end of a pipe, and any words that it prints to
66 stdout will end up on the window. (Whitespace and line breaks
67 are ignored.) If the program exits, it will be launched again
68 after we have processed all the text it produced. Default:
69 xscreensaver-text(6x).
70
71 --font string
72 The base font pattern to use when loading fonts. The default
73 is to search for any Latin1 scalable proportional fonts on the
74 system. Once a base font is selected, it will be loaded in a
75 random size.
76
77 --bw int
78 How thick an outline to draw around the characters. Default 2
79 pixels.
80
81 --trails
82 Leave "vapor trails" behind the moving text. Default off.
83
84 --no-db Turn off double-buffering. It may be faster, but will flicker.
85
86 --debug Draw some boxes showing character metrics, and print the name
87 of the current font to stderr.
88
89 --fps Display the current frame rate and CPU load.
90
92 DISPLAY to get the default host and display number.
93
94 XENVIRONMENT
95 to get the name of a resource file that overrides the global
96 resources stored in the RESOURCE_MANAGER property.
97
98 XSCREENSAVER_WINDOW
99 The window ID to use with --root.
100
102 xscreensaver(1), xscreensaver-text(6x), fortune(1), phosphor(6x), ap‐
103 ple2(6x), starwars(6x), ljlatest(6x), dadadodo(1), webcollage(6x),
104 driftnet(1) EtherPEG, EtherPeek
105
107 Copyright © 2003 by Jamie Zawinski. Permission to use, copy, modify,
108 distribute, and sell this software and its documentation for any pur‐
109 pose is hereby granted without fee, provided that the above copyright
110 notice appear in all copies and that both that copyright notice and
111 this permission notice appear in supporting documentation. No repre‐
112 sentations are made about the suitability of this software for any pur‐
113 pose. It is provided "as is" without express or implied warranty.
114
116 Jamie Zawinski <jwz@jwz.org>, 15-Sep-2003.
117
118
119
120X Version 11 6.08-1.fc39 (17-Oct-2023) fontglide(6x)