4JX / L5P-Keyboard-RGB

Cross platform software to control the RGB/lighting of the 4 zone keyboard included in the 2020, 2021, 2022 and 2023 lineup of the Lenovo Legion laptops. Works on Windows and Linux.
GNU General Public License v3.0
308 stars 39 forks source link

Legion 5 Pro 16ARX8 #119

Closed FranciscoRibeiro03 closed 1 year ago

FranciscoRibeiro03 commented 1 year ago

I have a Legion 5 Pro Gen 8 with AMD processor (16ARX8) and the app doesn't work for me. Tried on Windows 11 and Arch Linux.

I am able to switch through 3 profiles + off through Vantage image

Is there anything I can do to help debug this issue? Thank you in advance!

EDIT: Screenshot of the error that happens both on Windows and on Linux, along with console output image

4JX commented 1 year ago

Hey can you test the version in https://github.com/4JX/L5P-Keyboard-RGB/actions/runs/5555683399

OrderlyUnicode commented 1 year ago

Not the OP, but after applying the fix from #124 and building this, it detected the keyboard probably and with the exception of a few of the animations listed not seeming to do anything, worked perfectly.

4JX commented 1 year ago

Not the OP, but after applying the fix from #124 and building this, it detected the keyboard probably and with the exception of a few of the animations listed not seeming to do anything, worked perfectly.

What's your laptop model?

FranciscoRibeiro03 commented 1 year ago

Hey can you test the version in https://github.com/4JX/L5P-Keyboard-RGB/actions/runs/5555683399

Sorry for the delayed answer, I was not home when you sent me that and I just remembered to test this app now because of the notifications 😅 With that version (tested on Windows) everything worked except for the Temperature effect. I don't even know how to describe it, it looks like it just "crashes" the app without actually closing it. I can still use the app and change to other effects, but as soon as I switch to the Temperature effect, the lights just turn off and have no effect at all. I don't know what this effect should actually do tho, so I don't know how to actually test it.

OrderlyUnicode commented 1 year ago

Same model, Legion Pro 5 16ARX8, but I'm on Arch

4JX commented 1 year ago

it looks like it just "crashes" the app without actually closing it

That's expected, it should transition between green and red depending on the CPU's temps but windows refuses to cooperate. I removed the restriction of using it there in case it magically starts working one day.

Same model, Legion Pro 5 16ARX8, but I'm on Arch

Did you use your own compiled version or the one mentioned here? Did it include the patch in #120?

OrderlyUnicode commented 1 year ago

Both? I downloaded the source with the patch in #120 and ran into the problems building it that prompted #124 , so I was trying that one with the main branch to make sure the problem wasn't related to the patch before doing the same thing with the #120 branch