began for maemo
[xscreensaver] / xscreensaver / hacks / config / gltext.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="gltext" _label="GLText">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="30000" default="20000"
10           convert="invert"/>
11
12   <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
13
14   <select id="rotation">
15     <option id="no"  _label="Don't Rotate"               arg-set="-spin 0"/>
16     <option id="x"   _label="Rotate around X axis"       arg-set="-spin X"/>
17     <option id="y"   _label="Rotate around Y axis"       arg-set="-spin Y"/>
18     <option id="z"   _label="Rotate around Z axis"       arg-set="-spin Z"/>
19     <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
20     <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
21     <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
22     <option id="xyz" _label="Rotate around all three axes"/>
23   </select>
24
25   <select id="facing">
26     <option id="front"   _label="Always face front"/>
27     <option id="nofront" _label="Spin all the way around" arg-set="-no-front"/>
28   </select>
29
30   <string id="text"    _label="Text"    arg="-text %"/>
31 <!--  <file   id="program" _label="Program" arg="-program %"/> -->
32
33   <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
34   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
35
36   <_description>
37 Displays a few lines of text spinning around in a solid 3D font.
38
39 Written by Jamie Zawinski; 2001.
40   </_description>
41 </screensaver>