descriptionA small linux framebuffer vnc viewer
homepage URLhttp://litcave.rudi.ir/
owneraligrudi@gmail.com
last changeFri, 12 Aug 2022 08:25:56 +0000 (12 12:55 +0430)
content tags
add:
README
FBVNC
=====

Fbvnc is a small VNC client for Linux framebuffer.  It can be invoked
as follows.

  $ fbvnc host port

Without arguments, it connects to port 5900 of 127.0.0.1.  Once
connected, it sends keyboard and mouse inputs to the VNC server and
updates the screen when necessary.  The following keys are not sent to
the server.

==============	===================================
KEY		ACTION
==============	===================================
ctrl-space	Stop/continue updating the screen
ctrl-alt-c	Exit fbvnc
==============	===================================

The zlib branch supports zlib compression.

When using fbvnc with fbpad, it is usually a good idea to list the tag
in which fbvnc is run in TAGS_SAVED (the scrsnap feature), so that
when switching back to the tag, its old contents are shown.  Also, it
is possible to disable drawing when switching from the terminal in
which fbvnc is run, and to enable it when switching back (instead of
using ctrl-space manually each time).  To do so, execute the shell in
fbpad using m-; (not the usual m-c), to enable terminal switching
signals.
shortlog
2022-08-12 Ali Gholami... fbvnc: change process group if TERM_PGID is definedmaster
2022-07-28 Ali Gholami... README: notes about using fbvnc in fbpad
2022-07-27 Ali Gholami... fbvnc: disable and enable drawing with SIGUSR1 and...
2021-10-19 Ali Gholami... draw: read FBDEV environment variable
2021-09-17 Ali Gholami... README: basic introduction
2021-07-20 Ali Gholami... fbvnc: connect to localhost if the address is -
2021-02-05 Ali Gholami... fbvnc: fix handling partial read for raw updates
2021-02-03 Ali Gholami... fbvnc: show connection statistics
2021-01-29 Ali Gholami... fbvnc: support RRE encoding
2021-01-29 Ali Gholami... Makefile: replace -Os with -O2
2021-01-28 Ali Gholami... fbvnc: send set encoding message
2020-12-02 Ali Gholami... fbvnc: update copyright notice
2020-11-30 Ali Gholami... fbvnc: let the server send the protocol version message...
2013-03-04 Ali Gholami... fbvnc: mouse wheel, moving visible window and native...
2012-08-21 Ali Gholami... fbvnc: ignore mouse movements when in nodraw mode
2012-08-21 Ali Gholami... fbvnc: switch to the modified BSD
...
heads
20 months ago zlib
20 months ago master
11 years ago 32bpp