• Home
Name Date Size #Lines LOC

..--

enhanced_tightvnc_viewer/03-May-2024-52,65646,990

turbovnc/03-May-2024-2,5291,816

LICENSED03-May-2024968 3226

Makefile.amD03-May-2024257 43

Makefile.inD03-May-202418.1 KiB610535

READMED03-May-20241.8 KiB5131

XdummyD03-May-202444.7 KiB1,9311,575

blockdpy.cD03-May-202410.3 KiB353195

connect_switchD03-May-202416 KiB697419

desktop.cgiD03-May-202440.8 KiB1,551727

dtVncPopupD03-May-20242.9 KiB11051

inet6to4D03-May-20249.2 KiB421305

panner.plD03-May-20242.8 KiB11865

qt_tslib_inject.plD03-May-202430.1 KiB1,065906

ranfb.plD03-May-20243 KiB158105

rx11vncD03-May-20243.1 KiB13485

rx11vnc.plD03-May-20245.1 KiB200151

shm_clearD03-May-20241.8 KiB9872

slide.plD03-May-20242.4 KiB11373

uinput.plD03-May-202426.6 KiB947821

ultravnc_repeater.plD03-May-202417.5 KiB742612

vcinject.plD03-May-20242.2 KiB11472

x11vnc_loopD03-May-20242.2 KiB9047

x11vnc_pwD03-May-2024384 2518

README

1
2In this directory you'll find a hodgepodge of wrapper scripts and
3utility programs that have found some use with x11vnc.
4
5Some are on the rough side and will need some customization for your
6use.  Many of them are described on the webpage:
7
8	http://www.karlrunge.com/x11vnc
9
10(use your browser's Find action to find them!).  Some of them also have
11documentation near the top of the file.
12
13x11vnc -accept scripts:
14
15   blockdpy.c	try to lock screen if local person knocks monitor out of DPMS
16   dtVncPopup	CDE/dtksh by Stefan Radman to accept connections, lock screen
17
18x11vnc launch wrappers:
19
20   rx11vnc	simple ssh/rsh x11vnc launcher.  -S option needs work...
21   rx11vnc.pl	perl script tries to do rx11vnc -S tunnelling better.
22
23x11vnc -pipeinput/-rawfb utilities:
24
25   vcinject.pl	perl script like LinuxVNC.c, for x11vnc viewing of linux console
26   slide.pl	amusing example using x11vnc -rawfb for jpeg slideshow.
27   ranfb.pl	example -rawfb setup:./ranfb.pl to set up a framebuffer.
28
29   uinput.pl    test perl script for Linux uinput injection.
30
31   qt_tslib_inject.pl touchscreen -pipeinput helper for tslib on qtmoko.
32
33Misc. scripts:
34
35   shm_clear	list or remove orphaned shm slots from hard x11vnc crashes.
36   x11vnc_loop	kludge to run in bg attaching x11vnc to X login.  Better to
37		use Xsetup mechanism.
38   Xdummy       An LD_PRELOAD kludge to run the Xorg "dummy" device driver
39		like Xvfb.
40
41   ultravnc_repeater.pl: Unix script to act as UltraVNC repeater proxy.
42
43   connect_switch:  Share HTTPS, VNC, SSH, etc. through a single port (e.g. 443)
44
45   panner.pl    Allows a small rectangle to pan around a desktop more or less.
46
47   desktop.cgi  CGI script for creating multi-user virtual desktops on a
48                server.  Also can do port-redirection to internal machines.
49
50   inet6to4     ipv6 to ipv4 relay (i.e. until libvncserver supports ipv6)
51