Adam Honse

Results 103 comments of Adam Honse

Changing the hw flag (defaults off) to on alone didn't do anything for me either. I only got the 0x90-97 busses to show by commenting out the if (!amdgpu_device_has_dc_support(adev)) line...

I just repeated my earlier changes on 5.10-rc1 and it's working! The 0x97 bus now reads and writes correctly and OpenRGB detects the GPU with full control! I sent an...

> @CalcProgrammer1 Is this the patch you used and is it working correctly? You mentioned above that you had problems changing the colors. > > ``` > adam@adam-linux-desktop:~/linux$ git diff...

Each display connector (HDMI, DP, DVI) has an i2c interface tied to it for EDID. The display manager code has its own i2c driver separate from the hw i2c driver,...

Your fork worked for me, so it's something with this repository.

I would add that the video display should be somehow integrated into the main UI, with an option to pop it out as its own window. Also, add a fullscreen...

Looks like it might be two different systems then, systemd's binfmt capability and binfmt-support. They appear to have different formats. Perhaps just install both, or maybe test to see which...

This device is supported in OpenRGB and should be usable with the OpenRGB integration branch of Aurora, though may need the LED name changed for Aurora to pick it up....

ColorWheel originally came from this project: https://github.com/liuyanghejerry/Qt-Plus I'm not fond of changing dependencies without updating the upstream, but since this hasn't been updated in 10 years maybe it's OK. I...

I have a project for Aura support on Windows and Linux: https://gitlab.com/CalcProgrammer1/OpenAuraSDK My project supports Aura motherboards and Aura enabled RGB RAM. I'm also doing some R/E work on Corsair...