找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 1697|回复: 0

英伟达Jetson nano 使用VNC远程访问

[复制链接]

41

主题

0

回帖

453

积分

管理员

积分
453
发表于 2024-9-6 20:26:46 | 显示全部楼层 |阅读模式

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桌面了。




本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

联系我们|东莞市微象电子 ( 粤ICP备2023103692号-1 )

GMT+8, 2025-4-3 21:48 , Processed in 0.066477 second(s), 22 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表