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?
I added new instance in the class GigabyteVisionDeviceIds with this.RTX4070S_12G = 0x4137;
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!