Originally posted by: dannert
Harry,
in the $HOME directory you are starting the vncserver in is a directory ".vnc". Check the contents of the file "xstartup" in that directory. On my system it looks something like this:
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
Note the "xterm" which actually gives you a shell window on your screen - without it everything is just gray as you are only running the "twm" window manager and nothing else.
If you prefer a different window manager you can also replace "twm" with something different.
#AIX-Forum