1endgame(6x) XScreenSaver manual endgame(6x)
2
3
4
6 endgame - endgame chess screensaver
7
9 endgame [-display host:display.screen] [-window] [-root] [-install]
10 [-visual visual] [-delay microseconds] [-wireframe] [-fps]
11
13 endgame replays a brilliant chess ending
14
16 endgame accepts the following options:
17
18 -window Draw on a newly-created window. This is the default.
19
20 -root Draw on the root window.
21
22 -install
23 Install a private colormap for the window.
24
25 -shadows
26 Project pieces against the board with dark blend.
27
28 -reflections
29 Reflect pieces in light board squares.
30
31 -classic
32 Use the original low-polygon piece models.
33
34 -visual visual
35 Specify which visual to use. Legal values are the name of a
36 visual class, or the id number (decimal or hex) of a specific
37 visual.
38
39 -wireframe
40 Render in wireframe instead of solid. -fps Display a running
41 tally of how many frames per second are being rendered. In
42 conjunction with -delay 0, this can be a useful benchmark of
43 your GL performance.
44
46 DISPLAY to get the default host and display number.
47
48 XENVIRONMENT
49 to get the name of a resource file that overrides the global
50 resources stored in the RESOURCE_MANAGER property.
51
53 It's not unknown for this and other OpenGL hacks to fail under hardware
54 accelaration (UtahGLX) and take the X server with them. Texture images
55 must be 16x16 or 32x32 or 64x64 etc.
56
58 X(1), xscreensaver(1) xscreensaver-demo(1), xscreensaver-getimage(1)
59
61 Copyright © 2002 by Blair Tennessy. Permission to use, copy, modify,
62 distribute, and sell this software and its documentation for any pur‐
63 pose is hereby granted without fee, provided that the above copyright
64 notice appear in all copies and that both that copyright notice and
65 this permission notice appear in supporting documentation. No repre‐
66 sentations are made about the suitability of this software for any pur‐
67 pose. It is provided "as is" without express or implied warranty.
68
70 Blair Tennessy <tennessb@unbc.ca>, 20-April-2002.
71
72
73
74
75X Version 11 5.05-3 (06-Apr-2008) endgame(6x)