catalinmarinescu
2/5/2020 - 1:09 PM

VirtualBox

  • enable full screen display at different resolutions
# Resize screen
$: sudo apt-get update
$: sudo apt-get install virtualbox-guest-additions-iso
$: sudo apt-get install virtualbox-guest-dkms
$: uname -r
  > 5.0.0-23-generic
$: sudo apt-get install build-essential linux-headers-5.0.0-23-generic
$ cd /media/catalin/VBox_GAs_6.0.16
$ sudo sh VBoxLinuxAdditions.run install

restart VM