[comp.sys.ti.explorer] microExplorer and X windows

Momma@informatik.uni-stuttgart.de (Stefan Momma) (03/22/91)

In cerys@bbn.com's message of Fri, 22 Mar 91 9:17:14 EST
<9103221405.AA17929@sumex-aim.stanford.edu>  you write:


>   I haven't used the Explorer VT100 application for a while, but the
>   following works with a vt100 emulator on a big-screen Mac:
>   stty rows 60
>   Gnu emacs happily then uses 60 lines.  I've used this under SUN OS and
>   Ultrix.
>
>   Why not instead use the X server on the Explorer?  It's performance is
>   pretty decent on a II Plus.
>
>   Dan

on a related issue: does anyone have experience in using both the
microExplorer AND MacX (Apple's X11 server implementation) at the same
time ? Or is this something that cannot work for principled reasons ?

-- stefan momma

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
Stefan Momma         voicemail:+49-711-121-1431(secret.:-3125,fax:-3141/-3500)
Projekt Polygloss    Internet:               momma@informatik.uni-stuttgart.de
IMS-CL/IfI-AIS       Because-It's-There-NET:                 nbab1424@ds0rus54 
Univ. of Stuttgart   ICBMnet :                48 46 36 N; 9 10 48 E; alt 245 m 
                     Sneakernet:        Keplerstr. 17, D-7000 Stuttgart 1, FRG
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
most frequent last words: " Uh-oh !"
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.

acuff@SUMEX-AIM.STANFORD.EDU (Richard Acuff) (03/28/91)

> on a related issue: does anyone have experience in using both the
> microExplorer AND MacX (Apple's X11 server implementation) at the same time
> ?  Or is this something that cannot work for principled reasons ?

MacTCP (which is used by MacX) and the mX can't share an interface because
both do a complete IP implementation which involves grabing all the IP
packets from the interface.  When MacTCP came out (quite a while after the
mX) TI made an effort to convert to using it but ran into difficulties, the
most significant of which, as I understand it, was that MacTCP didn't allow
access to non-IP ARP packets so TI couldn't get ChaosNet to work.

We work around the problem by running MacTCP through the LocalTalk interface
and the mX through the EtherTalk interface, which allows them to run
simultaneously.  However, LocalTalk is a bit slow for X.

	-- Rich