ayufan / steam-deck-tools

(Windows) Steam Deck Tools - Fan, Overlay, Power Control and Steam Controller for Windows
https://steam-deck-tools.ayufan.dev
Other
922 stars 67 forks source link

Missing CPU and GPU control with new firmware/bios F7A0131 #178

Closed marcoand75 closed 5 months ago

marcoand75 commented 5 months ago

I can't control CPU and GPU frequency with latest firmware version F7A0131 I can control resolution, fan curve, colors, refresh rate, but i can't chage CPU and GPU frequency. image

I have to change something here? image

Can someone give me some suggestion?

spypie commented 5 months ago

I think you are right, just add "0x063F0F00" to this unit[], it works for me (LCD with F7A0131 firmware) it looks like this : new Device("AMD Custom GPU 0405", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00, 0x063F0F00 }),

marcoand75 commented 5 months ago

@spypie it works!!! great info. how you discover 0x063F0F00? i try to understand and search about this value but i can't find any information

spypie commented 5 months ago

@marcoand75 I didn't study what this value means, either. In Log.cs, enable log info by setting 'public static bool LogToConsole = true', then the program will throw out this value if it can't recognize the new firmware. 0011271D

anejolov commented 4 months ago

Dear friends, could someone give the compiled SDT exe with 131 bios support? Please 🙏

ayufan commented 4 months ago

@anejolov The release (0.7.3) should be out soon.