NGnius (Graham)
NGnius (Graham)
I'm not actually sure how do that through Rust's WASM bindings, but I don't see why it wouldn't be possible. There's a lot of technical debt in this project right...
For detecting whether the Deck is plugged in, there's `/sys/class/hwmon/hwmon5/in0_input` which is the USB PD negotiated voltage (presumably in mV). It's 0 when unplugged, and changes based on the charger's...
Since PowerTools is mentioned I'm poking my head here to offer moral support and answer any (relevant) PowerTools-related questions people might have. I'm also sort of familiar with how the...
Sounds like Steam changed it's behaviour. It used to only override the GPU settings when the GPU frequency override was set in their settings. If Steam is now always overriding...
That is almost definitely unrelated. I don't provide support for overclocking, though PowerTools does have the necessary functionality.
What happens if you reapply the settings?
Hey, sorry for the slow response. I haven't had time to try to reproduce it on my Deck since I've been focused on some architectural changes in semi-related projects. In...
FYI the store mirror is https://ndp.ngni.us/
If this were added, I'd probably want to add a UI to set each clock in the curve manually along with a button or something that does an automatic optimization...
I looked into this a bit more, and it seems like [set_coall/per aren't supported with Van Gogh](https://github.com/FlyGoat/RyzenAdj/blob/master/lib/api.c#L1142) -- they'll just return an unsupported error. I'm not against adding it for...