You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config.vm.provider"virtualbox"do |vb|
# set resolution on OSX:# 0,1,2,3,4,5 :: 640x480, 800x600, 1024x768, 1280x1024, 1440x900, 1920x1200vb.customize["setextradata",:id,"VBoxInternal2/EfiGopMode","5"]# see https://www.virtualbox.org/manual/ch03.html#efividmode for more infoend
I notice that there is a setting in there to set the RAM, so I wonder, is there something similar for the resolution?
The text was updated successfully, but these errors were encountered: