1glhanoi(6x) XScreenSaver manual glhanoi(6x)
2
3
4
6 glhanoi - OpenGL Towers of Hanoi
7
9 glhanoi [-display host:display.screen] [-visual visual] [-window]
10 [-root] [-delay number] [-count number] [-poles number] [-speed number]
11 [-wireframe] [-light] [-texture] [-fog] [-fps]
12
14 Implementation of Towers of Hanoi in OpenGL
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: 30000 (0.03 sec‐
28 onds.).
29
30 -count number
31 Number of disks. Default: 7.
32
33 -poles number
34 Number of poles. Default: random from 3 to disks+1.
35
36 -speed number
37 Speed multiplier (for smallest disks). Default: 1.
38
39 -trails number
40 Length of disk trails, in seconds. Default: 2.
41
42 -wireframe | -no-wireframe
43 Render in wireframe instead of solid.
44
45 -fog | -no-fog
46 Render in fog.
47
48 -fps Display the current frame rate, CPU load, and polygon count.
49
50 -light | -no-light
51 Whether the scene is lit.
52
53 -texture | -no-texture
54 Render with textures instead of solid.
55
57 DISPLAY to get the default host and display number.
58
59 XENVIRONMENT
60 to get the name of a resource file that overrides the global
61 resources stored in the RESOURCE_MANAGER property.
62
64 X(1), xscreensaver(1)
65
67 Copyright © 2004 by Dave Atkinson. Permission to use, copy, modify,
68 distribute, and sell this software and its documentation for any pur‐
69 pose is hereby granted without fee, provided that the above copyright
70 notice appear in all copies and that both that copyright notice and
71 this permission notice appear in supporting documentation. No repre‐
72 sentations are made about the suitability of this software for any pur‐
73 pose. It is provided "as is" without express or implied warranty.
74
76 Dave Atkinson.
77
78
79
80X Version 11 5.44-2.fc32 (16-Apr-2020) glhanoi(6x)