I moved one of my desktop to Ubuntu to try it. In Centos 7, all I need to do to launch a VNC server and see my desktop remotely is: yum install tigervnc-server xorg-x11-fonts-Type1 and vncserver.
And I can see correctly my desktop as if I was in front of the monitor. No need to modify any xstartup file or anything!
The question comes back again and again without acceptable answer then I have few more:
- Why nobody could do it in Ubuntu yet?
- If Unity or for whatever reason it isn't possible, let me know.
Why 99% of the tutorials required us to install xfce?!
- I don't want to install anything else Finally, for an ultimate time:
Is there a proper way to install a VNC server without modifying
xstartup, and without installing a tier desktop?
I don't expect a simple answer here, if you provide a xstartup file, I'd like to get all the explanations. No need to get the same what I can read in the hundreds duplicated blogs.


x11vnc -create -env FD_PROG=/usr/bin/unity -env X11VNC_CREATE_GEOM={$1:-800x800x24} -nopw -localhost -forever -shared -noshm– eri0o Aug 11 '19 at 03:49x11vnc? Latest version: 2011. Why isXvfbmandatory here and not in Centos? – None Aug 11 '19 at 03:54x11vncandxvfbinstallations, I get lots ofXOpenDisplayerrors and asking me to runx11vncas root. No way. – None Aug 11 '19 at 03:59ssh -x, no need for vnc. – eri0o Aug 11 '19 at 10:19ssh -xwith WSL (in Win7 I use Cygwin with XWin) or using Remote Desktop Protocol, also known as RDP. Take a look into this -> https://askubuntu.com/questions/592537/can-i-access-ubuntu-from-windows-remotely (you can ignore the part that says to install xfce, but you will need to replace the bin for whatever you are using. I tried with KDE and it worked.) – eri0o Aug 11 '19 at 14:16