Assistance needed: display resolution issue on A603 Jetson Orin NX Jetpack 6.0

Hi all,

I am trying to setup my A603 carrier board with my Jetson Orin NX 8GB module. I have flashed my system with Jetpack 6.0 as per the instructions given on: A603 Carrier Board | Seeed Studio Wiki

When I connect my screen to the hdmi port, the maximum resolution I can select is 1920x1080.

I have also tried flashing Jetpack 5.1.2 and it works perfectly, higher resolutions are being detected for my screen. Unfortunately I need Ubuntu 22.

I am happy to provide command outputs or any other information that might be helpful.

Thank you all for your help!

You can use xrandr to manually set a higher resolution.

Hi, thanks for your reply. I have already tried but it’s not working. Not sure if I’m doing things right though. Here’s what I did:

xrandr

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 800mm x 330mm
   1920x1080     60.00*+  59.94    50.00  
   1680x1050     59.95  
   1600x1200     60.00  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    59.94    59.93

cvt 3440 1440 60

# 3440x1440 59.94 Hz (CVT) hsync: 89.48 kHz; pclk: 419.50 MHz
Modeline "3440x1440_60.00"  419.50  3440 3696 4064 4688  1440 1443 1453 1493 -hsync +vsync

xrandr --newmode “3440x1440_60.00” 419.50 3440 3696 4064 4688 1440 1443 1453 1493 -hsync +vsync

xrandr --addmode DP-1 “3440x1440_60.00”

X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  18 (RRAddOutputMode)
  Serial number of failed request:  25
  Current serial number in output stream:  26

For reference, under Jetpack 5.1.2, xrandr only shows HDMI-0 with correct resolutions detected. Not sure how HDMI-0 became DP-0 and DP-1 under Jetpack 6.

Thanks!

I think it’s a bug in the area of J401 because it has only HDMI. DP for sure comes from DisplayPort.

Perhaps a proper config for JP6 is needed.

Thanks for your reply. Any idea how to fix it?

No, for the moment, but for this kind of stuff the user @ Seeed_Seraphina is most helpful