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] [-delay number] [-ncolors number] [-fps]
11
13 Generates random mountain ranges using iterative subdivision of trian‐
14 gles.
15
17 -visual visual
18 Specify which visual to use. Legal values are the name of a
19 visual class, or the id number (decimal or hex) of a specific
20 visual.
21
22 -window Draw on a newly-created window. This is the default.
23
24 -root Draw on the root window.
25
26 -delay number
27 Per-frame delay, in microseconds. Default: 10000 (0.01 sec‐
28 onds.).
29
30 -ncolors number
31 Number of Colors. Default: 128.
32
33 -fps Display the current frame rate and CPU load.
34
36 DISPLAY to get the default host and display number.
37
38 XENVIRONMENT
39 to get the name of a resource file that overrides the global
40 resources stored in the RESOURCE_MANAGER property.
41
43 X(1), xscreensaver(1)
44
46 Copyright © 2002 by Tobias Gloth. Permission to use, copy, modify,
47 distribute, and sell this software and its documentation for any pur‐
48 pose is hereby granted without fee, provided that the above copyright
49 notice appear in all copies and that both that copyright notice and
50 this permission notice appear in supporting documentation. No repre‐
51 sentations are made about the suitability of this software for any pur‐
52 pose. It is provided "as is" without express or implied warranty.
53
55 Tobias Gloth.
56
57
58
59X Version 11 6.02-4.fc35 (09-Nov-2021) triangle(6x)