Same happened to me in cursor pack gearlock extension, it happens because of checking gearlock version in install.sh
remove the part from if to fi in the install.sh of the gxp and then fixed.
Same happened to me in cursor pack gearlock extension, it happens because of checking gearlock version in install.sh
remove the part from if to fi in the install.sh of the gxp and then fixed.View attachment 1291
i dont have tools to decompress that package or compress it and i don't have linux in my pc too so can you do it pls or if there are tools in windows i can use it to do it tell me about it
i tried it but nothing happend , i changed the value to 120000 and didnt lock , i set it even lower than bdprochot (790000 mhz) freq 500000mhz and nothing happened , if you can tweak the extension more i will be glad for that , if you cant thank you for your effort so much !
i tried it but nothing happend , i changed the value to 120000 and didnt lock , i set it even lower than bdprochot (790000 mhz) freq 500000mhz and nothing happened , if you can tweak the extension more i will be glad for that , if you cant thank you for your effort so much !
WHOAHHH FINALLY I FOUND THIS SOLUTION THATS MY PROBLEM SAME HERE @ my DELL LATITUDEE7440 always getting lock my cpu usage @0.80ghz if it getting BD PROCHOT and finally i found the soulution to how to disable it THANK U SO MUNCH : XD
WHOAHHH FINALLY I FOUND THIS SOLUTION THATS MY PROBLEM SAME HERE @ my DELL LATITUDEE7440 always getting lock my cpu usage @0.80ghz if it getting BD PROCHOT and finally i found the soulution to how to disable it THANK U SO MUNCH : XD
WHOAHHH FINALLY I FOUND THIS SOLUTION THATS MY PROBLEM SAME HERE @ my DELL LATITUDEE7440 always getting lock my cpu usage @0.80ghz if it getting BD PROCHOT and finally i found the soulution to how to disable it THANK U SO MUNCH : XD
GOOD NEWS FRIENDS FINALLY I ALREADY FOUND THIS SOLUTION AND ITS WORK BOTH WINDOWS AND PHOENIX OS FINNALY
NOW I CAN PLAY NORMALLY STRAIGHT @60fps IN PUBG MOBILE @PHOENIX OS
THE FIRST TOTURIAL WORK FOR ME @COMPUTER CONFIGURATION I HIGHLY RECOMMEND THIS SOLUTION FOR YOU GUYS SPECIALLY FOR NEW USER HAVING PROBLEM WITH CPU THROTTLING OR BD PROCHOT ISSUES ....
DIRECT LINK FOR SOLUTION:
I ALREADY FOUND A SOLUTION HERE STEP BY STEP:
1. go to windows to disable cpu throttling or (BD PROCHOT) permanently both windows and phoenix os/darkmatter/posrog
2. hold click windows button + r type this: gpedit.msc
3. then click the (computer configuration)
4. then click alternatives templates
5. then click system
6. then find or scroll down to find: power management
7. then click power throttling settings
8. then click turn off power throttling
9. then click on @top left just in the left the circle near the words enable
10. then click apply/ok
!!!ENJOY PUBG MOBILE GAMING FOR LOW END PC HORAYY!!!
REMEMBER TO LIKE THIS POST AND FOLLOW ME IN THIS FORUM PLEASE FOR MY HARD WORK :.)
I RECOMMEND YOU GUYS TO USE PHOENIX OS DARKMATTER
Post automatically merged:
hmmm guys how to execute the geardump.zip i already downloaded it and the commands are working on me on my darkmatter exo 4.7 like the wrsmr 0x1FC 2
i figured it out , i searched in google about msr tool and i found thisView attachment 1261
its all about odd numbers and even numbers he just wrote 2 after wrmsr 0x1FC and its worked
writing an even number after wrmsr 0x1FC disabel bdprochot
so to check if i am right or not ,the number were given to me by rdmsr -d 0x1FC is and odd number 262237 View attachment 1265
so 262237 plus 1 = 262238 and its even number worked View attachment 1266
and number were given to me is enabling bd prochot View attachment 1267
maybe this method work on rare cases only idk but its working for me
i figured it out , i searched in google about msr tool and i found thisView attachment 1261
its all about odd numbers and even numbers he just wrote 2 after wrmsr 0x1FC and its worked
writing an even number after wrmsr 0x1FC disabel bdprochot
so to check if i am right or not ,the number were given to me by rdmsr -d 0x1FC is and odd number 262237 View attachment 1265
so 262237 plus 1 = 262238 and its even number worked View attachment 1266
and number were given to me is enabling bd prochot View attachment 1267
maybe this method work on rare cases only idk but its working for me
it didnt work i tried it with normal boot and unlock frequency boot and nothing happend any other ideas ? also does enabling/disabling intel speedstep in bios matter ???
go to your efi firmware/bios of your loptop/pc and find performance select intel speedstep enable/disable
here how to go on bios: hold click shift + click restart
• Extract msr-tools-test-3.zip • Copy wrmsr, rdmsr and cpuid to /system/bin • Open terminal using alt+f1 or alt+f8 • Run the following commands: chmod a+x /system/bin/cpuid
chmod a+x /system/bin/rdmsr
chmod a+x /system/bin/wrmsr
• To disable cpu throttling (BD prochot flag) modprobe msr
rdmsr -d 0x1FC
• Whatever the value you get you need to substract one and use it with this command.
wrmsr 0x1FC 2587320
• To disable intel turbo boost wrmsr 0x1a0 0x4000850089
• If this worked for you you can put it in a script to make it happen on boot.