📄 readme
字号:
"cfb" Beta version - 8 July 1987Written by: Stuart Marks Sun MicrosystemsWith help from: David Rosenthal Sun Microsystems Jack Palevich Hewlett-Packard Bob Leichner Hewlett-PackardThis directory contains an analogue of "mfb" for memory color framebuffers.It can be configured to support a number of different devices: - They must be organised as packed pixels, not planewise. - They must have fewer than 32 bits per pixel.The code has been tested only on displays with a pixel size of 8 bits,both with all 8 planes implemented (Sun) and less than 8 planes implemented (HP).As distributed, it is set up for 8-bit pixels with all 8 planes implemented.If your display is different, see maskbits.h.The code is intended to be highly portable, and to use as much as possible of the"mi" code. As a result, it is very slow. But we believe it should be veryeasy to port. We believe that the code only ever accesses the framebuffer 32 bitswide at 4-byte aligned addresses.As delivered, the code supports a PseudoColor visual. By defining STATIC_COLOR,you can configure it (and the .../sun directory) to support a StaticColor visualinstead. This has proved useful in testing the server.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -