🌐
ArchWiki
wiki.archlinux.org › title › NVIDIA › Tips_and_tricks
NVIDIA/Tips and tricks - ArchWiki
2 weeks ago - $ nvidia-xconfig --enable-all-gpus $ nvidia-xconfig --cool-bits=4 · Note On some laptops (including the ThinkPad X1 Extreme and P51/P52), there are two fans, but neither are controlled by nvidia.
🌐
GitHub
github.com › An7ar35 › arch-scripts › blob › master › nvfan › README.md
arch-scripts/nvfan/README.md at master · An7ar35/arch-scripts
If the script doesn't work you might need to enable fan speeds in the nvidia app by doing the following in the console and then restarting: sudo nvidia-xconfig sudo nvidia-xconfig --cool-bits=4 · At some point when I get some time I might add ...
Author   An7ar35
🌐
Reddit
reddit.com › r/archlinux › nvidia gpu fans not working in arch
r/archlinux on Reddit: Nvidia GPU fans not working in Arch
February 24, 2024 -

I have an Nvidia 3080ti and I can't figure out how to get the fans to work! I'm running Hyprland and have the nvidia drivers and nvidia-settings installed, but none of the fan-related commands do anything.

I dual boot with Windows, and they work in there so I know it's not an issue with the card itself.

Top answer
1 of 4
2
So, I hope I am not too late to help. First of all, what is the version of the driver you are using? This is important, because NVIDIA has only added fan control capabilities to drivers higher than v520 (functions that do not rely on X11!). You can check this with `nvidia-smi --version` (it should have been installed together with the proprietary drivers) So a brief rundown of the current situation on Linux: Most functions that control the GPU were tied to the libxnvctrl, which depends on an X11 server running Distros are now replacing X11 for Wayland (hyprland is exclusive to the Wayland display protocol) This broke most of the functions that control the GPU, so NVIDIA started implementing (slowly) the same functions under a new API: nvml (NVIDIA Management Library) A few months ago, the fan controls were implemented for drivers higher than v520 according to their documentation I have looked into the code of nvidia-settings and they now use nvml! I just find weird that it didn't work for you... (I am suspecting about the driver version) I also dislike the custom fan configuration as it tends to overheat my GPU as well. So I have also developed a small fan control utility, but it is currently highly experimental (I am testing it daily, but on Windows as I can't use Linux for now). Besides all this, I want to daily drive Wayland and this is one of my main pain points for me. My program in case you are curious (just fan speed): https://github.com/HackTestes/NVML-GPU-Control
2 of 4
1
I'm not sure there is a way to control Nvidia fans in Wayland currently. When I had an Nvidia card those settings were tied into the Xserver which needed to run with root permissions to control fan speed. I used a utility called nvfancontrol to set temperature-based fan curves.
🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
[SOLVED] Having Trouble Setting Nvidia Fan Speed / Newbie Corner / Arch Linux Forums
I'm using Arch in a VM and the GPU is an RTX3090. The nvidia driver version is 465.27 · I read in a place or 2 that downgrading the driver might fix this? Also I wondered if this is the sort of problem that can be avoided by running the LTS kernal? ... I think this issue is more about nvidia's 465.27 driver. I was able to downgrade it and I got fan control back.
🌐
NVIDIA Developer Forums
forums.developer.nvidia.com › graphics / linux › linux
GPU fans not spinning on ARCH Linux - Linux - NVIDIA Developer Forums
May 11, 2020 - Hello. I recently installed ARCH Linux because I wished for a more accessible computing environment. But, after two days of usage, I have just now noticed something - my GPU fans aren’t spinning. I’m certain I installed all the drivers needed my GPU to run right when I used pacman, all ...
🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
[SOLVED]Can't control GPU Fan / Newbie Corner / Arch Linux Forums
nvidia-settings -a '[gpu:0]/GPUFanControlState=1' -a '[fan:0]/GPUTargetFanSpeed=40' ... Attribute 'GPUFanControlState' (archlinux:0[gpu:0]) assigned value 1.
🌐
Reddit
reddit.com › r/archlinux › setting nvidia fan speed without logging in graphically
r/archlinux on Reddit: Setting NVIDIA fan speed without logging in graphically
April 25, 2022 - A subreddit for the Arch Linux user community for support and useful news. ... I've been using nvidia-settings to do it via CLI and even set up a small script to do a fan profile for me every changing every ~5C (before I discovered GreenWithEnvy )
🌐
Ncatarino
ncatarino.github.io › archives › 1537
Changing Nvidia Fan Speed on Arch Linux - Stuff
November 20, 2013 - Quite some time ago I made a post about the coolbits option as a way to be able to control nvidia cards fan speed manually on Ubuntu. Things are a little bit different on Arch Linux. For starters xorg.conf has been somewhat deprecated and it’s preferable to make a file such as /etc/X11/xorg.conf.d/20-nvidia.conf with just the bit of information we want to change.
🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
[SOLVED}Setting nvidia fan control speed does not work / Kernel & Hardware / Arch Linux Forums
I forget to mention one thing - i set also 40% in nvidia fan control panel and did a ... I did something more. I just simply put in terminal · nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan:0]/GPUCurrentFanSpeed=90" ... Attribute 'GPUFanControlState' (arch_desktop:0[gpu:0]) assigned ...
Find elsewhere
🌐
Reddit
reddit.com › r/archlinux › how to control gpu fans ?
r/archlinux on Reddit: How to control GPU Fans ?
April 22, 2020 -

