NVIDIA-AI-IOT / jetracer

An autonomous AI racecar using NVIDIA Jetson Nano
MIT License
1.07k stars 321 forks source link

No HDMI output #81

Closed sudo-michael closed 3 years ago

sudo-michael commented 4 years ago

I'm able to ssh to the jetson just fine, but I can't get any type of desktop environment to display when I use a HDMI cable. I tried using the following https://developer.nvidia.com/jetson-nano-sd-card-image and am able to get HDMI output to work just fine, but whenever I try to use the one provided in the software setup https://drive.google.com/open?id=1wXD1CwtxiH5Mz4uSmIZ76fd78zDQltW_ it doesn't seam to work.

jreinmuth commented 4 years ago

Hi, you can check with xrandr if hdmi is enabled. If not, you can try to set HDMI to HD 720p

xrandr --addmode HDMI-1-1 1280x720 xrandr --output HDMI-1-1 --mode 1280x720

if this will work, you can increase values for resolution as well