Created
July 4, 2021 17:48
-
-
Save minlaxz/6b77e5c8dce81b6cc4f4c8ddfc480c94 to your computer and use it in GitHub Desktop.
Starting Vino server on Jetson nano.
This file contains hidden or 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
#!/bin/bash | |
export DISPLAY=:0 | |
gsettings set org.gnome.Vino enabled true | |
gsettings set org.gnome.Vino prompt-enabled false | |
gsettings set org.gnome.Vino require-encryption false | |
/usr/lib/vino/vino-server & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment