启动按F8输入-x
双击Callisto,最好是006,自解到桌面,改名为Callisto.双击刚才那个allisto文件夹,找到CallistoHAL.kext文件,点右键--显示包内容,这时会打开另一个窗口content,从里边找到Info.plist文件,点右键--打开方式--应用程序--文本编辑,找到<key>IOPCIMatch<key>,把下面的4150用你的显卡ID来代替,然后点红色的X,储存退出打开终档
打开终端
输入sudo -s回车
输入密码回车
输入以下(考吧)
cd ~/desktop/callisto
mv Callisto* /System/Library/Extensions/
然后在终端输入:cd ..回车
再输入一次cd ..回车
再输入以下(考吧)
chown -R root:wheel /System/Library/Extensions/Callisto*
chmod -R 755 /System/Library/Extensions/Callisto*
rm -f /Library/Preferences/com.apple.window*
rm -f ~/Library/Preferences/com.apple.window*
rm -f ~/Library/Preference/ByHost/com.apple.window*
rm -f ~/Library/Preferences/ByHost/com.apple.pref*
rm /System/Library/Extensions.mkext
rm /System/Library/Extensions.kextcache
kextcache -k /System/Library/Extensions
reboot
[ 本帖最后由 国国国 于 2007-1-24 16:21 编辑 ]