dartraiden / NVIDIA-patcher

Adds 3D acceleration support for P106-090 / P106-100 / P104-100 / P104-101 / P102-100 / CMP 30HX / CMP 40HX / CMP 50HX mining cards.
194 stars 25 forks source link

537.13 driver not working CMP 40HX #22

Closed operador777 closed 10 months ago

operador777 commented 10 months ago

The recent version of the driver doesn't work with the CMP 40HX; it was installed correctly according to the given instructions. GPU-Z doesn't display information accurately, and the values are shown as 0. This was resolved by installing the previous version, 536.99 wich is working perfectly.

dartraiden commented 10 months ago

Please show me Device ID of your card

Use PowerShell command Get-CimInstance Win32_PnPEntity | where caption -match 'CMP 40HX' | select -Property DeviceID where CMP 40HX is the name of your card from Device Manager.

operador777 commented 10 months ago

Please show me Device ID of your card

Use PowerShell command Get-CimInstance Win32_PnPEntity | where caption -match 'CMP 40HX' | select -Property DeviceID where CMP 40HX is the name of your card from Device Manager.

Of course, there is= PCI\VEN_10DE&DEV_1F0B&SUBSYS_88041043&REV_A1\4&35926DA&0&0008

dartraiden commented 10 months ago

Ah, I made a typo in the patcher code. I fixed a bug in the public version of the patcher (which doesn't work due to a banned certificate) but didn't fix it in the private copy that I use to sign releases. As a result, the patch for PXXX cards worked, but the patch for CMP XX cards did not.

Tomorrow everything will be done.

operador777 commented 10 months ago

Tomorrow I will try. Thank you for everything you do for us.

operador777 commented 10 months ago

Taking advantage of the opportunity, is there any way to bring back the names from each GPU, as in the old patch? For instance, CMP 40HX being recognized as RTX 2060 Super in the Device Manager.

dartraiden commented 10 months ago

Is there a real need for this? I haven't seen a game that refuses to work. This is just a text string, it does not affect the software. Moreover, software such as Geforce Experience still detects the card with its real name.

operador777 commented 10 months ago

It was happening to me with an old Battlefield game, but I fixed it using Regedit. Thank you very much.

operador777 commented 10 months ago

Ah, I made a typo in the patcher code. I fixed a bug in the public version of the patcher (which doesn't work due to a banned certificate) but didn't fix it in the private copy that I use to sign releases. As a result, the patch for PXXX cards worked, but the patch for CMP XX cards did not.

Tomorrow everything will be done.

Issue solved, I just installed the corrected version 537.13 and it works perfectly. Thank you very much.

image