YuHuanTin / CodeRepository_Public

代码存留
2 stars 1 forks source link

Set Multiplier of intel "k" series CPU #1

Closed nikitavedre closed 1 year ago

nikitavedre commented 1 year ago

How I can set multiplier of intel CPU with Throttlestop?

YuHuanTin commented 1 year ago

How I can set multiplier of intel CPU with Throttlestop?

If you are talking about the Throttlestop application, then I don't know how to set it I extracted the disable turbo and C1E function on/off in Throttlestop

nikitavedre commented 1 year ago

How you extracted the disable turbo and C1E function on/off in Throttlestop?

YuHuanTin commented 1 year ago

How you extracted the disable turbo and C1E function on/off in Throttlestop?

As you can see in the code, I used x86dbg to debug the DeviceIoControl function directly to get the parameters sent to the driver

nikitavedre commented 1 year ago

can you tell me where is x86dbg ?and how to use this?

YuHuanTin commented 1 year ago

can you tell me where is x86dbg ?and how to use this?

here And if you ask me how to learn to debug the program, then I am not very clear, because I have just learned a little, you can look for tutorials

nikitavedre commented 1 year ago

I want to debug FIVR function

YuHuanTin commented 1 year ago

I want to debug FIVR function

I have not debugged this function, I think if you do not want to debug it should be called directly using Throttlestop indirectly instead of using the driver directly called over, or should directly change the bios

nikitavedre commented 1 year ago

How I can do that?

YuHuanTin commented 1 year ago

image

It's possible you'll have to manually adjust the voltage or other features yourself, but I don't, and it seems to cause problems like cpu overheating, so you can look up Throttlestop's information to adjust it. If you want to adjust it via bios, you should check your motherboard's cpu-related settings