aura-gpu
aura-gpu copied to clipboard
i2c driver for AURA capable GPUs
I'm trying to have the driver select a different uc_line depending on whether the gpu is vega or polaris, so we don't need to change hardcoded values on every machine....
Unsure if there is a compatibility list going on somewhere, but just in case there is: Status: working Card: Asus ROG Strix RX480 8GB OC Motherboard: Asus Crosshair VI OS:...
I got this GPU and am trying to figure out how to use this driver to control and reverse engineer it. I figured it would be a simple matter of...
Okay, so I followed the `readme.md` and here is what happened: ``` [prash@Nuru ~]$ cd github [prash@Nuru github]$ git clone https://github.com/twifty/aura-gpu.git Cloning into 'aura-gpu'... remote: Enumerating objects: 26, done. remote:...
Adds the required PCI IDs to the bus so OpenRGB can detect it on newer versions.
Tested with Asus Strix RX 560 4GB
RX480 Strix has subsystem `1043:04fd` instead of `1043:0517` for the RX580 Strix. Other than that, it works fine with OpenRGB. `lspci -vnn` shows: ``` 01:00.0 VGA compatible controller [0300]: Advanced...
Hi! I was able to use this module to control the badge light on my RX 570 Strix using OpenRGB. I needed to add the following device ID to `pci_ids.h`...
My GPU is an ASUS Strix RX580 TOP. `lspci -vnn` has its its subsystem ID as 1043:0519 rather than 1043:0517. ``` 09:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc....