I tried all the alternatives and resources that I found on the Internet to achieve a change in screen resolution in my MacOS X guest. I have the latest version of VirtualBox (4.1.22) and I have MacOS X 10.6.3 Snow Leopard running in the guest guest vm system.
Some solutions that do not work for me:
- Configure virtual machine settings:
Add and run these two commands in the .vbox file:
vboxmanage setextradata "MAC OS X" "CustomVideoMode1" "1360x768x32" vboxmanage setextradata "MAC OS X" "GUI/CustomVideoMode1" "1360x768x32"
- Changing the guest OS boot configuration:
Modify / Library / Preferences / SystemConfiguration / com.apple.boot.plist with these lines:
<key>Kernel Flags</key> <string>"Graphics Mode"="1360x768x32"</string> <key>Graphics Mode</key> <string>1360x768x32</string>
Any other suggestion that I missed.
Thanks in advance,
Pymoo source share