Deleted Added
full compact
splash.4 (274749) splash.4 (293034)
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 274749 2014-11-20 14:18:07Z emaste $
27.\" $FreeBSD: head/share/man/man4/splash.4 293034 2016-01-01 04:04:40Z des $
28.\"
28.\"
29.Dd November 29, 2010
29.Dd December 31, 2015
30.Dt SPLASH 4
31.Os
32.Sh NAME
33.Nm splash
34.Nd splash screen / screen saver interface
35.Sh SYNOPSIS
36.Cd "device splash"
37.Sh DESCRIPTION

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

125The screen will be blanked, similar to
126.Pa blank_saver.ko .
127If the monitor and the video card's BIOS support it
128the screen will also be powered off.
129.It Pa logo_saver.ko
130Animated graphical
131.Fx
132logo.
30.Dt SPLASH 4
31.Os
32.Sh NAME
33.Nm splash
34.Nd splash screen / screen saver interface
35.Sh SYNOPSIS
36.Cd "device splash"
37.Sh DESCRIPTION

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

125The screen will be blanked, similar to
126.Pa blank_saver.ko .
127If the monitor and the video card's BIOS support it
128the screen will also be powered off.
129.It Pa logo_saver.ko
130Animated graphical
131.Fx
132logo.
133.It Pa plasma_saver.ko
134Draws an animated interference pattern.
133.It Pa rain_saver.ko
134Draws a shower on the screen.
135.It Pa snake_saver.ko
136Draws a snake of string.
137.It Pa star_saver.ko
138Twinkling stars.
139.It Pa warp_saver.ko
140Streaking stars.

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

277.Pa splash_txt
278module was written by
279.An Antony Mawer Aq Mt antony@mawer.org
280based on the
281.Pa splash_bmp
282code, with some additional inspiration from the
283.Pa daemon_saver
284code.
135.It Pa rain_saver.ko
136Draws a shower on the screen.
137.It Pa snake_saver.ko
138Draws a snake of string.
139.It Pa star_saver.ko
140Twinkling stars.
141.It Pa warp_saver.ko
142Streaking stars.

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

279.Pa splash_txt
280module was written by
281.An Antony Mawer Aq Mt antony@mawer.org
282based on the
283.Pa splash_bmp
284code, with some additional inspiration from the
285.Pa daemon_saver
286code.
287The
288.Pa logo_saver ,
289.Pa plasma_saver ,
290.Pa rain_saver
291and
292.Pa warp_saver
293modules were written by
294.An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org .
285.Sh CAVEATS
286Both the splash screen and the screen saver work with
287.Xr syscons 4
288only.
289.Sh BUGS
290If you load a screen saver while another screen saver has already
291been loaded, the first screen saver will not be automatically unloaded
292and will remain in memory, wasting kernel memory space.
295.Sh CAVEATS
296Both the splash screen and the screen saver work with
297.Xr syscons 4
298only.
299.Sh BUGS
300If you load a screen saver while another screen saver has already
301been loaded, the first screen saver will not be automatically unloaded
302and will remain in memory, wasting kernel memory space.