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

Project missing sincere show of thanks #48

Open
FoxxMD opened this issue Oct 6, 2020 · 11 comments
Open

Project missing sincere show of thanks #48

FoxxMD opened this issue Oct 6, 2020 · 11 comments

Comments

@FoxxMD
Copy link

FoxxMD commented Oct 6, 2020

It's hard to be an open-source maintainer when the only activity you see on your project is people having issues/negative comments.

Let's use this issue as a place to show our thanks for this awesome tool! ❤️


Instructions were clear and installation/running worked perfectly on Ubuntu 20.04. The little details and polish in this app are not overlooked; it shows up in the application without extra setup, inclusion of profiles, a helpful graph drawer with real-time data, and inclusion of gui buttons to control running as a service are all excellent and I am extremely grateful for them.

Thanks for making such an awesome tool, for free, for the community.

@JojiiOfficial
Copy link

I agree. I really like it even though I don't need it that much since I configure the sys fans inside the bios but for configuring the GPU fans it works perfectly too!
I really appreciated the DNO_SYSTEMD option since I don't use it as init and the DBus error was annoying.

I like really like this project and was impressed of how good it works. Thank you!

@Maldela
Copy link
Owner

Maldela commented Oct 8, 2020

Thanks guys. I really appreciate it.
I know I haven't given enough love to this project over the last months. But I also have good news.
I'm working on a replacement for the fancontrol script with a bit more functionality and without some of the problems.
If you have any suggestions or feature requests, please let me know.

@JoneKone
Copy link

Oh :) I love this tool thx for making it..

@subterfugium
Copy link

Thanks guys. I really appreciate it.
I know I haven't given enough love to this project over the last months. But I also have good news.
I'm working on a replacement for the fancontrol script with a bit more functionality and without some of the problems.
If you have any suggestions or feature requests, please let me know.

I would like to control my case fans based on CPU or GPU temperature. If CPU or GPU temp goes over certain threshold, certain fan% is applied. If either card is under heavy load, increase case fans to circulate more air.

Basically, add function for curve to read two input temperatures OR
create virtual sensors, for example, max(CPU_temp, GPU_temp) or min(CPU_temp, GPU_temp), etc...

@Maldela
Copy link
Owner

Maldela commented Nov 9, 2020

Thanks guys. I really appreciate it.
I know I haven't given enough love to this project over the last months. But I also have good news.
I'm working on a replacement for the fancontrol script with a bit more functionality and without some of the problems.
If you have any suggestions or feature requests, please let me know.

I would like to control my case fans based on CPU or GPU temperature. If CPU or GPU temp goes over certain threshold, certain fan% is applied. If either card is under heavy load, increase case fans to circulate more air.

Basically, add function for curve to read two input temperatures OR
create virtual sensors, for example, max(CPU_temp, GPU_temp) or min(CPU_temp, GPU_temp), etc...

Great idea!

@JoneKone
Copy link

dunno if it's possible, but i would want to rename fans. If not possible in kernel level, then even in gui(program) level. Also if I'm not using a fangui for certain fan, i could be hidden in the "Fans" list, a setting that lets you choose witch fans are showing in the list?

@Maldela
Copy link
Owner

Maldela commented Nov 10, 2020

dunno if it's possible, but i would want to rename fans. If not possible in kernel level, then even in gui(program) level. Also if I'm not using a fangui for certain fan, i could be hidden in the "Fans" list, a setting that lets you choose witch fans are showing in the list?

You can already rename fans by clicking on their name above the curve graph. The cursor changes when you hover over the right place.

@JoneKone
Copy link

JoneKone commented Nov 10, 2020

dunno if it's possible, but i would want to rename fans. If not possible in kernel level, then even in gui(program) level. Also if I'm not using a fangui for certain fan, i could be hidden in the "Fans" list, a setting that lets you choose witch fans are showing in the list?

You can already rename fans by clicking on their name above the curve graph. The cursor changes when you hover over the right place.

Oh never realized that was there.

Also it doesn't at least on my system save the changed name over system crash. edit. and restart.

@subterfugium
Copy link

subterfugium commented Nov 10, 2020

dunno if it's possible, but i would want to rename fans. If not possible in kernel level, then even in gui(program) level. Also if I'm not using a fangui for certain fan, i could be hidden in the "Fans" list, a setting that lets you choose witch fans are showing in the list?

You can already rename fans by clicking on their name above the curve graph. The cursor changes when you hover over the right place.

This is also news to me :) Good feature. However, I would like to see fan names to be read from lm-sensors. What I do is I create custom config file to rename sensors (for example, /etc/sensors.d/renames):

chip "it8728-isa-*"
  label fan1 "CPU Rad fans"
  label fan2 "SYS1 Top fans"
  label fan3 "SYS2 no fans"
  label fan4 "SYS3 RGB fans (no rpm)"
  label fan5 "CPU Pump"

These fan names are then available via sensors:

it8728-isa-0a40
CPU Rad fans:            136 RPM  (min =    0 RPM)
SYS1 Top fan:            210 RPM  (min =    0 RPM)
SYS2 no fan:               0 RPM  (min =    0 RPM)
SYS3 RGB fans (no rpm):    0 RPM  (min =    0 RPM)
CPU Pump:               1979 RPM  (min =    0 RPM)

and PSensor:
image

I do this mostly because I forget which Fan Header has which fans connected. Ideally would be nice to see same names in fancontrol gui as well. However, it's good that fancontrol gui already has renaming functionality.

@mediocre-to
Copy link

Useful tool! Thanks a lot! Will be interesting to know about developments! Thanks so far!

(Ubuntu 20.04 on Intel/asus)

@epifanio
Copy link

Hey! thank you for this - I am finding it extremely useful.

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

7 participants