iammecn 发表于 2006-11-27 10:31

T43安装mac的显卡,开启QI,CE

原文请见这里:

http://forum.insanelymac.com/index.php?showtopic=10415

This is the second version of my ATI Radeon 9700 driver patcher.

1. Extract the archive.
2. sudo ./patch9700.sh HI LO (where HI is the high byte in hex of your device id and LO is the low byte, e.g.: ./patch9700.sh 5e 4b if your device id is 0x5e4b)
3. manually edit the /System/Library/Extensions/ATIRadeon9700.kext/Content/MacOS/Info.plist. Replace 5B60 with your device id
Example:
...
                        <key>IOPCIMatch</key>
                        <string>0x4E441002 0x41441002 0x4E481002 0x41481002 0x41501002 0x4E501002 0x41521002 0x4E541002 0x4A481002 0x4A491002 0x4A4A1002 0x4A4B1002 0x4A4C1002 0x4A4D1002 0x4A4E1002 *0x5E4B1002* 0x5B621002 0x3E501002 0x4E561002 0x5B641002 0x3E541002</string>
...
The asterisk (*) is only meant to emphasize the change, do not enter them.

For edit /System/Library/Extensions/ATIRadeon9700.kext/Contents/Info.plist use:
In a Terminal
sudo nano -w /System/Library/Extensions/ATIRadeon9700.kext/Contents/Info.plist
then Ctrl + O to save the changes AND Ctrl + X to Exit
4. Remove kextcache
      sudo rm /System/Library/Extensions.kextcache
      kextcache -k /System/Library/Extensions
5. put your desire Res at "com.apple.Boot.plist" is not posible select at System Preferences
6. Repair disk permissions with Disk Utility
7. Finally reboot

Some mouse artifacts are reported. I am working on resolving the problem.

NOTE: this patch is very experimental, I only released it because of heavy mail traffic. I you are not an experienced user please wait for a better version.

--koverg--

附件: koverg-patch9700-v0.2.tgz.gz (2006-11-23 17:36, 7.25 K)
该附件被下载次数 3

mcps 发表于 2006-11-27 20:03

主要是鼠标拉屎比较严重。可以用Mouse locator解决。

我现在除了挂起和无限不工作(2915),其余表现和真正Mac一样。
页: [1]
查看完整版本: T43安装mac的显卡,开启QI,CE