User Tools

Site Tools


workshops:nvidia_jetson:jetson:remote_desktop

This is an old revision of the document!


Remote Desktop: Better HEADLESS!

VNC and NoMachine require that a monitor is connected! → Better headless with rdp and xfce4!

VNC Setup - UPDATE: Very Slow!

  • VNC Setup from the NVIDIA developers' forum

Problem: It seems a monitor has to be connected to the Jetson.

# If you have a Jetson Nano 2GB Developer Kit (running LXDE)
# mkdir -p ~/.config/autostart
# cp /usr/share/applications/vino-server.desktop ~/.config/autostart/.
 
# For all other Jetson developer kits (running GNOME)
cd /usr/lib/systemd/user/graphical-session.target.wants
sudo ln -s ../vino-server.service ./.
 
# Configure the VNC server
gsettings set org.gnome.Vino prompt-enabled false
gsettings set org.gnome.Vino require-encryption false
 
# Set a password to access the VNC server
# Replace thepassword with your desired password
gsettings set org.gnome.Vino authentication-methods "['vnc']"
gsettings set org.gnome.Vino vnc-password $(echo -n 'thepassword'|base64)
 
# Reboot the system so that the settings take effect
sudo reboot

NoMachine - Much Better Performance

https://www.nomachine.com/AR02R01074

Problem: It seems a monitor has to be connected to the Jetson.

# Switch to "runlevel" (= target) multi-uer (= not graphical, not single) 
systemctl isolate multi-user.target
 
# Change default behavior, system boots to target
# systemctl enable multi-user.target
# systemctl set-default multi-user.target
 
# HOW TO REVERT THE MODIFICATION?

RDP with fcxe4

workshops/nvidia_jetson/jetson/remote_desktop.1613045836.txt.gz · Last modified: 2021/02/11 12:17 by rolf