From cd8384d0344dc36d139bf95ffb3b91a00ae98812 Mon Sep 17 00:00:00 2001 From: Nova deViator Date: Tue, 5 Jan 2016 15:56:11 +0100 Subject: [PATCH] docu fixes --- doc/README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/doc/README.md b/doc/README.md index f9286e6..1b7d1a2 100644 --- a/doc/README.md +++ b/doc/README.md @@ -21,19 +21,9 @@ Hardware setup contains of a computer running a capable OpenGL card (Nvidia?) wi ## Software -I personally do the following - I access everything through a remote laptop, loging in through ssh and running: +Edit `~/.processing/preferences.txt` and change `run.display=1` accordingly. I have it on 1, since 0 is my 'primary' display, which is the touchscreen. See also an example xorg.conf. I personally do the following - I access everything through a remote laptop, loging in through ssh. Processing applet is run remotely by using two small bash scripts: -`export DISPLAY=":0.1"` - -(this is actually not very necessary, but the following is: - -edit `~/.processing/preferences.txt` and change `run.display=1` accordingly. I have it on 1, since 0 is my 'primary' display, which is the touchscreen. - -See an example xorg.conf - -Processing applet is run remotely by using two small bash scripts: - -*processing-runsketch.sh*: +*processing-runsketch.sh* (this one needs to be on the executable path): ```bash #!/bin/bash if [[ -z $1 ]]; then