RE: setting the display variable + NEW questions

2001-07-20 Thread Quek Hong Cheang
TED] > phone: 972-8-6664259 > Cel: 056-386308 > Pager: 7983 > > -Original Message- > From: Quek Hong Cheang [mailto:[EMAIL PROTECTED]] > Sent:Thu, July 19, 2001 3:35 AM > To:[EMAIL PROTECTED] > Subject:Re: setting the display variable > > I

RE: setting the display variable

2001-07-19 Thread Lichaa, Haim
-6664259 Cel: 056-386308 Pager: 7983 -Original Message- From: Quek Hong Cheang [mailto:[EMAIL PROTECTED]] Sent: Thu, July 19, 2001 3:35 AM To: [EMAIL PROTECTED] Subject:Re: setting the display variable I have a similar problem. I am running my vncserver on a solaris 7

Re: setting the display variable

2001-07-18 Thread Quek Hong Cheang
I have a similar problem. I am running my vncserver on a solaris 7 workstation and my viewer on a Win98 PC. After I have started the server, I was informed that that it is running on cad2:1. So, I connected my viewer uhave sing IP_of_cad2:1, was prompted for the password and then entered the

Re: setting the display variable

2001-07-18 Thread Rainer Stransky
Guy-Armand kamendje wrote: > > I have the following problem: I am running vncserver on Solaris and I have > the following in my .cshrc > if (${?REMOTEHOST} !=0) then > setenv DISPLAY $REMOTEHOST:"0" > for setting the DISPLAY env variable. > I start the vncserver localy on my Solaris machine (at w

setting the display variable

2001-07-18 Thread Guy-Armand kamendje
I have the following problem: I am running vncserver on Solaris and I have the following in my .cshrc if (${?REMOTEHOST} !=0) then setenv DISPLAY $REMOTEHOST:"0" for setting the DISPLAY env variable. I start the vncserver localy on my Solaris machine (at which time the REMOTEHOST variable is nil).