cmk77
Group: Members
Posts: 22
Joined: Jan. 2006 |
|
Posted: Feb. 06 2006,08:22 |
|
My monitor is set to 1280x1024x24, which makes DSL look great, except for the font used in ATerminal, it's too small for my taste. Here's howto change it.
In the file /usr/X11R6/lib/X11/fonts/misc/fonst.alias you'll find a list of font aliases including the default font "fixed" used in aterm. For example to test "10x20", click on ATerminal and type:
Code Sample | aterm -fn 10x20 & |
If you like what you see, open the file ~/.Xdefaults and modify it as follows
Code Sample | aterm*font: 10x20 |
Beware not to add any blank characters at the end of the line, the font won't be recognized if you do.
If you find the color blue for listing directories to be too dark, add the line
Code Sample | aterm*color12: DodgerBlue1 |
in ~/.Xdefaults
Restart the xsever (Ctrl-Alt-Backspace and type startx) and click on ATerminal, it should now open with the new font and color.
|