Hi,
Can anybody help me get vncserver running? It just times out when I try to connect from the client. I'm running Ubuntu 5.1.
I've installed tightvncserver. When I type "vncserver" to start it. I get:
Code:
xauth: (argv):1: bad display name "none:1" in "add" command
New 'X' desktop is none:1
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/none:1.log
Attempts to connect with VNC Viewer with li-78.members.linode.com:1 lead to the connection timing out.
My xstartupfile is
Code:
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
After starting vncserver I see the following processes running
Code:
2600 pts/0 00:00:00 bash
3059 pts/0 00:00:00 Xtightvnc
3066 pts/0 00:00:00 x-terminal-emul
3067 pts/0 00:00:00 x-window-manage
3074 pts/0 00:00:00 ps