DVI-HDMI cable for jetson nano

Is it possible to use monitor that has DVI port and use HDMI-DVI cable for jetson nano to automatically display the screen without manually modify the xorg.conf file?If so, what’s king of DVI? DVI Digital? My DVI port of monitor has 28 pin.

Manual config of monitor settings wouldn’t help anyway since the driver uses EDID (some settings in that file matter, many settings related to monitor specifications are disabled). Some DVI does provide EDID (the digital DVI). So long as that version of DVI and HDMI-to-DVI adapter provides EDID it will work. To know if you have EDID look to see if data is found from:

sudo -s
cat `find /sys -name 'edid'`
exit

Analog DVI does not provide this.