Ubuntu 18 server console resolution problem











up vote
1
down vote

favorite












I don't use desktop, so no X-window is involved.



How do I change resolution of text console?



Things I tried:




  • Setting in GRUB: by either video=, or GRUB_GFXPAYLOAD_LINUX, it works - GRUB is displayed in correct resolution, up to 3440x1440, but a second before login prompt appears, it snaps back to 800x600. GRUB_GFXPAYLOAD_LINUX=keep doesn't work.

  • fbset - it doesn't work at all, in Virtualbox I get: "ioctl fbioput_vscreeninfo invalid argument" error, or in case of hardware (Intel BMC - basically Matrox G200, Quadro K2000, K4000, Radeon X550, HD3450, GeForce FX5200 and 760Ti) it is just ignored, like literally nothing happens. Resolution definitions are correct, as far as I can eyeball it in dbfile.

  • nomodeset makes no difference

  • All my systems are using UEFI.

  • This applies to both analog (VGA) displays and those using digital connections.

  • This applies to Ubuntu Server 18.04.1 LTS and 18.10.


It's rather uncomfortable at 800x600 - any other ideas?










share|improve this question






















  • After changing the settings did you run sudo update-grub? If not those settings are valid for that session only.
    – GabrielaGarcia
    Nov 9 at 11:36










  • Yes, I did. Like I wrote, I can freely control resolution at which GRUB is displaying its menu, and by extension, resolution at which kernel boots. Just not anything forward.
    – Vatharian
    Nov 12 at 13:52















up vote
1
down vote

favorite












I don't use desktop, so no X-window is involved.



How do I change resolution of text console?



Things I tried:




  • Setting in GRUB: by either video=, or GRUB_GFXPAYLOAD_LINUX, it works - GRUB is displayed in correct resolution, up to 3440x1440, but a second before login prompt appears, it snaps back to 800x600. GRUB_GFXPAYLOAD_LINUX=keep doesn't work.

  • fbset - it doesn't work at all, in Virtualbox I get: "ioctl fbioput_vscreeninfo invalid argument" error, or in case of hardware (Intel BMC - basically Matrox G200, Quadro K2000, K4000, Radeon X550, HD3450, GeForce FX5200 and 760Ti) it is just ignored, like literally nothing happens. Resolution definitions are correct, as far as I can eyeball it in dbfile.

  • nomodeset makes no difference

  • All my systems are using UEFI.

  • This applies to both analog (VGA) displays and those using digital connections.

  • This applies to Ubuntu Server 18.04.1 LTS and 18.10.


It's rather uncomfortable at 800x600 - any other ideas?










share|improve this question






















  • After changing the settings did you run sudo update-grub? If not those settings are valid for that session only.
    – GabrielaGarcia
    Nov 9 at 11:36










  • Yes, I did. Like I wrote, I can freely control resolution at which GRUB is displaying its menu, and by extension, resolution at which kernel boots. Just not anything forward.
    – Vatharian
    Nov 12 at 13:52













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I don't use desktop, so no X-window is involved.



How do I change resolution of text console?



Things I tried:




  • Setting in GRUB: by either video=, or GRUB_GFXPAYLOAD_LINUX, it works - GRUB is displayed in correct resolution, up to 3440x1440, but a second before login prompt appears, it snaps back to 800x600. GRUB_GFXPAYLOAD_LINUX=keep doesn't work.

  • fbset - it doesn't work at all, in Virtualbox I get: "ioctl fbioput_vscreeninfo invalid argument" error, or in case of hardware (Intel BMC - basically Matrox G200, Quadro K2000, K4000, Radeon X550, HD3450, GeForce FX5200 and 760Ti) it is just ignored, like literally nothing happens. Resolution definitions are correct, as far as I can eyeball it in dbfile.

  • nomodeset makes no difference

  • All my systems are using UEFI.

  • This applies to both analog (VGA) displays and those using digital connections.

  • This applies to Ubuntu Server 18.04.1 LTS and 18.10.


It's rather uncomfortable at 800x600 - any other ideas?










share|improve this question













I don't use desktop, so no X-window is involved.



How do I change resolution of text console?



Things I tried:




  • Setting in GRUB: by either video=, or GRUB_GFXPAYLOAD_LINUX, it works - GRUB is displayed in correct resolution, up to 3440x1440, but a second before login prompt appears, it snaps back to 800x600. GRUB_GFXPAYLOAD_LINUX=keep doesn't work.

  • fbset - it doesn't work at all, in Virtualbox I get: "ioctl fbioput_vscreeninfo invalid argument" error, or in case of hardware (Intel BMC - basically Matrox G200, Quadro K2000, K4000, Radeon X550, HD3450, GeForce FX5200 and 760Ti) it is just ignored, like literally nothing happens. Resolution definitions are correct, as far as I can eyeball it in dbfile.

  • nomodeset makes no difference

  • All my systems are using UEFI.

  • This applies to both analog (VGA) displays and those using digital connections.

  • This applies to Ubuntu Server 18.04.1 LTS and 18.10.


It's rather uncomfortable at 800x600 - any other ideas?







server 18.04 display-resolution console 18.10






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 9 at 9:52









