diff options
Diffstat (limited to 'share/man/man4/man4.sparc64/creator.4')
-rw-r--r-- | share/man/man4/man4.sparc64/creator.4 | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/share/man/man4/man4.sparc64/creator.4 b/share/man/man4/man4.sparc64/creator.4 index fdb2ac7f79e..269efee102c 100644 --- a/share/man/man4/man4.sparc64/creator.4 +++ b/share/man/man4/man4.sparc64/creator.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: creator.4,v 1.9 2002/07/29 06:23:06 jason Exp $ +.\" $OpenBSD: creator.4,v 1.10 2002/07/30 19:55:12 jason Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -36,8 +36,8 @@ .Nm creator .Nd accelerated color frame buffer .Sh SYNOPSIS -.Cd "creator* at mainbus0" -.Cd "creator* at upa0" +.Cd "creator* at mainbus0 flags 0x0" +.Cd "creator* at upa0 flags 0x0" .Cd "wsdisplay* at creator?" .Sh DESCRIPTION The @@ -50,7 +50,21 @@ It does not provide direct device driver entry points but makes its functions available via the internal .Xr wsdisplay 4 interface. +.Pp +By default hardware acceleration is used to erase the screen and +scroll text. +By setting +.Ar flags +to +.Ar 1 +(via +.Xr config 8 +or +.Xr boot_config 8 ) +this acceleration can be disabled. .Sh SEE ALSO .Xr upa 4 , .Xr wscons 4 , -.Xr wsdisplay 4 +.Xr wsdisplay 4 , +.Xr boot_config 8 , +.Xr config 8 |