From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / bsod.man
1 .de EX          \"Begin example
2 .ne 5
3 .if n .sp 1
4 .if t .sp .5
5 .nf
6 .in +.5i
7 ..
8 .de EE
9 .fi
10 .in -.5i
11 .if n .sp 1
12 .if t .sp .5
13 ..
14 .TH XScreenSaver 1 "5-May-2004" "X Version 11"
15 .SH NAME
16 bsod - Blue Screen of Death emulator
17 .SH SYNOPSIS
18 .B bsod
19 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP]
20 [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install]
21 [\-visual \fIvisual\fP] [\-delay \fIseconds\fP]
22 [\-fps]
23 .SH DESCRIPTION
24 The
25 .I bsod
26 program is the finest in personal computer emulation.  
27 .PP
28 .I bsod
29 steps through a set of screens, each one a recreation of a different failure
30 mode of an operating system.  Systems depicted include
31 Windows 3.1, Windows 95, Windows NT, MS-DOS, AmigaDOS 1.3, Linux,
32 SCO UNIX, BSD UNIX, HPUX, Solaris, Tru64, VMS, HVX/GCOS6, IBM OS/390, OS/2,
33 MacOS (MacsBug, Bomb, Sad Mac, and OSX), Atari ST, Apple ][+, and
34 NCD X Terminals.
35 .PP
36 .SH OPTIONS
37 .I bsod
38 accepts the following options:
39 .TP 8
40 .B \-window
41 Draw on a newly-created window.  This is the default.
42 .TP 8
43 .B \-root
44 Draw on the root window.
45 .TP 8
46 .B \-mono 
47 If on a color display, pretend we're on a monochrome display.
48 .TP 8
49 .B \-install
50 Install a private colormap for the window.
51 .TP 8
52 .B \-visual \fIvisual\fP
53 Specify which visual to use.  Legal values are the name of a visual class,
54 or the id number (decimal or hex) of a specific visual.
55 .TP 8
56 .B \-delay \fIdelay\fP
57 The duration each crash-mode is displayed before selecting another.
58 .TP 8
59 .B \-only \fIwhich\fP
60 Tell it to run only one mode, e.g., \fI\-only HPUX\fP.
61 .TP 8
62 .B \-fps
63 Display the current frame rate and CPU load.
64 .SH ENVIRONMENT
65 .PP
66 .TP 8
67 .B DISPLAY
68 to get the default host and display number.
69 .TP 8
70 .B XENVIRONMENT
71 to get the name of a resource file that overrides the global resources
72 stored in the RESOURCE_MANAGER property.
73 .SH X RESOURCES
74 Notable X resources supported include the following, which control which
75 hacks are displayed and which aren't.
76 .BR doWindows ,
77 .BR doNT ,
78 .BR doWin2K ,
79 .BR doWin10 ,
80 .BR doAmiga ,
81 .BR doMac ,
82 .BR doMac1 ,
83 .BR doMacsBug ,
84 .BR doMacX ,
85 .BR doSCO ,
86 .BR doAtari ,
87 .BR doBSD ,
88 .BR doLinux ,
89 .BR doSparcLinux ,
90 .BR doHPPALinux ,
91 .BR doBlitDamage ,
92 .BR doSolaris ,
93 .BR doHPUX ,
94 .BR doApple2 ,
95 .BR doOS390 ,
96 .BR doTru64 ,
97 .BR doVMS ,
98 .BR doMSDOS ,
99 .BR doOS2 ,
100 .BR doHVX ,
101 and
102 .BR doATM .
103 Each of these is a Boolean resource, they all default to true, except
104 for doAtari, doBSD, doSparcLinux, and doHPPALinux, which are turned off
105 by default, because they're really not all that interesting looking
106 unless you're a fan of those systems.  
107
108 There are command-line options for all of these:
109 e.g., \fI\-bsd\fP, \fI\-no-bsd\fP.  (Also note the \fI\-only\fP option.)
110 .SH BUGS
111 Unlike the systems being simulated, \fIbsod\fP does not require a
112 reboot after running.
113 .SH SEE ALSO
114 .BR X (1),
115 .BR xscreensaver (1),
116 .BR http://www.microsoft.com/ ,
117 .BR http://www.apple.com/ ,
118 .BR http://www.sco.com/ ,
119 .BR http://www.kernel.org/ ,
120 and
121 .BR http://www.amiga.de/ .
122 .SH TRADEMARKS
123 Microsoft Windows, Microsoft Windows 95, and Microsoft Windows NT are all
124 registered trademarks of Microsoft Corporation.  Apple Macintosh is a
125 registered trademark of Apple Computer.  Amiga is a registered trademark of
126 Amiga International, Inc.  Atari ST is probably a trademark, too, but it's
127 hard to tell who owns it.  Linux is a registered trademark of Linus Torvalds,
128 but it isn't his fault. OS/2 is a registered trademark of International 
129 Business Machines Corporation.
130 .SH COPYRIGHT
131 Copyright \(co 1998-2003 by Jamie Zawinski.  Permission to use, copy, modify, 
132 distribute, and sell this software and its documentation for any purpose is 
133 hereby granted without fee, provided that the above copyright notice appear 
134 in all copies and that both that copyright notice and this permission notice
135 appear in supporting documentation.  No representations are made about the 
136 suitability of this software for any purpose.  It is provided "as is" without
137 express or implied warranty.  No animals were harmed during the testing of
138 these simulations.  Always mount a scratch monkey.
139 .SH AUTHOR
140 Concept cribbed from Stephen Martin <smartin@mks.com>.  This version is by
141 Jamie Zawinski <jwz@jwz.org>, with contributions from many others.