steam-deck-tools icon indicating copy to clipboard operation
steam-deck-tools copied to clipboard

Missing CPU and GPU control with new firmware/bios F7A0131

Open marcoand75 opened this issue 10 months ago • 1 comments

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?

marcoand75 avatar Apr 28 '24 14:04 marcoand75

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 }),

spypie avatar May 01 '24 02:05 spypie

@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

marcoand75 avatar May 01 '24 08:05 marcoand75

@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

spypie avatar May 01 '24 11:05 spypie

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

anejolov avatar May 25 '24 18:05 anejolov

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

ayufan avatar May 30 '24 17:05 ayufan