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] [-wireframe] [-light] [-tex‐
11 ture] [-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 -wireframe | -no-wireframe
34 Render in wireframe instead of solid.
35
36 -fog | -no-fog
37 Render in fog.
38
39 -fps | -no-fps
40 Whether to show a frames-per-second display at the bottom of
41 the screen.
42
43 -light | -no-light
44 Whether the scene is lit.
45
46 -texture | -no-texture
47 Render with textures instead of solid.
48
50 DISPLAY to get the default host and display number.
51
52 XENVIRONMENT
53 to get the name of a resource file that overrides the global
54 resources stored in the RESOURCE_MANAGER property.
55
57 X(1), xscreensaver(1)
58
60 Copyright © 2004 by Dave Atkinson. Permission to use, copy, modify,
61 distribute, and sell this software and its documentation for any pur‐
62 pose is hereby granted without fee, provided that the above copyright
63 notice appear in all copies and that both that copyright notice and
64 this permission notice appear in supporting documentation. No repre‐
65 sentations are made about the suitability of this software for any pur‐
66 pose. It is provided "as is" without express or implied warranty.
67
69 Dave Atkinson.
70
71
72
73X Version 11 5.05-3 (06-Apr-2008) glhanoi(6x)