diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-07-13 19:18:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-07-13 19:18:19 +0000 |
commit | 677d657fe9ca67135b3378efddc61ec18f444b6b (patch) | |
tree | df942ce1a6ca9cf4f0beee8bf7a575f5f9d0d7ec /share/man/man4/man4.sparc/pninek.4 | |
parent | 5f9be13578ba0f9b3591e7a68823fbbcb4a5406e (diff) |
Reenable accelerated text console primitives on pnozz if running with a
800x600 panel, and document the acceleration code as currently broken on
640x480 panels.
Diffstat (limited to 'share/man/man4/man4.sparc/pninek.4')
-rw-r--r-- | share/man/man4/man4.sparc/pninek.4 | 29 |
1 files changed, 7 insertions, 22 deletions
diff --git a/share/man/man4/man4.sparc/pninek.4 b/share/man/man4/man4.sparc/pninek.4 index ef21aa5fde5..87dea51db13 100644 --- a/share/man/man4/man4.sparc/pninek.4 +++ b/share/man/man4/man4.sparc/pninek.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pninek.4,v 1.7 2007/05/31 19:19:56 jmc Exp $ +.\" $OpenBSD: pninek.4,v 1.8 2007/07/13 19:18:17 miod Exp $ .\" .\" Copyright (c) 2003, Miodrag Vallat. .\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -25,7 +25,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: July 13 2007 $ .Dt PNINEK 4 sparc .Os .Sh NAME @@ -33,7 +33,7 @@ .Nd Weitek Power9000 accelerated frame buffer .Sh SYNOPSIS .Cd "btcham0 at obio?" -.Cd "pninek0 at sbus? flags 0x0" +.Cd "pninek0 at sbus?" .Cd "wsdisplay* at pninek?" .Sh DESCRIPTION The @@ -78,21 +78,6 @@ device is also configured, the .Nm will be powered down when the lid of the laptop is closed or the screen is blanked. -.Pp -The -.Nm -driver supports hardware acceleration to erase the screen and scroll text. -By default, acceleration is -.Em not -enabled. -By setting -.Ar flags -to 1 -(via -.Xr config 8 -or -.Xr boot_config 8 ) -this acceleration can be enabled. .Sh SEE ALSO .Xr agten 4 , .Xr bwtwo 4 , @@ -114,11 +99,11 @@ this acceleration can be enabled. .Xr vigra 4 , .Xr wscons 4 , .Xr wsdisplay 4 , -.Xr zx 4 , -.Xr boot_config 8 , -.Xr config 8 +.Xr zx 4 .Sh BUGS There is currently no way to switch back and forth from the onboard display to the external connector. .Pp -It is not possible to change resolutions. +It is not possible to change display resolution. +.Pp +Acceleration code does not work correctly, and is therefore disabled. |