Red hat 5.0, 2.2.1 Kernel.
Could anyone tell me how to change the font size when I open a "xterm" after
I run "startx"?
Thanks in advance!
Please email me!
Could anyone tell me how to change the font size when I open a "xterm" after
I run "startx"?
Thanks in advance!
Please email me!
>Could anyone tell me how to change the font size when I open a "xterm" after
>I run "startx"?
Cheers,
Ben
--
ir. Berend Adam Bos
Corporate Computer Systems
or you could do a xterm -fn 12x24
To see a list of fonts try xlsfonts
: Red hat 5.0, 2.2.1 Kernel.
: Could anyone tell me how to change the font size when I open a "xterm" after
: I run "startx"?
: Thanks in advance!
: Please email me!
--
While Alcatel may claim ownership of all my ideas (on or off the job),
Alcatel does not claim any responsibility for them. Warranty expired when u
opened this article and I will not be responsible for its contents or use.
xterm -fn 5x7 # Tiny
xterm -fn 6x10 # Small
xterm -fn 7x13 # Medium
xterm -fn 9x15 # Large
xterm -fn 10x20 # Huge
I prefer a font larger than the default so I have the following in my
.Xdefaults file:
XTerm*Font: 9x15
--
Mike Clarke
xterm*foreground: black
xterm*background: #ddd0bb
xterm*font: fixed
xterm*jumpScroll: False
xterm*reverseWrap: True
xterm*saveLines: 5000
xterm*scrollBar: True
get a listing of fonts by doing xlsfonts
Then put in the font you need in the place of "fixed" in my sample. You can see
how a font looks by running the fontselector (i think its xfontsel ).
1. How do I change the number of initial rows/columns of an X-term?
When I open a X-Term to a remote Unix (Solaris) session I pass the following command
(/usr/openwin/bin/xterm -fn 9x15 -sb -ls -display %IP#% -name %T% &)
Is there another parameter which let me specify the initial number of rows and columns
which are shown in the xterm window without resizing it by dragging the corner?
Matt
4. tcuts, rt and as86: what are they?
5. Help: Connect HP 700RX x-term to Linux PC
6. ping problem
7. Configuring RH5.2 /w XF3.3.3 as a X-term?
10. Linux as X-Term, problems with mouse
11. Q: How can I run 2 X-term in 1 machine
12. Send output of C-Program to X-Term ?