Search Criteria
Package Details: nvfancontrol 0.5.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvfancontrol.git (read-only, click to copy) |
---|---|
Package Base: | nvfancontrol |
Description: | NVidia dynamic fan control |
Upstream URL: | https://github.com/foucault/nvfancontrol |
Keywords: | nvidia system |
Licenses: | GPL3 |
Submitter: | Foucault |
Maintainer: | Foucault |
Last Packager: | Foucault |
Votes: | 9 |
Popularity: | 0.053231 |
First Submitted: | 2017-07-01 19:11 (UTC) |
Last Updated: | 2021-06-22 21:27 (UTC) |
Dependencies (5)
- libxext (libxext-git)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
- libxnvctrl (libxnvctrl-beta-gtk2, libxnvctrl-430xx, libxnvctrl-340xx, libxnvctrl-510xx, libxnvctrl-470xx, libxnvctrl-390xx) (make)
- nvidia (nvidia-vulkan, nvidia-vulkan-dkms, nvidia-beta, nvidia-beta-dkms, nvidia-dkms) (optional) – For GTX 4xx or newer cards
- nvidia-340xx (nvidia-340xx-dkms, nvidia-340xx-lts-dkms) (optional) – For G8x, G9x and GTX 2xx cards
Latest Comments
1 2 3 Next › Last »
Foucault commented on 2021-06-22 21:28 (UTC)
My bad, sorry! Should be fixed now.
smitropoulos commented on 2021-06-22 21:09 (UTC) (edited on 2021-06-22 21:10 (UTC) by smitropoulos)
Getting the following error on install:
project0 commented on 2021-04-25 09:18 (UTC)
The service file mentioned by @Foucault was not working for me. This is the working version (at least for me :-) )
Foucault commented on 2020-01-21 09:30 (UTC) (edited on 2020-01-21 09:31 (UTC) by Foucault)
This is the stable version of the package. New fixes are only present in git as I haven't made a new release yet- sorry!
EnSER commented on 2020-01-21 09:27 (UTC)
Sorry for the question, but I can't get "fanflicker prevention" working as described on github. Switch '-r' or '--fanflicker' gives me "UnrecognizedOption".
hottea commented on 2019-06-25 02:45 (UTC)
@Cavsfan systemd is not suitable for starting a service that needs X (nvidia-settings needs X to work properly). If you're not using headless system, you could use the DE's startup settings. For headless system, you might consider starting X, setting the
DISPLAY
environment, and then start nvfancontrol.Cavsfan commented on 2018-07-05 18:52 (UTC) (edited on 2018-07-05 18:53 (UTC) by Cavsfan)
@Foucault, no I did not but, now I have and along with a conf file it's working!
I just could not get the systemd unit to startup at boot.
I could start it, enable it but, it still did not start when I booted up.
So, I just added it to Xfce Applications > Settings > Session and Startup and it's working fantastic!Cheers and thank you! :-)
Foucault commented on 2018-07-05 01:51 (UTC)
Have you enabled Coolbits ?
Cavsfan commented on 2018-07-04 18:58 (UTC) (edited on 2018-07-04 21:55 (UTC) by Cavsfan)
I got it, just didn't save it as ~/.config/systemd/user/nvfancontrol.service
Then it started just fine but, I am getting this error:
Jul 04 17:47:11 ArchLinux nvfancontrol[32423]: INFO - NVIDIA driver version: 396.24
Jul 04 17:47:11 ArchLinux nvfancontrol[32423]: INFO - NVIDIA graphics adapter #1: GeForce GTX 980 Ti
Jul 04 17:47:11 ArchLinux nvfancontrol[32423]: ERROR - Could not update fan speed: XNVCtrl QueryAttr(COOLER_MANUAL_CONTROL) failed; error 0
Jul 04 17:47:13 ArchLinux nvfancontrol[32423]: ERROR - Could not update fan speed: XNVCtrl QueryAttr(COOLER_MANUAL_CONTROL) failed; error 0
Jul 04 17:47:15 ArchLinux nvfancontrol[32423]: ERROR - Could not update fan speed: XNVCtrl QueryAttr(COOLER_MANUAL_CONTROL) failed; error 0
I probably do not have a driver component installed?
Foucault commented on 2018-07-04 02:04 (UTC) (edited on 2018-07-04 02:05 (UTC) by Foucault)
Add it to your
~/.config/systemd/user
and check if it's working withand
If the service is running properly you can permanently enable it upon login with
More details on systemd user units here
1 2 3 Next › Last »