Wednesday, April 16, 2008

Grey Screen with VNC Server (Gnome, KDE, etc.)

If you get a grey screen when trying to connect to an X11 vncserver session, check the vncserver log in ~/.vnc/

You will likely see the following:
sh: /home/username/.vnc/xstartup: Permission denied

To fix this, run:
chmod +x ~/.vnc/xstartup

No comments: