Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

font size

Status
Not open for further replies.

76768

MIS
Oct 6, 2006
11
US
I just installed minimal install of Redhat to a laptop. However the font of the terminal is too big. Does anyone know a way to change the font size? I know that i needed to edit a file but i don't really know which one. Thanks
 
Add [green]vga=<the appropriate hex value from the following table>[/green] to the end of the kernel line in [blue] /boot/grub/grub.conf[/blue] or [blue]/boot/grub/menu.lst[/blue].

[tt]
640x480 800x600 1024x768 1280x1024
256 0x301 0x303 0x305 0x307
32k 0x310 0x313 0x316 0x319
64k 0x311 0x314 0x317 0x31A
16M 0x312 0x315 0x318 0x31B
[/tt]

Have Fun! [afro2]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top