Skip to content

x1curve.py

mhtvsSFrpHdE edited this page May 13, 2023 · 4 revisions

x1curve.py

You need python 3.9.10 or above to run the program.
Other version may also fine but not tested.

Setting

Use notepad.exe open x1curve.py,
follow the comment to fill these variables:

  • targetProfile
    Profile number created in step "Placeholder"
  • targetClock
    What max frequency do you want to set
    You can use this command to get your available frequency:
    nvidia-smi -q -d SUPPORTED_CLOCKS > SUPPORTED_CLOCKS.txt
    and find your MHz in created SUPPORTED_CLOCKS.txt
  • enableUnderclock
    To True in case you have pasted your curve to UnderclockCurve.xml
  • minClock
    Value appears at left bottom corner when a point is dragged to minimum

Run

Close running X1 first.

cd precision-x1-curve-editor
python x1curve.py

Open X1, load your profile to see if you get desired effect.
You may also drag "MEMORY" to minimum to save furthermore power.

Clone this wiki locally