Skip to content

Instantly share code, notes, and snippets.

@pythonicrubyist
Created November 27, 2013 21:23
Show Gist options
  • Save pythonicrubyist/7683471 to your computer and use it in GitHub Desktop.
Save pythonicrubyist/7683471 to your computer and use it in GitHub Desktop.
Enabling Full-Screen Mode in Ubuntu on Oracle VirtualBox
sudo apt-get install dkms build-essential linux-headers-generic
# On virtual machine’s menu bar on top, click on Device/Install Guest Additions. This will launch a unix script runing on the Ubuntu terminal.
sudo reboot
@chinmay29hub
Copy link

Thanks! It worked!

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