Deleted Added
full compact
vga.4 (68753) vga.4 (68854)
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/vga.4 68753 2000-11-15 16:00:07Z ben $
27.\" $FreeBSD: head/share/man/man4/vga.4 68854 2000-11-17 11:44:16Z ru $
28.\"
29.Dd June 30, 1999
30.Dt VGA 4
31.Os FreeBSD
32.Sh NAME
33.Nm vga
34.Nd
35generic video card interface

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

123still wish to use the mouse on the console then you must also use the
124.Dv SC_ALT_MOUSE_IMAGE
125option. See
126.Xr syscons 4 .
127.It Dv VGA_NO_MODE_CHANGE
128This option prevents the driver from changing video modes.
129.El
130.\".Sh FILES
28.\"
29.Dd June 30, 1999
30.Dt VGA 4
31.Os FreeBSD
32.Sh NAME
33.Nm vga
34.Nd
35generic video card interface

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

123still wish to use the mouse on the console then you must also use the
124.Dv SC_ALT_MOUSE_IMAGE
125option. See
126.Xr syscons 4 .
127.It Dv VGA_NO_MODE_CHANGE
128This option prevents the driver from changing video modes.
129.El
130.\".Sh FILES
131.Sh EXAMPLE
131.Sh EXAMPLES
132Your kernel configuration should normally have:
133.Pp
134.Dl "device vga0 at isa? port ? conflicts"
135.Pp
136The following lines should be included in the kernel configuration file
137in order to enable the VESA BIOS Extension support.
138.Pp
139.Dl "options VESA"

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

152.\".Sh CAVEATS
153.\".Sh BUGS
154.Sh SEE ALSO
155.Xr vgl 3 ,
156.Xr syscons 4 ,
157.Xr config 8 ,
158.Xr kldload 8 ,
159.Xr kldunload 8
132Your kernel configuration should normally have:
133.Pp
134.Dl "device vga0 at isa? port ? conflicts"
135.Pp
136The following lines should be included in the kernel configuration file
137in order to enable the VESA BIOS Extension support.
138.Pp
139.Dl "options VESA"

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

152.\".Sh CAVEATS
153.\".Sh BUGS
154.Sh SEE ALSO
155.Xr vgl 3 ,
156.Xr syscons 4 ,
157.Xr config 8 ,
158.Xr kldload 8 ,
159.Xr kldunload 8
160.Sh STANDARD
160.Sh STANDARDS
161.Rs
162.%T "VESA BIOS Extension (VBE)"
163.%A Video Electronics Standards Association
164.Re
165.Sh HISTORY
166The
167.Nm
168driver first appeared in
169.Fx 3.1 .
170.Sh AUTHORS
171The
172.Nm
173driver was written by
174.An S\(/oren Schmidt Aq sos@FreeBSD.org
175and
176.An Kazutaka Yokota Aq yokota@FreeBSD.org .
177This manual page was written by
178.An Kazutaka Yokota .
161.Rs
162.%T "VESA BIOS Extension (VBE)"
163.%A Video Electronics Standards Association
164.Re
165.Sh HISTORY
166The
167.Nm
168driver first appeared in
169.Fx 3.1 .
170.Sh AUTHORS
171The
172.Nm
173driver was written by
174.An S\(/oren Schmidt Aq sos@FreeBSD.org
175and
176.An Kazutaka Yokota Aq yokota@FreeBSD.org .
177This manual page was written by
178.An Kazutaka Yokota .