PDA

View Full Version : Bad Font on Bash Terminal



Mehran
2013-03-15, 07:39
when i boot my Kali on VMware , while it booting bash font change and it look like so bad .

16

Thanks .

altjx
2013-03-17, 02:18
I'm also experiencing something similar. I'm having to adjust my fonts a bit more than I did in Backtrack because I cannot find something as close and smooth as my font in Backtrack. Also, I've tried using Terminator and the font there displays completely horrible. Not sure what the deal is there.

XxsithlordxX
2013-08-11, 13:24
I wish to get more fonts for the terminal, how would I go about doing that?

charonsecurity
2013-08-11, 14:37
Try this, let me know if its what you are going for:


apt-get install console-setup

Edit this file: /etc/default/console-setup
example: pico /etc/default/console-setup

Change the following to your desire:

FONTFACE=”Terminus”
FONTSIZE=”16″
Save this file (cntrl + o; for pico)

and then restart the service:

/etc/init.d/console-setup restart
afterthought... maybe its: service console-setup restart


Changes should be right away.
Please report back your success^^