I want to create a VNC session to expose a single application that I start on a virtual display. And I want to do it with x11vnc because after that I can expose it through noVNC.
The problem is that x11vnc allows me to create a virtual display:
x11vnc -create
... or to expose a single window of an already launched application
x11vnc -id 0x200002
but I did not find any option to start a new application in a new virtual display (like xstartup for vncserver).