Last active
February 19, 2016 15:50
-
-
Save apolloclark/d41d3619ec995472ad58 to your computer and use it in GitHub Desktop.
Virtualbox Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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