My jetson nano has problems connecting to the dell monitors 27-inches and the waveshare 7-inches monitors.My default display for my jetson is 1280x720 pixels and 720x480 pixels. I cannot setting resolutions for the other 2 screens.the waveshare monitor is 800x480 pixels but it only displays 2/3 of the full screen and dell monitors 1920x1080 pixels it only displays 1280x720 pixels. I have read all the articles about the display problem of jeson nano,and I have tried it all, but the result didn’t work out.
please help me?
Hi,
Several questions in your comment.
My default display for my jetson is 1280x720 pixels and 720x480 pixels
What do you mean “default display”? It sounds like there is still one more monitor here.
the waveshare monitor is 800x480 pixels but it only displays 2/3 of the full screen and dell monitors 1920x1080 pixels it only displays 1280x720 pixels.
Please try to share the Xorg.0.log with below setting.
#Add below option in /etc/X11/xorg.conf, 'Section "Device"'. Verbose mode logging will be shown in /var/log/Xorg.0.log
Section "Device"
...
Option "ModeDebug"
...
EndSection