Hey Guys, I'am new to linux and I have recently installed Arch (dualboot with Windows 10). In Windows i use a utility software Aorus Engine to control the Fan settings of my GPU (Gigabyte RTX 2070S). I have set it to OFF-Fans when without load, other wise run fans according to the desired temp. So can i use that software using Wine ? or i have to do something else ? Also is the package "nvidia" enough or i have to download some other drivers also ?

🌐
GitHub
github.com › nan0s7 › nfancurve
GitHub - nan0s7/nfancurve: A small and lightweight POSIX script for using a custom fan curve in Linux for those with an Nvidia GPU.
A small and lightweight POSIX script for using a custom fan curve in Linux for those with an Nvidia GPU. - nan0s7/nfancurve
Starred by 323 users
Forked by 58 users
Languages   Shell 100.0% | Shell 100.0%
🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
[SOLVED]Automatic adjustment of Nvidia fans on Wayland / Applications & Desktop Environments / Arch Linux Forums
March 14, 2024 - #!/bin/bash # Change this SPEED=X /usr/bin/nvidia-settings -a "*:1[gpu:0]/GPUFanControlState=1" -a "*:1[fan-0]/GPUTargetFanSpeed=$SPEED" -a "*:1[fan-1 ]/GPUTargetFanSpeed=$SPEED" ... Then open KDE Settings and search for "autostart" Click "Add application" and browse to ~/bin and select the script you just made. Click OK then apply. Then logout and log back in - Your default setting set with $SPEED at the top of the script should be applied. ... #!/bin/bash do_fan_speed() { SPEED=$1 /usr/bin/nvidia-settings -a "*:1[gpu:0]/GPUFanControlState=1" -a "*:1[fan-0]/GPUTargetFanSpeed=$SPEED" -a "*:1[f
🌐
Reddit
reddit.com › r/archlinux › fan control app?
r/archlinux on Reddit: fan control app?
March 16, 2022 -

new to arch. is there a good fan control app? i was trying to get fancontrol-gui to work, but no success. is there anything like FanControl that's on windows? i use amd 3600/rx 5700 (i don't think gpu is the issue)/noctua front/cpu fans. i'm not great with scripts or terminal yet so a gui app would be really nice.

this is what i'm referring to for reference.

https://github.com/Rem0o/FanControl.Releases/releases

🌐
Reddit
reddit.com › r/archlinux › nvidia-settings: can't enable gpu fan settings
r/archlinux on Reddit: nvidia-settings: can't enable GPU Fan settings
December 4, 2022 -

EDIT: good suggestion to use gwe. thanks. i wasn't sure if it was me or not since this is the first nvidia card i've used with arch. maybe i will file a bug report upstream

Just replaced a radeon r7 370 with a gtx 1660ti i had in a windows machine. installed the nvidia package and card is working. But I am having a problem with the gpu fan control setting in nvidia-settings. I can't tick on the "Enable GPU Fan Settings". The check mark just won't stick. It does get enabled, but at zero fan speed! Which I obviously can't leave like that. The only way to disable it is to spam the check box rapidly until I see "GPU Fan control disabled" on the bottom left. Then the fans spin again with the default hw profile.

Hopefully, this video can help explain. I added the coolbits option the my xorg.conf file. Not sure what else to try.

https://vimeo.com/777759251

🌐
Reddit
reddit.com › r/linux_gaming › heya, need a good way to control fan curve on linux - nvidia
r/linux_gaming on Reddit: Heya, need a good way to control fan curve on Linux - NVIDIA
February 26, 2024 -

So, let me summarize to a lot of you.

my GPU is a 1660 Super, and since NVIDIA has a lot of problems on Linux I tend to try and find solutions and alternatives, but nothing seems to get to fix it.

I want to set a fan curve for my GPU, and Green With Envy sadly seems to just never work.

Even after setting the optimal settings, and enabling coolbits, it still refuses to work no matter what. If there is some kind of way to control fans for GPU fans on Linux, I would be very glad and it would help me a lot.

NVIDIA in general is still awful on Linux from my point of view, but i'm hoping those kinds of things will improve in the future.

🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
Nvidia GPU Tool Issue with Fan setting / Newbie Corner / Arch Linux Forums
April 28, 2015 - This is the command # nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan-0]/GPUCurrentFanSpeed=55" Attribute 'GPUFanControlState' (archlinux:0[gpu:0]) assigned value 1.
🌐
Garuda Linux
forum.garudalinux.org › garuda community
Save nvidia fan speed and auto start - Garuda Community - Garuda Linux Forum
March 24, 2021 - hi; thanks to the arch wiki I now have Nvidia fan speed set and auto start with the desktop. The following is straight from Arch Linux wiki : f you use a login manager such as GDM or SDDM, you can create a desktop entry file to process this setting. Create ~/.config/autostart/nvidia-fan-speed.desktop and place this text inside it.
🌐
Arch Linux
aur.archlinux.org › packages
AUR (en) - Packages - Arch Linux
September 1, 2022 - 125 packages found. Page 1 of 3 · 1&nbsp2&nbsp3 Next › Last »
🌐
Arch Linux
aur.archlinux.org › packages › nfancurve
AUR (en) - nfancurve - Arch Linux
@thibaultmol You can try to edit the PKGBUILD locally and remove the nvidia-settings dependency. @artemklevtsov Isn't the file already in the backup array? https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=nfancurve#n16