Results 1 to 4 of 4

Thread: Bad Font on Bash Terminal

  1. #1
    Join Date
    2013-Mar
    Posts
    22

    Bad Font on Bash Terminal

    when i boot my Kali on VMware , while it booting bash font change and it look like so bad .

    BT.jpg

    Thanks .

  2. #2
    Join Date
    2013-Mar
    Posts
    29
    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.

  3. #3
    I wish to get more fonts for the terminal, how would I go about doing that?

  4. Try this, let me know if its what you are going for:

    Code:
    apt-get install console-setup
    Edit this file: /etc/default/console-setup
    example: pico /etc/default/console-setup

    Change the following to your desire:
    Code:
    FONTFACE=”Terminus”
    FONTSIZE=”16″
    Save this file (cntrl + o; for pico)

    and then restart the service:
    Code:
    /etc/init.d/console-setup restart
    afterthought... maybe its:  service console-setup restart
    Changes should be right away.
    Please report back your success^^
    Last edited by charonsecurity; 2013-08-11 at 14:39.
    Fact, Science and the Pursuit of Knowledge. Working to secure your networks from threats; Outside and Within.

Similar Threads

  1. Terminal font and size will not change
    By Nethunterhelp in forum TroubleShooting Archive
    Replies: 15
    Last Post: 2020-12-28, 14:27
  2. Can't change Terminal font and size in new update
    By Kashyap in forum TroubleShooting Archive
    Replies: 5
    Last Post: 2020-09-17, 17:34
  3. Unable to change terminal font on new installation
    By notabot in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-08-22, 04:38
  4. kali pi terminal font size
    By henky39 in forum ARM Archive
    Replies: 0
    Last Post: 2015-07-16, 09:00

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •