How do I change the font or the font size in the TTY (console)?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







68















I am using Ubuntu 12.04. Recently, the font size for all of my TTYs became much larger.
How can I change the font size back to the default?










share|improve this question

























  • You mean the gnome-terminal or the TTY accessed with Ctrl+Alt+F1, etc.?

    – ish
    Aug 8 '12 at 0:35






  • 5





    I mean the TTY.

    – Aaron Hill
    Aug 8 '12 at 0:44


















68















I am using Ubuntu 12.04. Recently, the font size for all of my TTYs became much larger.
How can I change the font size back to the default?










share|improve this question

























  • You mean the gnome-terminal or the TTY accessed with Ctrl+Alt+F1, etc.?

    – ish
    Aug 8 '12 at 0:35






  • 5





    I mean the TTY.

    – Aaron Hill
    Aug 8 '12 at 0:44














68












68








68


43






I am using Ubuntu 12.04. Recently, the font size for all of my TTYs became much larger.
How can I change the font size back to the default?










share|improve this question
















I am using Ubuntu 12.04. Recently, the font size for all of my TTYs became much larger.
How can I change the font size back to the default?







fonts tty






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 8 '12 at 4:35









Jorge Castro

37.3k107422618




37.3k107422618










asked Aug 8 '12 at 0:34









Aaron HillAaron Hill

3,37943461




3,37943461













  • You mean the gnome-terminal or the TTY accessed with Ctrl+Alt+F1, etc.?

    – ish
    Aug 8 '12 at 0:35






  • 5





    I mean the TTY.

    – Aaron Hill
    Aug 8 '12 at 0:44



















  • You mean the gnome-terminal or the TTY accessed with Ctrl+Alt+F1, etc.?

    – ish
    Aug 8 '12 at 0:35






  • 5





    I mean the TTY.

    – Aaron Hill
    Aug 8 '12 at 0:44

















You mean the gnome-terminal or the TTY accessed with Ctrl+Alt+F1, etc.?

– ish
Aug 8 '12 at 0:35





You mean the gnome-terminal or the TTY accessed with Ctrl+Alt+F1, etc.?

– ish
Aug 8 '12 at 0:35




5




5





I mean the TTY.

– Aaron Hill
Aug 8 '12 at 0:44





I mean the TTY.

– Aaron Hill
Aug 8 '12 at 0:44










2 Answers
2






active

oldest

votes


















106














To adjust the font/font-size used for the TTY, run sudo dpkg-reconfigure console-setup, which will guide you through the steps to choose a font and font-size:





  1. Choose the default UTF-8, and press Tab to go highlight OK and then press Enter to go to the next step. (You can press it again and highlight Cancel to go back.)



    enter image description here




  2. Choose the default Combined - Latin, ... option ("Latin" includes the English alphabet) and proceed to step 3:



    enter image description here




  3. Select the font - be sure to read the notes above on the visual effect different fonts can have:



    enter image description here




  4. Select the font size:



    enter image description here



  5. Now you will exit console-setup; as the displayed message says, the new settings will be effective after reboot. To apply immediately, open a TTY and run setupcon.







share|improve this answer


























  • Running this command first prompts me to select an encoding, where I choose UTF-8. On the next screen, where I am prompted to select a character set, there is no option for any kind of English character set.

    – Aaron Hill
    Aug 8 '12 at 0:55






  • 5





    You should be fine with the Combined - Latin... default. "Latin" is the English character set. From wikipedia: The term Latin alphabet may refer to either the alphabet used to write Latin (as described in this article), or other alphabets based on the Latin script, which is the basic set of letters common to the various alphabets descended from the classical Latin one, such as the English alphabet.

    – ish
    Aug 8 '12 at 1:01








  • 6





    @qed, in step #3, if you select Terminus instead of Fixed, there are larger font sizes to choose from.

    – Afilu
    Jul 18 '17 at 21:41






  • 2





    What if I want to use another font I downloaded instead of the ones listed?

    – tyjkenn
    Aug 30 '17 at 17:16






  • 3





    @tyjkenn You can only use bitmap fonts so if you want to use your own font then you have to find a bitmap version of it. For example the package fonts-ubuntu-font-family-console contains the bitmap versions of the ubuntu font-family.

    – hexman
    Dec 13 '17 at 14:48





















