Re: telnet session problem



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

.



Relevant Pages

  • Re: Display problems in Vista
    ... Very small overhead. ... the command packet needs to be transfered. ... have to display a line that is x pixels wide at any zoom level. ...
    (comp.graphics.api.opengl)
  • Re: Read Only / Thanks Keith.
    ... >'attrib' without any parameters will display a directory ... >The full syntax of the command follows (pasted from Help ... Used without parameters, attrib displays ... xcopy command uses archive attributes. ...
    (microsoft.public.windowsxp.general)
  • Problem linking two list boxes
    ... mode, but Access does not allow this, so I have an unbound form with two ... I want to display data in the second list box which is filtered from the ... query using the common field. ... I have a command button on the form that launches a separate modal ...
    (microsoft.public.access.formscoding)
  • Re: Need WMI script
    ... Dim strDomainName, strNodeText, strXmlBuilder ... ' Retrieve values and display. ... However, if you use the cscript host, ... you can use a command similar to below at a command prompt: ...
    (microsoft.public.windows.server.scripting)
  • Re: Basics of attaching a PC
    ... Your best friend is the HELP command. ... manuals, meant to be read and reread.. ... >> SHOW DISPLAY will display the target display for DECwindows. ... >> the security is set up in the X Windows server. ...
    (comp.os.vms)