Skip to content

Instantly share code, notes, and snippets.

@apolloclark
Last active February 19, 2016 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apolloclark/d41d3619ec995472ad58 to your computer and use it in GitHub Desktop.
Save apolloclark/d41d3619ec995472ad58 to your computer and use it in GitHub Desktop.
Virtualbox Commands
# add video mode
VBoxManage setextradata "VM_NAME" "CustomVideoMode1" "1280x720x32"
# set video mode
VBoxManage controlvm "VM_NAME" setvideomodehint 1280 720 32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment