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