Replies: 5 comments 28 replies
|
Hello, Go to gasseluk/v3turbo and we learn it requires particular programming (MSR_OC_MAILBOX) not implemented in CoreFreq; although turbo ratio can be override, is not sufficient for that Xeon hack |
0 replies
|
how do install it i cant get through setting up gnu-efi |
1 reply
|
Let's try manually To prevent microcode from being loaded into your Xeon processor during Linux boot, you have 3 options:
Reboot and check in your kernel log: As listed in v3turbo EFI driver, we can verify prerequisites using the msr-tools (you have to install that package if not done yet) then as root you execute and print the results of these registers #define MSR_IA32_BIOS_SIGN_ID 0x08B
#define MSR_PLATFORM_INFO 0x0CE
#define MSR_OC_MAILBOX 0x150
#define MSR_FLEX_RATIO 0x194
#define MSR_TURBO_RATIO_LIMIT 0x1AD
#define MSR_TURBO_RATIO_LIMIT1 0x1AE
#define MSR_TURBO_RATIO_LIMIT2 0x1AF
#define MSR_TURBO_POWER_LIMIT 0x610
#define MSR_UNCORE_RATIO_LIMIT 0x620# MSR_IA32_BIOS_SIGN_ID
rdmsr -ax 0x08B
# MSR_FLEX_RATIO
rdmsr -ax 0x194
# MSR_TURBO_RATIO_LIMIT1
rdmsr -ax 0x1AE
# MSR_TURBO_RATIO_LIMIT2
rdmsr -ax 0x1AF
# MSR_TURBO_POWER_LIMIT
rdmsr -ax 0x610CyrIng |
17 replies
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment






Uh oh!
There was an error while loading. Please reload this page.
im trying to overclock my xeon 1650v3 when it change the freqeucny of turbo boost it dosent apply fully im using a dell t5810


i tried setting turbo to 45 and it still didnt work
i have tried putting it to sleep then waking as it worked on windows but nothing seems to happen here.
thanks.
All reactions