Add Comment
|
Related Links
|
TrackBack
VirtualBox Hackintosh - Changing ResolutionAfter installing Mac OS X Mountain Lion as a virtual machine in VirtualBox, I boot it and made it full-screen. The Asus G46VW that I'm running the VirtualBox on has a resolution of 1366x768. But the iATKOS ML2, whichI installed, defaults to 1024x768, wasting plenty of space on its sides. Spending some time, I figured the following method to change screen resolution. To change the screen resolution, you have to edit two files. One for the VirtualBox, the other for the Mac OS X boot loader. When you change the first file, VirtualBox cannot be running. When you change the latter file, Mac OS X has to be running. Once you have changes the files as stated below, reboot the virtual machine and enjoy full resolution. File 1 - VirtualBox Configuration on LinuxYou have to add a line to the configuration for your Mac OS X virtual machine. On Ubuntu 12.10, the file is "${HOME}/VirtualBox VMs/[virtual machine name]/[virtual machine name].vbox". Once you find that file, add the following line to it under "<ExtraData>": <ExtraDataItem name="CustomVideoMode1" value="1366x768x32"/> My laptop's resolution is 1366x768, so that's the value I used. You need to substitute your own value. The "x32" at the end tells VirtualBox how many colors to allocate for the virtual machine. File 2 - Mac OS X Boot ConfigurationThe second file you have to edit is the boot configuration file. On a standard Apple distribution, that would be "/Library/Preferences/SystemConfiguration/com.apple.Boot.plist". However, on the iATKOS ML2, the file is "/Extra/org.chameleon.Boot.plist", because iATKOS ML2 uses the Chameleon boot loader. Add the following two lines into the file: <key>Graphics Mode</key> Jake File 3 - VirtualBox Configuration on WindowsIf you installed VirtualBox on Windows and are accessing the Mac OS X virtual machine, then use this instruction to change the resolution on the host side. Remember you must still perform the change using "File 2 - Mac OS X Boot Configuration" instructions on the guest side. Open a command prompt and change to the VirtualBox directory. You can do that with the following commands: c: Once you are in the VirtualBox directory, issue the following command to change the screen resolution: VBoxManage setextradata "[virtual machine name]" "CustomVideoMode1" "1366x768x32" My laptop's resolution is 1366x768, so that's the value I used. You need to substitute your own value. The "x32" at the end tells VirtualBox how many colors to allocate for the virtual machine. Jake Thank you so much for this ! Works very well Daubi It should be kenken Thanks for catching that, kenken. I fixed the post above so that no one would get confused. Moderator Excuse my ignorance but how does one find that org.chameleon.Boot.plist? It is not in my Extra folder. Vasi The path is stated in the OP above. Which one depends on your Mac OS X distribution. You can use the following command in the root directory to find all Boot.plist on your hard drive: find . -name "*.Boot.plist" Mel Sorry, it cannot find it. I'm running Iatkos ML2...Any suggestions? I've applied the VMsvga2 patch and nothing. No full screen. Everything else works fine. It just drives me crazy (I'm on a Dell Inspiron 15 7000 with a 750m Nvidia card in it, if that helps). Vasi So you've changed your directory to root before you searched? Here is my search commands and search results: $ cd / Mel I found the Library com.* one but not the Extra one... Vasi nevermind...went the kernel params route instead of the Graphics Mode one, and it worked that way. Vasi Guys, come on - you can't just stop there! That file also doesn't exist on my install, and I don't have any idea what the "kernel params route" is. Can you elaborate?? Kael Thank you, this helped me set resolution with VirtualBox running iAtkos ML2 under Windows 7. The install instructions for this did not include modifying /Extra/org.chameleon.Boot.plist, and of three top Google hit web pages I consulted on the subject this is the only one that covers this subtle difference with iAtkos. Carson If anyone is still wondering why they can't see the file, it's because it is a hidden one. Kohm I dont's have permission to edit the boot file. (I'm admin) Help? aidan9030
Add Comment
|
Related Links
|
TrackBack
Did your message disappear? Read the Forums FAQ. Add CommentSpam Control | * indicates required field TrackBackTrackBack only accepted from WebSite-X Suite web sites. Do not submit TrackBacks from other sites. Send Ping | TrackBack URL | Spam Control No TrackBacks yet. TrackBack can be used to link this thread to your weblog, or link your weblog to this thread. In addition, TrackBack can be used as a form of remote commenting. Rather than posting the comment directly on this thread, you can posts it on your own weblog. Then have your weblog sends a TrackBack ping to the TrackBack URL, so that your post would show up here. Messages, files, and images copyright by respective owners. |
Articles
|
Wiki
92 Users Online
|
Copyright © 2004 - 2024. All Rights Reserved. |