Hi Dafik:
I make changes to my screen resolution and refresh rate by modifying
com.apple.Boot.plist file.
1) Go to
Hard Drive - Applications - Utilities - Terminal
2) Type:
cd /Library/Preferences/SystemConfiguration3) Type:
sudo pico com.apple.Boot.plist4) Type in your
password5) Add the following lines (if not already added):
<key>Graphics Mode</key>
<string>1024x768x32@60</string>
6) The values between
<string> and
</string> are provided as an example. 1024 is Horizontal Resolution / 768 is Vertical Resolution / 32 is Bit Depth (amount of colors) / 60 is the Refresh Rate.
7) After making changes, type
<CTRL> + O and
<Return> to save your work.
8) Type
<CTRL> + X to exit the file. Type:
exit and
<Return> to exit the Terminal.
9) Reboot your machine when ready and you'll (hopefully) have the desired Resolution, Depth and Refresh Rate.
--danyel