Change resolution of text console












3















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
















3















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














3












3








3


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







XoR

















asked Jul 18 '16 at 19:14









XoRXoR

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


















0














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|improve this answer























    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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    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%2funix.stackexchange.com%2fquestions%2f296696%2fchange-resolution-of-text-console%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    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|improve this answer




























      0














      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|improve this answer


























        0












        0








        0







        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|improve this answer













        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|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 12 '18 at 4:25









        TomofumiTomofumi

        1113




        1113






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • 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%2funix.stackexchange.com%2fquestions%2f296696%2fchange-resolution-of-text-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

            How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

            is 'sed' thread safe

            How to make a Squid Proxy server?