Jump to content
4 posts in this topic

Recommended Posts

a good way to make it permanent:

open terminal

type the following commands (line by line)

 

cd /Library/Preferences/SystemConfiguration/

sudo nano com.apple.Boot.plist

type your password

 

this will open the editor:

somewhere in between the <dict> and </dict> tags add the following (it should look just like the rest of the entries):

<key>Graphics Mode</key>

<string>1280x1024x32</string>

hit Ctrl-X

press y

hit enter

 

reboot your computer to have the new graphics mode installed

×
×
  • Create New...