網頁

2020年8月25日 星期二

Jetson Nano 遠端桌面

原先都是使用 x11vnc
參考 vidia Jetson AGX Xavier 設定 VNC

但常常斷線,太不方便了

$ sudo vi /usr/share/glib-2.0/schemas/org.gnome.Vino.gschema.xml
在 <schema> 的後面增加
    <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>

編譯 Gnome schemas
$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas
桌面/System Settings/Desktop Sharing
勾選 Allow other users to view your desktop
勾選 Allow other users to control your desktop
桌面/搜尋/Startup Applications
按 Add
Name: Vino
Command: /usr/lib/vino/vino-server
Comment: VNC Server
$ gsettings set org.gnome.Vino require-encryption false
$ gsettings set org.gnome.Vino prompt-enabled false
$ sudo reboot

變更桌面解析度
$ sudo xrandr --fb 1280x960


沒有留言:

張貼留言