From http://www.jwz.org/xscreensaver/xscreensaver-5.40.tar.gz
[xscreensaver] / hacks / config / xanalogtv.xml
index 421880108038eb2b8427a3acefd8774128aa840d..5064ca10da06475f52c4f5637d9e01fb4b7d92b7 100644 (file)
@@ -4,35 +4,44 @@
 
   <command arg="-root"/>
 
-  <xscreensaver-image />
+  <video href="https://www.youtube.com/watch?v=VmM1KkFsry0"/>
 
-  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+  <hgroup>
+   <vgroup>
+    <xscreensaver-image />
+   </vgroup>
+   <vgroup>
+    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+    <boolean id="colorbars" _label="Colorbars only" arg-set="-colorbars-only"/>
+   </vgroup>
+  </hgroup>
 
   <hgroup>
    <vgroup>
     <number id="tvcolor" type="slider" arg="-tv-color %"
             _label="Color Knob" _low-label="Low" _high-label="High"
-            low="0" high="1000" default="70"/>
+            low="0" high="400" default="70"/>
     <number id="tvtint" type="slider" arg="-tv-tint %"
             _label="Tint Knob" _low-label="Low" _high-label="High"
-            low="0" high="100" default="5"/>
+            low="0" high="360" default="5"/>
    </vgroup>
    <vgroup>
     <number id="tvbrightness" type="slider" arg="-tv-brightness %"
             _label="Brightness Knob" _low-label="Low" _high-label="High"
-            low="0" high="200" default="150"/>
+            low="-75.0" high="100.0" default="3.0"/>
     <number id="tvcontrast" type="slider" arg="-tv-contrast %"
             _label="Contrast Knob" _low-label="Low" _high-label="High"
             low="0" high="1500" default="1000"/>
    </vgroup>
   </hgroup>
 
-  <_description>
+  <xscreensaver-updater />
 
-a detailed simulation of an old TV set, including artifacts like snow,
-bloom, distortion, ghosting, and hash noise.  It also simulates the TV
-warming up. It will cycle through 12 channels, some with images you
-give it, and some with color bars or nothing but static.
+  <_description>
+An old TV set, including artifacts like snow, bloom, distortion,
+ghosting, and hash noise.  It also simulates the TV warming up. It
+will cycle through 12 channels, some with images you give it, and some
+with color bars or nothing but static.
 
 Written by Trevor Blackwell; 2003.
   </_description>