[CentOS] VNC viewer blank screen

Thu Mar 11 17:18:24 UTC 2010
Kwan Lowe <kwan.lowe at gmail.com>

On Thu, Mar 11, 2010 at 12:03 PM, Vijay Shanker Dubey
<vijay.shad at gmail.com> wrote:
[snip]
> unset SESSION_MANAGER
> exec /etc/X11/xinit/xinitrc
> [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
> [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
> xsetroot -solid grey
> vncconfig -iconic &
> xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
> twm &
> ---
> I got this script form this tutorial on the cetos site. Do you see any error
> in this.

Nothing apparent, but check that the twm manager is available. On the
server, what is the result of:

   which twm