docu fixes

master
Nova deViator 2016-01-05 15:56:11 +01:00
parent 6b97b41b4e
commit cd8384d034
1 changed files with 2 additions and 12 deletions

View File

@ -21,19 +21,9 @@ Hardware setup contains of a computer running a capable OpenGL card (Nvidia?) wi
## Software ## 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"` *processing-runsketch.sh* (this one needs to be on the executable path):
(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*:
```bash ```bash
#!/bin/bash #!/bin/bash
if [[ -z $1 ]]; then if [[ -z $1 ]]; then