Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: A programmatic fix for an Exposé slowdown' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: A programmatic fix for an Exposé slowdown
Authored by: unagi on Jul 08, '05 03:51:33AM
found the defaults to change: use this console cmd:

sudo defaults write /Library/Preferences/com.apple.windowserver Compositor -dict deferredUpdates 0 You can verify this by opening /Library/Preferences/com.apple.windowserver in Property List Editor and expand "Compositor"

Open Quartz Debug and reveal the Beamsync tools. change the setting.

Reopen /Library/Preferences/com.apple.windowserver and expand Compositor to see the new setting.

0 = disable beamsync

1 = Auto beamsync

2 = force beamsync

Of course, YMMV.

Enjoy!

[ Reply to This | # ]