Deleted Added
full compact
syscons.4 (119964) syscons.4 (130582)
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/syscons.4 119964 2003-09-10 19:24:35Z ru $
27.\" $FreeBSD: head/share/man/man4/syscons.4 130582 2004-06-16 08:33:57Z ru $
28.\"
29.Dd June 30, 1999
30.Dt SYSCONS 4
31.Os
32.Sh NAME
33.Nm syscons ,
34.Nm sc
35.Nd the console driver

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

143.Pp
144You may want to set the
145.Ar keymap
146variable in
147.Pa /etc/rc.conf.local
148to the desired keymap file so that it will be automatically loaded
149when the system starts up.
150.Ss Software Font
28.\"
29.Dd June 30, 1999
30.Dt SYSCONS 4
31.Os
32.Sh NAME
33.Nm syscons ,
34.Nm sc
35.Nd the console driver

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

143.Pp
144You may want to set the
145.Ar keymap
146variable in
147.Pa /etc/rc.conf.local
148to the desired keymap file so that it will be automatically loaded
149when the system starts up.
150.Ss Software Font
151For most modern video cards, e.g. VGA, the
151For most modern video cards, e.g., VGA, the
152.Nm
153driver and the video card driver allow the user to change
154the font used on the screen.
155The
156.Xr vidcontrol 1
157command can be used to load a font file from
158.Pa /usr/share/syscons/fonts .
159.Pp

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

34016-line, 14-line and 8-line font data will be compiled in.
341Without this option, the
342.Nm
343driver will use whatever font is already loaded in the video card,
344unless you explicitly load a software font at startup.
345See
346.Sx EXAMPLES
347below.
152.Nm
153driver and the video card driver allow the user to change
154the font used on the screen.
155The
156.Xr vidcontrol 1
157command can be used to load a font file from
158.Pa /usr/share/syscons/fonts .
159.Pp

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

34016-line, 14-line and 8-line font data will be compiled in.
341Without this option, the
342.Nm
343driver will use whatever font is already loaded in the video card,
344unless you explicitly load a software font at startup.
345See
346.Sx EXAMPLES
347below.
348.It SC_NO_SUSPEND_VTYSWITCH
349This option, which is also available as loader tunable and sysctl
350.Va ( hw.syscons.sc_no_suspend_vtswitch ) ,
348.It Dv SC_NO_SUSPEND_VTYSWITCH
349This option, which is also available as
350.Xr loader 8
351tunable and
352.Xr sysctl 8
353variable
354.Pq Va hw.syscons.sc_no_suspend_vtswitch ,
351disables switching between virtual terminals (graphics <-> text) during
355disables switching between virtual terminals (graphics <-> text) during
352suspend/resume (ACPI and APM). Use this option if your system is freezing
356suspend/resume (ACPI and APM).
357Use this option if your system is freezing
353when you are running X and trying to suspend.
354.El
355.Pp
356The following options will remove some features from the
357.Nm
358driver and save kernel memory.
359.Bl -tag -width MOUSE
360.It Dv SC_NO_CUTPASTE

--- 188 unchanged lines hidden ---
358when you are running X and trying to suspend.
359.El
360.Pp
361The following options will remove some features from the
362.Nm
363driver and save kernel memory.
364.Bl -tag -width MOUSE
365.It Dv SC_NO_CUTPASTE

--- 188 unchanged lines hidden ---