Support device NVIDIA Aorus Master 4070 12GB

Hello guys,
I have seen that my device is supported in SignalRGB same as under “Debugging > Device information”.
Referring to Support for Gigabyte RTX 4070 Super - #2 by skynsanyty , it is important to deliver a HEX_ID of DEVICE_ID and SUB_DEVICE_ID.

My are DEVICE_ID = 0x2783, SUB_DEVICE_ID = 0x4137.
I used HarDBR’s code and implemented my HEX_ID under a class but still it doesn’t work.
Can anyone help me to implement my Graphics card pleeeeeeeeeease? :face_holding_back_tears:

Anyone?:pleading_face: I really need help

Can you send me your log? I would say its probably soft-locking

2 Likes

Hello :blush:
Thank you for your reply!!!

Sure! I found the log but cannot send log due to the message “New members cannot send attachments” :frowning:
I send you it via link:

Hey HarDBR,

i solved the problem while using your .js file in Support for Gigabyte RTX 4070 Super - #2 by skynsanyty.

How I fixed it was:

  1. I opened in Visual Studio Code
  2. I added new instance in the class GigabyteVisionDeviceIds with this.RTX4070S_12G = 0x4137;
  3. I added new instance in the class GigabyteVisionGPuList with new GigabyteVisionIdentifier(Nvidia.RTX4070S, GigabyteVisionIds.RTX4070S_12G, 0x71, "GIGABYTE 4070 Super OC"),

Mostly every graphic card may be integrated while using HarDBR’s plugin code!

Now it works fine!!!

Anyway thank you for your patience

1 Like