Dear NV team,
I used VNC for monitoring Jetson AGX Orin 32GB devkit desktop, once Jetson monitor is attached, it worked fine. Once no monitor, I referred to https://forums.developer.nvidia.com/t/what-is-the-best-way-to-control-the-jetson-orin-gui-remotely/239615/5, but failed to connect (from Windows or Ubuntu PC). Attached is the VNC debug messages trying to connect using gvncviewer from Ubuntu PC. If VNC cannot do it, any other approach to do it? Thanks.
From your log, it seems your issue is about “Connection refused” rather than monitor connected or not.
Please check if the connection authentication is correct.
Or check if your board is in suspend to cause this issue.
Hi KevenFFF,
I tried JetPack 5.1.2, 5.1.3 and 6.0, using gvncviewer and vncviewer from remote Ubuntu PC as well as using tightVNC and realVNC from remote Windows PC, they all could not be connected w/o a Jetson monitor. Once monitor is attached, VNC connection will be ok.
Now I suspect whether it was caused by the “dummy display adapter”. Is it mandatory to use a dummy display adapter? Currently I have not used it. Thanks.
Andrew
What do you mean about “dummy display adapter”? Is that a physical device connected on your board?
From the result of our verification, you don’t need to add dummy display configuration if you connect a monitor for Jetson.
Actually, VNC connection should still work w/o monitor connected.
The display from VNCViewer will freeze if you don’t add dummy display configuration when you disconnect the monior.
As a result, you should add dummy display configuration when the monitor is disconnected.
In short…
With monitor connected → use original xorg.conf (xorg.conf.backup)
W/o monitor connected → use xorg.conf with dummy display configuration (xorg.conf.dummy)