Skip to content

Instantly share code, notes, and snippets.

@OscarL
Created December 20, 2024 18:08
Show Gist options
  • Save OscarL/079be8fc5e2a7428b4c7a73b59d53791 to your computer and use it in GitHub Desktop.
Save OscarL/079be8fc5e2a7428b4c7a73b59d53791 to your computer and use it in GitHub Desktop.
How to have decent video on VirtualBox.

How to have decent video on VirtualBox.

  • Make sure VM's OS type is set to Linux 64 bits.
  • On the VM's Settings -> Display, make sure "Graphics Controller" is "VMSVGA". 32 MB of "Video Memory" should be enough.
  • On Haiku, run "pkgman install vmware_addons", reboot.
  • Change resolution as you wish from the Screen preflet.

You should now be able to change modes as you like.

To make sure VirtualBox starts in the resolution you want:

VBoxManage controlvm "name of your VM here" setvideomodehint 1360 768 32

(change values as you need, preferably one closest to the one you set on the "Screen" preflet)

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