Page 2 of 3

Re: Guide: Permanently lock nvidia gpu on max frequency via regedit (KBOOST)

Posted: 02 Jun 2023, 04:54
by Chief Blur Buster
Slender wrote:
07 Feb 2023, 21:42
6) Save and open it, reboot to apply changes.
There's very occasional times I may need to peg my GPU to maximum, for some tests. I wonder if this works with ToastyX restart64.exe to avoid the need to reboot the computer.

Re: Guide: Permanently lock nvidia gpu on max frequency via regedit (KBOOST)

Posted: 02 Jun 2023, 05:41
by Tiberiusmoon
Chief Blur Buster wrote:
02 Jun 2023, 04:54
Slender wrote:
07 Feb 2023, 21:42
6) Save and open it, reboot to apply changes.
There's very occasional times I may need to peg my GPU to maximum, for some tests. I wonder if this works with ToastyX restart64.exe to avoid the need to reboot the computer.
It does, confirmed it with this terminal command:

Code: Select all

nvidia-smi --query

Re: Guide: Permanently lock nvidia gpu on max frequency via regedit (KBOOST)

Posted: 02 Jun 2023, 08:07
by Chief Blur Buster
Tiberiusmoon wrote:
02 Jun 2023, 05:41
Chief Blur Buster wrote:
02 Jun 2023, 04:54
Slender wrote:
07 Feb 2023, 21:42
6) Save and open it, reboot to apply changes.
There's very occasional times I may need to peg my GPU to maximum, for some tests. I wonder if this works with ToastyX restart64.exe to avoid the need to reboot the computer.
It does, confirmed it with this terminal command:

Code: Select all

nvidia-smi --query
Dandy. Good to know. I can waste power for just a few minutes for some obscure test, without needing to reboot.

Re: Guide: Permanently lock nvidia gpu on max frequency via regedit (KBOOST)

Posted: 02 Jun 2023, 10:03
by Slender
Chief Blur Buster wrote:
02 Jun 2023, 04:54
Slender wrote:
07 Feb 2023, 21:42
6) Save and open it, reboot to apply changes.
There's very occasional times I may need to peg my GPU to maximum, for some tests. I wonder if this works with ToastyX restart64.exe to avoid the need to reboot the computer.
yes, thats work with restart64 or devcon

Re: Guide: Permanently lock nvidia gpu on max frequency via regedit (KBOOST)

Posted: 02 Jun 2023, 19:25
by MatrixQW
It's possible to automate this along with the Windows powerplan for games using a batch file.
This way you can save energy and play at maximum performance.
This is what I did when I used to game.

First you need to bypass the uac prompt to add the registry key. Several ways to do it.
Then find the powerplan's strings with powercfg /l.

Create a batch file:
regedit /s or reg import nvidia-max.reg
restart64.exe /q
powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c (high performance)
start "" /wait "game path"
powercfg -s 381b4222-f694-41f0-9685-ff5bb260df2e (balanced)
regedit /s nvidia-min.reg

Re: Guide: Permanently lock nvidia gpu on max frequency via regedit (KBOOST)

Posted: 03 Jun 2023, 03:02
by Slender
MatrixQW wrote:
02 Jun 2023, 19:25
It's possible to automate this along with the Windows powerplan for games using a batch file.
This way you can save energy and play at maximum performance.
This is what I did when I used to game.

First you need to bypass the uac prompt to add the registry key. Several ways to do it.
Then find the powerplan's strings with powercfg /l.

Create a batch file:
regedit /s or reg import nvidia-max.reg
restart64.exe /q
powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c (high performance)
start "" /wait "game path"
powercfg -s 381b4222-f694-41f0-9685-ff5bb260df2e (balanced)
regedit /s nvidia-min.reg
you need to use 2nd restart64 (after apply nvidia-min.reg)
also you can use REGADD in batch file
+ maybe ultimate performance better then high perfomance?

Re: Guide: Permanently lock nvidia gpu on max frequency via regedit (KBOOST)

Posted: 03 Jun 2023, 05:21
by MatrixQW
Slender wrote:
03 Jun 2023, 03:02
you need to use 2nd restart64 (after apply nvidia-min.reg)
also you can use REGADD in batch file
+ maybe ultimate performance better then high perfomance?
Yes, forgot to add the 2nd restart64.
Sure, ultimate performance *should* be better.

Just found an issue.
Everytime I do restart64, the monitor's audio bits/Hz setting is changed to an invalid setting.
As a result, there is no sound and VLC crashes trying to play an mkv.
I need to change it everytime.

Also noticed that when Windows boots, the cpu-z timers tool shows the RTC is slower than ACPI and QPC.
But when I run restart64 at least two times, it will be in sync with the rest.

Re: Guide: Permanently lock nvidia gpu on max frequency via regedit (KBOOST)

Posted: 03 Jun 2023, 05:23
by Slender
MatrixQW wrote:
03 Jun 2023, 05:21
Slender wrote:
03 Jun 2023, 03:02
you need to use 2nd restart64 (after apply nvidia-min.reg)
also you can use REGADD in batch file
+ maybe ultimate performance better then high perfomance?
Yes, forgot to add the 2nd restart64.
Sure, ultimate performance *should* be better.

Just found an issue.
Everytime I do restart64, the monitor's audio bits/Hz setting is changed to an invalid setting.
As a result, there is no sound and VLC crashes trying to play an mkv.
I need to change it everytime.

Also noticed that when Windows boots, the cpu-z timers tool shows the RTC is slower than ACPI and QPC.
But when I run restart64 at least two times, it will be in sync with the rest.
try to repeat this test without nvidia driver (disable gpu in dev.man.)

Re: Guide: Permanently lock nvidia gpu on max frequency via regedit (KBOOST)

Posted: 03 Jun 2023, 13:28
by Slender
MatrixQW wrote:
03 Jun 2023, 05:21
Slender wrote:
03 Jun 2023, 03:02
you need to use 2nd restart64 (after apply nvidia-min.reg)
also you can use REGADD in batch file
+ maybe ultimate performance better then high perfomance?
Yes, forgot to add the 2nd restart64.
Sure, ultimate performance *should* be better.

Just found an issue.
Everytime I do restart64, the monitor's audio bits/Hz setting is changed to an invalid setting.
As a result, there is no sound and VLC crashes trying to play an mkv.
I need to change it everytime.

Also noticed that when Windows boots, the cpu-z timers tool shows the RTC is slower than ACPI and QPC.
But when I run restart64 at least two times, it will be in sync with the rest.
im need more info about RTC, bro
always after 2 reboot or it can be good on startup without reboot, or maybe 1 reboot fix that?

Re: Guide: Permanently lock nvidia gpu on max frequency via regedit (KBOOST)

Posted: 03 Jun 2023, 16:12
by MatrixQW
At boot, RTC will go out of sync.
Seems that even even when I run restart64 two times it sometimes goes out of sync. It behaves erratically.
I ran restart64 like 3 or 4 times and left cpu-z timers tool running for 5h and it was good.
Windows is using TSC so I think I will just forget about this or I will go crazy trying to find out what causes it.