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

« back to all changes in this revision

Viewing changes to hacks/config/glsnake.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="glsnake" _label="GlSnake">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="duration" type="slider" arg="-statictime %"
 
8
          _label="Duration" _low-label="1" _high-label="30 Seconds"
 
9
          low="1000" high="30000" default="5000"/>
 
10
 
 
11
  <number id="angvel" type="slider" arg="-angvel %"
 
12
          _label="Angular Velocity" _low-label="Slow" _high-label="Fast"
 
13
          low="0.05" high="5.0" default="1.0"/>
 
14
 
 
15
  <number id="yangvel" type="slider" arg="-yangvel %"
 
16
          _label="Y Angular Velocity" _low-label="Slow" _high-label="Fast"
 
17
          low="0.0" high="1.0" default="0.10"/>
 
18
 
 
19
  <number id="zangvel" type="slider" arg="-zangvel %"
 
20
          _label="Z Angular Velocity" _low-label="Slow" _high-label="Fast"
 
21
          low="0.0" high="1.0" default="0.10"/>
 
22
 
 
23
  <number id="packing" type="slider" arg="-explode %"
 
24
          _label="Packing" _low-label="Tight" _high-label="Loose"
 
25
          low="0.0" high="0.5" default="0.03"/>
 
26
 
 
27
 
 
28
  <boolean id="labels" _label="Show Titles" arg-unset="-no-titles"/>
 
29
 
 
30
  <select id="render">
 
31
    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
 
32
    <option id="solid" _label="Solid"/>
 
33
  </select>
 
34
 
 
35
  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
36
 
 
37
  <_description>
 
38
Draws a simulation of the Rubik's Snake puzzle.
 
39
Written by Jamie Wilkinson, Andrew Bennetts, and Peter Aylett.
 
40
  </_description>
 
41
</screensaver>