Arsip untuk November 19th, 2008

How To Enable QuartzGL and Disable BeamSync

This guide will help you enable/disable QuartzGL and BeamSync on Leopard!
Enable QuartzGL
Open Terminal

sudo defaults write /Library/Preferences/com.apple.windowserver QuartzGLEnabled -boolean YES

Change YES to NO to disable it.
Restart or Log Out to take effect.
Disable BeamSync
Open Terminal

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

Change 0 to 1 to enable it
You can also edit the fileĀ /Library/Preferences/com.apple.windowserver.plistĀ using PlistEdit Pro or Property [...]

Continue reading »