docu fixes
parent
6b97b41b4e
commit
cd8384d034
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue