I have seen this same problem with both vnc4server and tightvncserver.
https://bugs.launchpad.net/bugs/506160
The cause and solution are very similar.
In the /usr/bin/vnc4server script, there is a line like this:
$ENV{DISPLAY}= ":$displayNumber";
change it to this:
$ENV{DISPLAY}= "$host:$displayNumber";
It should work after that.
--
VNC server doesn't bring up login screen
https://bugs.launchpad.net/bugs/376085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs