Thanks to:
David Hull
Matt Wilkie
The correct answer was to included the line:
/usr/dt/bin/dtwm &
in the xstartup file
I've included my xstartup file below.
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
/usr/dt/bin/dtwm &
Now to work on the colors and display resolution.
Thanks
Howard
Received on Wed Jan 17 2001 - 20:17:34 NZDT