Terminalsetting Unix Linux


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Terminalsetting Unix Linux
# 1  
Old 11-19-2002
Terminalsetting Unix Linux

Hi @ all,

Iīm trying do connect from a Linux (SuSe 8.1) shell on a Unix-Server (Reliant Unix Siemens). The connect is ok but the Terminalsettings arenīt correct. The charakters are not displayed correctly and the Keyboard settings too. Where can I change the Terminal settings and which Terminal should I use (e.g. vt100 97801 ?)

thx for helping

cu
# 2  
Old 11-19-2002
Hi,

Normally vt100 or vt220 settings should work. Best way is in user profile, set TERM parameter to vt100 and export it.

Add following line in .profile of user.

export TERM=vt100

and execute the .profile by

$ sh .profile
# 3  
Old 11-20-2002
Hi

Iīd set the TERM variable to vt100 but it wouldnīt work.
By the way I got the problem under Unix too. With the console-Terminal (Alphaterminal) everything is o.k but if I try a graphical Monitor direct on the Unix-Server I got the same problem.

Iīd change the TERM variable to vt100 vt330 but nothing changed.

The actually setting on the Unix-Server ist
Quote:
SCREENS=/opt/screens/screens.97801
AHITTERM=97801-8
TERM=97801
AHITKEY=97801-8
# 4  
Old 11-20-2002
put this line in your .profile

export TERM=vt100

and execute

. .profile

play with vt100, vt220 till you get it right..


Quote:
$ sh .profile
this won't work if your intent is to set your "current" shells env. variable.. you should use ". .profile" for that...


Cheers!
Vishnu.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. What is on Your Mind?

YouTube: Forum Moderation @UNIX.com | The UNIX and Linux Forums

Forum Moderation @UNIX.com | The UNIX and Linux Forums https://youtu.be/WGwgibE4Rq0 Also note: In the video I mentioned removing legacy menu items in the ModCP which are unused. I have already "CSS'ed out" the unused menu items: ... (0 Replies)
Discussion started by: Neo
0 Replies

2. Post Here to Contact Site Administrators and Moderators

VIP Membership - The UNIX and Linux Forums - Get Your UNIX.COM Email Address Here

We work hard to make The UNIX and Linux Forums one of the best UNIX and Linux knowledge sources on the net. The site is certainly one of the top UNIX and Linux Q&A sites on the web. In order to provide certain members the best quality account services, you can now get some great extra features by... (2 Replies)
Discussion started by: Neo
2 Replies

3. Fedora

Which is the better platform to learn UNIX/Linux (Kali Linux Vs. Red Hat or other)?

I just started a new semester and I started my UNIX class yesterday. I've already decided to use python along with my learning process but what I really want to use with it is Kali as my UNIX/Linux platform to learn off of since I already wanted to learn Cyber Sec. anyways. I just wanted to know if... (12 Replies)
Discussion started by: ApacheOmega
12 Replies

4. UNIX for Dummies Questions & Answers

Unix vs Linux

why would one choose unix over linux? (2 Replies)
Discussion started by: lizzy
2 Replies

5. UNIX for Dummies Questions & Answers

unix on linux

hi all, i have a linux operating system...can i practice unix commands on linux system....there is any changes in the commands.....can any one post some meterial.. thanks (1 Reply)
Discussion started by: madhu_msinus@ya
1 Replies

6. UNIX for Dummies Questions & Answers

Unix to LINUX

quick question that may bring long answers :) I am currently looking into porting an existing Recital system from Unix to Linux. possibly not a good idea :) Basically; Would i be better shooting myself in the foot now? or do you know if there would be a fair expense due to buying Linux and the... (0 Replies)
Discussion started by: Kuz972
0 Replies

7. Linux

UNIX and LINUX

Hey there, new to the forum :) Im currently at university studying UNIX, but i need some help. Can someone help me out with operational / technical differences between the two? Even if You just give me some topics i can go research them... much appreciated Josh (1 Reply)
Discussion started by: kiwi_bloke
1 Replies

8. Answers to Frequently Asked Questions

What is unix and is linux a unix system

Unix is the name of an operating system. And unix is a registered trademark. This is what makes things murky. One of my favorite books is The Design and Implementation of the 4.3BSD UNIX Operating System. That book is out of print, but a newer book is available: The Design and Implementation... (0 Replies)
Discussion started by: Perderabo
0 Replies

9. UNIX for Dummies Questions & Answers

Linux is Unix???

Could anyone explain if Linux is Unix? I'm a newbie here, just installed Oracle 8i on Redhat 7.2. (4 Replies)
Discussion started by: Prettyman
4 Replies

10. UNIX for Dummies Questions & Answers

UNIX VS. Linux

Aahhhh!! I am so much frustrated trying to recover my superuser account. I need help!!! Please can anyone tell me how to recover a the root account? Thank you in advance. (1 Reply)
Discussion started by: pnoi_blitz
1 Replies
Login or Register to Ask a Question