CodeRunner5235 / SteamDeck-Auto-TDP

A service that automatically sets the TDP of the Steam Deck APU to a higher that stock value
3 stars 1 forks source link

Update path to hwmon `power1_cap` and `power2_cap` #1

Open pickledish opened 5 months ago

pickledish commented 5 months ago

On my steam deck, the current hwmon paths did not work (not found), and the systemd service was crashing. I updated the shell scripts to use the paths here to fix it.

Not sure if this fix is required (or will work) for everyone, but, worked for me at least!

CodeRunner5235 commented 5 months ago

Thank you for taking the time to test and fix this. I will do some testing on my LCD deck to see if this a steamOS version thing or a LCD vs OLED deck thing, and if it is an LCD vs OLED thing, if the changes sill work on the LCD deck or if their needs to be a separate service for the two.

CodeRunner5235 commented 5 months ago

From testing the changes in my deck, it looks like this might be a difference between the LCD and OLED steamdecks. That leaves two options: 1. Either build some kind of check in the script to see which deck is being used and use the proper path based on that, or 2. Use two seperate scripts for LCD and OLED. Ill look into the first option before i take the lazy approach.

CodeRunner5235 commented 3 weeks ago

New SteamOS versions make this workaround not longer necessary. To the archive it goes.