LBX proxy binary for Ultrix 4.4
-------------------------------

This is the X11R6 lbxproxy binary compiled under Ultrix 4.4 with X11R6 pl5.

LBX is Low Bandwidth X, a partially developed project that aims to make
X applications usable over modem connections. See workInProgress under
R6untarred/xc at ftp.x.org for more details.

lbxproxy is statically linked (Ultrix doesn't do shared libs anyway) and no
other libraries or files are required to run it.

Technically it goes in /usr/X11R6/bin, but can go anywhere. No special
privileges are required to run it. It is not required that the machine is
also running X11R6 either.  But the machine on which the display is to go
to must be running an LBX aware Xserver under X11R6.

Typically, upload lbxproxy to your remote Ultrix machine. 
For a SLIP/PPP link, on your remote machine

	lbxproxy -display <local_machine>:0 :7 &
	export DISPLAY=<remote_machine>:7
	xclient

For a term link, on your remote machine

	txconn
		(typically, txconn will return :1 as the number of the display
		 it is listening to)
	lbxproxy -display localhost:1 :2 &
	export DISPLAY=<remote_machine>:2
	xclient

The xclient should now display on your local machine.


Peter Warren
peterw@indigo.apana.org.au

12 Oct 1994
