|
1、安装vino
sudo apt update
sudo apt install vino
2、设Enable VNC 服务 (此时手动可打开vnc server)
sudo ln -s ../vino-server.service /usr/lib/systemd/user/graphical-session.target.wants
sudo nano /usr/share/glib-2.0/schemas/org.gnome.Vino.gschema.xml 打开后添加以下内容:
<key name='enable' type='b'>
<summary>Enable remote access to the desktop</summary>
<description>
If true, allows remote access to the desktop via the RFB
protocol. Users on remote machines may then connect to the
desktop using a VNC viewer.
</description>
<default>false</default>
</key>
添加好之后,保存文件并退出。
使用glib-compile-schemas指令将chemas编译一下
sudo glib-compile-schemas /usr/share/glib-2.0/schemas 此操作必须在本地通过终端输入,通过SSH输入有可能会操作不成功
编译完成之后,点开屏幕右上角的齿轮图标,选择System Settings, 然后点击Desktop Sharing, 安装下面的截图设置参数。注意密码最多支持8位(这里设置的密码是通过VNC访问需要输入的密码)
设置好了之后,关掉窗口,点开左上角的搜索图标(第一个图标),搜索startup applications, 并点开
打开之后,点击ADD, 然后新建一个程序。 Name 设置为Vino, Command设置为/usr/lib/vino/vino-server . Comment设置为VNC Server。设置好之后保存即可。
终端输入以下指令来关闭VNC连接加密
gsettings set org.gnome.Vino require-encryption false
gsettings set org.gnome.Vino prompt-enabled false
设置好之后,重启Jetson Nano
重启之后,现在就可以用VNC Viewer软件来远程访问Jetson Nano桌面了。
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
×
|