Deleted Added
full compact
splash.4 (53200) splash.4 (55268)
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 53200 1999-11-15 23:14:32Z phantom $
27.\" $FreeBSD: head/share/man/man4/splash.4 55268 1999-12-30 13:01:07Z hoek $
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

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

54.Fl c
55or
56.Fl v
57boot option when loading kernel, the splash image will not appear. However, 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.
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

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

54.Fl c
55or
56.Fl v
57boot option when loading kernel, the splash image will not appear. However, 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 module is available:
62Currently the following decoder modules are available:
63.Pp
64.Bl -tag -width splash_decoder -compact
65.It Pa splash_bmp.ko
66W*ndows BMP file decoder.
67While the BMP file format allows images of various color depths, this
68decoder currently only handles 256 color bitmaps. Bitmaps of other color
69depths will not be displayed.
70.It Pa splash_pcx.ko

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

83either by statically linking the VESA module or by loading the VESA module
84.Pq see Xr vga 4 ,
85you can load bitmaps up to a resolution of 1024x768, depending on the VESA
86BIOS and the amount of video memory on the video card.
87.Sh SCREEN SAVER
88The screen saver will activate when the system is considered idle: i.e.
89when the user has not typed a key or moved the mouse for a specified period
90of time. As the screen saver is an optional module, it must be explicitly
63.Pp
64.Bl -tag -width splash_decoder -compact
65.It Pa splash_bmp.ko
66W*ndows BMP file decoder.
67While the BMP file format allows images of various color depths, this
68decoder currently only handles 256 color bitmaps. Bitmaps of other color
69depths will not be displayed.
70.It Pa splash_pcx.ko

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

83either by statically linking the VESA module or by loading the VESA module
84.Pq see Xr vga 4 ,
85you can load bitmaps up to a resolution of 1024x768, depending on the VESA
86BIOS and the amount of video memory on the video card.
87.Sh SCREEN SAVER
88The screen saver will activate when the system is considered idle: i.e.
89when the user has not typed a key or moved the mouse for a specified period
90of time. As the screen saver is an optional module, it must be explicitly
91loaded into memory. Currently the following screen saver modules are
91loaded into memory. Currently the following screen saver modules are
92available:
93.Pp
94.Bl -tag -width splash_module.ko -compact
95.It Pa blank_saver.ko
96This screen saver simply blanks the screen.
97.It Pa daemon_saver.ko
98Animated BSD Daemon screen saver.
99.It Pa fade_saver.ko

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

231.Pa splash_bmp
232module was written by
233.An Michael Smith Aq msmith@FreeBSD.org
234and
235.An Kazutaka Yokota .
236The
237.Pa splash_pcx
238module was written by
92available:
93.Pp
94.Bl -tag -width splash_module.ko -compact
95.It Pa blank_saver.ko
96This screen saver simply blanks the screen.
97.It Pa daemon_saver.ko
98Animated BSD Daemon screen saver.
99.It Pa fade_saver.ko

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

231.Pa splash_bmp
232module was written by
233.An Michael Smith Aq msmith@FreeBSD.org
234and
235.An Kazutaka Yokota .
236The
237.Pa splash_pcx
238module was written by
239.An Dag-Erling Sm�rgrav Aq des@FreeBDS.org
239.An Dag-Erling Sm�rgrav Aq des@FreeBSD.org
240based on the
241.Pa splash_bmp
242code.
240based on the
241.Pa splash_bmp
242code.