Hi I’ve been discussing with Nvidia’s technical folks on a potential workaround for running Jetson NX headless by creating a virtualized display target. Can you please confirm if the below workaround will work for Jetson NX? Thanks!
Hi byronr,
Do you work with user133662?
Are you using the devkit or custom board for Orin NX?
What’s your Jetpack version in use?
The method in your link have been verified on R35 and should work for different platform. You could just refer to those steps to configure VNC on your board.
I’m not familiar with user133662. The Orin NX is a custom board from Hadron carrier: https://connecttech.com/product/hadron-carrier-for-nvidia-jetson-orin-nx/
Jetpack version installed is 5.1.2.
We’re still struggling to target the display using “xrandr” and “xhost +” commands with the above steps.
It seems you are using the custom carrier board.
Have you finished the Setting Up VNC | NVIDIA Developer before above steps?
Please share the full commands you used to configure VNC on your board.
Is there any error showed in any step?
We have followed the steps in Setting Up VNC | NVIDIA Developer
Here is the output. How would we attempt to connect to the vnc server now?
cd /usr/lib/systemd/user/graphical-session.target.wants
censysamkt@amktnx:/usr/lib/systemd/user/graphical-session.target.wants$ sudo ln -s …/vino-server.service ./.
[sudo] password for censysamkt:
ln: failed to create symbolic link ‘././vino-server.service’: File exists
censysamkt@amktnx:/usr/lib/systemd/user/graphical-session.target.wants$ gsettings set org.gnome.Vino prompt-enabled false
censysamkt@amktnx:/usr/lib/systemd/user/graphical-session.target.wants$ gsettings set org.gnome.Vino require-encryption false
censysamkt@amktnx:/usr/lib/systemd/user/graphical-session.target.wants$ gsettings set org.gnome.Vino authentication-methods “[‘vnc’]”
censysamkt@amktnx:/usr/lib/systemd/user/graphical-session.target.wants$ gsettings set org.gnome.Vino vnc-password $(echo -n ‘password’|base64)
censysamkt@amktnx:/usr/lib/systemd/user/graphical-session.target.wants$ sudo reboot
Please check the ip address from your board and use VNC viewer from your host PC to access your board.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.