From 3d80025b7fe79339c7985e2e10161447eea46d1e Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Wed, 16 Nov 2011 04:22:27 +0100 Subject: Initial commit --- README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..be00307 --- /dev/null +++ b/README @@ -0,0 +1,27 @@ +This is "projector", a hacky way to supply +input to a projector connected to a shared +system. + +Using this collection of scripts, you can: + - display Web Pages + - play back video + - display your screen via vnc + +Usage: +====== + +This script assumes /usr/bin/python2 points to a python +interpreter adhering to python language version >= 2.6 +If this is not true, you will either have to create a +fitting symlink or change the scripts. + +The files in the 'remote' directory should be placed +somewhere on the box attached to the projector. Xsession +is an example how an Xsession file to start the projector +might look. On the remote box, also TightVNC Viewer, +python-cairo, python-webkit, Mplayer are required. + +The scripts in the top directory enable the user to control +the projector. They should be pretty much self explanatory, +the beamer URL is by default http://:8082/ +vnc_projector requires x11vnc. -- cgit v1.2.1