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

« back to all changes in this revision

Viewing changes to hacks/config/extrusion.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="extrusion" _label="Extrusion">
 
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="40000" default="20000"
 
10
          convert="invert"/>
 
11
 
 
12
  <select id="mode">
 
13
    <option id="random"  _label="Random Object"/>
 
14
    <option id="helix2" _label="Helix 2" arg-set="-name helix2"/>
 
15
    <option id="helix3" _label="Helix 3" arg-set="-name helix3"/>
 
16
    <option id="helix4" _label="Helix 4" arg-set="-name helix4"/>
 
17
    <option id="joinoffset" _label="Join Offset" arg-set="-name joinoffset"/>
 
18
    <option id="screw" _label="Screw" arg-set="-name screw"/>
 
19
    <option id="taper" _label="Taper" arg-set="-name taper"/>
 
20
    <option id="twist" _label="Twistoid" arg-set="-name twistoid"/>
 
21
  </select>
 
22
 
 
23
  <select id="render">
 
24
    <option id="flat"  _label="Use Flat Coloring" arg-set="-no-light"/>
 
25
    <option id="light" _label="Use Lighting"/>
 
26
  </select>
 
27
 
 
28
  <select id="render">
 
29
    <option id="wire"  _label="Wireframe" arg-set="-wire"/>
 
30
    <option id="solid" _label="Solid"/>
 
31
  </select>
 
32
 
 
33
  <!-- #### -texture -->
 
34
  <!-- #### -texture_quality -->
 
35
  <!-- #### -mipmap -->
 
36
 
 
37
  <file id="bitmap" _label="Texture Image" arg="-bitmap %"/>
 
38
 
 
39
  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
40
 
 
41
  <_description>
 
42
Draws various rotating extruded shapes that twist around, lengthen,
 
43
and turn inside out.  Created by David Konerding from the samples
 
44
that come with the GL Extrusion library by Linas Vepstas.
 
45
  </_description>
 
46
</screensaver>