Re: telnet session problem
- From: "Tim Bradshaw" <tfb+google@xxxxxxxx>
- Date: 18 Aug 2006 05:42:53 -0700
Stevoo wrote:
tim thanks for your reply. I tried that out but I'm getting the error "
xterm Xt error: can't open display: localmachine:0.0....what do you
mean by "export it" and do ?I have to be root on the remote machine?
Thanks
You need to get the variable into the environment. In a Bourne-family
shell you do this by:
DISPLAY=localmachine:0.0
export DISPLAY
There's a special shortcut if you want it to take effect for only one
command:
DISPLAY=localmachine:0.0 command
I can't remember how to do it in csh-family shells. Perhaps it's
`setenv DISPLAY localmachine:0.0'?
(remember that `localmachine' needs to be the name or IP address of the
machine with the screen (which you're logged in from presumably).
--tim
.
- References:
- telnet session problem
- From: Stevoo
- Re: telnet session problem
- From: Tim Bradshaw
- Re: telnet session problem
- From: Stevoo
- telnet session problem
- Prev by Date: problem with getch()
- Next by Date: Re: telnet session problem
- Previous by thread: Re: telnet session problem
- Next by thread: Re: telnet session problem
- Index(es):
Relevant Pages
|