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

« back to all changes in this revision

Viewing changes to hacks/config/boing.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="boing" _label="Boing">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="size" type="slider" arg="-size %"
 
8
          _label="Size" _low-label="Tiny" _high-label="Huge"
 
9
          low="0.02" high="0.9" default="0.5"/>
 
10
 
 
11
  <number id="speed" type="slider" arg="-speed %"
 
12
          _label="Speed" _low-label="Slow" _high-label="Fast"
 
13
          low="0.1" high="10.0" default="1.0"/>
 
14
 
 
15
  <vgroup>
 
16
   <hgroup>
 
17
    <number id="meridians" type="spinbutton" arg="-meridians %"
 
18
            _label="Meridians" low="1" high="90" default="8"/>
 
19
    <number id="parallels" type="spinbutton" arg="-parallels %"
 
20
            _label="Parallels" low="1" high="90" default="16"/>
 
21
   </hgroup>
 
22
   <hgroup>
 
23
    <boolean id="smoothing" _label="Smoothing" arg-set="-smooth"/>
 
24
    <boolean id="lighting"  _label="Lighting" arg-set="-lighting"/>
 
25
    <boolean id="scanlines" _label="Scanlines" arg-set="-scanlines"/>
 
26
   </hgroup>
 
27
   <hgroup>
 
28
    <boolean id="wire"      _label="Wireframe" arg-set="-wireframe"/>
 
29
    <boolean id="showfps"   _label="Show Frames-per-Second" arg-set="-fps"/>
 
30
   </hgroup>
 
31
  </vgroup>
 
32
 
 
33
  <_description>
 
34
 
 
35
This bouncing ball is a clone of the first graphics demo for the Amiga
 
36
1000, which was written by Dale Luck and RJ Mical during a break at
 
37
the 1984 Consumer Electronics Show (or so the legend goes.)
 
38
 
 
39
This looks like the original Amiga demo if you turn off "smoothing"
 
40
and "lighting" and turn on "scanlines".
 
41
 
 
42
Written by Jamie Zawinski.
 
43
  </_description>
 
44
</screensaver>