8c4efa8d87
- add LGPL'd rfb protocol specification, thanks to Frederic Bothamy, rewrite based on the rfb protocol document. - add specific rfb readme to warn about the color depth. Still to do: - BigEndian client support (I suspect the current implementation is not clean). - depth > 8bpp support - on-board vga card font support instead of vgafont.h - dimension update support - optional compression support
4 lines
198 B
Plaintext
4 lines
198 B
Plaintext
The RFB server implementation is still lacking as of now, as a consequence
|
|
you should force 8bit mode on the client to use it correctly, i.e. on Linux,
|
|
use: "xvncviewer -8bit localhost" or similar.
|