On Fri, Mar 05, 2010 at 05:29:23PM -0800, brown wrap wrote:
>
>
>
> > I've never tried to log in remotely with X so I can't help
> > with your problem. Have you tried
> > using sshfs-fuse? http://fuse.sourceforge.net/sshfs.html
> > It allows me to mount a remote folder over the network
> > using ssh. It allows
> > me to edit files on the remote machine, copy files from one
> > computer to the other, just as easy
> > as working with files on this machine.
> >
> > Andy
>
> My problem is I never got the USB ports to work, so I always log in remotely.
> I just finshed building Xorg and now want to try out a few X apps, so I have
> to get this DISPLAY thing working.
>
>
>
>
>
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
This used to work under Xfree86 and I think with older xorg:
machine we want to run apps on ***** 192.168.1.1 (doesn't need x running)
machine we want to watch the apps on*192.168.1.2 (needs x)
X11 Forwarding yes on 192.168.1.1
logged onto 192.168.1.1 $ xhosts 192.168.1.2
logged onto 192.168.1.2 $ export DISPLAY=192.168.1.1:0
$ ssh -X [email protected] xterm
Hope it works for you.
Mike H.
_-_-_
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page