How to modify the display resolution of Mac OS x installed in VMware I used VMware to install Apple's Mac OS in Win7. After the installation was successful, I found that the resolution was 1920*1080, the resolution of the host machine is 1366*768. I want to display the Virtual Machine in full screen mode.
The following is the setup process (the following operations are completed on the Virtual Machine): 1. open the Finder and click "location-> application-> utility-> terminal". 2. enter sudo-s in the terminal window, press enter, enter the administrator password, and then press ENTER; www.2cto.com 3. input vi/Library/Preferences/SystemConfiguration/com. apple. boot. plist; 4. move the cursor to <string> </string> and press the "a" key. The file becomes editable and press Enter. 5. input <key> Graphics Mode </key>; 6. input <string> 1366*768 @ 60 </string>. Here, 1366*768 indicates the screen resolution, and 60 indicates the refreshing rate. 7. press Esc to exit the file editing status; www.2cto.com 8. press the "Shift" and ":" keys at the same time, enter x, and press enter (exit and save). 9. close the terminal, close the Finder, shut down the system, and restart the virtual machine.