Announcement

Collapse
No announcement yet.

GPU fan speed

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    GPU fan speed

    I have a nvidia GeForce 5200 FX, and I think the fan is acting up, but it's nearly impossible to see the fan when the computer is running because it's upside down. Is there any way to monitor the GPU's fan speed and/or temp?

    #2
    Re: GPU fan speed

    Code:
    sudo apt-get update && sudo apt-get install nvclock
    Code:
    man nvclock
    to learn the command options

    Comment


      #3
      Re: GPU fan speed

      This doesn't show fan speed or GPU temp.

      Comment


        #4
        Re: GPU fan speed

        Running Debian Sid, it does here:

        dibl@sidbox:~$ nvclock -i
        Unhandled init script entry with id '�' at ea6c
        Unhandled init script entry with id '�' at ea8f
        Unhandled init script entry with id '�' at eab2
        Unhandled init script entry with id '�' at ead5
        -- General info --
        Card: nvidia GeForce GTX 260
        Architecture: GT200 B1
        PCI id: 0x5e2
        GPU clock: 300.856 MHz
        Bustype: PCI-Express

        -- Shader info --
        Clock: 1296.000 MHz
        Stream units: 216 (11111111b)
        ROP units: 28 (01111111b)
        -- Memory info --
        Amount: 896 MB
        Type: 448 bit DDR3
        Clock: 297.000 MHz

        -- PCI-Express info --
        Current Rate: 16X
        Maximum rate: 16X

        -- Sensor info --
        Sensor: Analog Devices ADT7473
        Board temperature: 42C
        GPU temperature: 49C
        Fanspeed: 322 RPM
        Fanspeed mode: manual
        PWM duty cycle: 40.0%

        -- VideoBios information --
        Version: 62.00.38.00.50
        Signon message: GT200 P654 SKU 0051 VGA BIOS
        Performance level 0: gpu 300MHz/shader 600MHz/memory 100MHz/1.05V/100%
        Performance level 1: gpu 400MHz/shader 800MHz/memory 300MHz/1.05V/100%
        Performance level 2: gpu 626MHz/shader 1350MHz/memory 1053MHz/1.12V/100%
        VID mask: 7
        Voltage level 0: 1.05V, VID: 1
        Voltage level 1: 1.06V, VID: 2
        Voltage level 2: 1.12V, VID: 4

        Comment


          #5
          Re: GPU fan speed

          I guess I don't have sensors for it then?
          Code:
          will@keta:~$ nvclock -i
          -- General info --
          Card:      nVidia GeforceFX 5200
          Architecture:  NV34 A2
          PCI id:     0x322
          GPU clock:   249.750 MHz
          Bustype:    PCI
          
          -- Memory info --
          Amount:     128 MB
          Type:      128 bit DDR
          Clock:     319.500 MHz
          
          -- VideoBios information --
          Version: 04.34.20.27
          Signon message: GeForce FX 5200 BIOS
          Performance level 0: gpu 250MHz/memory 320MHz/100%

          Comment


            #6
            Re: GPU fan speed

            I don't know the FX 5200 -- it may not have had a fan speed sensor in it.

            Comment

            Working...
            X