Remote Access and GUI Control for Multiple Jetson AGX Orin Devices

Hi NVIDIA Forum,

I am currently working with several Jetson AGX Orin devices, and I need to establish full control over them remotely. My setup involves powering on all the devices, but only one of them will be connected to an HDMI display. The remaining devices will only have a power cable connected. I require the ability to access these devices, including their GUI, execute commands, and monitor their status as if I were directly connected to them.

All the Jetson devices are connected to the same network. While I have tried using VNC, it works well until I disconnect the HDMI cable from the device, at which point the VNC connection freezes. I attempted to resolve this by editing the xorg.conf file with dummy cable settings, but I encountered issues with the HDMI signal not being detected, which ultimately required me to reflash the device.

Could you please assist me in finding a solution that allows seamless remote access and control, even when HDMI is not connected?

》》》》》》》》this updated was don on xorg.conf and lead a problem if u need it :

Copyright (c) 2011-2013 NVIDIA CORPORATION. All Rights Reserved.

This is the minimal configuration necessary to use the Tegra driver.

Please refer to the xorg.conf man page for more configuration

options provided by the X server, including display-related options

provided by RandR 1.2 and higher.

Disable extensions not useful on Tegra.

Section “Module”
Disable “dri”
SubSection “extmod”
Option “omit xfree86-dga”
EndSubSection
EndSection

Section “Device”
Identifier “Tegra0”
Driver “nvidia”

Allow X server to be started even if no display devices are connected.

Option      "AllowEmptyInitialConfiguration" "true"

EndSection

Section “Monitor”
Identifier “Configured Monitor”
HorizSync 31.5-48.5
VertRefresh 50-70
EndSection

Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Tegra0”
DefaultDepth 24
SubSection “Display”
Depth 24
Modes “1920x1080”
EndSubSection
EndSection

Kindly assist ASAP, don’t be late as usual

Hello @ahmadsondos103,

For one of our projects we configured X server to run without a display device.

You might want to give it a try.

Something like this:

Please let us know if that helps.

regards,
Andrew

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.