From bdbfbacf25cad3e6f8fe6ce2e4061330341362f6 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Mon, 25 May 2020 05:41:16 +0300 Subject: [PATCH] restored 2560x1600 --- README.md | 2 +- macos-guest-virtualbox.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57f1bfe..c409f99 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ iCloud, iMessage, and other connected Apple services require a valid device name 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. ## Primary display resolution -The following primary display resolutions are supported by macOS on VirtualBox: `5120x2880` `2880x1800` `2560x1440` `1920x1200` `1600x1200` `1680x1050` `1440x900` `1280x800` `1024x768` `640x480`. See `documentation` for further information. +The following primary display resolutions are supported by macOS on VirtualBox: `5120x2880` `2880x1800` `2560x1600` `2560x1440` `1920x1200` `1600x1200` `1680x1050` `1440x900` `1280x800` `1024x768` `640x480`. See `documentation` for further information. ## 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. diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index ed68afb..29b930a 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -1146,7 +1146,7 @@ The following command assigns the virtual machine primary display resolution: ${low_contrast_color}VBoxManage setextradata \"\${vm_name}\" \\${default_color} ${low_contrast_color}\"VBoxInternal2/EfiGraphicsResolution\" \"\${resolution}\"${default_color} The following primary display resolutions are supported by macOS on VirtualBox: - ${low_contrast_color}5120x2880 2880x1800 2560x1600 2560x1440 1920x1200 1600x1200 1680x1050${default_color} + ${low_contrast_color}5120x2880 2880x1800 2560x1440 1920x1200 1600x1200 1680x1050${default_color} ${low_contrast_color}1440x900 1280x800 1024x768 640x480${default_color} Secondary displays can have an arbitrary resolution.