Skip to content

Instantly share code, notes, and snippets.

@fabbrito
Created February 19, 2021 15:24
Show Gist options
  • Save fabbrito/347cc2e7970afe9046f824b1ace25abf to your computer and use it in GitHub Desktop.
Save fabbrito/347cc2e7970afe9046f824b1ace25abf to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
sudo apt-get install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
sudo reboot
@fabbrito
Copy link
Author

fabbrito commented Feb 19, 2021

Simple fix for Ubuntu when installed in a virtual machine inside Virtual Box.
The problem is that the screen resolution could not be changed without this packages been installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment