From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / sonar.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="sonar" _label="Sonar" gl="yes">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=XEL8g3qbthE"/>
8
9   <hgroup>
10    <vgroup>
11     <number id="delay" type="slider" arg="-delay %"
12             _label="Frame rate" _low-label="Low" _high-label="High"
13             low="0" high="100000" default="30000"
14             convert="invert"/>
15
16     <number id="speed" type="slider" arg="-speed %"
17              _label="Speed" _low-label="Slow" _high-label="Fast"
18              low="0.1" high="8.0" default="1.0"/>
19
20     <select id="ping">
21      <option id="sn" _label="Ping local subnet"/>
22 <!--
23      <option id="24" _label="Ping subnet/24 (254 hosts)" arg-set="-ping subnet/24"/>
24      <option id="25" _label="Ping subnet/25 (126 hosts)" arg-set="-ping subnet/25"/>
25      <option id="26" _label="Ping subnet/26 (62 hosts)"  arg-set="-ping subnet/26"/>
26      <option id="27" _label="Ping subnet/27 (31 hosts)"  arg-set="-ping subnet/27"/>
27      <option id="28" _label="Ping subnet/28 (14 hosts)"/>
28      <option id="29" _label="Ping subnet/29 (6 hosts)"   arg-set="-ping subnet/29"/>
29      <option id="30" _label="Ping subnet/30 (2 hosts)"   arg-set="-ping subnet/30"/>
30 -->
31
32      <option id="ssh" _label="Ping known SSH hosts"      arg-set="-ping /etc/hosts,$HOME/.ssh/known_hosts,$HOME/.ssh/known_hosts2"/>
33
34      <option id="popular" _label="Ping Google, Facebook, etc." arg-set="-ping google.com,facebook.com,twitter.com,yahoo.com,flickr.com,www.apple.com,wikipedia.org,linux.org,youtube.com,disqus.com,blogger.com,wordpress.com,tumblr.com,whitehouse.gov"/>
35
36      <option id="sim" _label="Simulation (don't ping)"   arg-set="-ping simulation"/>
37     </select>
38    </vgroup>
39
40    <vgroup>
41     <number id="font" type="slider" arg="-font-size %"
42             _label="Font size" _low-label="Tiny" _high-label="Huge"
43             low="6.0" high="24.0" default="12"/>
44
45     <number id="sweep" type="slider" arg="-sweep-size %"
46             _label="Trail length" _low-label="Short" _high-label="Long"
47             low="0.02" high="0.7" default="0.3"/>
48    </vgroup>
49   </hgroup>
50
51
52   <hgroup>
53    <string id="aname" _label="Simulation team A name" arg="-team-a-name %"/>
54     <number id="acount" type="spinbutton" arg="-team-a-count %"
55             _label="A count" low="1" high="100" default="4"/>
56   </hgroup>
57
58   <hgroup>
59    <string id="bname" _label="Simulation team B name" arg="-team-b-name %"/>
60    <number id="bcount" type="spinbutton" arg="-team-b-count %"
61            _label="B count" low="1" high="100" default="4"/>
62   </hgroup>
63
64   <hgroup>
65    <boolean id="dns"     _label="Resolve host names" arg-unset="-no-dns"/>
66    <boolean id="times"   _label="Show ping times"    arg-unset="-no-times"/>
67    <boolean id="wobble"  _label="Tilt"               arg-unset="-no-wobble"/>
68    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
69   </hgroup>
70
71   <xscreensaver-updater />
72
73   <_description>
74 A sonar display pings (get it?) the hosts on your local network, and
75 plots their distance (response time) from you.  The three rings
76 represent ping times of approximately 2.5, 70 and 2,000 milliseconds
77 respectively.
78
79 Alternately, it can run a simulation that doesn't involve hosts.
80
81 https://en.wikipedia.org/wiki/Ping#History
82
83 Written by Jamie Zawinski and Stephen Martin; 1998.
84   </_description>
85 </screensaver>