sm.4
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 4 代码 · 共 84 行
4
84 行
.\" SCCSID: @(#)sm.4 8.2 3/28/91.TH sm 4 VAX.SH Namesm \- Small VAX monochrome video subsystem.SH Syntax.B "device sm0 at uba0 csr 0x200f0000 flags 0x0f vector smvint".SH Description.NXS "sm interface" "monochrome video subsystem".NXR "monochrome video subsystem"A Small VAX monochrome video subsystemprovides a half-page or full-page, user-accessible bitmapdisplay for graphics applications.The device consists of a 128-Kbyte block of dual port RAM,a VSXXX-AA mouse or VSXXX-AB tablet, and a 19-inch video monitor..PPThe subsystem device driversupports a hybrid terminal with three minor devices.The first minor device emulates a glass tty with ascreen that appears as a 120-columnby 80-row page that scrolls from the bottom.This device is capable of being configured as the system console..PPThe second minor device is reserved for the mouse.This device is a source of mouse state changes.(A state change is defined as an X/Y axismouse movement or button change.)When opened, the driver couples movements of the mouse with the cursor.Mouse position changes are filtered and translated into cursor positionchanges in an exponential manner.Rapid movements result in large cursor position changes.All cursor positions are rangechecked to ensure that the cursor remains onthe display..PPThe third minor device provides an access path for console outputthat does not disturb the graphics display.The caller can open the device .PN /dev/smscreen .When this device is open, the Small VAX monochrome driverredirects console device output to the input buffer of this device.This mechanism disablesconsole output on the Small VAX monochrome screen and savesthe output for later display. This preserves the graphic display integrity..PPInput and output on the first and third minor devices are processed bythe standard line disciplines..PPIf there is not a special cable (BCC08) on serial port 3 (printer port), andthe optional video board is not present(or failed the self-test), the systemwill then use the monochrome video as the system console.All input/output destined for .PN /dev/consolewill use the monochrome videoinstead. (This is done by overwriting the device switch tables.)There is a second set of device switch entries configured that may be used as an additional terminal,.PN tip/uucp (hardwire, modem, or autodialer)connection, or user dial-up access.For further information, see .MS ss 4 ..spThe Hold Screen key is supported.The Small VAX monochrome driver treats thiskey as if CTRL/S or CTRL/Q is typed.Pressing the Hold Screen key suspends the outputif it is not already suspended. The outputwill be resumed by pressing this keyagain (if the output was suspended)..sp.in \-5.PP.SH Files.PN /dev/console.br.PN /dev/mouse.br.PN /dev/smscreen.SH See Alsoss(4), ttys(5), MAKEDEV(8)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?