[Lenovo legion y530] Latency problems

Yes, checked 2 different places.
Laptop has already been sent to lenovo service, they found nothing wrong with hardware.
But im worried its more complicated hardware problem, so there is nothing i can do...
wdf01000.sys spikes only when moving mouse/touchpad
acpi.sys randomly every few seconds and extremely when pressing fn+ smth
 
Last edited:
Yes, it fixed similar problem for someone, but not for me. Im not sure if i did it right, because i changed it without reinstalling OS. Default is AHCI
 
Everything is ok.
Windows has scanned the file system and found no problems.
No further action is required.
No component store corruption detected.
Minimal boot also shows same ISR and DPC count on wdf01000 and acpi
Disabling acpi battery in device manager, gtx etc. doesn't fix it.
Friend of mine doesn't have this kind of latency problems on his ACER nitro 5. His setup is similar to mine, but he doesn't have SSD.
The only thing comes to my mind is to try fresh install of windows on HDD, leaving ssd empty. But i really don't want to do reinstall once again...
 
Last edited:
You could try to run driver verifier; please read CAREFULLY the following instructions:
  • Create a restore point
  • Create a system image (macrium reflect free is a good program, if you don't already have one)
  • Backup your important files (the files you don't want to lose)
  • Read the guide about Driver Verifier - BSOD related - Windows 10, 8.1, 8, 7 & Vista (click).
  • Read some other tutorials/guides and WARNINGS on internet.
  • Unzip on your desktop the file I attached: verifier.zipand then:
    1. Open an elevated command prompt (right-click on windows start button, click command prompt (admin)
    2. Type (copy/paste) in it:
      Code:
      powershell -executionpolicy unrestricted "%userprofile%\desktop\EnableVerifier.ps1
    3. Press enter
    4. The previous command will modify your bcdedit settings and it will set the necessary driver verifier settings.
      It will (more precisely):
      Read More:
    5. If you'll get a very fast BSOD after you logged into windows, or after some dozens (tenths?) of minutes, the option resetonbootfail should reset driver verifier settings (and should allow you to boot your machine in a normal state)... But if this won't happen, you'll need to go to safe mode to reset verifier settings. Once safe mode is available, from an elevated command prompt you'll type:
      Code:
      verifier /reset
      Sometimes it is necessary to use a system restore point (or a system image).
  • Post here the new verifier dump; from an elevated command prompt, launch this command:
    Code:
    md "%userprofile%\desktop\minidump" && copy c:\windows\minidump "%userprofile%\desktop\minidump"
 

Attachments

Last edited:
Wait from 24 hours to 72.
If a BSOD won't happen in 72 hours, you'll reset verifier settings.
It usually causes a BSOD in less time, if there is a problematic driver.
 
Yes, it restarted automatically
it looks like it's not working
hgh.png
hgh.png
 
Last edited:
I found the script doesn't work correctly and cut some drivers names. 😤
Sorry...

Open an elevated command prompt, type verifier /reset , press enter, restart.
Re-open an elevated command prompt, type verifier, press enter, and from verifier GUI:

1. Click the second radio button: Create custom settings (for code developers); click the next button
2. Under Select individual settings from a full list, check (tick) almost all the standard settings, except "DMA checking" and "I/O verification", and "Power framework delay fuzzing" as additional setting; click the next button
Read More:
3. Select the fourth radio button Select driver names from a list; click the next button
4. Click on the Provider column (that sorts the list), check (tick) ALL boxes where "Microsoft" IS NOT the Provider
5. Click on Finish and reboot the machine
 
After 30+ hours nothing happened, so i turned it off, because i couldn't play anything. I can't find any statistics, command query only shows tons of numbers, 0 failures, so i don't think it's driver related.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top