We were attempting to set a custom resolution for the NVIDIA Drive Orin. While we could switch between standard resolutions, we encountered difficulty in applying custom resolutions, specifically using 1920x720 for experimentation. We successfully added the mode using the xrandr newmode
command; however, when attempting to use xrandr addmode
, it indicates that the specified mode is not found. We are confident in using the correct display name in the command. Is our approach correct, or are there alternative methods to achieve the desired results?
commands used:
$xrandr --newmode “1920x720” 111.75 1920 2016 2208 2496 720 723 733 748 -hsync +vsync
$xrandr --output DP-0 --mode 1920x720
Orin details:- Linux tegra-ubuntu 5.10.120-rt70-tegra #1 SMP PREEMPT RT Thu Oct 20 18:31:36 PDT 2022 aarch64 aarch64 aarch64 GNU/Linux