teackot

Results 27 comments of teackot

Oh! I guess I'm just blind and didn't check out the verify tab in a hurry, otherwise it's pretty obvious what this tab does. Anyway, I think multiple instances is...

It only installs 1 executable file and 1 service file (or two for systemd). So you just remove them.

> For example, 165Hz with AC connected and 60Hz when only using the battery? You can probably write a udev rule: https://unix.stackexchange.com/a/321921

I can say for sure that those that update even when you don't flip your screen are not what we're looking for E.g. 0x68 is CPU temp

They're subsequent so I think they may be related in some way Looking at this picture I see that 0xEE had its bit1 flipped and 0xED has 2 flipped bits...

Hans wrote: > But it seems that for some reason the EC is never sending 0x84 event He mentioned some 0x84 event and in the picture 0xED is getting set...

> If ((CONV == 0x03)) > { > UPBT (0x06, Zero) > Notify (^^^^HIDD, 0xCC) // Hardware-Specific > } > ElseIf ((CONV == One)) > { > UPBT (0x06, One)...

@rottenpants466 can you please check if 0xED and/or 0xEE are changed in Linux when flipping the screen? Specifically, you need to look for 0x84 in [0xED] and 0x01/0x03 in [0xEE]

> Also since i'm testing this stuff on windows do you want me to test something else regarding the ec drivers I think we got all of your values on...

Hi! msi-ec is having some progress in this direction. It has standardized charge threshold implemented. ~~I just added battery capacity and status in my fork~~. I also started adding support...