sg.4

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 4 代码 · 共 68 行

4
68
字号
.\" SCCSID: @(#)sg.4	2.2	6/10/87.TH sg 4 VAX.SH Namesg \- Small VAX color video subsystem.SH Syntax.B "device sg0 at uba0 csr 0x3c000000 flags 0x0f  vector sgaint sgfint".SH Description.NXS "sg interface" "color video subsystem".NXR "color video subsystem"A small VAX color 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 driver supports a hybrid terminalwith three minor devices.The first 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 number is reserved for the mouse.This device is a source of mouse state changes.(A state change is defined as an X/Yaxis mouse 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 is opened in the raw mode by default.Opening the third device makes the driver function like a pseudo-ttyin that the output destined for the first minor device is channeled tothe third instead..PPIf there is not a special cable (BCC08) on serial port 3 (printer port), the systemwill then use the color video as the system console.All input/output destined for .PN /dev/console will use the color videoinstead.  (This is done by overwriting the device switch tables.)There is a second set of device switch entries configured that may beused as an additional terminal, .PN tip/uucp(hardwire, modem, or autodialer)connection, or user dial-up access. For further information, see .MS ss 4 ..PPThe Hold Screen key is supported. The Small VAX color 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 key again(if the output was suspended)..SH Files.PN /dev/console.br.PN /dev/sg0.br.PN /dev/sgscreen.SH See Alsoss(4), ttys(5), MAKEDEV(8)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?