diff options
Diffstat (limited to 'hacks/config/bsod.xml')
| -rw-r--r-- | hacks/config/bsod.xml | 114 |
1 files changed, 0 insertions, 114 deletions
diff --git a/hacks/config/bsod.xml b/hacks/config/bsod.xml deleted file mode 100644 index aa3dca1..0000000 --- a/hacks/config/bsod.xml +++ /dev/null @@ -1,114 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - -<screensaver name="bsod" _label="BSOD"> - - <command arg="-root"/> - - <video href="https://www.youtube.com/watch?v=YIqbMCfR3r0"/> - - <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="win10" _label="Windows 10 " arg-unset="-no-win10"/> - </vgroup> - <vgroup> - <boolean id="msdos" _label="MS-DOS" arg-unset="-no-msdos"/> - <boolean id="glados" _label="GLaDOS" arg-unset="-no-glados"/> - <boolean id="amiga" _label="AmigaDOS" arg-unset="-no-amiga"/> - <boolean id="android" _label="Android" arg-set="-android"/> - </vgroup> - <vgroup> - <boolean id="apple2" _label="Apple ][" arg-unset="-no-apple2"/> - <boolean id="ransomware" _label="Ransomware" arg-unset="-no-ransomware"/> - <boolean id="nvidia" _label="NVidia" arg-unset="-no-nvidia"/> - <boolean id="os2" _label="OS/2" arg-unset="-no-os2"/> - </vgroup> - <vgroup> - <boolean id="mac" _label="Sad Mac" arg-unset="-no-mac"/> - <boolean id="mac1" _label="Mac bomb" arg-unset="-no-mac1"/> - <boolean id="macsbug" _label="MacsBug" arg-unset="-no-macsbug"/> - <boolean id="macx" _label="MacOS X" arg-unset="-no-macx"/> - </vgroup> - <vgroup> - <boolean id="vmware" _label="VMware" arg-unset="-no-vmware"/> - <boolean id="atari" _label="Atari" arg-set="-atari"/> - <boolean id="os390" _label="OS/390" arg-unset="-no-os390"/> - <boolean id="hvx" _label="HVX/GCOS" arg-unset="-no-hvx"/> - </vgroup> - <vgroup> - <boolean id="encom" _label="Encom" arg-unset="-no-encom"/> - <boolean id="blitdamage" _label="NCD XTerm" arg-unset="-no-blitdamage"/> - <boolean id="atm" _label="ATM" arg-unset="-no-atm"/> - <boolean id="dvd" _label="DVD" arg-unset="-no-dvd"/> - </vgroup> - <vgroup> - <boolean id="nintendo" _label="Nintendo" arg-unset="-no-nintendo"/> - <boolean id="tivo" _label="Tivo" arg-unset="-no-tivo"/> - <boolean id="vms" _label="VMS" arg-unset="-no-vms"/> - <boolean id="bsd" _label="BSD" arg-set="-bsd"/> - </vgroup> - <vgroup> - <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"/> - <boolean id="solaris" _label="Solaris" arg-unset="-no-solaris"/> - </vgroup> - <vgroup> - <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"/> - <boolean id="gnome" _label="GNOME" arg-unset="-no-gnome"/> - </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="400" default="70"/> - <number id="tvtint" type="slider" arg="-tv-tint %" - _label="Tint Knob" _low-label="Low" _high-label="High" - 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="-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="500" default="150"/> - </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. - -https://en.wikipedia.org/wiki/Blue_Screen_of_Death -https://en.wikipedia.org/wiki/Screen_of_death -https://en.wikipedia.org/wiki/Guru_Meditation -https://en.wikipedia.org/wiki/Row_of_Bombs -https://en.wikipedia.org/wiki/Bomb_%28symbol%29 - -Written by Jamie Zawinski; 1998. - </_description> -</screensaver> |
