Resolution doesn't change when resizing Virtualbox window












15















I've installed Ubuntu 64bit on Virtualbox 4.2.16. Guest Additions were installed in Ubuntu as well.



However the display resolution of Ubuntu does not seem to change as the Virtualbox window is resized or if we were to go into Full Screen mode. Any ideas?










share|improve this question





























    15















    I've installed Ubuntu 64bit on Virtualbox 4.2.16. Guest Additions were installed in Ubuntu as well.



    However the display resolution of Ubuntu does not seem to change as the Virtualbox window is resized or if we were to go into Full Screen mode. Any ideas?










    share|improve this question



























      15












      15








      15


      1






      I've installed Ubuntu 64bit on Virtualbox 4.2.16. Guest Additions were installed in Ubuntu as well.



      However the display resolution of Ubuntu does not seem to change as the Virtualbox window is resized or if we were to go into Full Screen mode. Any ideas?










      share|improve this question
















      I've installed Ubuntu 64bit on Virtualbox 4.2.16. Guest Additions were installed in Ubuntu as well.



      However the display resolution of Ubuntu does not seem to change as the Virtualbox window is resized or if we were to go into Full Screen mode. Any ideas?







      virtualbox display-resolution






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 26 '14 at 2:43









      Braiam

      51.5k20136220




      51.5k20136220










      asked Apr 22 '14 at 16:31









      NyxynyxNyxynyx

      2221411




      2221411






















          7 Answers
          7






          active

          oldest

          votes


















          9














          Install the latest version of virtualbox say 4.3.10 or above from here and also it's corresponding guest additions, extensions Or you can also install the latest virtualbox version from the multiverse repository via apt-get. I also faced the same problem in older virtualbox version running Ubuntu 14.04 as guest OS.



          To install guest additions, follow this answer.






          share|improve this answer

































            8














            just type: sudo apt-get install virtualbox-guest-additions-iso






            share|improve this answer
























            • THIS did the trick.

              – Yar
              May 26 '16 at 13:15











            • This did the trick for me! Worked out of the box with ubuntu, but not with lubuntu. I previously ran the GuestAdditions CD image under the devices menu but that did not work. I also tried to install virtualbox-guest-dkms and dkms and none worked.

              – Julian Cienfuegos
              Feb 28 '17 at 16:14



















            6














            If that happens once you have the guest additions installed, it may help reconfiguring DKMS



            dpkg-reconfigure virtualbox-guest-dkms


            It happens to me every time Kernel is upgraded and the above provides the solution.






            share|improve this answer



















            • 3





              Don't forget to install the dkms package too. It's not a dependency, but if you have it installed, kernel upgrade hooks will rebuild the Virtualbox kernel modules automatically.

              – gertvdijk
              Dec 4 '14 at 13:56



















            5














            For those who already have the guest extensions and additions , you should go check for additional drivers and install the proprietary video driver for virtualbox , then reset your machine






            share|improve this answer































              1














              I have installed and removed Guest Additions multible times (either from 'Devices' menu or from terminal) with no luck. I have noticed that while doing this, i was getting some terminal messages regarding DKMS.



              So... i tried to install DKMS separetely and boom! Full screen with high resolution again! So to summarise:




              • Install Guest Additions (Devices->Insert Guest Additions CD image...)

              • Open a terminal and type this sudo apt-get install virtualbox-guest-dkms

              • Restart


              Hope it helps.






              share|improve this answer































                0














                In addition to ensuring that guest additions is actually installed in the guest machine you should also check the 'Auto-Resize Guest Display' option in the 'View' menu in Virtuablbox (on the host machine).






                share|improve this answer































                  0














                  I had this problem as well running a newly installed version of VirtualBox (VirtualBox 6.0). I tried installing the aforementioned packages but had no luck. My solution was simpler than I had anticipated. While the machine is powered off, go to:



                  Settings (of the VM) > Display > Graphics Controller > and select "VBoxVGA"



                  VirtualBox had set this option to "VMSVGA" by default for me. Fortunately, I noticed this subtle difference when comparing the settings between some of my virtual machines. I hope this works for you as well!






                  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%2f452979%2fresolution-doesnt-change-when-resizing-virtualbox-window%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown

























                    7 Answers
                    7






                    active

                    oldest

                    votes








                    7 Answers
                    7






                    active

                    oldest

                    votes









                    active

                    oldest

                    votes






                    active

                    oldest

                    votes









                    9














                    Install the latest version of virtualbox say 4.3.10 or above from here and also it's corresponding guest additions, extensions Or you can also install the latest virtualbox version from the multiverse repository via apt-get. I also faced the same problem in older virtualbox version running Ubuntu 14.04 as guest OS.



                    To install guest additions, follow this answer.






                    share|improve this answer






























                      9














                      Install the latest version of virtualbox say 4.3.10 or above from here and also it's corresponding guest additions, extensions Or you can also install the latest virtualbox version from the multiverse repository via apt-get. I also faced the same problem in older virtualbox version running Ubuntu 14.04 as guest OS.



                      To install guest additions, follow this answer.






                      share|improve this answer




























                        9












                        9








                        9







                        Install the latest version of virtualbox say 4.3.10 or above from here and also it's corresponding guest additions, extensions Or you can also install the latest virtualbox version from the multiverse repository via apt-get. I also faced the same problem in older virtualbox version running Ubuntu 14.04 as guest OS.



                        To install guest additions, follow this answer.






                        share|improve this answer















                        Install the latest version of virtualbox say 4.3.10 or above from here and also it's corresponding guest additions, extensions Or you can also install the latest virtualbox version from the multiverse repository via apt-get. I also faced the same problem in older virtualbox version running Ubuntu 14.04 as guest OS.



                        To install guest additions, follow this answer.







                        share|improve this answer














                        share|improve this answer



                        share|improve this answer








                        edited Apr 13 '17 at 12:24









                        Community

                        1




                        1










                        answered Apr 22 '14 at 16:49









                        Avinash RajAvinash Raj

                        51.4k41166215




                        51.4k41166215

























                            8














                            just type: sudo apt-get install virtualbox-guest-additions-iso






                            share|improve this answer
























                            • THIS did the trick.

                              – Yar
                              May 26 '16 at 13:15











                            • This did the trick for me! Worked out of the box with ubuntu, but not with lubuntu. I previously ran the GuestAdditions CD image under the devices menu but that did not work. I also tried to install virtualbox-guest-dkms and dkms and none worked.

                              – Julian Cienfuegos
                              Feb 28 '17 at 16:14
















                            8














                            just type: sudo apt-get install virtualbox-guest-additions-iso






                            share|improve this answer
























                            • THIS did the trick.

                              – Yar
                              May 26 '16 at 13:15











                            • This did the trick for me! Worked out of the box with ubuntu, but not with lubuntu. I previously ran the GuestAdditions CD image under the devices menu but that did not work. I also tried to install virtualbox-guest-dkms and dkms and none worked.

                              – Julian Cienfuegos
                              Feb 28 '17 at 16:14














                            8












                            8








                            8







                            just type: sudo apt-get install virtualbox-guest-additions-iso






                            share|improve this answer













                            just type: sudo apt-get install virtualbox-guest-additions-iso







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Jun 8 '14 at 7:02









                            Moshe BeeriMoshe Beeri

                            345136




                            345136













                            • THIS did the trick.

                              – Yar
                              May 26 '16 at 13:15











                            • This did the trick for me! Worked out of the box with ubuntu, but not with lubuntu. I previously ran the GuestAdditions CD image under the devices menu but that did not work. I also tried to install virtualbox-guest-dkms and dkms and none worked.

                              – Julian Cienfuegos
                              Feb 28 '17 at 16:14



















                            • THIS did the trick.

                              – Yar
                              May 26 '16 at 13:15











                            • This did the trick for me! Worked out of the box with ubuntu, but not with lubuntu. I previously ran the GuestAdditions CD image under the devices menu but that did not work. I also tried to install virtualbox-guest-dkms and dkms and none worked.

                              – Julian Cienfuegos
                              Feb 28 '17 at 16:14

















                            THIS did the trick.

                            – Yar
                            May 26 '16 at 13:15





                            THIS did the trick.

                            – Yar
                            May 26 '16 at 13:15













                            This did the trick for me! Worked out of the box with ubuntu, but not with lubuntu. I previously ran the GuestAdditions CD image under the devices menu but that did not work. I also tried to install virtualbox-guest-dkms and dkms and none worked.

                            – Julian Cienfuegos
                            Feb 28 '17 at 16:14





                            This did the trick for me! Worked out of the box with ubuntu, but not with lubuntu. I previously ran the GuestAdditions CD image under the devices menu but that did not work. I also tried to install virtualbox-guest-dkms and dkms and none worked.

                            – Julian Cienfuegos
                            Feb 28 '17 at 16:14











                            6














                            If that happens once you have the guest additions installed, it may help reconfiguring DKMS



                            dpkg-reconfigure virtualbox-guest-dkms


                            It happens to me every time Kernel is upgraded and the above provides the solution.






                            share|improve this answer



















                            • 3





                              Don't forget to install the dkms package too. It's not a dependency, but if you have it installed, kernel upgrade hooks will rebuild the Virtualbox kernel modules automatically.

                              – gertvdijk
                              Dec 4 '14 at 13:56
















                            6














                            If that happens once you have the guest additions installed, it may help reconfiguring DKMS



                            dpkg-reconfigure virtualbox-guest-dkms


                            It happens to me every time Kernel is upgraded and the above provides the solution.






                            share|improve this answer



















                            • 3





                              Don't forget to install the dkms package too. It's not a dependency, but if you have it installed, kernel upgrade hooks will rebuild the Virtualbox kernel modules automatically.

                              – gertvdijk
                              Dec 4 '14 at 13:56














                            6












                            6








                            6







                            If that happens once you have the guest additions installed, it may help reconfiguring DKMS



                            dpkg-reconfigure virtualbox-guest-dkms


                            It happens to me every time Kernel is upgraded and the above provides the solution.






                            share|improve this answer













                            If that happens once you have the guest additions installed, it may help reconfiguring DKMS



                            dpkg-reconfigure virtualbox-guest-dkms


                            It happens to me every time Kernel is upgraded and the above provides the solution.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Dec 4 '14 at 13:54









                            Dr. WindowsDr. Windows

                            9112




                            9112








                            • 3





                              Don't forget to install the dkms package too. It's not a dependency, but if you have it installed, kernel upgrade hooks will rebuild the Virtualbox kernel modules automatically.

                              – gertvdijk
                              Dec 4 '14 at 13:56














                            • 3





                              Don't forget to install the dkms package too. It's not a dependency, but if you have it installed, kernel upgrade hooks will rebuild the Virtualbox kernel modules automatically.

                              – gertvdijk
                              Dec 4 '14 at 13:56








                            3




                            3





                            Don't forget to install the dkms package too. It's not a dependency, but if you have it installed, kernel upgrade hooks will rebuild the Virtualbox kernel modules automatically.

                            – gertvdijk
                            Dec 4 '14 at 13:56





                            Don't forget to install the dkms package too. It's not a dependency, but if you have it installed, kernel upgrade hooks will rebuild the Virtualbox kernel modules automatically.

                            – gertvdijk
                            Dec 4 '14 at 13:56











                            5














                            For those who already have the guest extensions and additions , you should go check for additional drivers and install the proprietary video driver for virtualbox , then reset your machine






                            share|improve this answer




























                              5














                              For those who already have the guest extensions and additions , you should go check for additional drivers and install the proprietary video driver for virtualbox , then reset your machine






                              share|improve this answer


























                                5












                                5








                                5







                                For those who already have the guest extensions and additions , you should go check for additional drivers and install the proprietary video driver for virtualbox , then reset your machine






                                share|improve this answer













                                For those who already have the guest extensions and additions , you should go check for additional drivers and install the proprietary video driver for virtualbox , then reset your machine







                                share|improve this answer












                                share|improve this answer



                                share|improve this answer










                                answered Jun 10 '14 at 23:43









                                kommradHomerkommradHomer

                                1515




                                1515























                                    1














                                    I have installed and removed Guest Additions multible times (either from 'Devices' menu or from terminal) with no luck. I have noticed that while doing this, i was getting some terminal messages regarding DKMS.



                                    So... i tried to install DKMS separetely and boom! Full screen with high resolution again! So to summarise:




                                    • Install Guest Additions (Devices->Insert Guest Additions CD image...)

                                    • Open a terminal and type this sudo apt-get install virtualbox-guest-dkms

                                    • Restart


                                    Hope it helps.






                                    share|improve this answer




























                                      1














                                      I have installed and removed Guest Additions multible times (either from 'Devices' menu or from terminal) with no luck. I have noticed that while doing this, i was getting some terminal messages regarding DKMS.



                                      So... i tried to install DKMS separetely and boom! Full screen with high resolution again! So to summarise:




                                      • Install Guest Additions (Devices->Insert Guest Additions CD image...)

                                      • Open a terminal and type this sudo apt-get install virtualbox-guest-dkms

                                      • Restart


                                      Hope it helps.






                                      share|improve this answer


























                                        1












                                        1








                                        1







                                        I have installed and removed Guest Additions multible times (either from 'Devices' menu or from terminal) with no luck. I have noticed that while doing this, i was getting some terminal messages regarding DKMS.



                                        So... i tried to install DKMS separetely and boom! Full screen with high resolution again! So to summarise:




                                        • Install Guest Additions (Devices->Insert Guest Additions CD image...)

                                        • Open a terminal and type this sudo apt-get install virtualbox-guest-dkms

                                        • Restart


                                        Hope it helps.






                                        share|improve this answer













                                        I have installed and removed Guest Additions multible times (either from 'Devices' menu or from terminal) with no luck. I have noticed that while doing this, i was getting some terminal messages regarding DKMS.



                                        So... i tried to install DKMS separetely and boom! Full screen with high resolution again! So to summarise:




                                        • Install Guest Additions (Devices->Insert Guest Additions CD image...)

                                        • Open a terminal and type this sudo apt-get install virtualbox-guest-dkms

                                        • Restart


                                        Hope it helps.







                                        share|improve this answer












                                        share|improve this answer



                                        share|improve this answer










                                        answered Sep 28 '16 at 9:52









                                        MarioMario

                                        11314




                                        11314























                                            0














                                            In addition to ensuring that guest additions is actually installed in the guest machine you should also check the 'Auto-Resize Guest Display' option in the 'View' menu in Virtuablbox (on the host machine).






                                            share|improve this answer




























                                              0














                                              In addition to ensuring that guest additions is actually installed in the guest machine you should also check the 'Auto-Resize Guest Display' option in the 'View' menu in Virtuablbox (on the host machine).






                                              share|improve this answer


























                                                0












                                                0








                                                0







                                                In addition to ensuring that guest additions is actually installed in the guest machine you should also check the 'Auto-Resize Guest Display' option in the 'View' menu in Virtuablbox (on the host machine).






                                                share|improve this answer













                                                In addition to ensuring that guest additions is actually installed in the guest machine you should also check the 'Auto-Resize Guest Display' option in the 'View' menu in Virtuablbox (on the host machine).







                                                share|improve this answer












                                                share|improve this answer



                                                share|improve this answer










                                                answered Jun 22 '17 at 7:30









                                                miposmipos

                                                11




                                                11























                                                    0














                                                    I had this problem as well running a newly installed version of VirtualBox (VirtualBox 6.0). I tried installing the aforementioned packages but had no luck. My solution was simpler than I had anticipated. While the machine is powered off, go to:



                                                    Settings (of the VM) > Display > Graphics Controller > and select "VBoxVGA"



                                                    VirtualBox had set this option to "VMSVGA" by default for me. Fortunately, I noticed this subtle difference when comparing the settings between some of my virtual machines. I hope this works for you as well!






                                                    share|improve this answer




























                                                      0














                                                      I had this problem as well running a newly installed version of VirtualBox (VirtualBox 6.0). I tried installing the aforementioned packages but had no luck. My solution was simpler than I had anticipated. While the machine is powered off, go to:



                                                      Settings (of the VM) > Display > Graphics Controller > and select "VBoxVGA"



                                                      VirtualBox had set this option to "VMSVGA" by default for me. Fortunately, I noticed this subtle difference when comparing the settings between some of my virtual machines. I hope this works for you as well!






                                                      share|improve this answer


























                                                        0












                                                        0








                                                        0







                                                        I had this problem as well running a newly installed version of VirtualBox (VirtualBox 6.0). I tried installing the aforementioned packages but had no luck. My solution was simpler than I had anticipated. While the machine is powered off, go to:



                                                        Settings (of the VM) > Display > Graphics Controller > and select "VBoxVGA"



                                                        VirtualBox had set this option to "VMSVGA" by default for me. Fortunately, I noticed this subtle difference when comparing the settings between some of my virtual machines. I hope this works for you as well!






                                                        share|improve this answer













                                                        I had this problem as well running a newly installed version of VirtualBox (VirtualBox 6.0). I tried installing the aforementioned packages but had no luck. My solution was simpler than I had anticipated. While the machine is powered off, go to:



                                                        Settings (of the VM) > Display > Graphics Controller > and select "VBoxVGA"



                                                        VirtualBox had set this option to "VMSVGA" by default for me. Fortunately, I noticed this subtle difference when comparing the settings between some of my virtual machines. I hope this works for you as well!







                                                        share|improve this answer












                                                        share|improve this answer



                                                        share|improve this answer










                                                        answered Dec 23 '18 at 16:45









                                                        uceieluezuceieluez

                                                        1




                                                        1






























                                                            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%2f452979%2fresolution-doesnt-change-when-resizing-virtualbox-window%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

                                                            Mont Emei

                                                            Province de Neuquén

                                                            Journaliste