googlecreativelab / open-nsynth-super

Open NSynth Super is an experimental physical interface for the NSynth algorithm
Apache License 2.0
2.42k stars 270 forks source link

Close GUI elements to use CLI #12

Closed KyleWerle closed 6 years ago

KyleWerle commented 6 years ago

How can I close the GUI OLED elements to use the CLI on boot? ps, and top don't allow me to see all processes as the GUI is overlayed on top of the CLI with a large surrounding black box.

KyleWerle commented 6 years ago

I stopped the open-nsynth service to gain access to the entire CLI. Open-nsynth.service starts again on reboot. sudo systemctl stop open-nsynth.service

If you want to start open-nsynth without restarting the rPi. sudo systemctl start open-nsynth.service