Port-vax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qv man page



QV(4)   Kernel Interfaces Manual QV(4)

NAME
     qv, qvaux -- QVSS/VCB01 graphics driver for wscons

SYNOPSIS
     option FONT_QVSS8x15

     qv* at uba?
     wsdisplay* at qv?

     qvaux* at qv?
     lkkbd* at qvaux? line 0
     lkms* at qvaux? line 1

DESCRIPTION
     This driver handles QVSS/VCB01 qbus graphics hardware within the
     wscons(4) console framework.  It doesn't provide direct device driver
     entry points but makes its functions available via the internal
     wsdisplay(4) interface.

     The qv driver supports text-mode on the QVSS/VCB01 hardware.  Currently,
     the driver runs the display with a 1024x864 pixel resolution.  The
     QVSS/VCB01 text-mode divides the display into 57 rows of 128 characters.
     A 8x15 pixel font must be available.  Vertical scrolling uses the
     hardware scanmap.

     The qv driver supports multiple virtual screens on one physical display.
     Screens are either created at kernel startup or later with help of
     wsconscfg(8).

     Video timings are compatible with the Digital VR260 monitor and various
     multi-sync monitors.

     The qvaux driver supports two asynchronous serial ports.  Although the
     ports are general purpose, they are typically dedicated to a keyboard and
     mouse for use with wscons(4).

SEE ALSO
     uba(4), wscons(4), wsconscfg(8),

HISTORY
     This qv driver has little in common with the original qv driver.  Its
     closest antecedent is smg(4).

BUGS
     Only one font size is supported.

     QVSS is not supported as console.

     The Digital VS10X mouse is not supported.

NetBSD July 7, 2015 NetBSD


-- cut here --
.\" $NetBSD:$
.\"
.\" Copyright (c) 2015
.\" The NetBSD Foundation, Inc.   All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd July 7, 2015
.Dt QV 4
.Os NetBSD
.Sh NAME
.Nm qv ,
.Nm qvaux
.Nd QVSS/VCB01 graphics driver for wscons
.Sh SYNOPSIS
.Cd "option FONT_QVSS8x15"
.Cd " "
.Cd "qv* at uba?"
.Cd "wsdisplay* at qv?"
.Cd " "
.Cd "qvaux* at qv?"
.Cd "lkkbd* at qvaux? line 0"
.Cd "lkms* at qvaux? line 1"
.Sh DESCRIPTION
This driver handles
.Tn QVSS/VCB01
qbus graphics hardware within the
.Xr wscons 4
console framework.
It doesn't provide direct device
driver entry points but makes its functions available via
the internal
.Xr wsdisplay 4
interface.
.Pp
The
.Nm
driver supports text-mode on the
.Tn QVSS/VCB01
hardware.
Currently, the driver runs the display with a 1024\(mu864 pixel resolution.
The
.Tn QVSS/VCB01
text-mode divides the display into
57 rows of 128 characters.
A 8\(mu15 pixel font must be available.
Vertical scrolling uses the hardware scanmap.
.Pp
The
.Nm
driver supports multiple virtual screens on one physical
display.
Screens are either created at kernel startup
or later with help of
.Xr wsconscfg 8 .
.Pp
Video timings are compatible with the Digital VR260 monitor
and various multi-sync monitors.
.Pp
The
.Nm qvaux
driver supports two asynchronous serial ports.
Although the ports are general purpose,
they are typically dedicated to a keyboard and mouse
for use with
.Xr wscons 4 .
.Sh SEE ALSO
.Xr uba 4 ,
.Xr wscons 4 ,
.Xr wsconscfg 8 ,
.Sh HISTORY
This
.Nm
driver has little in common with the original
.Nm
driver.
Its closest antecedent is
.Xr smg 4 .
.Sh BUGS
Only one font size is supported.

QVSS is not supported as console.

The Digital VS10X mouse is not supported.


Home | Main Index | Thread Index | Old Index