diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-03-07 17:00:01 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-03-07 17:01:12 +0100 |
commit | c377f001e2f19aba95b89affd71592cc8e5866bc (patch) | |
tree | 553c73042d6b639c8d08e263eac910259d23aa29 /launch_x11vnc | |
download | econ-c377f001e2f19aba95b89affd71592cc8e5866bc.tar.gz econ-c377f001e2f19aba95b89affd71592cc8e5866bc.tar.bz2 econ-c377f001e2f19aba95b89affd71592cc8e5866bc.zip |
Init econproxy: Support retrieving a frame from x11vnc & write to ppm
Diffstat (limited to 'launch_x11vnc')
-rwxr-xr-x | launch_x11vnc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launch_x11vnc b/launch_x11vnc new file mode 100755 index 0000000..8098423 --- /dev/null +++ b/launch_x11vnc @@ -0,0 +1,3 @@ +#!/bin/sh + +exec x11vnc -coe localhost -rfbport 0 -nopw -nocursor -nosel -viewonly -deferupdate none -clip 1024x768+0+0 |