http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.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 .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, Tru64, VMS, HVX/GCOS6, IBM OS/390, OS/2,
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 doHPPALinux ,
86 .BR doBlitDamage ,
87 .BR doSolaris ,
88 .BR doHPUX ,
89 .BR doApple2 ,
90 .BR doOS390 ,
91 .BR doTru64 ,
92 .BR doVMS ,
93 .BR doMSDOS ,
94 .BR doOS2 ,
95 .BR doHVX ,
96 and
97 .BR doATM .
98 Each of these is a Boolean resource, they all default to true, except
99 for doAtari, doBSD, doSparcLinux, and doHPPALinux, which are turned off
100 by default, because they're really not all that interesting looking
101 unless you're a fan of those systems.  
102
103 There are command-line options for all of these:
104 e.g., \fI\-bsd\fP, \fI\-no-bsd\fP.  (Also note the \fI\-only\fP option.)
105 .SH BUGS
106 Unlike the systems being simulated, \fIbsod\fP does not require a
107 reboot after running.
108 .SH SEE ALSO
109 .BR X (1),
110 .BR xscreensaver (1),
111 .BR http://www.microsoft.com/ ,
112 .BR http://www.apple.com/ ,
113 .BR http://www.sco.com/ ,
114 .BR http://www.kernel.org/ ,
115 and
116 .BR http://www.amiga.de/ .
117 .SH TRADEMARKS
118 Microsoft Windows, Microsoft Windows 95, and Microsoft Windows NT are all
119 registered trademarks of Microsoft Corporation.  Apple Macintosh is a
120 registered trademark of Apple Computer.  Amiga is a registered trademark of
121 Amiga International, Inc.  Atari ST is probably a trademark, too, but it's
122 hard to tell who owns it.  Linux is a registered trademark of Linus Torvalds,
123 but it isn't his fault. OS/2 is a registered trademark of International 
124 Business Machines Corporation.
125 .SH COPYRIGHT
126 Copyright \(co 1998-2003 by Jamie Zawinski.  Permission to use, copy, modify, 
127 distribute, and sell this software and its documentation for any purpose is 
128 hereby granted without fee, provided that the above copyright notice appear 
129 in all copies and that both that copyright notice and this permission notice
130 appear in supporting documentation.  No representations are made about the 
131 suitability of this software for any purpose.  It is provided "as is" without
132 express or implied warranty.  No animals were harmed during the testing of
133 these simulations.  Always mount a scratch monkey.
134 .SH AUTHOR
135 Concept cribbed from Stephen Martin <smartin@mks.com>.  This version is by
136 Jamie Zawinski <jwz@jwz.org>, with contributions from many others.