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