Gigabyte RTX 4080 SUPER AERO OC 16G

Hello,

Would it be possible to support Gigabyte RTX 4080 SUPER AERO OC 16G?
GeForce RTX™ 4080 SUPER AERO OC 16G

Thank you.

It’s OK, it works by adapting “Gigabyte Vision GPU.js”.
I can’t upload the file but here’s what to add in the file for those who are interested.

Copy the original “Gigabyte Vision GPU.js” into the plugins user folder and then edit it.

In the ‘NvidiaGPUDeviceIds’ class, add:

		this.RTX4080_S	 	 = 0x2702;

In the ‘GigabyteVisionDeviceIds’ class, add:

		this.RTX4080_S_AERO_OC_16G			= 0x4141;

In the ‘GigabyteVisionGPuList’ class, add:

			new GigabyteVisionIdentifier(Nvidia.RTX4080_S,      GigabyteVisionIds.RTX4080_S_AERO_OC_16G,		0x72, "GIGABYTE 4080 Super Aero OC"),

Hopefully this will be included in the next Beta.

1 Like

Thank you for contributing!