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

Usr/bin access denied #5

Open Mblacki opened 3 days ago

Mblacki commented 3 days ago

Th cp step script provided wouldn't let me copy the third file to /usr/bin because its a readonly directory. I edited the file to point to my Downloads folder and continued running the rest of the scripts as-is and it works now for me.

Quick note though - I wouldn't disregard your work just because of updates. Powertools has other bugs for me like not adjusting tdp automatically until I reapply the settings, and I'm running the lcd preview build right now. So your work is really helpful for forcing a 20 watt tdp setting automatically.

CodeRunner5235 commented 3 days ago

Hello!

Did you mount the rootFS in the terminal? SteamOS has it set to read only by default to avoid screwing something up, which based on the fact that they are using arch, is probably a good move. You can mount it using this command:

sudo steamos-readonly disabled

and when your done

sudo steamos-readonly enabled

i applied some changes to the script to better accommodate OLED recently, so let me know if you have any issues on the LCD

Mblacki commented 3 days ago

Hello!

Did you mount the rootFS in the terminal? SteamOS has it set to read only by default to avoid screwing something up, which based on the fact that they are using arch, is probably a good move. You can mount it using this command:

sudo steamos-readonly disabled

and when your done

sudo steamos-readonly enabled

i applied some changes to the script to better accommodate OLED recently, so let me know if you have any issues on the LCD

I've had issues trying that in the past so I didnt even attempt it since my directory change worked. I'll post again if I see any issues that might be caused by that or any oled changes youve made. Thanks!