From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / gltext.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="gltext" _label="GLText" gl="yes">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="20000"
10           convert="invert"/>
11
12   <select id="text">
13     <option id="uname"  _label="Display system information" />
14     <option id="clock"  _label="Display date and time"
15             arg-set="-text '%A%n%d %b %Y%n%r'"/>
16   </select>
17
18   <hgroup>
19   <select id="facing">
20     <option id="front"   _label="Always face front"/>
21     <option id="nofront" _label="Spin all the way around" arg-set="-no-front"/>
22   </select>
23   <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
24   </hgroup>
25
26   <select id="rotation">
27     <option id="no"  _label="Don't rotate"               arg-set="-spin 0"/>
28     <option id="x"   _label="Rotate around X axis"       arg-set="-spin X"/>
29     <option id="y"   _label="Rotate around Y axis"       arg-set="-spin Y"/>
30     <option id="z"   _label="Rotate around Z axis"       arg-set="-spin Z"/>
31     <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
32     <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
33     <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
34     <option id="xyz" _label="Rotate around all three axes"/>
35   </select>
36
37   <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
38   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
39
40   <xscreensaver-updater />
41
42   <_description>
43 Displays a few lines of text spinning around in a solid 3D font.
44 The text can use strftime() escape codes to display the current 
45 date and time.
46
47 Written by Jamie Zawinski; 2001.
48   </_description>
49 </screensaver>