Deleted Added
full compact
splash.4 (57676) splash.4 (62978)
1.\"
2.\" Copyright (c) 1999
3.\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 10 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
1.\"
2.\" Copyright (c) 1999
3.\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 10 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/share/man/man4/splash.4 57676 2000-03-01 14:50:24Z sheldonh $
27.\" $FreeBSD: head/share/man/man4/splash.4 62978 2000-07-11 22:39:48Z dannyboy $
28.\"
29.Dd February 9, 1999
30.Dt SPLASH 4
31.Os FreeBSD
32.Sh NAME
33.Nm splash
34.Nd
35splash screen / screen saver interface
36.Sh SYNOPSIS
37.Cd "pseudo-device splash"
38.Sh DESCRIPTION
39The
40.Nm
41pseudo device driver adds support for the splash screen and screen
42savers to the kernel.
43This driver is required if the splash bitmap image is to be loaded or
44any screen saver is to be used.
45.Sh SPLASH SCREEN
28.\"
29.Dd February 9, 1999
30.Dt SPLASH 4
31.Os FreeBSD
32.Sh NAME
33.Nm splash
34.Nd
35splash screen / screen saver interface
36.Sh SYNOPSIS
37.Cd "pseudo-device splash"
38.Sh DESCRIPTION
39The
40.Nm
41pseudo device driver adds support for the splash screen and screen
42savers to the kernel.
43This driver is required if the splash bitmap image is to be loaded or
44any screen saver is to be used.
45.Sh SPLASH SCREEN
46You can load and display an arbitrary bitmap image file as welcome banner
46You can load and display an arbitrary bitmap image file as a welcome banner
47on the screen when the system is about to start. This image will remain on
48the screen during kernel initialization process until the ``Login'' prompt
49appears on the screen or until a screen saver is loaded and initialized.
50The image will also disappear if you hit any key, although this may not work
51immediately if the kernel is still probing devices.
52.Pp
47on the screen when the system is about to start. This image will remain on
48the screen during kernel initialization process until the ``Login'' prompt
49appears on the screen or until a screen saver is loaded and initialized.
50The image will also disappear if you hit any key, although this may not work
51immediately if the kernel is still probing devices.
52.Pp
53If you specify
53If you specify the
54.Fl c
55or
56.Fl v
54.Fl c
55or
56.Fl v
57boot option when loading kernel, the splash image will not appear.
57boot option when loading the kernel, the splash image will not appear.
58However, it
59is still loaded and can be used as a screen saver later: see below.
60.Pp
61In order to display the bitmap, the bitmap file itself and the
62matching splash image decoder module must be loaded by the boot loader.
63Currently the following decoder modules are available:
64.Pp
65.Bl -tag -width splash_decoder -compact

--- 33 unchanged lines hidden (view full) ---

99Animated BSD Daemon screen saver.
100.It Pa fade_saver.ko
101The screen will gradually fade away.
102.It Pa green_saver.ko
103If the monitor supports power saving mode, it will be turned off.
104.It Pa logo_saver.ko
105Animated graphical BSD Daemon.
106.It Pa rain_saver.ko
58However, it
59is still loaded and can be used as a screen saver later: see below.
60.Pp
61In order to display the bitmap, the bitmap file itself and the
62matching splash image decoder module must be loaded by the boot loader.
63Currently the following decoder modules are available:
64.Pp
65.Bl -tag -width splash_decoder -compact

--- 33 unchanged lines hidden (view full) ---

99Animated BSD Daemon screen saver.
100.It Pa fade_saver.ko
101The screen will gradually fade away.
102.It Pa green_saver.ko
103If the monitor supports power saving mode, it will be turned off.
104.It Pa logo_saver.ko
105Animated graphical BSD Daemon.
106.It Pa rain_saver.ko
107Draws shower on the screen.
107Draws a shower on the screen.
108.It Pa snake_saver.ko
109Draws a snake of string.
110.It Pa star_saver.ko
111Twinkling stars.
112.It Pa warp_saver.ko
113Streaking stars.
114.El
115.Pp

--- 129 unchanged lines hidden ---
108.It Pa snake_saver.ko
109Draws a snake of string.
110.It Pa star_saver.ko
111Twinkling stars.
112.It Pa warp_saver.ko
113Streaking stars.
114.El
115.Pp

--- 129 unchanged lines hidden ---