On Tue, Mar 12, 2002 at 02:08:08PM -0500, Danilo Lizcano wrote:
> 
> I have tried to use the xstartup file with the twm, mwm and dtwm commands
> 
> #!/bin/sh
> PATH=$PATH:/usr/dt/bin
> if [ -f /usr/dt/bin/Xsession ]
> then
>     export XSTATION=1 DTXSERVERLOCATION=local
>     Xsession &
> else
>     xrdb $HOME/.Xdefaults
>     xsetroot -solid grey
>     xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
>     mwm &
> fi
> 
> I have used the path command:
> 
> PATH=$PATH:/usr/local/bin:/usr/bin/X11:/usr/lpp/X11/bin

Have you tried a minimal xstartup, perhaps something like this?

  #!/bin/sh
  xrdb $HOME/.Xresources
  xsetroot -solid grey
  xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &

My guess is that it is Xsession that is not working for some reason, and
it would be good to try a simpler startup.

-- 
Mike Ossmann, Tarantella/UNIX Engineer/Instructor
Alternative Technology, Inc.  http://www.alttech.com/
---------------------------------------------------------------------
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to