Jump to content

OSX86 Tips/Hints/Performance Tweaks


ChrisLKirby
 Share

10 posts in this topic

Recommended Posts

I thought it would be a good idea to post to give everyone the chance to post their own tips and tricks regarding OSX86. This can help newbies a lot!

 

Here are some useful things:

 

1. To Speed up the Boot Process (borrowed from alicheusz):

 

sudo -s

kextcache -e -z -a i386

kextcache -k /System/Library/Extensions -z -a i386

*if that last command doesnt work, try kextcache -a i386 -z -k /System/Library/Extensions

sync

 

2. To change if you want to boot in Verbose Mode or with the Graphic Loader, edit your com.apple.Boot.plist

located in /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and remove the -v entry

 

3. If making any changes (adding/removing/editing) a KEXT file, rebuild the kext cache

in terminal switch to su or sudo the following commands:

chown -R root:wheel /System/Library/Extensions

chmod -R 755 /System/Library/Extensions

kextcache -k /System/Library/Extensions

reboot :(

 

Please feel free to share any tips and pointers in this thread!!

 

Cheers!

Link to comment
Share on other sites

sudo -s

kextcache -e -z -a i386

kextcache -k /System/Library/Extensions -z -a i386

*if that last command doesnt work, try kextcache -a i386 -z -k /System/Library/Extensions

sync

This isn't mine i see this somewhere on forum If I remember good domino post it firstly

 

My tip :)

 

most you need is http://www.macosxhints.com/

 

this is usefull

Safari delay

http://www.macosxhints.com/article.php?sto...506&query=speed

finder freze after open save dialog

http://www.macosxhints.com/article.php?sto...179&query=speed

Link to comment
Share on other sites

awesome command ChrisLKirby! thanks for sharing it. wish i'd known about it long ago. :(

 

 

what's so funny alicheusz? tell me where i would have known about that unless i was told? i've never debugged

anything in my entire life on purpose. :)

Link to comment
Share on other sites

OK, my tips and tricks for speeding things up:

 

1. BUY MORE RAM!!!

 

2. Get Shadowkiller and have it run as a startup item.

 

3. BUY MORE RAM!!!

 

4. Disable drop shadows in iPhoto and it runs a little bit faster

 

5. BUY MORE RAM!!!

 

6. Leave the system on overnight sometimes so it can do its regular cleaning

 

7. BUY MORE RAM!!!

 

8. You can speed up the key repeat rate and mouse movements to make the system feel faster

 

9. BUY MORE RAM!!!

 

10. Use TinkerTool to disable a lot of the eye candy in OS X

 

11. BUY MORE RAM!!!

 

12. Disable Dashboard (there are hundreds of ways to accomplish this)

 

13. BUY MORE RAM!!!

 

14. Fewer "Smart Folders" mean a speedier system (because the folders tend to bog things down).

 

and finally...

 

15. BUY MORE RAM!!!

Link to comment
Share on other sites

 Share

×
×
  • Create New...