Bochs/bochs/README.rfb
Christophe Bothamy 8c4efa8d87 - remove GPL'd rfbproto.h
- 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
2004-04-05 12:09:25 +00:00

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.