twifty

Results 58 comments of twifty

Thanks. Would you post the vendor/device IDs so that I can add them to the source. RE the sync register. Internally the card uses a loop for effects like breathing/cycle....

@ddragic Thanks for that. I'll add the ids to the next push. I remember there being some issues with the resetting of the color/effect. I thought I had fixed it....

Just thinking out loud, but you could treat the keys as a regex. Something like: ```js const options = { structure: { school: { 'description?': 'string', //Optional, won't show in...

I've never seen any output from the Vega series cards so I have no idea of what other chips should be there. At the very least the AURA chip should...

I've updated the code to allow the GPU's BIOS to handle the i2c calls. Usage is exactly the same as before (less the typos :-/ )

Yeah, I was hoping I had the register addresses wrong and that the BIOS would reveal their true values. Are there any error messages in `dmesg`? I could really use...

Nothing of use. The bus is there and being read correctly, but there are no devices on it.

@crashniels Currently any card higher than the 580 is not supported. The problem is AMD have not released the chipset information I need to access the i2c registers. Even for...

@crashniels [There is a slightly old video showing the process here](https://www.youtube.com/watch?v=lVlV0u2QpNI) Just copy and paste the output. If the bottom bar menu doesn't appear, you have to enable it in...

@crashniels Thanks for the info, however I've already pulled the ADL binary apart. ADL first transitions into 64bit (SYSWOW64) which many debuggers/decompilers cannot handle, then enters kernel mode, which in...