-
-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PowerTools Decky Loader plugin is nonfunctional. #60
Comments
This should be universal, it's used by various other handhelds for hardware controls. You may try disabling SELinux with |
No change, at least according to MangoHUD. The karg in #57 also had no effect. |
Powertools should be creating a log at |
https://paste.rs/NOc0O These settings appear to be hardcoded within PowerTools source code at https://github.com/NGnius/PowerTools/tree/main/backend/src/settings/steam_deck. I think this line of the log is particularly notable: Maybe setting this to a generic driver would be good enough? (EDIT: While I could've sworn I tried this earlier and it didn't have any effect, disabling SMT and threads does work in PowerTools. I can also confirm that changing CPU governor works here. However, CPU frequency is not respected regardless of SELinux mode, and GPU setting woes remain.) |
Very strange that they use hardcoded hwmon paths. I'll try messaging Ngnius and see if we can get some direction here. |
For now it would be best to use a different device driver. These can be forced by editing the game config |
Every option I've tested seems to have some effect (monitored in mangohud), but there are errors thrown for a couple toggles |
Changing the driver should simply hide the UI elements that won't work. The only alarming error that I see in that log is that the battery current limit can't be set correctly by the steam deck driver, which is consistent with the rest of this issue. |
Steam Deck's vpower service is ported now which throws some battery data in /run. That should put us at absolute feature parity with the only issue being the differing hwmon paths, which should change often here. |
As far as I know, PowerTools has never been functional on other hardware and distros. You might be mixing up PowerTools with PowerControl (this fork has better description and pictures) For ChimeraOS, HoloISO, etc, PowerControl has been the plugin to use on alternative hardware. Unfortunately, it's not available in the Decky store so it has to be manually installed. |
PowerTools does have limited support for other handhelds, but since I only own a Steam Deck that's got the best support. The rest is mostly accomplished by me blindly changing things and crossing my fingers, and the occasional contribution from others. I try not to buy unnecessary electronics since they're expensive and bad for the environment, but occasionally fun overrides my good judgement. |
Not sure how fixable it is, but no options have any effect at all. May be related to #57?
The text was updated successfully, but these errors were encountered: