HD 5670: 1002_68d8.rom
HD 5770: 1002_68b8.rom
HD 5750: 1002_68be.rom
HD 5850: 1002_6899.rom
HD 5870: 1002_6898.rom
HD 5970: 1002_689c.rom
그리고 /Extra/com.apple.boot.plist에 다음과 같이 추가하여 준다:
<string>yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
그리고 여기 부트화일이다. :
Update!! Sep-09, 2010. 5750 설정하기 XFX Radeon 5750 working with both DVI at 1920x1080. 이 방법의 단점은 "arch=1386"이라는 부팅옵션을 주어 32비트로만 부팅이 되는 제한이 있다. 선행조건 : Mac OS X 10.6.4 Combo Update 까지만 설치한다. 기본적으로 부팅이 가능한 상황으로 만들어져 있어야 한다. ① Kext Helper b7을 이용하여 등 다음 세가지 화일만 설치한다.: ATI5000Controller.kext (provided in the file) ATIFramebuffer.kext (provided in the file) ATISupport.kext (provided in the file) - 다음 화일들은 설치하지 않는다. ATIRadeonX3000.kext Do Not Install Yet. ATIRadeonX3000GA.plugin Do Not Install Yet. ATIRadeonX3000GLDriver.bundle Do Not Install Yet. ATIRadeonX3000VADriver.bundle Do Not Install Yet. ② ATY_Init.kext 화일을 /Extra/Extensions 폴더에 복사하여 준다. ③ /Extra/com.apple.Boot.plist 화일을 데스크탑에 드래그 앤 드랍으로 끌어다 놓는다. ④ GraphicsEnabler 항목을 No 로 설정하고 "arch=i386"도 설정한다. 다음은 한 예이다. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>arch=i386</string> <key>GraphicsEnabler</key> <string>No</string> <key>Timeout</key> <string>1</string> <key>Legacy Logo</key> <string>Yes</string> <key>EthernetBuiltIn</key> <string>Yes</string> </dict> </plist> "com.apple.Boot.plist"파일을 저장하고 /Extra/com.apple.Boot.plist 로 복사한다. /System/Library/Extensions/ 폴더로 가서 다음 화일들을 제거한다. NVDANV40Hal.kext Remove! NVDANV50Hal.kext Remove! NVDAResman.kext Remove! NVSMU.kext Remove! 마지막으로 Kext Utility 실행하여 kexts permissions을 복구하고 재부팅한다. |
mount -uw /
cd /System/Library/Extensions
rm -R ATI5000Controller.kext
rm -R ATISupport.kext
rm -R ATIFramebuffer.kext
rm -R ATIRadeonX3000.kext
rm -R ATIRadeonX3000GA.plugin
rm -R ATIRadeonX3000GLDriver.bundle
rm -R ATIRadeonX3000VADriver.bundle
rm -R ATY_Init.kext
Reboot
Damn, I get KP with "ATIRadeonX3000.kext" on my ATi Mobility Radeon 5650.
답글삭제tested with ATI 5770 as the files do contain my dev id,
답글삭제ATI5000Controller.kext - Doesn't cause KP
ATIRadeonX3000VADriver.bundle - Doesn't cause KP
ATIFramebuffer.kext ATISupport.kext - Causes KP
ATIRadeonX3000.kext - Cause KP
ATIRadeonX3000GA.plugin - Doesn't cause KP
ATIRadeonX3000GLDriver.bundle - Doesn't cause KP
Will keep trying to i get the desktop to load with or without 3d extensions :P
files cause panic but it does try to load the slot, have tried a few FB's, will continue to test, i'm changing the ATY_Init to match my card, installing kexts and repairing makes system panic so i will continue to fool around, thanks for the news i have been waiting for this over a month now
Vapor-X 5870 working
답글삭제비밀 댓글 입니다.
답글삭제5870 성공했습니다.
답글삭제설치하기 힘들었는데 밤 늦게까지 도와주셔서 감사합니다. 덕분에 잘 사용하겠습니다.
감사합니다.
답글삭제그런데 설정해주신대로만 사용을 해야 하는 건가요?
@Anonymous - 2010/07/05 09:43
답글삭제네 시간이 조금 필요하겠지만, 가능합니다.
@5870 user - 2010/07/07 08:10
답글삭제네 아무래도 한국에서는 최초가 될 듯 싶군요. ^ ^
@5750 - 2010/07/07 08:14
답글삭제dropbox에 있는 걸 다운로드 받으셨죠?
저도 그걸로 사용중인데, 아무래도 현재까지는 그래야 할 듯,,,
뭐 다시 업데이트가 있겠죠.
@5750 - 2010/07/07 08:14
답글삭제번외 드라이버가 잘 먹히는 군요.
유니버샬 버전이라고 하는 걸 설치했는데 파인더 등에서 에러가 발생이 되어서 고생했었는데,,
감사합니다.
on macpro, try Eulemur instead of Uakari
답글삭제형 이거 하나 만들어줘...
답글삭제공급업체 ID: 0x1002
장비 ID: 0x6899
Subsystem 공급업체 ID: 0x1002
Subsystem ID: 0x0b00
@5850 - 2010/07/11 18:55
답글삭제1. 드라이버와 7.Univeral 버전 설치해주고 com.apple.Boot.plist에서 Graphic Enabler=No
Kernal Flag = -x32 나 혹은 arch=1386으로 설정해주면 끝!
이주에 드라이버 업데이트 있다고 하니까 담주되면 64비트도 지원이 될 수 있을른지.....
다들 기대하고 있다는.....
@5850 - 2010/07/11 18:55
답글삭제드라이버가 이곳 저곳에서 만들어져 그걸 통합해야할 필요성도 있을 것 같고,,
각 카드 시리즈마다 번외편 드라이버가 너무 많이 만들어져서...
@5770 - 2010/07/04 03:58
답글삭제x3000 과 2400 드라이버가 KP야기할 수 있을텐데 신기한 현상이군요.
일시적인 현상이 아닐까하는 생각이,,,
뭐 이번주에 업데이트가 있을 예정이니까...
기다려 보는 것도
Weird,,,,,, I'd better wait for next result.
I think that's temporarily symptoms.