Contribute
Register

New Radeon Pro WX 3200

Status
Not open for further replies.
How did you customized your "About this mac"?


@RockoDesvan,

You need to edit the file :-

Code:
/Users/YOUR_USER_NAME/Library/Preferences/com.apple.SystemProfiler.plist


Modify the first <string> value in the file to what ever you want to call your system.
Here is an example from my laptop hack :-

Code:
<?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>CPU Names</key>
    <dict>
        <key>HV29-en-GB_GB</key>
        <string>MonkeyBook Pro X360</string>
    </dict>
    <key>NSWindow Frame SystemProfile</key>
    <string>24 82 1008 952 0 0 1920 1057 </string>
</dict>
</plist>


Cheers
Jay
 
@RockoDesvan,

You need to edit the file :-

Code:
/Users/YOUR_USER_NAME/Library/Preferences/com.apple.SystemProfiler.plist


Modify the first <string> value in the file to what ever you want to call your system.
Here is an example from my laptop hack :-

Code:
<?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>CPU Names</key>
    <dict>
        <key>HV29-en-GB_GB</key>
        <string>MonkeyBook Pro X360</string>
    </dict>
    <key>NSWindow Frame SystemProfile</key>
    <string>24 82 1008 952 0 0 1920 1057 </string>
</dict>
</plist>


Cheers
Jay


Thanks for the quick response @jaymonkey!
And the Name of the processor can also be changed? Because CPU-Name by Corpnewt is (https://github.com/corpnewt/CPU-Name) is not working on Catalina 10.15.4.
 
I have a laptop with wx3200 and I have made it worked by injecting it as "Radeon Pro 560"

"
Hi, how did you inject the card as a radeon pro 560, I have a wx 2100 and can´t really use it in the hackintosh. Could you please explain the process to inject a card ?

Thanks

Manuel
 
I have a laptop with wx3200 and I have made it worked by injecting it as "Radeon Pro 560"

"

Yay! Could we get some details about this? Maybe a screenshot of "Graphics" in system preferences?

I've got a Precision 7740 coming soon, which will be going into a Hack / Windows hybrid role for me. I'll be happy to document my situation, get it working and then show my work.
 
For info on the Fake ID to use for WX 3200, see this thread: https://www.hackintosh-forum.de/forum/thread/45399-wx-2100-3100-3200/

It was reported as working with 100267E3. This is for WX 3200 only, which is 10026981.

A related note, here. I just tried out the Radeon RX 640 GPU that's in the Dell Latitude 5410. That one is device ID 10026987. But apparently it's regular old Lexa, and not the Lexa XT or whatever it is that makes the WX 3200 able to work with the Radeon X4000 controller drivers in OS X, the same as a WX 4100 does. I tried various Fake IDs for Polaris and always got a kernel panic from some X4000 initialization function where it's reading registers.

Knowing this, the Precision 7540 is the way to go, rather than Latitude 5400 or 5410. (Precision 7740 is too big for me though.)
 
I can now confirm it! That on the Precision 7540 with WX 3200, the GPU is working with the attached Fake ID, via DeviceProperties -> Add with OC 0.6.0 on 10.15.6.

Screen Shot 2020-08-05 at 5.51.27 PM.png
 
Status
Not open for further replies.
Back
Top