设置VNC服务器
VNC服务器在Jetson上已经安装,需要开启并设置密码
mkdir -p ~/.config/autostart
cp /usr/share/applications/vino-server.desktop ~/.config/autostart/.
gsettings set org.gnome.Vino prompt-enabled false
gsettings set org.gnome.Vino require-encryption false
# Replace thepassword with your desired password
gsettings set org.gnome.Vino authentication-methods "['vnc']"
gsettings set org.gnome.Vino vnc-password $(echo -n 'thepassword'|base64)
sudo reboot
在Windows上远程访问
Windows机器要与Jetson在同一个局域网里。在VNC客户端输入Jetson的IP,会要求输入密码。