Created
March 23, 2020 00:16
-
-
Save genekogan/6048e571519f5233d973b8f417a5a922 to your computer and use it in GitHub Desktop.
Deploying a graphical program on a Raspberry Pi via ssh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo systemctl stop lightdm | |
sudo nohup X -ac >/dev/null 2>&1 & | |
export DISPLAY=:0 | |
./myApp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment