EVGA 1080FTW (with Solution)

Please add Support for the 1080 FTW

I suchessfully changed the Script of

to work with the 1080ftw(1)

It seems i cant Upload the file. But it works Like a Charm.

constructor(){
this.GTX1050TI = 0x1C82;
this.GTX1060 = 0x1C03;
this.GTX1070 = 0x1B81;
this.GTX1070TI = 0x1B82;
this.GTX1080 = 0x1B80;
this.GTX1080TI = 0x1B06;
}


};

class EVGAPascalDeviceIds{
constructor(){
this.GTX1080_FTW		= 0x6286;
}

	const Nvidia = new NvidiaGPUDeviceIds();
	const EVGAPascalIds = new EVGAPascalDeviceIds();
	this.devices = [
		new EVGAPascalIdentifier(Nvidia.GTX1080,	EVGAPascalIds.GTX1080_FTW,	"EVGA 1080 FTW"),
	];
}

I reached out to our tech team and they think they can help. Please create a ticket through our contact page and they’ll get back to you as quick as possible. Hope this helps!

1 Like

:+1:

Sent file via ticket

Your request (41852) has been received and is being reviewed by our support staff.

Topic can be closed

1 Like

Glad the process worked!