Deleted Added
full compact
vidcontrol.1 (111762) vidcontrol.1 (146736)
1.\"
2.\" vidcontrol - a utility for manipulating the syscons video driver
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
11.\" documentation and/or other materials provided with the distribution.
12.\"
13.\" @(#)vidcontrol.1
1.\"
2.\" vidcontrol - a utility for manipulating the syscons video driver
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
11.\" documentation and/or other materials provided with the distribution.
12.\"
13.\" @(#)vidcontrol.1
14.\" $FreeBSD: head/usr.sbin/vidcontrol/vidcontrol.1 111762 2003-03-02 21:04:21Z ru $
14.\" $FreeBSD: head/usr.sbin/vidcontrol/vidcontrol.1 146736 2005-05-29 08:43:44Z delphij $
15.\"
15.\"
16.Dd May 27, 2002
16.Dd May 29, 2005
17.Dt VIDCONTROL 1
18.Os
19.Sh NAME
20.Nm vidcontrol
21.Nd system console control and configuration utility
22.Sh SYNOPSIS
23.Nm
24.Op Fl CdLHPpx

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

83.Ar VESA_132x50 ,
84.Ar VESA_132x60 .
85.\"The graphic mode
86.\".Ar VGA_320x200
87.\"and
88The raster text mode
89.Ar VESA_800x600
90can also be chosen.
17.Dt VIDCONTROL 1
18.Os
19.Sh NAME
20.Nm vidcontrol
21.Nd system console control and configuration utility
22.Sh SYNOPSIS
23.Nm
24.Op Fl CdLHPpx

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

83.Ar VESA_132x50 ,
84.Ar VESA_132x60 .
85.\"The graphic mode
86.\".Ar VGA_320x200
87.\"and
88The raster text mode
89.Ar VESA_800x600
90can also be chosen.
91See
91Alternatively, a mode can be specified with its number by using a mode name of
92the form
93.Ar MODE_<NUMBER> .
94A list of valid mode numbers can be obtained with the
95.Fl i Cm mode
96option. See
92.Sx Video Mode Support
93below.
94.It Ar foreground Op Ar background
95Change colors when displaying text.
96Specify the foreground color
97(e.g.\&
98.Dq vidcontrol white ) ,
99or both a foreground and background colors

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

287You may set variables in
288.Pa /etc/rc.conf
289or
290.Pa /etc/rc.conf.local
291so that desired font files will be automatically loaded
292when the system starts up.
293See below.
294.Pp
97.Sx Video Mode Support
98below.
99.It Ar foreground Op Ar background
100Change colors when displaying text.
101Specify the foreground color
102(e.g.\&
103.Dq vidcontrol white ) ,
104or both a foreground and background colors

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

292You may set variables in
293.Pa /etc/rc.conf
294or
295.Pa /etc/rc.conf.local
296so that desired font files will be automatically loaded
297when the system starts up.
298See below.
299.Pp
295If you want to use the raster text mode
296.Ar VESA_800x600 ,
297you need to recompile your kernel with the
300If you want to use any of the raster text modes you need to recompile your
301kernel with the
298.Dv SC_PIXEL_MODE
299option.
300See
301.Xr syscons 4
302for more details on this kernel option.
303.Ss Format of Video Buffer Dump
304The
305.Nm

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

523utilities in the
524.Li graphics
525and
526.Li textproc
527categories of the
528.Em "Ports Collection" .
529.Sh AUTHORS
530.An S\(/oren Schmidt Aq sos@FreeBSD.org
302.Dv SC_PIXEL_MODE
303option.
304See
305.Xr syscons 4
306for more details on this kernel option.
307.Ss Format of Video Buffer Dump
308The
309.Nm

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

527utilities in the
528.Li graphics
529and
530.Li textproc
531categories of the
532.Em "Ports Collection" .
533.Sh AUTHORS
534.An S\(/oren Schmidt Aq sos@FreeBSD.org
535.An Sascha Wildner
531.Sh CONTRIBUTORS
532.An Maxim Sobolev Aq sobomax@FreeBSD.org ,
533.An Nik Clayton Aq nik@FreeBSD.org
536.Sh CONTRIBUTORS
537.An Maxim Sobolev Aq sobomax@FreeBSD.org ,
538.An Nik Clayton Aq nik@FreeBSD.org