~ubuntu-branches/ubuntu/dapper/xscreensaver/dapper-updates

« back to all changes in this revision

Viewing changes to hacks/config/gltext.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Hildebrandt
  • Date: 2005-04-09 00:06:43 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050409000643-z0abtifbt9s20pcc
Tags: 4.21-3
Patch by Joachim Breitner to check more frequently if DPMS kicked in (closes: #303374, #286664).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="-no-spin"/>
 
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" arg-set="-front"/>
 
27
    <option id="nofront" _label="Spin all the way around"/>
 
28
  </select>
 
29
 
 
30
  <select id="render">
 
31
    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
 
32
    <option id="solid" _label="Solid"/>
 
33
  </select>
 
34
 
 
35
  <string id="text"    _label="Text"    arg="-text %"/>
 
36
  <file   id="program" _label="Program" arg="-program %"/>
 
37
 
 
38
  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
39
 
 
40
  <_description>
 
41
Displays a few lines of text spinning around in a solid 3D font.
 
42
Written by Jamie Zawinski.
 
43
  </_description>
 
44
</screensaver>