Set jetson nano VNC

Nvidia Jetson can not solve the problem distal VNC, when you open the desktop sharing function, an error message will jump out, making it impossible to use remote desktop sharing feature

 

After studying for a few days, the solution is as follows:

Open a terminal command window, perform the following sub-sub-program,

First, install VINO: VNC Server

sudo apt update
sudo apt install vino

Second, set VINO login options

gsettings set org.gnome.Vino prompt-enabled false
gsettings set org.gnome.Vino require-encryption false

Third, the network card is added VINO Service

nmcli connection show
displays UUID network card, fill his' below 'between
dconf write / org / gnome / settings -daemon / plugins / sharing / vino-server / enabled-connections "[' UUID of the ethernet '] "
Export the DISPLAY =: 0


Fourth, the test can be used if

/usr/lib/vino/vino-server

After this instruction is executed, do not close the command window, log in to see the end use VNC Client, if no problem, can be added to the boot options

 

Fifth, adding boot options

1. Program / initial startup program installed
2. Add the right point
3. Name: StartVinoServer
4. commands: / usr / lib / vino / vino-server
below 5. Add point
6. reboot can look remote login

Guess you like

Origin www.cnblogs.com/wangshuyi/p/12096014.html