-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lower pump speeds possible for X52/X62/X72? #20
Comments
@Lyberta For local installation of the patch execute: git clone https://github.com/jneumaier/krakenx.git
cd krakenx/
git checkout enhancement-lower-pump-speeds
sudo python3 -m pip install -e . To test execute: colctl.py -ps 60
colctl.py -s maybe wait some seconds (5 or so) and verify if you get a different/working result with colctl.py -ps 50
colctl.py -s To revert to pip package installtion execute (for Linux): cd ..
rm -rf krakenx
sudo python3 -m pip uninstall krakenx
sudo python3 -m pip install krakenx |
I have been thinking about this for a while... On one hand, the specs on NZXT's website state the 1,600~2,800 +/- 300 rpm range for the pumps in all 2nd gen. Kraken X coolers. On the other, keeping pumps at 2100+ rpm might be a push for increased cooler longevity. Maybe more importantly, unlocking 50% PWM could make some pumps run way bellow the 1600 +/- 300 rpm. Then again, the same user has reported a different version of the specification with a much lower minimum speed. |
By the way, I performed a few tests with my X62 unit. At around 170 W of heat output I can only observe slight changes on CPU and liquid temperature (3°C and 1°C, respectively), between 50% PWM ~ 1950 rpm and 100% PWM ~ 2800 rpm. Between 50% and 60%, differences are obviously smaller and only noticeable on the liquid temperature, even then still bellow 1°C. The most perceptible impact is on pump noise, which is completely eliminated at 50% PWM, even when compared to virtually inaudible levels at 60% PWM ~ 2100 rpm (case open, ear close to the pump). What worries me is that there are several variables to account for, like peak heat output and variations on air temperature, plus the thermal characteristics of the interfaces between cooler and die. Other users might experience more drastic changes, or might have less headroom to begin with. Note: speeding up my pump causes it to emit a sound between clicking and gurgling; I am not sure what causes it, and I am not particularly concerned with it, but it could be something that also explains why I cannot see a lot of benefit from running it faster. |
I experience the same clicking and gurgling sometimes. Overall I am fine but would be nice if the pump would be even more silent. I often read about those low pump speeds, some examples: Maybe they changed it for a reason. Best thing might be to create a development branch, then interested people can try it out from there for some time. |
X72 is working with 50 speed. Does the speed setting stick between reboots? I want it to go to default behavior. |
@Lyberta Thank you! |
@Lyberta |
I added a development branch with the 50% enhancement. Any feedback and additional tests are welcome. Maybe we can merge the behaviour when we feel more secure about the change. |
Merged current master into development (includes temperature profiles). |
Hello Jens,
I was not at home for some weeks but I will continue testing soon.
Greetings,
Toni
Von: Jens Neumaier [mailto:notifications@github.com]
Gesendet: Montag, 17. September 2018 23:40
An: KsenijaS/krakenx
Cc: Carthago44; Comment
Betreff: Re: [KsenijaS/krakenx] Lower pump speeds possible for X52/X62/X72? (#20)
Merged current master into development <https://github.com/KsenijaS/krakenx/tree/development> (includes temperature profiles).
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#20 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AolB1iIrlnuR3CWypBEPYADOT-R5lAtvks5ucBbGgaJpZM4WM9Ol> . <https://github.com/notifications/beacon/AolB1tslv4dSizCy5WxnP7tgsSM9-OBVks5ucBbGgaJpZM4WM9Ol.gif>
|
I initially had some concerns, but I agree that this is an improvement and that we shouldn't limit our users. Maybe we could add some general information about the need to (properly) stress test the system, and not overload the cooler?
– From commit that enables this on the future driver ( liquidctl/liquidctl@651e5bb) |
Closing as #39 has been merged. |
As discussed in #15 a lower pump speed may be possible.
We have three verified cases with 50% pump speed support for X62.
Can we at least verify this for one other device? Then we might change this limit.
The text was updated successfully, but these errors were encountered: