Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
116
rated 0 times [  116] [ 0]  / answers: 1 / hits: 239704  / 1 Year ago, tue, may 30, 2023, 12:48:48

So I've installed Ubuntu inside of Virtualbox, and I resized the window of Virtualbox to be full-size, but the Ubuntu Desktop stays the same standard size. How do I make the width of Ubuntu stretch 100% across the Virtualbox window?


More From » virtualbox

 Answers
2

Inside the virtual machine, install the virtualbox-guest-dkms, virtualbox-guest-utils and virtualbox-guest-x11 packages. These "guest additions" include a video driver that will do what you ask, plus a mouse driver that interacts with the host system so you don't have to use the host key to "uncapture" the mouse; it just works when you're on the virtual machine's window.


There are 2 ways to do this:



  1. From the VirtualBox top menu choose Devices, Install guest additions, then wait for a mock-CD ROM to appear and run the install from there, or



  2. just type


    sudo apt-get install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11




(personal recommendation: the second (apt-get) option is very simple and quick).


[#40375] Tuesday, May 30, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tocklftime

Total Points: 110
Total Questions: 109
Total Answers: 100

Location: Mayotte
Member since Mon, Sep 12, 2022
2 Years ago
;