Skip to content

Latest commit

 

History

History
58 lines (54 loc) · 1.38 KB

vnc.md

File metadata and controls

58 lines (54 loc) · 1.38 KB

VNC

Install VNC jetson nano

1.Enable the VNC server to start each time you log in

cd /usr/lib/systemd/user/graphical-session.target.wants
sudo ln -s ../vino-server.service ./.

2.Configure the VNC server

gsettings set org.gnome.Vino prompt-enabled false
gsettings set org.gnome.Vino require-encryption false

3.Set a password to access the VNC server

gsettings set org.gnome.Vino prompt-enabled false
gsettings set org.gnome.Vino require-encryption false

4.Reboot the system so that the settings take effect

sudo reboot

Install VNC service for PC

VNC Connecting to Jetson

1.After nano login, you must enter your password to login before the remote service will start automatically 2.View the nano's iP address

ifconfig

Change resolution display sharing VNC

nano /etc/X11/xorg.conf 

Add at the bottom of the file

Section "Screen"
   Identifier    "Default Screen"
   Monitor       "Configured Monitor"
   Device        "Tegra0"
   SubSection "Display"
       Depth    24
       Virtual 1280 800 # Modify the resolution by editing these values
   EndSubSection
EndSection

Restart takes effect

sudo reboot

*note: if you want hot change, you can run:

xrandr --fb 1920x1080

Set static IP