fg.4
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 4 代码 · 共 51 行
4
51 行
.TH fg 4 VAX.SH Namefg \- VCB03 - Midrange VAX color video subsystem.SH Syntax.B "device fg0 at ibus? flags 0x0f vector fgvint.SH Description.NXS "fg interface" "color video subsystem".NXR "color video subsystem"The VCB03 is a high-performance, full-page, double-buffered videosubsystem capable of Z-buffering. The device consists of a 2048 bitswide x 2048 bits long x 8 or 24 plane frame buffer, a set ofproprietary video chips for bitmap modification and video output,onboard VAX CPU and floating point accelerator, a 3D TransformationEngine, 1280 wide x 1024 long 19-inch color video monitor, keyboard,and a mouse or tablet..PPThe subsystem device driver supports a hybrid terminal with threeminor devices. The first device emulates a glass tty with a screenthat appears as a 80-column by 60-row page that scrolls from thebottom. This device is capable of being configured as the systemconsole..PPThe second minor device number is reserved for the pointer. Thisdevice is a source of pointer state changes. (A state change isdefined as an X/Y axis pointer movement or button change.) Whenopened, the driver couples movements of the pointer with the cursor.Pointer position changes are filtered and translated into cursorposition changes in an exponential manner. Rapid movements result inlarge cursor position changes. All cursor positions are range checkedto ensure that the cursor remains on the display..PPThe third minor device is opened in the raw mode by default. Openingthe third device makes the driver function like a pseudo-tty in thatthe output destined for the first minor device is channeled to thethird instead..PPThe Hold Screen key is supported. The 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/dev/console.br/dev/fg0.br/dev/fgscreen.SH See Alsofc(4), ttys(5), MAKEDEV(8)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?