Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions in documentation to change run.display=-1 in ~/.processing/preferences.txt #17

Open
rturknett opened this issue Apr 9, 2014 · 0 comments

Comments

@rturknett
Copy link
Contributor

By default, Processing launches the sketch window on display 0. In order to support MPE configurations that have multiple graphics cards per host (e.g. Stallion).

To do this, the user must change the run.display variable in ~/.processing/preferences.txt:

change
run.display=0
to
run.display=-1

We need to add this to the documentation until we add code to modify this automatically.

@rturknett rturknett added this to the Version 2 Release milestone Apr 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant