Jump to content

Dual Core problem on Aspire 5601


poopmonkey
 Share

3 posts in this topic

Recommended Posts

i have osx on the same computer as you, and had the same stuttering effect.

to fix it, i just navigated to /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and under the Kernel Flags key add 'idlehalt=0' between two string tags.

 

i.e in terminal type

sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

and change this

 

<dict>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string></string>
	<key>Boot Graphics</key>
	<string>Yes</string>
</dict>

 

to this

 

<dict>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string>idlehalt=0</string>
	<key>Boot Graphics</key>
	<string>Yes</string>
</dict>

 

save and exit; on reboot osx should be perfect :thumbsup_anim:

Link to comment
Share on other sites

 Share

×
×
  • Create New...