Okay, this is easy.

heres what you do :
I'm assuming that you are using the Bourne Again Shell (bash)

on the machine that you want to push the x display back to you need to:

# startx

open an xterm:

# xhost +

then you need to telnet to the remote machine from which you want to run the
apps.

login and type:

# DISPLAY=your.ip.address         (for instance DISPLAY=192.168.0.1)

# export DISPLAY

then:

# xterm -ls &

# exit 
                 ( you can logout now that there is a remote xterm
running)

everything you run from the remote xterm now will be coming in from the remote
machine.

for instance:

# xload &


will pipe an xload applet to your local machine.

give it a try and if you get any errors let me know I'll help you.

Cheers

Tony Hernandez



On 21-Sep-99 Malcor wrote:
> I am just  looking to run an X-aplication. I want to only port  the video
> out  to the local machine.But if I have to run X that is also fine.
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> To: Malcor <[EMAIL PROTECTED]>
> Cc: Linux Config Email List (E-mail) <[EMAIL PROTECTED]>
> Date: Saturday, September 18, 1999 10:18 PM
> Subject: RE: Xfree86 Remote
> 
> 
>>do you want to run xwindows or just an x application ?
>>
>>
>>cheers
>>TOny Hernandez
>>
>>
>>On 18-Sep-99 Malcor wrote:
>>> Hello,
>>>
>>> Is  there any way to run X-windows from a remote location and just port
> the
>>> video  to the local machine  ?
>>>
>>> I have  a slackware linux running the xfree 3.3.2 on a T1 line. I use my
>>> modem  to connect to the  internet  and then I want the  machine I am
> using
>>> <a linux same dist> to  use X-windows from the server on the T1.
>>>
>>> Thanks
>>> Scott
>>
>>----------------------------------
>>E-Mail: [EMAIL PROTECTED]
>>Date: 18-Sep-99
>>Time: 22:21:41
>>
>>This message was sent by XFMail
>>----------------------------------

----------------------------------
E-Mail: [EMAIL PROTECTED]
Date: 21-Sep-99
Time: 09:57:33

This message was sent by XFMail
----------------------------------

Reply via email to