I want to remote at my window desktop via realvnc viewer
It works when my jetson connected at hdmi to monitor
But when i disconnect hdmi, realvnc viewer don’t update anymore
You need to add a dummy monitor to deceive the system into believing there is a monitor connected.
Sorry, we haven’t verified kind of this dummy display port adapter.
For your use case, you might could refer to the following steps to enable virtual display for VNC.
Step 0: Enable Screen sharing through connecting monitor first
Settings → Sharing → Screen Sharing → set ‘Active’
Step 1: update and install xserver-xorg-video-dummy
$ sudo apt update
$ sudo apt install xserver-xorg-video-dummy
Step 2: Create config for dummy virtual display
$ cd /etc/X11
$ sudo vim xorg.conf.dummy
Step3: …
system
Closed
July 3, 2024, 6:36am
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.