• Home
  • History
  • Annotate
  • only in /external/libvncserver/x11vnc/misc/
NameDateSize

..06-Oct-20154 KiB

blockdpy.c06-Oct-201510.3 KiB

connect_switch06-Oct-201516 KiB

desktop.cgi06-Oct-201540.8 KiB

dtVncPopup06-Oct-20152.9 KiB

enhanced_tightvnc_viewer/06-Oct-20154 KiB

inet6to406-Oct-20159.2 KiB

LICENSE06-Oct-2015968

Makefile.am06-Oct-2015257

Makefile.in06-Oct-201518.1 KiB

panner.pl06-Oct-20152.8 KiB

qt_tslib_inject.pl06-Oct-201530.1 KiB

ranfb.pl06-Oct-20153 KiB

README06-Oct-20151.8 KiB

rx11vnc06-Oct-20153.1 KiB

rx11vnc.pl06-Oct-20155.1 KiB

shm_clear06-Oct-20151.8 KiB

slide.pl06-Oct-20152.4 KiB

turbovnc/06-Oct-20154 KiB

uinput.pl06-Oct-201526.6 KiB

ultravnc_repeater.pl06-Oct-201517.5 KiB

vcinject.pl06-Oct-20152.2 KiB

x11vnc_loop06-Oct-20152.2 KiB

x11vnc_pw06-Oct-2015384

Xdummy06-Oct-201544.7 KiB

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