fbvnc: allow specifying RFB encoding
[fbvnc.git] / README
blob283ea14d8ec68ef8cda8c547c6acbb5d2b1bca0c
1 FBVNC
2 =====
4 Fbvnc is a small VNC client for Linux framebuffer.  It can be invoked
5 as follows.
7   $ fbvnc host port
9 Without arguments, it connects to port 5900 of 127.0.0.1.  Once
10 connected, it sends keyboard and mouse inputs to the VNC server and
11 updates the screen when necessary.  The following keys are not sent to
12 the server.
14 ==============  ===================================
15 KEY             ACTION
16 ==============  ===================================
17 ctrl-space      Stop/continue updating the screen
18 ctrl-alt-c      Exit fbvnc
19 ==============  ===================================
21 When using fbvnc with fbpad, it is usually a good idea to list the tag
22 in which fbvnc is run in TAGS_SAVED (the scrsnap feature), so that
23 when switching back to the tag, its old contents are shown.  Also, it
24 is possible to disable drawing when switching from the terminal in
25 which fbvnc is run, and to enable it when switching back (instead of
26 using ctrl-space manually each time).  To do so, execute the shell in
27 fbpad using m-; (not the usual m-c), to enable terminal switching
28 signals.