i dont know if anyone knew about this but it was new to me a way to speed the opening of windows in x...well to do it do the following
open up the Terminal application (found in /Applications/Utilities/) and type:
(you'll need to enter your admin password in order to proceed)
Then hit Control-X to exit pico (hitting the Y key to save the changes before exiting when it asks you), then log out and back in again, and ta da! Compressed window buffers. It worked for me so give it a shot...trip maybe if u dont already have this u can put it into the os x guide thingy
open up the Terminal application (found in /Applications/Utilities/) and type:
PHP:
sudo pico /library/preferences/com.apple.windowserver.plist
PHP:
Move the cursor down below the first <dict> tag, and paste the following text in:
<key>BackingCompression</key>
<dict>
<key>compressionScanTime</key>
<real>5.000000000000000e+00</real>
<key>minCompressableSize</key>
<integer>8193</integer>
<key>minCompressionRatio</key>
<real>1.100000023841858e+00</real>
</dict>
Then hit Control-X to exit pico (hitting the Y key to save the changes before exiting when it asks you), then log out and back in again, and ta da! Compressed window buffers. It worked for me so give it a shot...trip maybe if u dont already have this u can put it into the os x guide thingy