mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: April 22 2006,13:10 |
|
Open /home/dsl/.Xdefaults There you will encounter a line that looks like this:
Code Sample | aterm*font: fixed |
change "fixed" to something else (something bigger!). You can get a list of available fonts with the command xlsfonts|less, or you can look in /usr/X11R6/lib/X11/fonts/*/fonts.alias.
If you want to keep the same "fixed" font, you might try aterm*font: 7x14 or aterm*font: 8x16 or even aterm*font: 10x20
You can test without editing .Xdefaults by starting aterm with aterm -fn <fontname>
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|