http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.14.tar.gz
[xscreensaver] / hacks / bsod.man
index dffcedbf8fffef9abfa61d2ff588926a0b3b00ae..b581d91b16216fdf19e08abaf744b8c8d0cc9ff5 100644 (file)
@@ -27,9 +27,9 @@ program is the finest in personal computer emulation.
 .I bsod
 steps through a set of screens, each one a recreation of a different failure
 mode of an operating system.  Systems depicted include Microsoft's Windows 95
-and Windows NT, Commodore-Amiga's AmigaDOS 1.3, SPARC Linux, SCO UNIX, the
-Apple Macintosh (both the MacsBug debugger and the rarer "Sad Mac"), and the
-Atari ST.
+and Windows NT, Commodore-Amiga's AmigaDOS 1.3, SPARC Linux, SCO UNIX, 
+HPUX, IBM OS/360, the Apple Macintosh (both the MacsBug debugger and the 
+rarer "Sad Mac"), the Atari ST, and the Apple ][+.
 .PP
 .SH OPTIONS
 .I bsod
@@ -53,6 +53,9 @@ or the id number (decimal or hex) of a specific visual.
 .TP 8
 .B \-delay \fIdelay\fP
 The delay between displaying one crash and another.
+.TP 8
+.B \-only \fIwhich\fP
+Tell it to run only one mode, e.g., \fI\-only HPUX\fP.
 .SH ENVIRONMENT
 .PP
 .TP 8
@@ -72,40 +75,35 @@ hacks are displayed and which aren't.
 .BR doMac ,
 .BR doMac1 ,
 .BR doMacsBug ,
+.BR doMacX ,
 .BR doSCO ,
 .BR doAtari ,
 .BR doBSD ,
+.BR doLinux ,
 .BR doSparcLinux ,
 .BR doBlitDamage ,
+.BR doSolaris ,
+.BR doHPUX ,
+.BR doApple2 ,
+.BR doOS390 ,
+.BR doVMS ,
 and
-.BR doSolaris .
-Each of these is a Boolean resource, they all default to true, except for
-doSparcLinux and doAtari, which are turned off by default, because they're
-really not all that interesting looking unless you're a fan of those systems.
-There aren't command-line options for these, so to change them, you'll need
-to add entries to your .Xdefaults file, or use the -xrm option.
-For example, to tell bsod not to show the NT crash:
-.EX
-bsod -xrm '*doNT: false'
-.EE
-.SH BUGS
-Unlike the systems that the images are borrowed from,
-.I bsod
-does not require a reboot after running.
-.PP
-.I bsod
-should also emulate more systems, but systems with interesting crash
-graphics are not as common as one might hope.
+.BR doHVX .
+Each of these is a Boolean resource, they all default to true, except
+for doAtari, doBSD, and doSparcLinux, which are turned off by default,
+because they're really not all that interesting looking unless you're a
+fan of those systems.  
 
-One I'd really like to see is a Unix system getting a kernel panic, 
-rebooting, and running
-.BR fsck (8).
+There are command-line options for all of these:
+e.g., \fI\-bsd\fP, \fI\-no-bsd\fP.  (Also note the \fI\-only\fP option.)
+.SH BUGS
+Unlike the systems being simulated, \fIbsod\fP does not require a
+reboot after running.
 .SH SEE ALSO
 .BR X (1),
 .BR xscreensaver (1),
 .BR http://www.microsoft.com/ ,
 .BR http://www.apple.com/ ,
-and
 .BR http://www.sco.com/ ,
 .BR http://www.kernel.org/ ,
 and
@@ -115,10 +113,10 @@ Microsoft Windows, Microsoft Windows 95, and Microsoft Windows NT are all
 registered trademarks of Microsoft Corporation.  Apple Macintosh is a
 registered trademark of Apple Computer.  Amiga is a registered trademark of
 Amiga International, Inc.  Atari ST is probably a trademark, too, but it's
-hard to tell who owns it. Linux is a registered trademark of Linus Torvalds,
+hard to tell who owns it.  Linux is a registered trademark of Linus Torvalds,
 but it isn't his fault.
 .SH COPYRIGHT
-Copyright \(co 1998 by Jamie Zawinski.  Permission to use, copy, modify, 
+Copyright \(co 1998-2003 by Jamie Zawinski.  Permission to use, copy, modify, 
 distribute, and sell this software and its documentation for any purpose is 
 hereby granted without fee, provided that the above copyright notice appear 
 in all copies and that both that copyright notice and this permission notice
@@ -128,4 +126,4 @@ express or implied warranty.  No animals were harmed during the testing of
 these simulations.  Always mount a scratch monkey.
 .SH AUTHOR
 Concept cribbed from Stephen Martin <smartin@mks.com>.  This version is by
-Jamie Zawinski <jwz@jwz.org>.
+Jamie Zawinski <jwz@jwz.org>, with contributions from many others.