You are not logged in.

#1 2021-07-10 19:20:16

wildes
Member
Registered: 2021-07-10
Posts: 2

No fans listed or useable/controllable for GeForce GTX 860M

Greetings all -
I've run into an issue where my GPU fans are not even listed. I run boinc, and would love to get this working properly so that I can continue crunching. I've searched all over and can't seem to find any relatable posts.

nvidia-settings -q all | grep fan,  returns nothing at all.

nvidia-settings -q all | grep Fan
  Attribute 'GPUFanControlState' (disabled:0[gpu:0]): 1.
    'GPUFanControlState' is a boolean attribute; valid values are: 1 (on/true) and 0 (off/false).
    'GPUFanControlState' can use the following target types: GPU.

So I don't see a fan:0 to be able to control at all.. unfortunately. When I run nvidia-settings, under thermal settings I do not have any fans listed to control in the gui. I've also tried using the commonly known commands and get the following:

nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan:0]/GPUTargetFanSpeed=50"

  Attribute 'GPUFanControlState' (disabled:0[gpu:0]) assigned value 1.


ERROR: Error resolving target specification 'fan:0' (No targets match target specification), specified in assignment
       '[fan:0]/GPUTargetFanSpeed=50'.

The above seems to make sense since there is no fan:0 device in the first query above.

My /etc/X11/xorg.conf contains the following including the coolbits bit:

----------------------------------------------
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 465.31


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 860M"
    Option         "Coolbits" "4"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Coolbits" "4"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
---------------------------------
pacman:

pacman -Q | grep nvidia
nvidia 465.31-14
nvidia-settings 465.31-1
nvidia-utils 465.31-1

---------------------------------
lspci reports:

lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GM107M [GeForce GTX 860M] (rev a2)

---------------------------------

dmesg reports:

dmesg | grep NVIDIA
[    2.968381] nvidia: module license 'NVIDIA' taints kernel.
[    3.121858] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  465.31  Thu May 13 22:24:36 UTC 2021
[    3.171025] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  465.31  Thu May 13 22:14:23 UTC 2021

-------------------------------

uname -a:

uname -a
Linux disabled 5.12.15-arch1-1 #1 SMP PREEMPT Wed, 07 Jul 2021 23:35:29 +0000 x86_64 GNU/Linux

------------------------------

Does anyone have any pointers perhaps? I've run out of my depth apparently.

Offline

#2 2021-07-10 19:37:24

wildes
Member
Registered: 2021-07-10
Posts: 2

Re: No fans listed or useable/controllable for GeForce GTX 860M

Quick update, looks like the fans actually work when using gpu_burn, I guess they just aren't designed to be manually used on this card?

Offline

Board footer

Powered by FluxBB