View Single Post
 
Old 01-12-2008, 12:14 AM
MacNugget MacNugget is offline
Cheetah
 
Join Date: Jan 2008
Posts: 6
jshanh,

Thanks for your reply. I had actually tried exactly what you tried several time with no avail. Unfortunately, I finally decided to send the card back and have been using my 8300GS @ 512 MB with full QE/CE.

In fact I am wondering if I should break down and spend some money on a Q6600 processor an intel Mobo and just go Vanilla. At least then I will be able to use apple updates directly without decrypting etc.

BTW: have you tried enabling 2Dquatzextreme and disabling Compositor? This will give yo noticeable graphics performance boost - I am using it and have been very happy with the results:

In Terminal:
CODE
sudo defaults write /Library/Preferences/com.apple.windowserver Quartz2DExtremeEnabled -boolean yes

Test by rebooting and checking System Profiler. If it does not autoload, change:
CODE
-boolean yes

to

CODE
-boolean true

And for BeamSync:

CODE
sudo defaults write /Library/Preferences/com.apple.windowserver Compositor -dict deferredUpdates 0

Good Luck!
Reply With Quote