Skip to content

[New device] ASUS GeForce RTX 5070 Ti Gaming White OC (1043:8A0C)

Hello,

Please add support for the ASUS GeForce RTX 5070 Ti Gaming White OC graphics card in OpenRGB.

  • Device type: GPU (NVIDIA)
  • Vendor / Device ID: 10DE:2C05
  • Subsystem ID: 1043:8A0C
  • Vendor page: ASUS product page
$ lspci -nn | grep -i vga
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GB203 [GeForce RTX 5070 Ti] [10de:2c05] (rev a1)

Currently, this device is not detected automatically by OpenRGB.

A local patch was tested by adding the following entry in ENESMBusControllerDetect.cpp, which allowed the card to be successfully detected and controlled via SMBus at address 0x67:

REGISTER_I2C_PCI_DETECTOR("ASUS GeForce RTX 5070 Ti Gaming White OC",
    DetectENESMBusGPUControllers,
    NVIDIA_VEN,
    NVIDIA_RTX5070TI_DEV,
    ASUS_SUB_VEN,
    ASUS_TUF_RTX_5070TI_016G_GAMING_WHITE,
    0x67);

And in pci_ids.h:

#define ASUS_TUF_RTX_5070TI_016G_GAMING_WHITE 0x8A0C

Detection logs:

./openrgb -l --very-verbose --loglevel 6 --print-source --noautoconnect

image

image

Patch file attached: 0001-ENESMBus-add-ASUS-RTX-5070-Ti-Gaming-White-OC-1043-8.patch

Checklist

  • Name of device
  • A link to the vendor’s product page has been included
  • The transport bus has been identified and the appropriate label added to the issue
  • The device IDs have been included for PCI
  • Screenshots of the OEM Application are included — N/A (no OEM app on Linux)
  • Appropriate code examples or device captures are attached