Posted under » Ubuntu on 20 March 2017
This are the things I do when I install Ubuntu. Some not in order
netstat -plantBy default it is 5900. However, you may not be able to get in because of "No security type suitable for RFB 3.3 supported" error. To overcome this, you need to configure it by
$ gsettings set org.gnome.Vino require-encryption falseIf you try to connect and you still get the same error, then kill(stop the process) and restart it.
$ pkill vino $ export DISPLAY=:0.0 $ /usr/lib/vino/vino-server &