Skip to content

Instantly share code, notes, and snippets.

@c02y
Last active January 10, 2021 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save c02y/3c672c049335097fb751463971139293 to your computer and use it in GitHub Desktop.
Save c02y/3c672c049335097fb751463971139293 to your computer and use it in GitHub Desktop.
manjaro unable to resize inside virtualbox
https://unix.stackexchange.com/a/536056/22322
To get Auto-Resize Guest Display working you have to use 'VBoxVGA'
Stop VM if installed and running
Choose in VM Setting: Display > Screen > Graphics Controller > 'VBoxVGA'
Save
Start VM with Manjaro - Screen goes black.
hit CTRL+ALT+F2 to enter tty2
logon
sudo mhwd -r pci video-vmware
reboot
Resizing works like a charm.
or https://wiki.manjaro.org/index.php?title=VirtualBox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment