Upon powering up the Xavier, it exports a folder with a few user manuals.
README-vnc.txt explains how to set up a VNC server.
From the manual, ‘gsettings set org.gnome.Vino enabled true’ did not work and returned an error like this. No such key “enabled”
Looking at Vino wiki page, it seems that ~/.config/autostart/vino-server.desktop needs to be created with the following content.
[Desktop Entry]
Type=Application
Name=Vino VNC server
Exec=/usr/lib/vino/vino-server
NoDisplay=true
After that, I could access the Xavier through VNC viewer.
The Gui Desktop Sharing Tool. Share Desktop Slider does not stay “ON”, slides back to OFF. Reading somewhere else this behavior has something to do with adding the network connection UUID. If so, please provide procedure?
This problem resolved after the next boot. From gnome desktop, search for Desktop Sharing app brings up its GUI. Enable "Allow others to view your desktop and Allow others to control your desktop. “Security Require the user to enter this password ******” (Enter your desired VNC pw)
Opening MACOS Screen Sharing , entering IP Adress and VNC pw open the Ubuntu Desktop window.