
05-18-2010, 04:03 PM
|
|
|
Join Date: Nov 2008
Posts: 117
|
|
You need to edit com.apple.boot.plist which you can find in Library/Preferences/SystemPreferences
and add these 2 lines:
<key>Graphics Mode</key>
<string>1366x768x32@60</string>
<key>GraphicsEnabler</key>
<string>y</string>
it should work like a charm 
|