Package Details: nvfancontrol 0.5.1-2

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.000000
First Submitted: 2017-07-01 19:11 (UTC)
Last Updated: 2021-06-22 21:27 (UTC)

Latest Comments

1 2 3 Next › Last »

littlehoopoe commented on 2024-05-19 17:22 (UTC) (edited on 2024-05-19 17:23 (UTC) by littlehoopoe)

==> Retrieving sources...
  -> Downloading nvfancontrol-0.5.1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 43060    0 43060    0     0   100k      0 --:--:-- --:--:-- --:--:--  100k
  -> Downloading nvfancontrol-0.5.1.tar.gz.asc...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   488  100   488    0     0    671      0 --:--:-- --:--:-- --:--:--   671
==> Validating source files with sha256sums...
    nvfancontrol-0.5.1.tar.gz ... Passed
    nvfancontrol-0.5.1.tar.gz.asc ... Skipped
==> Verifying source file signatures with gpg...
    nvfancontrol-0.5.1.tar.gz ... FAILED (unknown public key 44EB0D4FC6E01280)
==> ERROR: One or more PGP signatures could not be verified!

Foucault commented on 2023-06-22 20:33 (UTC)

Not sure what you mean, just import the key from a keyserver. I think yay will also prompt you do so if a signature is found but no key.

markboston commented on 2023-06-22 19:56 (UTC)

please submit your developer key to arch yay is giving me an error that its unverified.

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:

==> Making package: nvfancontrol 0.5.1-1 (Wed 23 Jun 2021 00:08:02 EEST)
==> Retrieving sources...
  -> Found nvfancontrol-0.5.1.tar.gz
  -> Found nvfancontrol-0.5.1.tar.gz.asc
==> Validating source files with sha256sums...
    nvfancontrol-0.5.1.tar.gz ... FAILED
    nvfancontrol-0.5.1.tar.gz.asc ... Skipped
==> ERROR: One or more files did not pass the validity check!
error downloading sources: nvfancontrol

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 :-) )

[Unit]
Description="NVIDIA Dynamic fan control"
Wants=graphical-session.target
[Service]
Type=simple
ExecStart=nvfancontrol
RestartSec=10s
Restart=on-failure
[Install]
WantedBy=default.target

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! :-)