I am using the following command to open up an x11vnc server on boot within crontab -e
@reboot /usr/bin/x11vnc -bg -reopen -forever
It works perfectly, but I would like to see if the following can be done...
- Specify which vnc port it uses. For example, 5910.
- Specify a resolution to use (it's currently quite small on my screen
I have looked at the documentation for all their flags but can't see anything that helps me so far, unless I am missing something.