Menu Close
How Can We Help?
You are here:
Print

Install and run x11vnc

sudo apt-get install x11vnc
x11vnc -storepasswd
x11vnc -forever -loop -noxdamage -repeat -rfbauth /home/USER/.vnc/passwd -rfbport 5900 -shared -auth guess -bg & disown

Maybe add:

-ncache -clip 1920x1080+0+0

Comments are welcome.