View Single Post
 
Old 10-17-2012, 08:36 PM
Godofwar Godofwar is offline
Panther
 
Join Date: Mar 2012
Posts: 177
Quote:
Originally Posted by Lacedaemon View Post
Normally, com.apple.Boot.plist is protected by root, so you can edit it with the following:

Code:
sudo nano /Extra/com.apple.Boot.plist
Password: <password here>
When you type that, you should see a bunch of XML and what-not. If the Graphics Mode string isn't already there, add it so it looks like this:

Code:
<key>Graphics Mode</key>
<string>Resolution Here</string>
Tip: You can download Chameleon Wizard to update your bootloader and make editing the org.chameleon.Boot.plist easier.
Thanks, but I'm running Lion now.
Reply With Quote