• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

enhanced_tightvnc_viewer/H03-May-2022-52,30246,658

turbovnc/H05-Jan-2019-2,1191,478

LICENSEH A D05-Jan-2019968 3226

Makefile.amH A D05-Jan-2019579 3530

READMEH A D05-Jan-20192 KiB5534

Xdummy.cH A D05-Jan-201913.8 KiB597472

Xdummy.inH A D05-Jan-201932 KiB1,3551,116

blockdpy.cH A D05-Jan-201910.3 KiB353195

connect_switchH A D05-Jan-201916 KiB697419

deskshotH A D05-Jan-20191.8 KiB6424

desktop.cgiH A D05-Jan-201940.8 KiB1,551727

dtVncPopupH A D05-Jan-20192.9 KiB11051

inet6to4H A D05-Jan-20199.2 KiB421305

panner.plH A D05-Jan-20192.8 KiB11865

qt_tslib_inject.plH A D05-Jan-201930.1 KiB1,065906

ranfb.plH A D05-Jan-20193 KiB158105

rx11vncH A D05-Jan-20193.1 KiB13485

rx11vnc.plH A D05-Jan-20195.1 KiB200151

shm_clearH A D05-Jan-20191.8 KiB9872

slide.plH A D05-Jan-20192.4 KiB11373

uinput.plH A D05-Jan-201926.6 KiB947821

ultravnc_repeater.plH A D05-Jan-201917.5 KiB742612

vcinject.plH A D05-Jan-20192.2 KiB11472

x11vnc_loopH A D05-Jan-20192.2 KiB9047

x11vnc_pwH A D05-Jan-2019384 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
52   deskshot	A screenshot utility for configurations that lack other screen
53		capture techniques built into x11vnc. This is primarily intended
54		for Wayland desktop sessions.
55