1triangle(6x) XScreenSaver manual triangle(6x)
2
3
4
6 triangle - random mountains using iterative subdivision of triangles.
7
9 triangle [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--delay number] [--ncolors number]
11 [--fps]
12
14 Generates random mountain ranges using iterative subdivision of trian‐
15 gles.
16
18 --visual visual
19 Specify which visual to use. Legal values are the name of a
20 visual class, or the id number (decimal or hex) of a specific
21 visual.
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 --delay number
32 Per-frame delay, in microseconds. Default: 10000 (0.01 sec‐
33 onds.).
34
35 --ncolors number
36 Number of Colors. Default: 128.
37
38 --fps Display the current frame rate and CPU load.
39
41 DISPLAY to get the default host and display number.
42
43 XENVIRONMENT
44 to get the name of a resource file that overrides the global
45 resources stored in the RESOURCE_MANAGER property.
46
47 XSCREENSAVER_WINDOW
48 The window ID to use with --root.
49
51 X(1), xscreensaver(1)
52
54 Copyright © 2002 by Tobias Gloth. Permission to use, copy, modify,
55 distribute, and sell this software and its documentation for any pur‐
56 pose is hereby granted without fee, provided that the above copyright
57 notice appear in all copies and that both that copyright notice and
58 this permission notice appear in supporting documentation. No repre‐
59 sentations are made about the suitability of this software for any pur‐
60 pose. It is provided "as is" without express or implied warranty.
61
63 Tobias Gloth.
64
65
66
67X Version 11 6.08-1.fc38 (17-Oct-2023) triangle(6x)