1*14e7529fSschwarze.\" $OpenBSD: rfx.4,v 1.12 2015/09/10 15:53:26 schwarze Exp $ 20b76765bSmiod.\" 30b76765bSmiod.\" Copyright (c) 2004, Miodrag Vallat. 40b76765bSmiod.\" All rights reserved. 50b76765bSmiod.\" 60b76765bSmiod.\" Redistribution and use in source and binary forms, with or without 70b76765bSmiod.\" modification, are permitted provided that the following conditions 80b76765bSmiod.\" are met: 90b76765bSmiod.\" 1. Redistributions of source code must retain the above copyright 100b76765bSmiod.\" notice, this list of conditions and the following disclaimer. 110b76765bSmiod.\" 2. Redistributions in binary form must reproduce the above copyright 120b76765bSmiod.\" notice, this list of conditions and the following disclaimer in the 130b76765bSmiod.\" documentation and/or other materials provided with the distribution. 140b76765bSmiod.\" 150b76765bSmiod.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 160b76765bSmiod.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 170b76765bSmiod.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 180b76765bSmiod.\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 190b76765bSmiod.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 200b76765bSmiod.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 210b76765bSmiod.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 220b76765bSmiod.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 230b76765bSmiod.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 240b76765bSmiod.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 250b76765bSmiod.\" POSSIBILITY OF SUCH DAMAGE. 260b76765bSmiod.\" 27*14e7529fSschwarze.Dd $Mdocdate: September 10 2015 $ 280b76765bSmiod.Dt RFX 4 sparc64 290b76765bSmiod.Os 300b76765bSmiod.Sh NAME 310b76765bSmiod.Nm rfx 32*14e7529fSschwarze.Nd Vitec/Connectware/AP&D RasterFlex framebuffer series 330b76765bSmiod.Sh SYNOPSIS 34afb7f3acSmickey.Cd "rfx* at sbus?" 350b76765bSmiod.Cd "wsdisplay* at rfx?" 360b76765bSmiod.Sh DESCRIPTION 37*14e7529fSschwarzeThe RasterFlex 380b76765bSmiodseries, originally manufactured by Vitec, later bought by Connectware, 390b76765bSmiodthen by Advanced Products & Design, are high-performance frame buffers 400b76765bSmiodand frame grabber devices. 410b76765bSmiod.Pp 420b76765bSmiodThe 430b76765bSmiod.Nm 44*14e7529fSschwarzedriver only supports the RasterFlex frame buffers: 450b76765bSmiod.Bl -tag -width RasterFLEX-HR -offset indent -compact 460b76765bSmiod.It RasterFlex-24 470b76765bSmiod.It RasterFlex-32 480b76765bSmiod.It RasterFlex-HR 490b76765bSmiod.El 500b76765bSmiod.Pp 510b76765bSmiodThe 520b76765bSmiod.Nm 530b76765bSmioddriver interfaces the frame buffer with the 540b76765bSmiod.Xr wscons 4 550b76765bSmiodconsole framework. 560b76765bSmiodIt does not provide direct device driver entry points 570b76765bSmiodbut makes its functions available via the internal 580b76765bSmiod.Xr wsdisplay 4 590b76765bSmiodinterface. 600b76765bSmiod.Sh DISPLAY RESOLUTION 61*14e7529fSschwarzeThe RasterFlex 620b76765bSmiodframe buffers will adapt their resolution to the monitor they are 630b76765bSmiodconnected to. 64*14e7529fSschwarzeHowever, when not connected to a Sun 650b76765bSmiodmonitor, the device will default to the 1152x900 resolution, with a refresh 660b76765bSmiodrate of 66Hz. 670b76765bSmiodA different resolution can be forced using the jumpers J2 to J4, located 680b76765bSmiodnear the video connector on the board itself. 690b76765bSmiod.Pp 700b76765bSmiodIn the following tables, left 710b76765bSmiod.Pq L 720b76765bSmiodand right 730b76765bSmiod.Pq R 74fa1f31a1Smiodjumper positions are described looking at the board with the video connector 750b76765bSmiodon top. 76fa1f31a1SmiodIf the jumper position is not specified 77fa1f31a1Smiod.Pq _ , 78fa1f31a1Smiodit means it has to be removed 790b76765bSmiod.Pq open . 800b76765bSmiod.Ss RasterFlex-24 and RasterFlex-32 Jumper Settings: 81e324319bSjmc.Bl -column "J2 J3 J4" "Resolution" "Refresh Rate" "Description" -offset indent 82e324319bSjmc.It Sy "J2 J3 J4" Ta Sy "Resolution" Ta Sy "Refresh Rate" Ta Sy "Description" 83e324319bSjmc.It Li "\ \&R \ \&R \ \&R" Ta 1152x900 Ta 66Hz Ta "Automatic Configuration" 840b76765bSmiod.It Li "L L L " Ta 1024x768 Ta 76Hz Ta "SVGA" 85e324319bSjmc.It Li "L _ _ " Ta 1152x900 Ta 66Hz Ta "" 86e324319bSjmc.It Li "_ L L " Ta 1152x900 Ta 76Hz Ta "" 870b76765bSmiod.El 880b76765bSmiod.Ss RasterFlex-HR Jumper Settings: 89e324319bSjmc.Bl -column "J2 J3 J4" "Resolution" "Refresh Rate" "Description" -offset indent 90e324319bSjmc.It Sy "J2 J3 J4" Ta Sy "Resolution" Ta Sy "Refresh Rate" Ta Sy "Description" 91e324319bSjmc.It Li "\ \&R \ \&R \ \&R" Ta 1152x900 Ta 66Hz Ta "Automatic Configuration" 920b76765bSmiod.It Li "L L L " Ta 1024x768 Ta 76Hz Ta "SVGA" 93e324319bSjmc.It Li "L _ _ " Ta 1152x900 Ta 66Hz Ta "" 94e324319bSjmc.It Li "L L _ " Ta 1152x900 Ta 76Hz Ta "" 95e324319bSjmc.It Li "_ L _ " Ta 1280x1024 Ta 60Hz Ta "" 96e324319bSjmc.It Li "_ L L " Ta 1280x1024 Ta 67Hz Ta "" 97e324319bSjmc.It Li "L _ L " Ta 1280x1024 Ta 76Hz Ta "" 980b76765bSmiod.El 990b76765bSmiod.Sh SEE ALSO 1000b76765bSmiod.Xr intro 4 , 1010b76765bSmiod.Xr sbus 4 , 1020b76765bSmiod.Xr wscons 4 , 103ff501836Sjmc.Xr wsdisplay 4 1040b76765bSmiod.Sh CAVEATS 1050b76765bSmiodThis driver does not support any acceleration features at the moment, and 1060b76765bSmioddrives the card in PROM-compatible, 8 bit, mode only. 107