Here’s a problem. I use the Jetson remotely by local network from my laptop (via Nomachine). But Jetson needs a display plugged in before each restart to initialize screen settings (if a display plugged via hdmi after booting, there’s no image output, so you have the only way to use Jetson - is reboot it).
So, how to create a kind of virtual display with certain output settings (I’m interested in display resolution) to use by default (iff there’s no hdmi connection) when turning Jetson Nano on? I haven’t any display at home constantly to plug it every time I boot my Jetson.
I see the sovling this way:
- creating virtual monitor
- setting it up by an autostart rule
- using Jetson as usual via Nomachine
May anybody help me with this or there’s more easier way to solve this problem?