From 86acfc799892f0c53977dffb10116ee49574fd00 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Thu, 16 Apr 2020 05:13:02 +0300 Subject: [PATCH] VBox 6.1.6 graphics performance improvements --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 19ad758..eff3c5f 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,6 @@ iCloud, iMessage, and other connected Apple services require a valid device name ## Storage size The script by default assigns a target virtual disk storage size of 80GB, which is populated to about 20GB on the host on initial installation. After the installation is complete, the storage size may be increased. See `documentation` for further information. -## Graphics controller -Selecting VBoxSVGA instead of VBoxVGA for the graphics controller may considerably increase graphics performance. VBoxVGA is assigned by default for compatibility reasons. - ## Unsupported features Developing and maintaining VirtualBox or macOS features is beyond the scope of this script. Some features may behave unexpectedly, such as USB device support, audio support, FileVault boot password prompt support, and other features. @@ -34,7 +31,7 @@ The VirtualBox EFI implementation does not properly load the FileVault full disk All the dependencies should be available through a package manager: `bash` `coreutils` `gzip` `unzip` `wget` `xxd` `dmg2img` `virtualbox` -* [VirtualBox](https://www.virtualbox.org/wiki/Downloads)≥6.1.4 with Extension Pack, though versions as low as 5.2 may work. +* [VirtualBox](https://www.virtualbox.org/wiki/Downloads)≥6.1.6 with Extension Pack, though versions as low as 5.2 may work. * GNU `Bash`≥4.3, on Windows run through [Cygwin](https://cygwin.com/install.html) or WSL. * GNU `coreutils`≥8.22, GNU `gzip`≥1.5, Info-ZIP `unzip`≥v6.0, GNU `wget`≥1.14, `xxd`≥1.7 * `dmg2img`≥1.6.5, on Cygwin the package is not available through the package manager so the script downloads it automatically.