From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / glmatrix.xml
index 3d282a57c4219784633c9afdfe578d76ff4bed43..18293dacb789b5b0ea166b6a11a3b65115fdc4f5 100644 (file)
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="glmatrix" _label="GLMatrix">
+<screensaver name="glmatrix" _label="GLMatrix" gl="yes">
 
   <command arg="-root"/>
 
+  <video href="https://www.youtube.com/watch?v=_dktSpsaCPg"/>
+
   <number id="delay" type="slider" arg="-delay %"
           _label="Frame rate" _low-label="Low" _high-label="High"
           low="0" high="100000" default="30000"
    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
   </hgroup>
 
+  <xscreensaver-updater />
+
   <_description>
-Draws the 3D "digital rain" effect, as seen in the title sequence
-of "The Matrix".
+The 3D "digital rain" effect, as seen in the title sequence of "The Matrix".
 
 See also "xmatrix" for a 2D rendering of the similar effect that
 appeared on the computer monitors actually *in* the movie.
 
-http://en.wikipedia.org/wiki/Matrix_digital_rain
+https://en.wikipedia.org/wiki/Matrix_digital_rain
 
 Written by Jamie Zawinski; 2003.
   </_description>