Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What to add to Vagrantfile to be able to have higher resolutions #62

Closed
skela opened this issue Sep 17, 2017 · 2 comments
Closed

What to add to Vagrantfile to be able to have higher resolutions #62

skela opened this issue Sep 17, 2017 · 2 comments

Comments

@skela
Copy link

skela commented Sep 17, 2017

I notice that there is a setting in there to set the RAM, so I wonder, is there something similar for the resolution?

@WayneBuckhanan
Copy link

config.vm.provider "virtualbox" do |vb|
    # set resolution on OSX:
    # 0,1,2,3,4,5 :: 640x480, 800x600, 1024x768, 1280x1024, 1440x900, 1920x1200
    vb.customize ["setextradata", :id, "VBoxInternal2/EfiGopMode", "5"]
    # see https://www.virtualbox.org/manual/ch03.html#efividmode for more info
end

@skela
Copy link
Author

skela commented Sep 17, 2017

Man that's awesome, thx!

@skela skela closed this as completed Sep 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants