BoukeHaarsma23 / WattmanGTK

A Wattman-like GTK3+ GUI
GNU General Public License v2.0
372 stars 61 forks source link

Allow voltage control while leaving frequency on auto #5

Closed urbenlegend closed 6 years ago

urbenlegend commented 6 years ago

It seems like if I just toggle manual voltage control in GUI and leave frequency on Auto, the voltage values aren't written into the Set_WattmanGTK_Settings.sh file. I have to toggle manual for both. In Wattman on Windows, I can just modify the voltage and let the GPU dynamically clock higher or lower depending on temp and power draw. I would like that ability in Linux as well.

If it is not possible to do that in Linux perhaps the GUI should toggle Frequency to manual as well when the user sets Voltage to manual.

BoukeHaarsma23 commented 6 years ago

Please let me know if a33ce15438836661fd3dc6e1c619a82169aa65c5 fixed this for you.

urbenlegend commented 6 years ago

It writes voltages now but the voltage values are wrong. It seems to be writing the default voltage values instead of my modified voltages.

BoukeHaarsma23 commented 6 years ago

I made an error. How about d67c4b6a26b4fae6877b90916413f164d4a55c16 ?

urbenlegend commented 6 years ago

Seems to work now. Thanks!