This file is indexed.

/usr/share/xscreensaver/config/bsod.xml is in xscreensaver-screensaver-bsod 5.30-1+deb8u2.

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
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="bsod" _label="BSOD">

 <command arg="-root"/>

 <hgroup>
  <number id="delay" type="slider" arg="-delay %"
          _label="Duration" _low-label="5 seconds" _high-label="2 minutes"
          low="5" high="120" default="45"/>
  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 </hgroup>

 <hgroup>
  <vgroup>
   <boolean id="windows"    _label="Windows 3.1"    arg-unset="-no-windows"/>
   <boolean id="nt"         _label="Windows NT"     arg-unset="-no-nt"/>
   <boolean id="2k"         _label="Windows 2000  " arg-unset="-no-2k"/>
   <boolean id="msdos"      _label="MS-DOS"         arg-unset="-no-msdos"/>
  </vgroup>
  <vgroup>
   <boolean id="amiga"      _label="AmigaDOS"       arg-unset="-no-amiga"/>
   <boolean id="glados"     _label="GLaDOS"         arg-unset="-no-glados"/>
   <boolean id="android"    _label="Android"        arg-unset="-no-android"/>
   <boolean id="apple2"     _label="Apple ]["       arg-unset="-no-apple2"/>
  </vgroup>
  <vgroup>
   <boolean id="nvidia"     _label="NVidia"         arg-unset="-no-nvidia"/>
   <boolean id="os2"        _label="OS/2"           arg-unset="-no-os2"/>
   <boolean id="mac"        _label="Sad Mac"        arg-unset="-no-mac"/>
   <boolean id="mac1"       _label="Mac bomb"       arg-unset="-no-mac1"/>
  </vgroup>
  <vgroup>
   <boolean id="macsbug"    _label="MacsBug"        arg-unset="-no-macsbug"/>
   <boolean id="atari"      _label="Atari"          arg-set="-atari"/>
   <boolean id="macx"       _label="MacOS X"        arg-unset="-no-macx"/>
   <boolean id="os390"      _label="OS/390"         arg-unset="-no-os390"/>
  </vgroup>
  <vgroup>
   <boolean id="vms"        _label="VMS"            arg-unset="-no-vms"/>
   <boolean id="hvx"        _label="HVX/GCOS6"      arg-unset="-no-hvx"/>
   <boolean id="blitdamage" _label="NCD X Terminal  " arg-unset="-no-blitdamage"/>
   <boolean id="atm"        _label="ATM"            arg-unset="-no-atm"/>
  </vgroup>
  <vgroup>
   <boolean id="bsd"        _label="BSD"            arg-set="-bsd"/>
   <boolean id="linux"      _label="Linux (fsck)"   arg-unset="-no-linux"/>
   <boolean id="sparclinux" _label="Linux (sparc)"  arg-set="-sparclinux"/>
   <boolean id="hppalinux"  _label="Linux (hppa)"   arg-unset="-no-hppalinux"/>
  </vgroup>
  <vgroup>
   <boolean id="solaris"    _label="Solaris"        arg-unset="-no-solaris"/>
   <boolean id="sco"        _label="SCO"            arg-unset="-no-sco"/>
   <boolean id="hpux"       _label="HPUX"           arg-unset="-no-hpux"/>
   <boolean id="tru64"      _label="Tru64"          arg-unset="-no-tru64"/>
  </vgroup>
 </hgroup>

 <hgroup>
  <vgroup>
   <xscreensaver-image />
  </vgroup>
  <xscreensaver-updater />
 </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"/>
    <number id="tvtint" type="slider" arg="-tv-tint %"
            _label="Tint Knob" _low-label="Low" _high-label="High"
            low="0" high="100" 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"/>
    <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>
BSOD stands for "Blue Screen of Death".  The finest in personal
computer emulation, BSOD simulates popular screen savers from a
number of less robust operating systems.

http://en.wikipedia.org/wiki/Blue_Screen_of_Death
http://en.wikipedia.org/wiki/Screen_of_death
http://en.wikipedia.org/wiki/Guru_Meditation
http://en.wikipedia.org/wiki/Row_of_Bombs
http://en.wikipedia.org/wiki/Bomb_%28symbol%29

Written by Jamie Zawinski; 1998.
 </_description>
</screensaver>