/usr/share/xscreensaver/config/blaster.xml is in xscreensaver-data-extra 5.36-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="blaster" _label="Blaster">
<command arg="-root"/>
<video href="https://www.youtube.com/watch?v=bp3J3si2Hr0"/>
<number id="delay" type="slider" arg="-delay %"
_label="Frame rate" _low-label="Low" _high-label="High"
low="0" high="100000" default="10000"
convert="invert"/>
<number id="num_robots" type="spinbutton" arg="-num_robots %"
_label="Robots" low="2" high="50" default="5"/>
<number id="num_lasers" type="spinbutton" arg="-num_lasers %"
_label="Lasers" low="1" high="100" default="3"/>
<number id="num_stars" type="slider" arg="-num_stars %"
_label="Stars" _low-label="Few" _high-label="Many"
low="5" high="200" default="50"/>
<!-- #### -move_stars_x [2] -->
<!-- #### -move_stars_y [1] -->
<!-- #### -move_stars_random [0] -->
<!-- #### -star_color [white] -->
<!-- #### -explode_size_1 [27] -->
<!-- #### -explode_size_2 [19] -->
<!-- #### -explode_size_3 [7] -->
<!-- #### -explode_color_1 [yellow] -->
<!-- #### -explode_color_2 [orange] -->
<!-- #### -r_color0 [magenta] -->
<!-- #### -r_color1 [orange] -->
<!-- #### -r_color2 [yellow] -->
<!-- #### -r_color3 [white] -->
<!-- #### -r_color4 [blue] -->
<!-- #### -r_color5 [cyan] -->
<!-- #### -l_color0 [green] -->
<!-- #### -l_color1 [red] -->
<!-- #### -mother_ship -->
<!-- #### -mother_ship_width [25] -->
<!-- #### -mother_ship_height [7] -->
<!-- #### -mother_ship_laser [15] -->
<!-- #### -mother_ship_period [150] -->
<!-- #### -mother_ship_hits [10] -->
<!-- #### -mother_ship_color0 [darkblue] -->
<!-- #### -mother_ship_color1 [white] -->
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
<xscreensaver-updater />
<_description>
Flying space-combat robots (cleverly disguised as colored circles)
do battle in front of a moving star field.
Written by Jonathan Lin; 1999.
</_description>
</screensaver>
|