source: trunk/third/xscreensaver/hacks/bsod.man @ 20148

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