ChefKissInc / NootRX

The rDNA 2 dGPU support patch kext. No commercial use.
https://ChefKissInc.github.io/nootrx
Other
512 stars 93 forks source link

Add RX 6750 GRE 10GB support #40

Closed ton-im closed 3 months ago

ton-im commented 3 months ago

macOS Version

Ventura

What is your CPU's model?

Intel i7 10700

What is your GPU's model?

AMD Radeon RX 6750 GRE 10G

Please describe the feature in detail.

I want NootRX to be able to support RX 6750 GRE 10G. I seek the Model.cpp , 6750 GRE 's ID is 73DF 0xE5 , but it is one of IDs . AMD Radeon RX 6750 GRE 12G 's ID are 73DF 0xE5 and 73DF 0xD5 . AMD Radeon RX 6750 GRE 10G 's ID is 73FF 0xDF . All these ID 's devices are Navi22 .

What alternatives have you tried, if any?

I fork my own copy of NootRX , replace 73DF to 73FF , replace 73FF to 73DF , use Actions compling . It do not work on my RX 6750 GRE 10G.

Feature request submission terms

VisualEhrmanntraut commented 3 months ago

The model is just cosmetic. This GPU is already supported. If you are encountering issues, you will have to be more specific than "it doesn't work".

ton-im commented 3 months ago

When I use rx6750gre10g , enable NootRX and disable WEG in Kernel to install Ventura , the screen is red . After install end , the first start : when opencore's progress bar(or code by -v) over , the screen is no signel . All of them same as I disable NootRX and WEG . So I think my card do not be identified .

ton-im commented 3 months ago

Beacuse of RX 6750 GRE 10G 's ID is 73FF , same as Navi23 . I seek the code , find none to process this ID as Navi22 . But I found " case 0x73FF: chipType = ChipType::Navi23; "

ton-im commented 3 months ago

This deviceId is in /System/Library/Extensions/AMDRadeonX6000.kext. (just guess)macOS do not process revision , macOS think this card is a Navi23 card .

VisualEhrmanntraut commented 3 months ago
Screenshot 2024-03-26 at 22 20 44

Looks like you're right. Why did they do this?

VisualEhrmanntraut commented 3 months ago

NootRX-1.0.0-RELEASE.zip

@ton-im tell me if this works

ton-im commented 3 months ago

It works great on Ventura 13.6.5 and Sonoma 14.3 . Thank you . @VisualEhrmanntraut

maksimlenskii commented 3 months ago

RX6750GRE 12G - nice work on Ventura today, but still waiting DRM support )