Jetson Nano 安裝好的時候,內建文件教導你使用VINO 當作VNC如下圖
當你跟著說明操作時
- gsettings set org.gnome.Vino enabled true
- No such key “enabled”
遇到這個問題的時候如下解決
1.因為還沒有nano這個文字編輯套件,所以裝一下,jetson nano沒有裝nano所以裝nano
- sudo apt-get update
- sudo apt-get install nano
- sudo nano /usr/share/glib-2.0/schemas/org.gnome.Vino.gschema.xml
加入這個KEY
<key name='enabled' 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>
Ctrl + X 離開,並且選擇Y存檔
如下畫面
3. 編譯一下
- sudo glib-compile-schemas /usr/share/glib-2.0/schemas
4.已經正常修復了可以往下繼續設定Vino
- gsettings set org.gnome.Vino enabled true
- gsettings set org.gnome.Vino prompt-enabled false
- gsettings set org.gnome.Vino require-encryption false
5.設定完成需要重開機,讓設定工作
- sudo reboot
6.啟動Vino
- /usr/lib/vino/vino-server
7.開另外一個命令視窗ifconfig 可以查詢自己的IP
即可透過VNC軟體遠端控制jetson Nano,windows上可以使用RealVNC這套不錯用
凌老師教學。
留言
張貼留言