Jetson nano 2GB

->CUI

$ sudo systemctl set-default multi-user.target

->GUI

$ sudo systemctl set-default graphical.target

->VNC configuration ( ref.nvidia )

$ mkdir -p ~/.config/autostart

$ cp /usr/share/applications/vino-server.desktop ~/.config/autostart/.

$ gsettings set org.gnome.Vino prompt-enabled false

$ gsettings set org.gnome.Vino require-encryption false

# 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)

->LXDE auto-login /etc/lightdm/lightdm.conf

autologin-user=<YOUR USER>

autologin-user-timeout=0

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です