Skip to content

Instantly share code, notes, and snippets.

@Furniel
Forked from al3xtjames/xps_9560_ifr.txt
Last active May 17, 2022 09:26
Show Gist options
  • Save Furniel/13d3e9f084e79a4f3909df695d20970a to your computer and use it in GitHub Desktop.
Save Furniel/13d3e9f084e79a4f3909df695d20970a to your computer and use it in GitHub Desktop.
Alienware 17 R5 NVRAM edits
# Set Intel(R) Speed Shift Technology to Enabled
setup_var 0x58B 0x1
# Set CFG Lock to Disabled
setup_var 0x5BE 0x0
# Set Overclocking Lock to Disabled
# setup_var 0x65A 0x0
# Set OverClocking Feature to Enabled
setup_var 0x726 0x1
# Set Core Voltage Offset Prefix to Negative
setup_var 0x72E 0x1
# Set Core Voltage Offset to -120 mV
setup_var 0x72C 0x78
# Set Uncore Voltage Offset Prefix to Negative
setup_var 0x9C5 0x1
# Set Uncore Voltage Offset to -100 mV
setup_var 0x9C3 0x64
# Set GT Voltage Offset Prefix to Negative
setup_var 0x9CD 0x1
# Set GT Voltage Offset to -100 mV
setup_var 0x9CB 0x64
# Set GTU Voltage Offset Prefix to Negative
setup_var 0x9D6 0x1
# Set GTU Voltage Offset to -100 mV
setup_var 0x9D4 0x64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment