Rammjet, on Nov 12 2006, 08:28 PM, said:
This was my first ever "try"
Will do, meanwhile since I had previously installed the Boris-style patch for x1x00, I went back and replaced my ATI* kexts and OpenGL.framework with original 10.4.8 versions. This time I get a display, mirrored on both monitors.
But looking at boot messages, Natit.kext ran 6 times during boot and here is a summary of the errors:
Will do, meanwhile since I had previously installed the Boris-style patch for x1x00, I went back and replaced my ATI* kexts and OpenGL.framework with original 10.4.8 versions. This time I get a display, mirrored on both monitors.
But looking at boot messages, Natit.kext ran 6 times during boot and here is a summary of the errors:
4.80.46.0display: family specific matching fails display: family specific matching failsdisplay: family specific matching fails Natit: Starting. Natit: Setting model=Unknown nVidia Natit: Starting. Natit: Setting model=Unknown nVidia display: family specific matching fails Natit: Starting. Natit: Setting @0,device_type=displaydisplay: family specific matching fails Natit: Starting. Natit: Setting model=Unknown nVidia Natit: Setting model=Unknown nVidia display: family specific matching fails Natit: Starting. Natit: Setting model=Unknown nVidia ATY,Wormy: Not usable ATY,Wormy: Not usable
Perhaps you have more than one device that matches the ATI-Signature (1002) and because of this Natit gets called more often than necessary.
On my System Nantit is called twice (Once for the Primary Device ID of the Graphics card, the second time it is called for the Secondary ID (this is forthe 2nd Display))
Please edit
<key>IOPCIMatch</key>
<string>0x00001002&0x0000ffff</string>
to:
<key>IOPCIMatch</key>
<string>0xXXXX1002</string>
where XXXX is the Device ID found for the Graphics Card in 'About this Mac'
In my case the Device-ID is 7249 ; my Entry is now:
<key>IOPCIMatch</key>
<string>0x72491002</string>
Now you have to
rm /System/Library/Extensions.*
and reboot.
Now Natit only matches once and will only be called once.
MiR
MiR



Sign In
Create Account
This topic is locked