0














Using GRUB_GFXPAYLOAD_LINUX



First, install xrandr and run it:



$ sudo apt-get install xrandr
$ xrandr


The available screen modes are listed.



Now, edit /etc/default/grub:



$ sudo nano /etc/default/grub


Assuming a previously unedited file, make the following changes:



The variable GRUB_CMDLINE_LINUX_DEFAULT should contain at least nomodeset, perhaps in addition to quiet and splash on desktop systems.



GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"


On server systems, uncomment GRUB_TERMINAL=console to see more messages passing during boot before entering in the graphics console.



Leave this line as a comment:



#GRUB_GFXMODE=640x480


At the end of the file, add a line:



GRUB_GFXPAYLOAD_LINUX=1280x1024x16


or replace the value by any other (comma separated) mode(s) that is(are) supported by your hardware. The values text, keep, auto, vga and ask should also work.



Finally, after saving the edited /etc/default/grub with Ctrl+O and exiting it with Ctrl+X, issue the following commands:



$ sudo update-grub
$ sudo reboot


This answer will also work to decrease the resolution and/or refresh rate or frame buffer frequency on down-clocked systems. CRT monitors typically show flickering stripes when the refresh frequency is too high.






share|improve this answer
























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f173220%2fhow-do-i-change-the-font-or-the-font-size-in-the-tty-console%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    106














    To adjust the font/font-size used for the TTY, run sudo dpkg-reconfigure console-setup, which will guide you through the steps to choose a font and font-size:





    1. Choose the default UTF-8, and press Tab to go highlight OK and then press Enter to go to the next step. (You can press it again and highlight Cancel to go back.)



      enter image description here




    2. Choose the default Combined - Latin, ... option ("Latin" includes the English alphabet) and proceed to step 3:



      enter image description here




    3. Select the font - be sure to read the notes above on the visual effect different fonts can have:



      enter image description here




    4. Select the font size:



      enter image description here



    5. Now you will exit console-setup; as the displayed message says, the new settings will be effective after reboot. To apply immediately, open a TTY and run setupcon.







    share|improve this answer


























    • Running this command first prompts me to select an encoding, where I choose UTF-8. On the next screen, where I am prompted to select a character set, there is no option for any kind of English character set.

      – Aaron Hill
      Aug 8 '12 at 0:55






    • 5





      You should be fine with the Combined - Latin... default. "Latin" is the English character set. From wikipedia: The term Latin alphabet may refer to either the alphabet used to write Latin (as described in this article), or other alphabets based on the Latin script, which is the basic set of letters common to the various alphabets descended from the classical Latin one, such as the English alphabet.

      – ish
      Aug 8 '12 at 1:01








    • 6





      @qed, in step #3, if you select Terminus instead of Fixed, there are larger font sizes to choose from.

      – Afilu
      Jul 18 '17 at 21:41






    • 2





      What if I want to use another font I downloaded instead of the ones listed?

      – tyjkenn
      Aug 30 '17 at 17:16






    • 3





      @tyjkenn You can only use bitmap fonts so if you want to use your own font then you have to find a bitmap version of it. For example the package fonts-ubuntu-font-family-console contains the bitmap versions of the ubuntu font-family.

      – hexman
      Dec 13 '17 at 14:48


















    106














    To adjust the font/font-size used for the TTY, run sudo dpkg-reconfigure console-setup, which will guide you through the steps to choose a font and font-size:





    1. Choose the default UTF-8, and press Tab to go highlight OK and then press Enter to go to the next step. (You can press it again and highlight Cancel to go back.)



      enter image description here




    2. Choose the default Combined - Latin, ... option ("Latin" includes the English alphabet) and proceed to step 3:



      enter image description here




    3. Select the font - be sure to read the notes above on the visual effect different fonts can have:



      enter image description here




    4. Select the font size:



      enter image description here



    5. Now you will exit console-setup; as the displayed message says, the new settings will be effective after reboot. To apply immediately, open a TTY and run setupcon.







    share|improve this answer


























    • Running this command first prompts me to select an encoding, where I choose UTF-8. On the next screen, where I am prompted to select a character set, there is no option for any kind of English character set.

      – Aaron Hill
      Aug 8 '12 at 0:55






    • 5





      You should be fine with the Combined - Latin... default. "Latin" is the English character set. From wikipedia: The term Latin alphabet may refer to either the alphabet used to write Latin (as described in this article), or other alphabets based on the Latin script, which is the basic set of letters common to the various alphabets descended from the classical Latin one, such as the English alphabet.

      – ish
      Aug 8 '12 at 1:01








    • 6





      @qed, in step #3, if you select Terminus instead of Fixed, there are larger font sizes to choose from.

      – Afilu
      Jul 18 '17 at 21:41






    • 2





      What if I want to use another font I downloaded instead of the ones listed?

      – tyjkenn
      Aug 30 '17 at 17:16






    • 3





      @tyjkenn You can only use bitmap fonts so if you want to use your own font then you have to find a bitmap version of it. For example the package fonts-ubuntu-font-family-console contains the bitmap versions of the ubuntu font-family.

      – hexman
      Dec 13 '17 at 14:48
















    106












    106








    106







    To adjust the font/font-size used for the TTY, run sudo dpkg-reconfigure console-setup, which will guide you through the steps to choose a font and font-size:





    1. Choose the default UTF-8, and press Tab to go highlight OK and then press Enter to go to the next step. (You can press it again and highlight Cancel to go back.)



      enter image description here




    2. Choose the default Combined - Latin, ... option ("Latin" includes the English alphabet) and proceed to step 3:



      enter image description here




    3. Select the font - be sure to read the notes above on the visual effect different fonts can have:



      enter image description here




    4. Select the font size:



      enter image description here



    5. Now you will exit console-setup; as the displayed message says, the new settings will be effective after reboot. To apply immediately, open a TTY and run setupcon.







    share|improve this answer















    To adjust the font/font-size used for the TTY, run sudo dpkg-reconfigure console-setup, which will guide you through the steps to choose a font and font-size:





    1. Choose the default UTF-8, and press Tab to go highlight OK and then press Enter to go to the next step. (You can press it again and highlight Cancel to go back.)



      enter image description here




    2. Choose the default Combined - Latin, ... option ("Latin" includes the English alphabet) and proceed to step 3:



      enter image description here




    3. Select the font - be sure to read the notes above on the visual effect different fonts can have:



      enter image description here




    4. Select the font size:



      enter image description here



    5. Now you will exit console-setup; as the displayed message says, the new settings will be effective after reboot. To apply immediately, open a TTY and run setupcon.








    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Aug 8 '12 at 1:19

























    answered Aug 8 '12 at 0:39









    ishish

    117k32270295




    117k32270295













    • Running this command first prompts me to select an encoding, where I choose UTF-8. On the next screen, where I am prompted to select a character set, there is no option for any kind of English character set.

      – Aaron Hill
      Aug 8 '12 at 0:55






    • 5





      You should be fine with the Combined - Latin... default. "Latin" is the English character set. From wikipedia: The term Latin alphabet may refer to either the alphabet used to write Latin (as described in this article), or other alphabets based on the Latin script, which is the basic set of letters common to the various alphabets descended from the classical Latin one, such as the English alphabet.

      – ish
      Aug 8 '12 at 1:01








    • 6





      @qed, in step #3, if you select Terminus instead of Fixed, there are larger font sizes to choose from.

      – Afilu
      Jul 18 '17 at 21:41






    • 2





      What if I want to use another font I downloaded instead of the ones listed?

      – tyjkenn
      Aug 30 '17 at 17:16






    • 3





      @tyjkenn You can only use bitmap fonts so if you want to use your own font then you have to find a bitmap version of it. For example the package fonts-ubuntu-font-family-console contains the bitmap versions of the ubuntu font-family.

      – hexman
      Dec 13 '17 at 14:48





















    • Running this command first prompts me to select an encoding, where I choose UTF-8. On the next screen, where I am prompted to select a character set, there is no option for any kind of English character set.

      – Aaron Hill
      Aug 8 '12 at 0:55






    • 5





      You should be fine with the Combined - Latin... default. "Latin" is the English character set. From wikipedia: The term Latin alphabet may refer to either the alphabet used to write Latin (as described in this article), or other alphabets based on the Latin script, which is the basic set of letters common to the various alphabets descended from the classical Latin one, such as the English alphabet.

      – ish
      Aug 8 '12 at 1:01








    • 6





      @qed, in step #3, if you select Terminus instead of Fixed, there are larger font sizes to choose from.

      – Afilu
      Jul 18 '17 at 21:41






    • 2





      What if I want to use another font I downloaded instead of the ones listed?

      – tyjkenn
      Aug 30 '17 at 17:16






    • 3





      @tyjkenn You can only use bitmap fonts so if you want to use your own font then you have to find a bitmap version of it. For example the package fonts-ubuntu-font-family-console contains the bitmap versions of the ubuntu font-family.

      – hexman
      Dec 13 '17 at 14:48



















    Running this command first prompts me to select an encoding, where I choose UTF-8. On the next screen, where I am prompted to select a character set, there is no option for any kind of English character set.

    – Aaron Hill
    Aug 8 '12 at 0:55





    Running this command first prompts me to select an encoding, where I choose UTF-8. On the next screen, where I am prompted to select a character set, there is no option for any kind of English character set.

    – Aaron Hill
    Aug 8 '12 at 0:55




    5




    5





    You should be fine with the Combined - Latin... default. "Latin" is the English character set. From wikipedia: The term Latin alphabet may refer to either the alphabet used to write Latin (as described in this article), or other alphabets based on the Latin script, which is the basic set of letters common to the various alphabets descended from the classical Latin one, such as the English alphabet.

    – ish
    Aug 8 '12 at 1:01







    You should be fine with the Combined - Latin... default. "Latin" is the English character set. From wikipedia: The term Latin alphabet may refer to either the alphabet used to write Latin (as described in this article), or other alphabets based on the Latin script, which is the basic set of letters common to the various alphabets descended from the classical Latin one, such as the English alphabet.

    – ish
    Aug 8 '12 at 1:01






    6




    6





    @qed, in step #3, if you select Terminus instead of Fixed, there are larger font sizes to choose from.

    – Afilu
    Jul 18 '17 at 21:41





    @qed, in step #3, if you select Terminus instead of Fixed, there are larger font sizes to choose from.

    – Afilu
    Jul 18 '17 at 21:41




    2




    2





    What if I want to use another font I downloaded instead of the ones listed?

    – tyjkenn
    Aug 30 '17 at 17:16





    What if I want to use another font I downloaded instead of the ones listed?

    – tyjkenn
    Aug 30 '17 at 17:16




    3




    3





    @tyjkenn You can only use bitmap fonts so if you want to use your own font then you have to find a bitmap version of it. For example the package fonts-ubuntu-font-family-console contains the bitmap versions of the ubuntu font-family.

    – hexman
    Dec 13 '17 at 14:48







    @tyjkenn You can only use bitmap fonts so if you want to use your own font then you have to find a bitmap version of it. For example the package fonts-ubuntu-font-family-console contains the bitmap versions of the ubuntu font-family.

    – hexman
    Dec 13 '17 at 14:48















    0














    Using GRUB_GFXPAYLOAD_LINUX



    First, install xrandr and run it:



    $ sudo apt-get install xrandr
    $ xrandr


    The available screen modes are listed.



    Now, edit /etc/default/grub:



    $ sudo nano /etc/default/grub


    Assuming a previously unedited file, make the following changes:



    The variable GRUB_CMDLINE_LINUX_DEFAULT should contain at least nomodeset, perhaps in addition to quiet and splash on desktop systems.



    GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"


    On server systems, uncomment GRUB_TERMINAL=console to see more messages passing during boot before entering in the graphics console.



    Leave this line as a comment:



    #GRUB_GFXMODE=640x480


    At the end of the file, add a line:



    GRUB_GFXPAYLOAD_LINUX=1280x1024x16


    or replace the value by any other (comma separated) mode(s) that is(are) supported by your hardware. The values text, keep, auto, vga and ask should also work.



    Finally, after saving the edited /etc/default/grub with Ctrl+O and exiting it with Ctrl+X, issue the following commands:



    $ sudo update-grub
    $ sudo reboot


    This answer will also work to decrease the resolution and/or refresh rate or frame buffer frequency on down-clocked systems. CRT monitors typically show flickering stripes when the refresh frequency is too high.






    share|improve this answer




























      0














      Using GRUB_GFXPAYLOAD_LINUX



      First, install xrandr and run it:



      $ sudo apt-get install xrandr
      $ xrandr


      The available screen modes are listed.



      Now, edit /etc/default/grub:



      $ sudo nano /etc/default/grub


      Assuming a previously unedited file, make the following changes:



      The variable GRUB_CMDLINE_LINUX_DEFAULT should contain at least nomodeset, perhaps in addition to quiet and splash on desktop systems.



      GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"


      On server systems, uncomment GRUB_TERMINAL=console to see more messages passing during boot before entering in the graphics console.



      Leave this line as a comment:



      #GRUB_GFXMODE=640x480


      At the end of the file, add a line:



      GRUB_GFXPAYLOAD_LINUX=1280x1024x16


      or replace the value by any other (comma separated) mode(s) that is(are) supported by your hardware. The values text, keep, auto, vga and ask should also work.



      Finally, after saving the edited /etc/default/grub with Ctrl+O and exiting it with Ctrl+X, issue the following commands:



      $ sudo update-grub
      $ sudo reboot


      This answer will also work to decrease the resolution and/or refresh rate or frame buffer frequency on down-clocked systems. CRT monitors typically show flickering stripes when the refresh frequency is too high.






      share|improve this answer


























        0












        0








        0







        Using GRUB_GFXPAYLOAD_LINUX



        First, install xrandr and run it:



        $ sudo apt-get install xrandr
        $ xrandr


        The available screen modes are listed.



        Now, edit /etc/default/grub:



        $ sudo nano /etc/default/grub


        Assuming a previously unedited file, make the following changes:



        The variable GRUB_CMDLINE_LINUX_DEFAULT should contain at least nomodeset, perhaps in addition to quiet and splash on desktop systems.



        GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"


        On server systems, uncomment GRUB_TERMINAL=console to see more messages passing during boot before entering in the graphics console.



        Leave this line as a comment:



        #GRUB_GFXMODE=640x480


        At the end of the file, add a line:



        GRUB_GFXPAYLOAD_LINUX=1280x1024x16


        or replace the value by any other (comma separated) mode(s) that is(are) supported by your hardware. The values text, keep, auto, vga and ask should also work.



        Finally, after saving the edited /etc/default/grub with Ctrl+O and exiting it with Ctrl+X, issue the following commands:



        $ sudo update-grub
        $ sudo reboot


        This answer will also work to decrease the resolution and/or refresh rate or frame buffer frequency on down-clocked systems. CRT monitors typically show flickering stripes when the refresh frequency is too high.






        share|improve this answer













        Using GRUB_GFXPAYLOAD_LINUX



        First, install xrandr and run it:



        $ sudo apt-get install xrandr
        $ xrandr


        The available screen modes are listed.



        Now, edit /etc/default/grub:



        $ sudo nano /etc/default/grub


        Assuming a previously unedited file, make the following changes:



        The variable GRUB_CMDLINE_LINUX_DEFAULT should contain at least nomodeset, perhaps in addition to quiet and splash on desktop systems.



        GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"


        On server systems, uncomment GRUB_TERMINAL=console to see more messages passing during boot before entering in the graphics console.



        Leave this line as a comment:



        #GRUB_GFXMODE=640x480


        At the end of the file, add a line:



        GRUB_GFXPAYLOAD_LINUX=1280x1024x16


        or replace the value by any other (comma separated) mode(s) that is(are) supported by your hardware. The values text, keep, auto, vga and ask should also work.



        Finally, after saving the edited /etc/default/grub with Ctrl+O and exiting it with Ctrl+X, issue the following commands:



        $ sudo update-grub
        $ sudo reboot


        This answer will also work to decrease the resolution and/or refresh rate or frame buffer frequency on down-clocked systems. CRT monitors typically show flickering stripes when the refresh frequency is too high.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered yesterday









        Serge StroobandtSerge Stroobandt

        2,2412034




        2,2412034






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f173220%2fhow-do-i-change-the-font-or-the-font-size-in-the-tty-console%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            GameSpot

            connect to host localhost port 22: Connection refused

            Getting a Wifi WPA2 wifi connection