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 which time the
> REMOTEHOST variable is nil). Now when connecting to the vncserver, I am not
> able to redirect the dispaly to the machine from which I am connecting to
> the server.
> I there a way to solve this problem? thanks
> 
I do not understand the problem, sorry.

vncserver is running on host A with display number 1  (which is given at
starttime of vncserver)

vncviewer is running on host B

To start a X-application (UNIX) on any UNIX box, which should use
vncserver, set the DISPLAY variable to "A:1"
(or use the standard X-option -display (e.g.: xterm -display "A:1")
This application should be visible in your viewer. (or any/all viewers
connected to the vncserver)

To start a X-application (UNIX) on any UNIX box, which should use your
local X-server, set the DISPLAY to "B:0".

To avoid authorization problems set the appropriate permissions with
xhost.


If this does not answer your question, please send a more enhanced
description of the problem (with error messages).


Rainer

>  --
>   G.A. Kamendje || Tel +43 316 873 55 51
>        T-U Graz ||
>         I.A.I.K || www.iaik.at/aboutus/people/Kamendje
> ---------------------------------------------------------------------
> To unsubscribe, send a message with the line: unsubscribe vnc-list
> to [EMAIL PROTECTED]
> See also: http://www.uk.research.att.com/vnc/intouch.html
> ---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to