Skip to content
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

Possibility for fan speed under 60%?? #17

Open
catalin852 opened this issue Oct 8, 2016 · 2 comments
Open

Possibility for fan speed under 60%?? #17

catalin852 opened this issue Oct 8, 2016 · 2 comments

Comments

@catalin852
Copy link

Hi. First of all, thank you for this small program, it is really useful for my Clevo N150RD, in which the fan can be a little noisy if even under no heavy load.
Under your wiki you state we can set the fan speed to 40%. I reviewed your code and you have a condition:
if (duty_percentage < 60 || duty_percentage > 100)
{
printf("Wrong fan duty to write: %d\n", duty_percentage);
return EXIT_FAILURE;
}

My question is if we can indeed use 40% and 50% safely. Is there a reason you declared 60% as minimum in your code? If it is safe I can change the code to suit my needs. Thank you.

@jiping-s
Copy link
Contributor

jiping-s commented Oct 8, 2016

Because there is no UI option to set below 60%. But you could add it if you want to.

@catalin852
Copy link
Author

Great, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants