跳到主要內容

發表文章

目前顯示的是 9月, 2019的文章

nvidia jetson nano 開啟VNC步驟

sudo apt-get update sudo apt-get install nano sudo nano /usr/share/glib-2.0/schemas/org.gnome.Vino.gschema.xml Add this 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> sudo glib-compile-schemas /usr/share/glib-2.0/schemas gsettings set org.gnome.Vino enabled true gsettings set org.gnome.Vino prompt-enabled false gsettings set org.gnome.Vino require-encryption false # Reboot the system so that the settings take effect sudo reboot /usr/lib/vino/vino-server