diff options
| author | martin <martin@NetBSD.org> | 2021-10-13 16:07:41 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2021-10-13 16:07:41 +0000 |
| commit | 6671ed481b69df3144af72e31ce2c06de46a3d6d (patch) | |
| tree | 4b36266343b491cb22b0f41f33935b31bcde8097 /share | |
| parent | 4585f9729bca5491f2e5fa6077284edcda018ff2 (diff) | |
Pull up following revision(s) (requested by abs in ticket #1359):
sys/arch/amiga/dev/amidisplaycc.c: revision 1.33
share/man/man4/man4.amiga/amidisplaycc.4: revision 1.14
sys/arch/amiga/dev/amidisplaycc.c: revision 1.35
sys/arch/amiga/dev/amidisplaycc.c: revision 1.36
Implement the WSDISPLAYIO_GET_FBINFO ioctl, needed by X wsfb driver.
Add support for WSDISPLAYIO_MODE_DUMBFB to WSDISPLAYIO_SMODE.
Remove parentheses from return. No functional changes.
Update documentation to mention current status of X11
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/man4.amiga/amidisplaycc.4 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man4/man4.amiga/amidisplaycc.4 b/share/man/man4/man4.amiga/amidisplaycc.4 index e8f22f693eb..20fc1b96b95 100644 --- a/share/man/man4/man4.amiga/amidisplaycc.4 +++ b/share/man/man4/man4.amiga/amidisplaycc.4 @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $NetBSD: amidisplaycc.4,v 1.13 2016/02/07 14:06:04 wiz Exp $ +.\" $NetBSD: amidisplaycc.4,v 1.13.18.1 2021/10/13 16:07:41 martin Exp $ .Dd November 12, 2003 .Dt AMIDISPLAYCC 4 amiga .Os @@ -43,11 +43,9 @@ operate a text terminal with virtual screens. It uses the Amiga abstract graphic driver (grfabs) functions for the low-level display management. .Pp -Currently it does not support running X. -It can however coexist well enough with grf0 to make possible running -X the old way, but be warned, you cannot switch screens while -in X and when quitting it, it seems to hang. -Switching a screen then will bring up the text console. +The X11 server works in monochrome mode using the +.Xr wsfb 4 +driver. .Pp It supports foreground and background color, and the hilite (bold), underline, and reverse text attributes. |
