Contribute
Register

Help on Firepro w7100

Status
Not open for further replies.
Third, modifying the FrameBuffer.

@simin63 Can you post the details for modifying the framebuffer properly? I'm trying to run the W7100 with RadeonDeInit and Spoofing the Device ID - according to the instructions found here:

Code:
<key>Graphics</key>
   <dict>
       <key>Inject</key>
       <dict>
           <key>ATI</key>
           <true/>
       </dict>
       <key>FBName</key>
           <string>Lagotto</string>
       <key>RadeonDeInit</key>
       <true/>
   </dict>

Code:
       <key>FakeID</key>
           <dict>
               <key>ATI</key>
                   <string>0x69391002</string>
           </dict>
       </dict>

If I use the Lagotto Framebuffer I keep getting a blackscreen, if I choose Baladi or Maltese I can boot properly but the generic RadeonFramebuffer is used and my second display is not recognized.

Code:
$ dspci ~| grep AMD/ATI
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] (null) [1002:692b] (subsys 1028:230c)
01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] (null) [1002:aad8] (subsys 1028:aad8)

$ ioreg | grep ATY
    | |   |   | +-o ATY,AMD,RadeonFramebuffer@0  <class AtiFbStub, id 0x1000004e8, registered, matched, active, busy 0 (3 ms), retain 8>
    | |   |   | +-o ATY,AMD,RadeonFramebuffer@1  <class AtiFbStub, id 0x1000004e9, registered, matched, active, busy 0 (0 ms), retain 8>
    | |   |   | +-o ATY,AMD,RadeonFramebuffer@2  <class AtiFbStub, id 0x1000004ea, registered, matched, active, busy 0 (0 ms), retain 8>
    | |   |   | +-o ATY,AMD,RadeonFramebuffer@3  <class AtiFbStub, id 0x1000004eb, registered, matched, active, busy 0 (1 ms), retain 8>

$ sudo  kextstat | grep AMD
  107    2 0xffffff7f84132000 0x1da000   0x1da000   com.apple.kext.AMDSupport (1.5.8) 50B1EFF2-E69B-3B1F-87EB-4C6EFC2A97F6 <106 105 12 11 7 5 4 3 1>
  108    0 0xffffff7f84dde000 0x1fa000   0x1fa000   com.apple.kext.AMD9000Controller (1.5.8) E55E3379-91E4-3C00-B23F-62D5D95B460E <107 106 105 12 11 5 4 3 1>
  123    0 0xffffff7f843cf000 0x87e000   0x87e000   com.apple.kext.AMDRadeonX4000 (1.5.8) 5C4676AF-3CCA-3268-A2A5-3F5D7BE786F5 <122 121 105 12 7 5 4 3 1>
  156    0 0xffffff7f84da1000 0x28000    0x28000    com.apple.kext.AMDFramebuffer (1.5.8) B94E7026-105A-3051-9F4F-CAA0E8826F6A <107 105 12 11 7 5 4 3 1>

$ github/lsframebuffer/lsframebuffer-ati
Prt Conect CtrFlg Conect Display
 0. 0x0400 0x0304 DP     NONE
 1. 0x0400 0x0304 DP     NONE
 2. 0x0400 0x0304 DP     NONE
 3. 0x0400 0x0304 DP     LCD
 
Hi, W7100 can be used under Yosemite 10.10.5.
First, according to the Florian's suggest, I have modified the both the files of info.plist in the packages of AMD9000Contoller.kext and AMDRadeonX4000.kext, respectively. I have added the device id of 0x692b1002 to the device list in the item of IOPCIMatch, then save the file and repair permission using kext wizard.

Second, update the clover to the version of 3438. after rebooting the system, you can view that AMD Firepro w7100 is listed in the clover boot graphics option.

Third, modifying the FrameBuffer.

But, there is still a problem left that the graphics card is shown as Radeon R9xxx. I have no time to fix this problem.

What FrameBuffer did you use?
 
Status
Not open for further replies.
Back
Top