changing size of text at xterm


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting changing size of text at xterm
# 1  
Old 04-24-2005
changing size of text at xterm

hi all,
i log into an xterm with bash shell but the character size of the xterm shell is too small.
how can i enlarge the size of text on this xterm bash shell?
# 2  
Old 04-24-2005
Which UNIX and window manager are you using? BTW, if you search for font size in the forums, you'll find that depending on the above, your question is already answered.

Cheers,

Keith
# 3  
Old 04-25-2005
Quote:
Originally Posted by kduffin
Which UNIX and window manager are you using? BTW, if you search for font size in the forums, you'll find that depending on the above, your question is already answered.

Cheers,

Keith
well, it's a linux server
i did try the search, but didn't find the answer i am looking for. perhaps i've overlooked something.
as far as window manager, how would i know? I simply ssh into a linux server and get an xterm bash shell. There must be a way i can change a user variable instead of changing the settings on the mothership (window manager).
# 4  
Old 04-25-2005
.Xdefaults

Set the appropriate font in a file called .Xdefaults in your home dir:

xterm*font: 8x12 (or whatever you want)


HTH
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Xterm, removing text cursor

I have been trying for a few days now and I can't figure out how to remove the text cursor in xterm. Or, at least make the hollow box when the terminal is not active disapear. example of what happens: xterm*background: black xterm*cursorColor: red xterm*foreground: white... (5 Replies)
Discussion started by: demoreal
5 Replies

2. UNIX for Dummies Questions & Answers

How to increase buffer size (xterm)?

Hello, I would like to increase the size of my buffer in my xterm window. My shell is bash and my home directory is auto mounted. I'm on Solaris 10, RHEL 5 and SLES 11 servers. Do you know where I can do this? (4 Replies)
Discussion started by: bitlord
4 Replies

3. Shell Programming and Scripting

Help with changing font size in konsole

I created a very very basic script that opens multiple konsole terminals when I run the script which essentially sshs into a jump box into the end device and tails some logs etc etc. A few of the konsoles run scripts where the default font size is too big and the lines are cut off. Which I would... (3 Replies)
Discussion started by: NiCe
3 Replies

4. UNIX for Dummies Questions & Answers

Changing text in multiple files, but with different text for each file

Hello, I have a situation where I want to change a line of text in multiple files, but the problem is that I want to change the text to something unique for each file. For example, let's say I have five files named bob.txt, joe.txt, john.txt, tom.txt, and zach.txt. Each of these files has a... (5 Replies)
Discussion started by: Scatterbrain26
5 Replies

5. Linux

xterm font size and utf8

Hi everyone! I want to change the default font size of xterm. I tried appending the following line in .Xresources xterm -fn -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-* The size changes, but when I try to write in greek, nothing is printed on the screen. I tried appending a similar line to... (0 Replies)
Discussion started by: kerb41
0 Replies

6. UNIX for Advanced & Expert Users

Changing text color in existing xterm or dtterm

On solaris and irix systems, I'm using csh in an existing xterm or dterm and would like to change the text colors. How do I accomplish this? Thanks (1 Reply)
Discussion started by: fjc
1 Replies

7. UNIX for Dummies Questions & Answers

size is not changing

Hello everbody, I am facing this weird issue on my alpha server running tru64. I have a mount point "/data/BILLING/bscsprod/" its size is stuck to 33214363 KB. I copied around 5 GB of files to that directory but still same size, I delted them again but still same size?? any ideas where... (3 Replies)
Discussion started by: aladdin
3 Replies

8. Solaris

Changing the mouse pointer size in CDE

Hi Frnds, Can anybody of you suggest me hw to change the mouse pointer size in CDE..?? (0 Replies)
Discussion started by: sriram.s
0 Replies

9. UNIX for Dummies Questions & Answers

how to disable color text in xterm window

Hello, Anyone knows how to disable color text displayed on xterm window screen? I hate that color making me hard to read when front and background color are similar. Thanks, M. (1 Reply)
Discussion started by: modemer
1 Replies

10. Filesystems, Disks and Memory

Changing Filesystem size.

Hi there, can i change the size of filesystem afterwards. i want give some more space to my /export/home and want take some space from /opt. is it possible in solaris ? Any help will be appriciated. Abid (2 Replies)
Discussion started by: abidmalik
2 Replies
Login or Register to Ask a Question