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