Hi,
Recently, I needed to set up VNC on my Jetson Orin Nano Developer Kit. While there is plenty of information available online, I couldn’t find a guide covering all the specifics in one place. Therefore, I decided to document the process so others can benefit from it.
The guide includes:
- Setting up x11vnc as the server and TigerVNC as the client.
- EDID fix for GUI without a physical monitor, avoiding the use of a dummy video driver to retain GPU acceleration.
- Configuring a systemd service to keep VNC running after reboot.
If you’re looking for an easy way to access your Jetson remotely, check it out: https://github.com/mauroarcidiacono/jetson-headless-vnc
I hope this guide proves useful to the community. Suggestions and feedback are welcome.