*** Please note that this reply is generated by LLM automatically ***
To query the resolution of the attached HDMI display on the Jetson Orin NX, you can use the tvservice
command or the xrandr
command.
Using tvservice
command:
You can use the tvservice
command to get the current HDMI mode and resolution. Here’s an example:
tvservice -s
This will output the current HDMI mode, resolution, and refresh rate.
Using xrandr
command:
Alternatively, you can use the xrandr
command to get the current HDMI resolution. Here’s an example:
xrandr -q
This will output the current HDMI resolution, refresh rate, and other display settings.
Comparison with TX2 NX:
On the TX2 NX, you can use the tvservice
command or the xrandr
command to query the HDMI display resolution. The tvservice
command is specific to NVIDIA’s Tegra-based platforms, including the TX2 NX and Orin NX.
Note:
Make sure that the HDMI display is properly connected and detected by the Orin NX. You can verify this by checking the HPD (Hot Plug Detect) pin connected to a GPIO, as you mentioned.
Additional information:
If you’re using a custom carrier board, ensure that the HDMI interface is properly configured and enabled in the device tree. You can refer to the Jetson Orin NX Series Modules Data Sheet and the NVIDIA Jetson Linux Developer Guide for more information on configuring the HDMI interface.
In summary, you can use the tvservice
or xrandr
command to query the resolution of the attached HDMI display on the Jetson Orin NX. These commands are similar to those used on the TX2 NX, but the Orin NX has some specific requirements and configurations that need to be taken into account.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***