Jump to content
5 posts in this topic

Recommended Posts

I've currently managed to force 1600x1200 in Snow, but I need 1920x1200, could anyone please lead me in the right direction, eg a link, or if you know the answer, post it here please? Thanks :D

 

I've tried editing the 'com.apple.Boot.plist' file, and it is set to 1920x1200x32, but it's messing up on my end, clearly for me.

Link to comment
https://www.insanelymac.com/forum/topic/197829-forcing-resolution-in-snow/
Share on other sites

I found my solution, it was what I was trying but I had to go to a larger screen resolution.

 

I'd suggest for anyone attempting to do the same to follow the post quoted below, and use this as a guide. (Find the closest resolution to your normal one, and go one higher)

 

http://en.wikipedia.org/wiki/List_of_common_resolutions

 

Open Terminal. Then enter the following code:

 

sudo nano /Library/Preferences/SystemConfiguration/com.apple.boot.plist

 

Enter your password when prompted. The file com.apple.boot.plist will open in nano, which is a UNIX text editor running in Terminal.

 

Between the flags '<dict> and </dict>, enter two new lines:

 

<key>Graphics Mode</key>

<string>1200x800x32</string>

 

Hit Control-X to exit nano; when it asks to save, hit Y, Enter. Then reboot your computer. If done correctly, it will force the screen resolution to 1200x800 with 32-bit color. This is the easiest way to force a certain display resolution on boot when you can't select it in System Preferences.

×
×
  • Create New...