Attempting to run remote X app

From: Joel Konkle-Parker (jjk3_at_msstate.edu)
Date: 01/21/04


Date: 21 Jan 2004 13:45:05 -0800

I'm attempting to ssh into a central server and run an X app, with the
app displaying back on my display.

I've ssh'd into the server (where username@server is replaced with the
actual values):

--
$ ssh username@server
username@server's password: 
Terminal set to xterm
Wed Jan 21 15:37:14 CST 2004
> 
--
Set the display (where 'ip_address' is my IP from /sbin/ifconfig):
--
> DISPLAY=ip_address:0; export DISPLAY
> echo $DISPLAY
ip_address:0
> 
--
And tried to run the app (where ip_address is my IP, like above):
--
> xclock
Error: Can't open display: ip_address:0
> 
--
I'm not really sure what to try next... Any ideas?
Thanks in advance.
-- 
Joel Konkle-Parker


Relevant Pages

  • Re: display array in a frame wnd
    ... you have to create an app that is suitable for displaying an image. ... There would never be a need to create a frame window; it is not at all clear why such code ... I have to display results. ... Why is this not in an OnPaint handler? ...
    (microsoft.public.vc.mfc)
  • Re: visualizing image
    ... It sounds to me like you don't want a Web Service. ... "/images/image.jpg" and display it according to the HTML layout ... processes the image, or calls on another app to process the image, sets the ... >>>The generated image is a char*. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: visualizing image
    ... It sounds to me like you don't want a Web Service. ... "/images/image.jpg" and display it according to the HTML layout ... processes the image, or calls on another app to process the image, sets the ... >>>The generated image is a char*. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Bitmap/Image data type
    ... or where exactly you are passing it around. ... Typically an image will be grabbed from a source (could be database, file, ... double clicks it it gets passed to another form to display full screen. ... deleted (or if the user so specifies then my app will delete it)). ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: To MsgBox, or not to MsgBox
    ... display; on a TS session it is fed to the network for display on the user's ... for a service-type app it's virtual. ... then I'd say you need to push the flag one level higher so that the EXE ... in the background from an interactive session... ...
    (microsoft.public.vb.general.discussion)