Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
firstline1
titleVirtualbox updates
linenumberstrue
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install dkms
sudo apt-get install build-essential

If the previous code does not change the resolution, use the following instead:

Code Block
languagebash
firstline1
titleVirtualbox updates
linenumberstrue
sudo apt-get upgrade
sudo apt-get install virtualbox-guest-additions-iso
sudo apt-get install virtualbox-guest-utils
  1. While in your VirtualBox Machine, bring your mouse to the top of the screen and choose devices

    1. Choose Insert Guest Additions CD Image

  2. A dialog Box will appear. Click: Run, then enter your password

  3. When prompted, click Enter/return on your keyboard

  4. Now restart your VirtuaBox machine

    1. Your screen resolution should now be fixed. If not rerun all the steps above one more time.

  5. When your VirtualBox machine comes back up, right click on the disk icon sitting in your Dock, and choose eject.

...