T.R | Title | User | Personal Name | Date | Lines |
---|
5076.1 | What functionality does she need? | TLE::ALIVE::ASHFORTH | Lord, make me an instrument of thy peace | Wed Sep 25 1991 13:37 | 10 |
| Unless the some special function of the TVI is being used (e.g., a proprietary
graphics mode), you should be able to specify a vt100-style terminal emulation
using a standard tty type. If this is the case, just check with the system
administrator at the school, should be no biggie. Any Unix system I've seen is
prepared to deal with vt100 terminals.
If, on the other hand, your wife *does* need full emulation of the TVI's
proprietary functions, you got me- never hoid of 'em.
Bob
|
5076.2 | | LEECHS::hilton | How's it going royal ugly dudes? | Thu Sep 26 1991 05:15 | 14 |
| If the UNIX machine is capable of supporting vt100, then after login,
get to the c shell:
csh
then see what it thinks the terminal is:
printenv
is TERM is not equal to vt100 then:
setenv TERM vt100
NB: UN*X is case sensitive
This works on ULTRIX in a c shell, so should be ok!
Greg
|
5076.3 | WhAt Do You MeAn CaSe SeNsItIvE/ (<- lowercase ?) | DNEAST::BAKER_CHUCK | Human Input Required... | Thu Sep 26 1991 07:57 | 19 |
|
Thanks to .1 I found a UNIX book and looked up some terminal type
commands. Late last night I tried to set the terminal type with the
command term = (vt100). Got a multitude of errors. Gave up.
The machine does support VT100's as in several places it offers them
in a menu list.
Now, thanks to .2 I know that uNiX is case sensitive I'll try things
again.
Do we have someone in sales that could convince the University of Maine
to switch from I*M & uNiX to DEC and VMS? It would really make my life
easier.8-}
Thanks again
Chuck
|
5076.4 | | LEECHS::hilton | How's it going royal ugly dudes? | Fri Sep 27 1991 06:41 | 8 |
| Chuck,
Make sure your in the C shell before typing the commands! UN*X has a
number of different shells, all of which do things differently. Your
term=vt100 command works with System V shell!
Greg
|
5076.5 | Ya,Ya,Ya... And HELP: cannot be found either. | DNEAST::BAKER_CHUCK | Human Input Required... | Fri Sep 27 1991 07:53 | 14 |
| Aaaaarrrrggggg;
OK.... How do I get to a "C" shell and how is it different from
whatever default I end up at when I request uNiX? Yes I admit that
the book I found was on the System V.
I still think that it would be easier for them to convert to VAX + VMS
than for me to convert to uNiX.
Thanks for the help
Chuck
|
5076.6 | More UN*X commands... | BAHTAT::HILTON | How's it going royal ugly dudes? | Fri Sep 27 1991 09:11 | 25 |
| see 5076.2, but in case it wasn't clear. Lines starting with # mean
ones you type in, but don't type the #!!!
OK. Login to the beast
Change to the c shell
#/bin/csh
Then find out what it thinks your terminal is:
#printenv
Look for the entry TERM
If it's not vt100 then change it:
#setenv TERM vt100
And your off!
For system V shell I THINK you want to do something like:
#TERM=vt100
#export TERM
But don't quote me on that!
Try the above and if it doesn't work we can do some other things.
Greg
|