Re: SV: focus failure with x11 and Mac OS X 10.5
Re: SV: focus failure with x11 and Mac OS X 10.5
- Subject: Re: SV: focus failure with x11 and Mac OS X 10.5
- From: Jeremy Huddleston <email@hidden>
- Date: Tue, 27 Nov 2007 11:52:13 -0800
Ok, you should be able to just do:
ssh -Y email@hiddenR
then if you 'echo $DISPLAY' you should see something like 'localhost:
10'. If not, then follow the help on X11 forwarding with ssh here: http://www.x.org/wiki/XDarwin_FAQ
Anything you run remotely should show up locally now.
--Jeremy
On Nov 27, 2007, at 02:16, Christer Ringblom wrote:
Well, excuse me for not being so into X11... I am only a user of the
software (Hiflex) that relies on X11.
On my Tiger it did this:
#!/bin/bash
#
/usr/X11R6/bin/X -once -query IP.OF.HIFLEX.SERVER &
export DISPLAY=:0
sleep 10
while test `ps -ax | grep -v grep | grep -c /usr/X11R6/bin/X` = 1
do
/usr/X11R6/bin/xset fp+ tcp/ IP.OF.HIFLEX.SERVER:7100 &
/usr/X11R6/bin/quartz-wm
sleep 1
done
And you got a log in window that you could type in (Not working on
Leopard).
Logging on to that Linux server, the server application started and
you
could open different modules of the app in "sort of standard Mac-
windows"
(Aqua?).
Included is a screen shot from my Tiger Mac.
What I want is to be able to do the same on Leopard.
//Christer
Please explain your needs and I can hopefully explain the solution.
--Jeremy
<X11_Tiger.jpg>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden