BTRY B 529th FA BN wrote: ↑01 Sep 2021, 09:15
aerin wrote: ↑01 Sep 2021, 07:39
BTRY B 529th FA BN wrote: ↑01 Sep 2021, 06:40
Mugabi wrote: ↑01 Sep 2021, 03:36
Just download any 457 version
Can you link any credible resources for this claim? Is there a database for DPC latency w/Nvidia drivers?
Thanks!
> Some apparent driver latency spikes are actually due to smi's in bios, which go unnoticed and show that random drivers are at fault, sometimes it hits the graphics driver. (... a bit out of context, but might be worth knowing)
Good to know!
If I recall correctly one has to ask for a custom bios that's SMI free? Am I remembering that correctly?
That's not always the case, you can use AMISCE (
https://drive.google.com/file/d/1NXmfVV ... sp=sharing).
Export your BIOS settings as a .txt file via Export.bat. Then edit "Biossettings.txt" and disable any smi's you see by deleting the askterisk (*) and setting it to the state of the setting you want it to be.
For example, you have this smi:
Setup Question = USB ecc SMI Enable
Token =1C2 // Do NOT change this line
Offset =1BE
Width =01
Options =*[01]Enable // Move "*" to the desired Option
[00]Off
[0F]Auto
But you want it off, so you change it like this:
Setup Question = USB ecc SMI Enable
Token =1C2 // Do NOT change this line
Offset =1BE
Width =01
Options =[01]Enable // Move "*" to the desired Option
*[00]Off
[0F]Auto
After changing all desired settings you save the file and run Import.bat (then reboot).
Now the given settings have been changed.
*Sidenotes:
> SceWin may or may not include hidden BIOS settings
> There is some more UEFI tools that should not be used unless you know what you're doing
> You may have to test which SceWin version works for your board
> SceWin won't funtion without (amifldrv64.sys) in the same directory
> SceWin probably won't work on outdated boards and / or BIOS'es
> If you change a "bad value", you may have to clear CMOS (tutorials on youtube)
> After rebooting from a successful modification you'll have to delete the old "Biossettings.txt" file and re-export it in order to change settings again
> Depending on board / BIOS not all settings could be visible
> Batch files should be run as administrator or with UAC disabled
> Batch files will not work with SceWin running at the same time
That's it. Enjoy a (hopefully) smi-free experience.
~aerin0x01