Skip to content

Latest commit

 

History

History
 
 

DVMT_and_0xE2_fix

DVMT and 0xE2 fix

English | 中文

Instruction

MX150 Only!

  1. SUPER IMPORTANT! Modifications only checked on BIOS 603. Neither @FallenChromium nor Cyb is responsible for any damage, all is working for us, but you're doing all on your risk.

    • After several tests, I found that the script is safe for 0906 BIOS.
  2. IMPORTANT - Make a backup file using backup.cmd, save output file mybackup.bin somewhere in the cloud. This is proof-of-concept and not stable revision.

  3. Before any other manipulations, make sure PowerShell scripts execution is allowed on your Windows machine. Further info here. I set all of policies (CurrentUser and etc.) to Unrestricted and only after this executables worked for me.

  4. Execute bios_unlock.cmd before making any further changes to BIOS.

  5. Execute DVMT_set.cmd to make DVMT=64mb. You need to restart again and it wouldn't work if you wouldn't, you can't apply all patches and restart aftetwards as it would apply only latest patch.

  6. Execute CFG_unlock.cmd, restart again.

  7. Execute bios_lock.cmd to lock BIOS settings for security.

  8. Delete DVMT patches

  • Open /EFI/CLOVER/config.plist, delete the following code:
<key>framebuffer-fbmem</key>
<data>AACQAA==</data>
<key>framebuffer-stolenmem</key>
<data>AAAwAQ==</data>
  1. Enable RtcHibernateAware
  • Open /EFI/CLOVER/config.plist, find the following code:
<key>NeverHibernate</key>
  • Replace with:
<key>RtcHibernateAware</key>

Tutorial

You can watch video tutorial in this link:Xiaomi Mi Notebook Pro Прошивка BIOS + Патч кулеров [4K]

Credits