Linux - NewbieThis Linux 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.
this's my first lame questions so, i used the command line interface and i dislike with the big font size in there, so i wanna know how to change the font size, include the font type.
and the default font color in the command line interface is white with the black background, if can, i wanna change the font color from white to another color, so how to do it ?
the password we type in is not echoed, nor are asterisks displayed. if can, i wanna change it to echo (asterisks displayed) and is possible to change the asterisks symbol to another symbols, ex : # or @ or $ ..etc
Originally posted by childish hey all, glade to know you all :P
this's my first lame questions so, i used the command line interface and i dislike with the big font size in there, so i wanna know how to change the font size, include the font type.
and the default font color in the command line interface is white with the black background, if can, i wanna change the font color from white to another color, so how to do it ?
the password we type in is not echoed, nor are asterisks displayed. if can, i wanna change it to echo (asterisks displayed) and is possible to change the asterisks symbol to another symbols, ex : # or @ or $ ..etc
What distro are you using?
Are you reffering to a X - Windows terminal or the console?
Last edited by perfect_circle; 06-24-2005 at 02:16 PM.
I don't know if you can change the font size, but you can change the resolution if your
kernel has frame-buffer support. A higher resolution means smaller fonts.
To change the resolution in the kernel line in grub:
kernel=.......
in the end of the line put vga=XXX
were xxx one of those:
Quote:
# Normal VGA console
vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
the console font can be changed with the command
Code:
setfont -v <font file>
In slackware the console font files are in
/usr/share/kbd/consolefonts
I don't know about ubuntu
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.