Deleted Added
full compact
splash.4 (55268) splash.4 (57676)
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 55268 1999-12-30 13:01:07Z hoek $
27.\" $FreeBSD: head/share/man/man4/splash.4 57676 2000-03-01 14:50:24Z sheldonh $
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

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

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
54.Fl c
55or
56.Fl v
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

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

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
54.Fl c
55or
56.Fl v
57boot option when loading kernel, the splash image will not appear. However, it
57boot option when loading kernel, the splash image will not appear.
58However, it
58is still loaded and can be used as a screen saver later: see below.
59.Pp
60In order to display the bitmap, the bitmap file itself and the
61matching splash image decoder module must be loaded by the boot loader.
62Currently the following decoder modules are available:
63.Pp
64.Bl -tag -width splash_decoder -compact
65.It Pa splash_bmp.ko

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

132and the timeout value is set when the system starts.
133.Pp
134The screen saver may be instantly activated by hitting the
135.Ar saver
136key: the defaults are
137.Em Shift-Pause
138 on the AT enhanced keyboard and
139.Em Shift-Ctrl-NumLock/Pause
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
66.It Pa splash_bmp.ko

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

133and the timeout value is set when the system starts.
134.Pp
135The screen saver may be instantly activated by hitting the
136.Ar saver
137key: the defaults are
138.Em Shift-Pause
139 on the AT enhanced keyboard and
140.Em Shift-Ctrl-NumLock/Pause
140on the AT 84 keyboard. You can change the
141on the AT 84 keyboard.
142You can change the
141.Ar saver
142key by modifying the keymap
143.Pq see Xr kbdcontrol 1 , Xr keymap 5 ,
144and assign the
145.Ar saver
146function to a key of your preference.
147.Pp
148The screen saver will not run if the screen is not in text mode.

--- 94 unchanged lines hidden ---
143.Ar saver
144key by modifying the keymap
145.Pq see Xr kbdcontrol 1 , Xr keymap 5 ,
146and assign the
147.Ar saver
148function to a key of your preference.
149.Pp
150The screen saver will not run if the screen is not in text mode.

--- 94 unchanged lines hidden ---