Cheaterman

Results 62 comments of Cheaterman

(BTW about the "nearly" out of the box on Android → need Kivy master instead of stable because Py3.8)

This issue is a bit stale but definitely still exists. Did you find a solution @cbenhagen ? I tried re-applying the symbol deduplication logic that was written for another recipe,...

@Ryzener you are genius. I wanted thermal headroom, `echo 0 | sudo tee /sys/devices/system/cpu/cpufreq/boost` is how you get that. Thanks a lot!

FWIW, I think undervolting does work. I got an extra 10% frequency when setting P0 to 756mV instead of 1200ish - the limit was thermal. EDIT: FYI: ``` Voltage ID...

It's funny because I have that machine. If I know what to send, I'll fix my "driver" (little refactor I did)

FWIW - this is the latest and greatest regarding the 0550 controllers (and alikes): https://github.com/trackmastersteve/alienfx/issues/41#issuecomment-473565491 I'm writing a simpler Python abstraction as we speak, will keep both of you guys...

Abstraction done, check it out here: https://gist.github.com/Cheaterman/accd912c6886f4055f45d0594b88553c Here a (very) basic example file: https://gist.github.com/2d166b510adc5eb9d582eaa83282c410 Here a simple zone tester (for zones 4-16 - change inside file as needed): https://gist.github.com/6911515cb12bce63e5548989b513840a I...

Hi @rsm-gh ! I don't have that much time either to be honest, but I'd be happy to make some contributions :-) I looked through the codebase quickly, I think...

I suspect you might want to run an Animation instead, which should permanently force the colors to a given value - possibly you already have an animation running by default,...

You're not missing something, but you're certainly a hero for showing us the backlight timeout can be affected through sysfs (I certainly didn't know that!). It is my understanding that...