Jump to content

GUI and Graphics issues in 10.4.9


jdazzle34
 Share

2 posts in this topic

Recommended Posts

Been having a minor issue and thought one of you guys might offer some insight. I've upgraded my hackintosh to 10.4.9 recently, and since then it seems like the graphics of the system are on speed or something. Allow me to explain. When i login, the spinning wheel seems to spin much faster than it used to, and if i minimize an app, it flys down to the dock so fast i can barely see it. Whenever i play vidoes, they also seem to start out playing very fast, then slow back down to regular speed. Just wondering if this is a 10.4.9 issue or if it could be something wrong on my end. I used JaS's 10.4.9 patch and i'm running a nVidia 7300gt gpu chipset. Any help would be much appreciated.

Link to comment
Share on other sites

Have you checked to make sure system profiler is reading your FSB right?

if not you have to add

 

<key>Kernel Flags</key>
<string>fsb=xxx</string>

 

replace "xxx" with your FSB

in your com.apple.Boot.plist which is in /Library/Preferences/Systemconfiguration/

 

in the end it should look like this:

 

<plist version="1.0">
<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>Boot Graphics</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string>fsb=xxx</string>
</dict>
</plist>

 

don't forget to replace xxx with your FSB

Link to comment
Share on other sites

 Share

×
×
  • Create New...