Vatharian

61




61












  • After changing the settings did you run sudo update-grub? If not those settings are valid for that session only.
    – GabrielaGarcia
    Nov 9 at 11:36










  • Yes, I did. Like I wrote, I can freely control resolution at which GRUB is displaying its menu, and by extension, resolution at which kernel boots. Just not anything forward.
    – Vatharian
    Nov 12 at 13:52


















  • After changing the settings did you run sudo update-grub? If not those settings are valid for that session only.
    – GabrielaGarcia
    Nov 9 at 11:36










  • Yes, I did. Like I wrote, I can freely control resolution at which GRUB is displaying its menu, and by extension, resolution at which kernel boots. Just not anything forward.
    – Vatharian
    Nov 12 at 13:52
















After changing the settings did you run sudo update-grub? If not those settings are valid for that session only.
– GabrielaGarcia
Nov 9 at 11:36




After changing the settings did you run sudo update-grub? If not those settings are valid for that session only.
– GabrielaGarcia
Nov 9 at 11:36












Yes, I did. Like I wrote, I can freely control resolution at which GRUB is displaying its menu, and by extension, resolution at which kernel boots. Just not anything forward.
– Vatharian
Nov 12 at 13:52




Yes, I did. Like I wrote, I can freely control resolution at which GRUB is displaying its menu, and by extension, resolution at which kernel boots. Just not anything forward.
– Vatharian
Nov 12 at 13:52










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Modify / add the following lines to /etc/default/grub to match the ones below




GRUB_CMDLINE_LINUX_DEFAULT="video=<your_video_mode> gfxpayload=true"
GRUB_CMDLINE_LINUX="video=<your_video_mode> gfxpayload=true"
...
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=<resolution_needed>
GRUB_GFXPAYLOAD=<resolution_needed>
GRUB_GFXPAYLOAD_LINUX=<resolution_needed>



Run update-grub



sudo update-grub


Reboot



sudo reboot


You can find more information here.






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',
    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%2f1091375%2fubuntu-18-server-console-resolution-problem%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








    up vote
    0
    down vote













    Modify / add the following lines to /etc/default/grub to match the ones below




    GRUB_CMDLINE_LINUX_DEFAULT="video=<your_video_mode> gfxpayload=true"
    GRUB_CMDLINE_LINUX="video=<your_video_mode> gfxpayload=true"
    ...
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=<resolution_needed>
    GRUB_GFXPAYLOAD=<resolution_needed>
    GRUB_GFXPAYLOAD_LINUX=<resolution_needed>



    Run update-grub



    sudo update-grub


    Reboot



    sudo reboot


    You can find more information here.






    share|improve this answer

























      up vote
      0
      down vote













      Modify / add the following lines to /etc/default/grub to match the ones below




      GRUB_CMDLINE_LINUX_DEFAULT="video=<your_video_mode> gfxpayload=true"
      GRUB_CMDLINE_LINUX="video=<your_video_mode> gfxpayload=true"
      ...
      # The resolution used on graphical terminal
      # note that you can use only modes which your graphic card supports via VBE
      # you can see them in real GRUB with the command `vbeinfo'
      GRUB_GFXMODE=<resolution_needed>
      GRUB_GFXPAYLOAD=<resolution_needed>
      GRUB_GFXPAYLOAD_LINUX=<resolution_needed>



      Run update-grub



      sudo update-grub


      Reboot



      sudo reboot


      You can find more information here.






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        Modify / add the following lines to /etc/default/grub to match the ones below




        GRUB_CMDLINE_LINUX_DEFAULT="video=<your_video_mode> gfxpayload=true"
        GRUB_CMDLINE_LINUX="video=<your_video_mode> gfxpayload=true"
        ...
        # The resolution used on graphical terminal
        # note that you can use only modes which your graphic card supports via VBE
        # you can see them in real GRUB with the command `vbeinfo'
        GRUB_GFXMODE=<resolution_needed>
        GRUB_GFXPAYLOAD=<resolution_needed>
        GRUB_GFXPAYLOAD_LINUX=<resolution_needed>



        Run update-grub



        sudo update-grub


        Reboot



        sudo reboot


        You can find more information here.






        share|improve this answer












        Modify / add the following lines to /etc/default/grub to match the ones below




        GRUB_CMDLINE_LINUX_DEFAULT="video=<your_video_mode> gfxpayload=true"
        GRUB_CMDLINE_LINUX="video=<your_video_mode> gfxpayload=true"
        ...
        # The resolution used on graphical terminal
        # note that you can use only modes which your graphic card supports via VBE
        # you can see them in real GRUB with the command `vbeinfo'
        GRUB_GFXMODE=<resolution_needed>
        GRUB_GFXPAYLOAD=<resolution_needed>
        GRUB_GFXPAYLOAD_LINUX=<resolution_needed>



        Run update-grub



        sudo update-grub


        Reboot



        sudo reboot


        You can find more information here.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 27 at 23:04









        linux64kb

        550512




        550512






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2f1091375%2fubuntu-18-server-console-resolution-problem%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

            Category:香港粉麵

            List *all* the tuples!

            Channel [V]