Change resolution of text console

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite
1












I bought an xps laptop with a 4k screen.
Because of this, the font-size of my text consoles (Ctrl+Alt+[F1-F6]) are quite tiny. So I tried to change the resolution by editing /etc/default/grub like it is adviced by many tutorials.
Right now it looks like this:



GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""

#GRUB_TERMINAL=console

#GRUB_GFXMODE=640x480

#GRUB_DISABLE_LINUX_UUID=true

#GRUB_DISABLE_RECOVERY="true"

#GRUB_INIT_TUNE="480 440 1"

# Changes -------------------------------------------------------------------

# Set resolution of text consoles
GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=1024x768


This settings doesn't change the resolution of my text consoles.
When I use the attribute nomodeset (GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset") the text consoles are displayed with the specified resolution, but then my GUI is realy slow, has the same resolution and I even can't log into my account.



So how do I get it work (use specified text console resolution, different GUI resolution and GUI not broken)?



I run Ubuntu 15.10 and has a Nvidia GeForce GT 750M.
I am new to Linux so please keep it simple :)
Thanks in advance.










share|improve this question























  • how about just setting the console font to a larger size using setfont?
    – h0tw1r3
    Jul 18 '16 at 21:14














up vote
3
down vote

favorite
1












I bought an xps laptop with a 4k screen.
Because of this, the font-size of my text consoles (Ctrl+Alt+[F1-F6]) are quite tiny. So I tried to change the resolution by editing /etc/default/grub like it is adviced by many tutorials.
Right now it looks like this:



GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""

#GRUB_TERMINAL=console

#GRUB_GFXMODE=640x480

#GRUB_DISABLE_LINUX_UUID=true

#GRUB_DISABLE_RECOVERY="true"

#GRUB_INIT_TUNE="480 440 1"

# Changes -------------------------------------------------------------------

# Set resolution of text consoles
GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=1024x768


This settings doesn't change the resolution of my text consoles.
When I use the attribute nomodeset (GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset") the text consoles are displayed with the specified resolution, but then my GUI is realy slow, has the same resolution and I even can't log into my account.



So how do I get it work (use specified text console resolution, different GUI resolution and GUI not broken)?



I run Ubuntu 15.10 and has a Nvidia GeForce GT 750M.
I am new to Linux so please keep it simple :)
Thanks in advance.










share|improve this question























  • how about just setting the console font to a larger size using setfont?
    – h0tw1r3
    Jul 18 '16 at 21:14












up vote
3
down vote

favorite
1









up vote
3
down vote

favorite
1






1





I bought an xps laptop with a 4k screen.
Because of this, the font-size of my text consoles (Ctrl+Alt+[F1-F6]) are quite tiny. So I tried to change the resolution by editing /etc/default/grub like it is adviced by many tutorials.
Right now it looks like this:



GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""

#GRUB_TERMINAL=console

#GRUB_GFXMODE=640x480

#GRUB_DISABLE_LINUX_UUID=true

#GRUB_DISABLE_RECOVERY="true"

#GRUB_INIT_TUNE="480 440 1"

# Changes -------------------------------------------------------------------

# Set resolution of text consoles
GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=1024x768


This settings doesn't change the resolution of my text consoles.
When I use the attribute nomodeset (GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset") the text consoles are displayed with the specified resolution, but then my GUI is realy slow, has the same resolution and I even can't log into my account.



So how do I get it work (use specified text console resolution, different GUI resolution and GUI not broken)?



I run Ubuntu 15.10 and has a Nvidia GeForce GT 750M.
I am new to Linux so please keep it simple :)
Thanks in advance.










share|improve this question















I bought an xps laptop with a 4k screen.
Because of this, the font-size of my text consoles (Ctrl+Alt+[F1-F6]) are quite tiny. So I tried to change the resolution by editing /etc/default/grub like it is adviced by many tutorials.
Right now it looks like this:



GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""

#GRUB_TERMINAL=console

#GRUB_GFXMODE=640x480

#GRUB_DISABLE_LINUX_UUID=true

#GRUB_DISABLE_RECOVERY="true"

#GRUB_INIT_TUNE="480 440 1"

# Changes -------------------------------------------------------------------

# Set resolution of text consoles
GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=1024x768


This settings doesn't change the resolution of my text consoles.
When I use the attribute nomodeset (GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset") the text consoles are displayed with the specified resolution, but then my GUI is realy slow, has the same resolution and I even can't log into my account.



So how do I get it work (use specified text console resolution, different GUI resolution and GUI not broken)?



I run Ubuntu 15.10 and has a Nvidia GeForce GT 750M.
I am new to Linux so please keep it simple :)
Thanks in advance.







ubuntu grub2 nvidia console resolution






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 18 '16 at 19:27

























asked Jul 18 '16 at 19:14









XoR

163




163











  • how about just setting the console font to a larger size using setfont?
    – h0tw1r3
    Jul 18 '16 at 21:14
















  • how about just setting the console font to a larger size using setfont?
    – h0tw1r3
    Jul 18 '16 at 21:14















how about just setting the console font to a larger size using setfont?
– h0tw1r3
Jul 18 '16 at 21:14




how about just setting the console font to a larger size using setfont?
– h0tw1r3
Jul 18 '16 at 21:14










1 Answer
1






active

oldest

votes

















up vote
0
down vote













I have a similar problem, and I found that setfont works fine. Try:



$ setfont Uni2-VGA28x16


The list of available console fonts are under: /usr/share/consolefonts (for my ubuntu install)





share








New contributor




Tomofumi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    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',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f296696%2fchange-resolution-of-text-console%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I have a similar problem, and I found that setfont works fine. Try:



    $ setfont Uni2-VGA28x16


    The list of available console fonts are under: /usr/share/consolefonts (for my ubuntu install)





    share








    New contributor




    Tomofumi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      0
      down vote













      I have a similar problem, and I found that setfont works fine. Try:



      $ setfont Uni2-VGA28x16


      The list of available console fonts are under: /usr/share/consolefonts (for my ubuntu install)





      share








      New contributor




      Tomofumi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



















        up vote
        0
        down vote










        up vote
        0
        down vote









        I have a similar problem, and I found that setfont works fine. Try:



        $ setfont Uni2-VGA28x16


        The list of available console fonts are under: /usr/share/consolefonts (for my ubuntu install)





        share








        New contributor




        Tomofumi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        I have a similar problem, and I found that setfont works fine. Try:



        $ setfont Uni2-VGA28x16


        The list of available console fonts are under: /usr/share/consolefonts (for my ubuntu install)






        share








        New contributor




        Tomofumi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share


        share






        New contributor




        Tomofumi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 6 mins ago









        Tomofumi

        1012




        1012




        New contributor




        Tomofumi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Tomofumi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Tomofumi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f296696%2fchange-resolution-of-text-console%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay