Skip to content

Instantly share code, notes, and snippets.

@minlaxz
Created July 4, 2021 17:48
Show Gist options
  • Save minlaxz/6b77e5c8dce81b6cc4f4c8ddfc480c94 to your computer and use it in GitHub Desktop.
Save minlaxz/6b77e5c8dce81b6cc4f4c8ddfc480c94 to your computer and use it in GitHub Desktop.
Starting Vino server on Jetson nano.
#!/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