AlexanderWillner / runMacOSinVirtualBox

Run macOS 10.16 Big Sur (and other versions) in VirtualBox on macOS
MIT License
936 stars 126 forks source link

Added the code for enabling 1080p full screen resolution. #82

Open gokulmanohar opened 4 years ago

gokulmanohar commented 4 years ago

Many here had issues regarding the full screen mode. To enable 1080p resolution on VB try:

cd “c:/Program Files\oracle\virtualbox”
VBoxManage setextradata “YOUR VB NAME” VBoxInternal2/EfiGraphicsResolution 1920x1080

This code worked for me. Run this on CMD and now run the virtual machine.

dtpoirot commented 4 years ago

Replace N with one of 0,1,2,3,4,5. These numbers correspond to the screen resolutions

640x480, 800x600, 1024x768, 1280x1024, 1440x900, 1920x1200 screen resolution,

respectively.

VBoxManage setextradata "YOUR VB NAME" VBoxInternal2/EfiGopMode 4