Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Solaris 8,9,FedoraCore2,Mandrake10,Knoppix,RedHat9
Posts: 42
Thanked: 0
I believe there is an option in the menu bar settings->schema->font and remember it to save as default.Hope this what you want and i am right. but i am not in my linux machine now so can't check
Once in a xterm if you type "xterm -fn 9x15 &" you will start
another xterm with 9x15 fonts. For a list of fonts available
type xlsfonts. To view the letters belonging to a given font
type, type xfd.
Edit (or create if it doesn't exist yet) ~/.Xdefaults
and add something like:
xterm.font: -fixed-medium-*-*-*-10-*-*-*-m-*-iso8859-1
for individual users,
or
/usr/X11R6/lib/X11/app-defaults/XTerm
for global settings.
Perhaps a solution I found out a few time ago can give some
additional information.
In the gnome menu I think that if you right click in "Terminal"
and select properties a window will show what is the command executed
when you lauch terminal. If it is something like "xterm &" change it
to "xterm -fn <your favorite font> &". If you type "man xterm" you
will see more options you can use to customize xterm to your style.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.