1.\" $OpenBSD: zx.4,v 1.13 2011/09/03 22:59:07 jmc Exp $ 2.\" Copyright (c) 2003 Miodrag Vallat. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. 9.\" 2. Redistributions in binary form must reproduce the above copyright 10.\" notice, this list of conditions and the following disclaimer in the 11.\" documentation and/or other materials provided with the distribution. 12.\" 13.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 14.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 15.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 16.\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 17.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 18.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 19.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 21.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 22.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 23.\" POSSIBILITY OF SUCH DAMAGE. 24.\" 25.Dd $Mdocdate: September 3 2011 $ 26.Dt ZX 4 sparc64 27.Os 28.Sh NAME 29.Nm zx 30.Nd accelerated 24-bit color frame buffer 31.Sh SYNOPSIS 32.Cd "zx* at sbus?" 33.Cd "wsdisplay* at zx?" 34.Sh DESCRIPTION 35The ZX and TurboZX 36are dual-slot SBus color frame buffers, with graphics acceleration 37and overlay capabilities. 38They are also known as the 39.Tn Sun 40.Dq Leo 41graphics card. 42.Pp 43The 44.Nm 45driver interfaces the frame buffer with the 46.Xr wscons 4 47console framework. 48It does not provide direct device driver entry points 49but makes its functions available via the internal 50.Xr wsdisplay 4 51interface. 52.Sh DISPLAY RESOLUTION 53The following resolutions are supported by the ZX frame buffer: 54.Bl -column "Resolution" "Refresh Rate" "Details" -offset indent 55.It Sy Resolution Ta Sy "Refresh Rate" Ta Sy "Details" 56.It Li 1280x1024 Ta 76 Hz Ta Non-interlaced 57.It Li 1280x1024 Ta 67 Hz Ta Non-interlaced 58.It Li 1152x900 Ta 76 Hz Ta Non-interlaced 59.It Li 1152x900 Ta 66 Hz Ta Non-interlaced 60.It Li 1024x768 Ta 76 Hz Ta Non-interlaced 61.It Li 1024x768 Ta 60 Hz Ta Non-interlaced 62.\" Is it worth documenting the Stereo and TV modes? 63.It Li 960x680 Ta 112 Hz Ta "Stereo, non-interlaced 56 Hz field rate per eye" 64.It Li 960x680 Ta 108 Hz Ta "Stereo, non-interlaced 54 Hz field rate per eye" 65.It Li 770x575 Ta 50 Hz Ta "Interlaced - PAL" 66.It Li 640x480 Ta 59.94 Hz Ta "Interlaced - NTSC" 67.El 68.Pp 69If the ZX frame buffer is connected to a monitor at boot time, it will 70select its display resolution depending of the monitor 71.Sq select code 72provided by the 13W3 connector. 73If the frame buffer is not connected to a monitor, the default resolution 74of 1152x900, with a 66 Hz refresh rate, will be selected. 75The selected resolutions are: 76.Bl -column "sense code" "Resolution" "Refresh" "Monitor" 77.It Sy Monitor Ta Sy Resolution Ta Sy Refresh Ta Sy Monitor 78.It Sy "sense code" Ta "" Ta Sy Rate Ta Sy Type 79.It Li 0 Ta 1024x768 Ta "76 Hz" Ta "X449A" 80.It Li 1 Ta 1152x900 Ta "66 Hz" Ta "" 81.It Li 2 Ta 1280x1024 Ta "76 Hz" Ta "X248A, GDM-205S" 82.It Li 3 Ta 1152x900 Ta "66 Hz" Ta "GDM-1955A15, GDM-1604A15, CPD-1790" 83.It Li 4 Ta 1280x1024 Ta "67 Hz" Ta "GDM-20D10, GDM-1962" 84.It Li 5 Ta 1152x900 Ta "66 Hz" Ta "" 85.It Li 6 Ta 1152x900 Ta "76 Hz" Ta "GDM-1662B, 17SMM4" 86.It Li 7 Ta 1152x900 Ta "66 Hz" Ta "" 87.El 88.Sh SEE ALSO 89.Xr intro 4 , 90.Xr sbus 4 , 91.Xr wscons 4 , 92.Xr wsdisplay 4 93.Sh CAVEATS 94There is currently no software interface to change the frame buffer 95resolution at runtime. 96