点击你需要的语言,再点击Apply
将你所需要的语言放置首行,点击Apply System—Wide应用到整个整个系统
sudo reboot
ifconfig eth0
ping -I eth0 -c 10 www.baidu.com
gsettings set org.gnome.Vino require-encryption false
gsettings set org.gnome.Vino prompt-enabled false
gsettings set org.gnome.Vino authentication-methods "['vnc']"
gsettings set org.gnome.Vino lock-screen-on-disconnect false
gsettings set org.gnome.Vino vnc-password $(echo -n "password"|base64)
需要注意的是,不要用sudo来运行上面的命令,password就是连接VNC的密码。
mkdir -p .config/autostart
sudo vim ~/.config/autostart/vino-server.desktop
打开后添加以下内容
[Desktop Entry]
Type=Application
Name=Vino VNC server
Exec=/usr/lib/vino/vino-server
NoDisplay=true
cat /etc/X11/default-display-manager
sudo vim /etc/gdm3/custom.conf
WaylandEnable=false
AutomaticLoginEnable = true
AutomaticLogin = waveshare
sudo reboot
复制下面链接到浏览器打开,在电脑上下载并安装VNC-Viewer
ifconfig
指令查询Jetson Nano的IP地址192.168.1.31