So I uninstalled Tightvnc and installed Tigervnc (I am running Ubuntu 20.04.1 LTS).
After starting 'vncserver' it stopped and in the log /home/pi/.vnc/raspberry-pi\:1.log (I start it as the non-root user 'pi'):
Code: Select all
Tue Jul 28 10:35:26 2020
vncext: VNC extension running!
vncext: Listening for VNC connections on local interface(s), port 5901
vncext: created VNC server for screen 0
xrdb: No such file or directory
xrdb: can't open file '/home/pi/.Xresources'
/usr/bin/startxfce4: X server already running on display :1
gpg-agent[2954]: WARNING: "--write-env-file" is an obsolete option - it has no effect
gpg-agent: a gpg-agent is already running - not starting a new one
And there was no VNC server running before, so 'X server already running on display :1' is nonsense.
What is the problem here ?