runMacOSinVirtualBox
runMacOSinVirtualBox copied to clipboard
Added the code for enabling 1080p full screen resolution.
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.
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