diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-09-09 02:33:19 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-09-09 02:33:19 +0000 |
commit | 653954d17be342afcce72a613073db17abebe7d5 (patch) | |
tree | 11a2d42c25bbbe5fcc95af5ec7084d59c90a6c50 /share/man/man4/man4.sparc | |
parent | e069fb347287efe387b2b1f6499e9a3c636f17b2 (diff) |
man page for pnozz (Weitek p9100 on tadpoles)
Diffstat (limited to 'share/man/man4/man4.sparc')
-rw-r--r-- | share/man/man4/man4.sparc/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/pnozz.4 | 79 |
2 files changed, 82 insertions, 3 deletions
diff --git a/share/man/man4/man4.sparc/Makefile b/share/man/man4/man4.sparc/Makefile index 8e1602f4075..982eca74bb3 100644 --- a/share/man/man4/man4.sparc/Makefile +++ b/share/man/man4/man4.sparc/Makefile @@ -1,11 +1,11 @@ # from: @(#)Makefile 8.2 (Berkeley) 2/16/94 -# $Id: Makefile,v 1.15 1999/07/26 02:29:36 jason Exp $ +# $Id: Makefile,v 1.16 1999/09/09 02:33:18 jason Exp $ MAN= intro.4 MAN+= audioamd.4 audiocs.4 be.4 bwtwo.4 cgtwo.4 cgthree.4 cgfour.4 cgsix.4 MAN+= cgeight.4 cgfourteen.4 esp.4 fd.4 fga.4 hme.4 ie.4 kbd.4 le.4 magma.4 -MAN+= mem.4 ms.4 openprom.4 qe.4 qec.4 scf.4 si.4 spif.4 sw.4 tcx.4 xbox.4 -MAN+= xd.4 xy.4 zs.4 +MAN+= mem.4 ms.4 openprom.4 pnozz.4 qe.4 qec.4 scf.4 si.4 spif.4 sw.4 tcx.4 +MAN+= xbox.4 xd.4 xy.4 zs.4 MLINKS= mem.4 kmem.4 MLINKS+= fga.4 fvme.4 MANSUBDIR=/sparc diff --git a/share/man/man4/man4.sparc/pnozz.4 b/share/man/man4/man4.sparc/pnozz.4 new file mode 100644 index 00000000000..d7d96fc4454 --- /dev/null +++ b/share/man/man4/man4.sparc/pnozz.4 @@ -0,0 +1,79 @@ +.\" $OpenBSD: pnozz.4,v 1.1 1999/09/09 02:33:18 jason Exp $ +.\" +.\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) +.\" 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. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by Jason L. Wright +.\" 4. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 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 September 8, 1999 +.Dt PNOZZ 4 sparc +.Os +.Sh NAME +.Nm pnozz +.Nd Tadpole Weitek p9100 frame buffer +.Sh SYNOPSIS +.Cd "pnozz0 at sbus0 slot ? offset ?" +.Sh DESCRIPTION +The +.Nm +is a memory based color frame buffer found on +.Tn "Tadpole SPARCbook 3GS and 3GX" +laptops. +It is based on the +.Tn "Weitek Power 9100" +and an +.Tn "IBM RGB528" +RAMDAC. +.Pp +The +.Nm pnozz +is configured to emulate a +.Xr cgthree 4 +with a resolution of 800x600 with 256 colors. +It supports the minimal ioctl's needed to run +.Xr X 1 . +.Pp +If the +.Xr tctrl 4 +device is also configured, the +.Nm pnozz +will be powered down when the lid of the laptop +is closed or the screen is blanked. +.Sh SEE ALSO +.Xr bwtwo 4 , +.Xr cgeight 4 , +.Xr cgfour 4 , +.Xr cgfourteen 4 , +.Xr cgsix 4 , +.Xr cgthree 4 , +.Xr cgtwo 4 , +.Xr tctrl 4 , +.Xr tcx 4 +.Sh BUGS +There is current no way to switch back and forth from +the onboard display to the external connector. +It is not possible to change resolutions or color depth.
\ No newline at end of file |