this post was submitted on 31 Mar 2024
7 points (100.0% liked)
OpenRGB
446 readers
2 users here now
The official Lemmy community for the OpenRGB project.
Official website: https://openrgb.org
GitLab: https://gitlab.com/CalcProgrammer1/OpenRGB
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's an issue with all AMD cards. The Linux amdgpu kernel driver does not expose the i2c interface that is used to control the RGB, so even if we have support for the card in OpenRGB on Windows, it won't work on Linux at the moment. The problem is their driver heavily links i2c ports with display connectors and the RGB is always on one of the otherwise unused i2c ports. I think AMD GPUs have 8 i2c ports on the chip and most graphics cards have only 4 or 5 display connectors that each use one i2c port. The Linux driver only exposes those 4 or 5.