How can I see the GPU temperture of my ATI graphics card?












14














I trying to work out how long can my graphics card last with its fan off without overheating.



when I'm browsing the Internet, the graphics card fan is the loudest thing in my computer.



So my question is, how do I monitor the GPU temperature of my ATI Radeon HD 4850 graphics card.










share|improve this question




















  • 1




    it has to do with ubuntu or linux because i want to find a program compatible with it that will allow me to see my gpu tempurature
    – Nick Bailuc
    May 6 '12 at 5:37
















14














I trying to work out how long can my graphics card last with its fan off without overheating.



when I'm browsing the Internet, the graphics card fan is the loudest thing in my computer.



So my question is, how do I monitor the GPU temperature of my ATI Radeon HD 4850 graphics card.










share|improve this question




















  • 1




    it has to do with ubuntu or linux because i want to find a program compatible with it that will allow me to see my gpu tempurature
    – Nick Bailuc
    May 6 '12 at 5:37














14












14








14


3





I trying to work out how long can my graphics card last with its fan off without overheating.



when I'm browsing the Internet, the graphics card fan is the loudest thing in my computer.



So my question is, how do I monitor the GPU temperature of my ATI Radeon HD 4850 graphics card.










share|improve this question















I trying to work out how long can my graphics card last with its fan off without overheating.



when I'm browsing the Internet, the graphics card fan is the loudest thing in my computer.



So my question is, how do I monitor the GPU temperature of my ATI Radeon HD 4850 graphics card.







ati fan






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 6 '12 at 10:21









fossfreedom

148k37326372




148k37326372










asked May 6 '12 at 4:23









Nick BailucNick Bailuc

1,819113861




1,819113861








  • 1




    it has to do with ubuntu or linux because i want to find a program compatible with it that will allow me to see my gpu tempurature
    – Nick Bailuc
    May 6 '12 at 5:37














  • 1




    it has to do with ubuntu or linux because i want to find a program compatible with it that will allow me to see my gpu tempurature
    – Nick Bailuc
    May 6 '12 at 5:37








1




1




it has to do with ubuntu or linux because i want to find a program compatible with it that will allow me to see my gpu tempurature
– Nick Bailuc
May 6 '12 at 5:37




it has to do with ubuntu or linux because i want to find a program compatible with it that will allow me to see my gpu tempurature
– Nick Bailuc
May 6 '12 at 5:37










8 Answers
8






active

oldest

votes


















15














If you are using the proprietary driver (fglrx), then the command you want is aticonfig --odgt.



So far as I'm aware, for many cards this sensor will not be exposed through lm-sensors.






share|improve this answer

















  • 1




    and aticonfig --odgc for GPU load (current usage %), along with clock speeds
    – MestreLion
    Mar 1 '13 at 17:24



















5














Not long until it fries. Depending on the amount of graphic workload you're doing, manufacturing process, accumulated dust could be minutes, hours. buy an aftermarket fanless cooling replacement if noise is a problem.



To monitor your GPU Temperature, use this Q&A to help find the GPU sensor:



How to use lm-sensors?






share|improve this answer























  • I just cleaned my graphics card from dust today, and no there will be almost no load on it, since all ill be using is like firefox. Im asking how long will it last without causing ANY damage at all?
    – Nick Bailuc
    May 6 '12 at 4:35










  • Of course it will cause damage, heat causes damage to all electronics under extended periods of time, the card can get to ~120°C and it's supposed to shut off or it will fry. I'm certain no one has ever tried to just burn a card just to see how long does it takes too happen..
    – Uri Herrera
    May 6 '12 at 4:41












  • but would it last 20 seconds?
    – Nick Bailuc
    May 6 '12 at 4:44










  • I'd guess it can hold up 20 secs, you can install lm-sensors to monitor the temp so you don't get past the threshold.
    – Uri Herrera
    May 6 '12 at 4:46








  • 1




    it doesn't show my graphics card fan or temperature even thpught i got the drivers installed
    – Nick Bailuc
    May 6 '12 at 4:57



















5














Firstly, (See http://www.unixmen.com/howto-install-ati-display-driver-in-ubuntu/ to install) then type



sudo aticonfig --initial


Then



aticonfig --odgt


OUT:



Default Adapter - ATI Radeon HD 5700 Series
Sensor 0: Temperature - 45.00 C





share|improve this answer































    1














    sudo apt-get install lm-sensors
    sensors


    Which outputs something like:



    radeon-pci-0100
    Adapter: PCI adapter
    temp1: +48.5°C (crit = +120.0°C, hyst = +90.0°C)





    share|improve this answer





























      0














      Do modprobe it87 and if you are lucky, lm-sensors will give you the info.



      If the card runs really hot, you can try to reduce its performance (if the drm module allows that):



      echo low > /sys/class/drm/card0/device/power_profile





      share|improve this answer





























        0














        Sadly, the HD 4xxx series does not have particularly good power saving features in the Open Source driver today, let alone when this question was written.



        Unless the card was designed to run with the fan off, it will not be able to run at all without it. Additionally, most AMD cards contain firmware that regulates the fan. I would not recommend forcing off the fan, but instead simply relying on the card's internal firmware to regulate the fan speed.



        To reduce the fan speed, you would need to simply reduce heat production. I would recommend reading up on the latest power save options to force the card to remain at minimal clock speed. This will give you decreased heat production at the cost of decreased performance.






        share|improve this answer





























          0














          Since proprietary drivers are not supported anymore, I chose hardware solution. I took ventilator with standard power connector for atx case and taped it over the card. Suppose it's not good for gaming and cryptomining but works well for me.






          share|improve this answer





























            0














            I have solved this using bash script which sets fan speed to actual temp. I mean if chip temp is 60deg fan speed id 60%. Then I run this under root cron every minute. I created /bin/atiSpeedCron file with this content:



            #!/bin/bash
            read temp < <(/usr/bin/aticonfig --od-gettemperature | grep "Sensor 0" | cut -c43-47)
            echo temp: $temp
            aticonfig --pplib-cmd "set fanspeed 0 $temp"


            then I updated cron using



            crontab -e


            under root account I entered this line:



            * * * * * /bin/atiSpeedCron


            this made me forget about ati fans. btw/ I think grivers should do it.






            share|improve this answer























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "89"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f132433%2fhow-can-i-see-the-gpu-temperture-of-my-ati-graphics-card%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              8 Answers
              8






              active

              oldest

              votes








              8 Answers
              8






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              15














              If you are using the proprietary driver (fglrx), then the command you want is aticonfig --odgt.



              So far as I'm aware, for many cards this sensor will not be exposed through lm-sensors.






              share|improve this answer

















              • 1




                and aticonfig --odgc for GPU load (current usage %), along with clock speeds
                – MestreLion
                Mar 1 '13 at 17:24
















              15














              If you are using the proprietary driver (fglrx), then the command you want is aticonfig --odgt.



              So far as I'm aware, for many cards this sensor will not be exposed through lm-sensors.






              share|improve this answer

















              • 1




                and aticonfig --odgc for GPU load (current usage %), along with clock speeds
                – MestreLion
                Mar 1 '13 at 17:24














              15












              15








              15






              If you are using the proprietary driver (fglrx), then the command you want is aticonfig --odgt.



              So far as I'm aware, for many cards this sensor will not be exposed through lm-sensors.






              share|improve this answer












              If you are using the proprietary driver (fglrx), then the command you want is aticonfig --odgt.



              So far as I'm aware, for many cards this sensor will not be exposed through lm-sensors.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Jun 12 '12 at 0:50









              SKhanSKhan

              1764




              1764








              • 1




                and aticonfig --odgc for GPU load (current usage %), along with clock speeds
                – MestreLion
                Mar 1 '13 at 17:24














              • 1




                and aticonfig --odgc for GPU load (current usage %), along with clock speeds
                – MestreLion
                Mar 1 '13 at 17:24








              1




              1




              and aticonfig --odgc for GPU load (current usage %), along with clock speeds
              – MestreLion
              Mar 1 '13 at 17:24




              and aticonfig --odgc for GPU load (current usage %), along with clock speeds
              – MestreLion
              Mar 1 '13 at 17:24













              5














              Not long until it fries. Depending on the amount of graphic workload you're doing, manufacturing process, accumulated dust could be minutes, hours. buy an aftermarket fanless cooling replacement if noise is a problem.



              To monitor your GPU Temperature, use this Q&A to help find the GPU sensor:



              How to use lm-sensors?






              share|improve this answer























              • I just cleaned my graphics card from dust today, and no there will be almost no load on it, since all ill be using is like firefox. Im asking how long will it last without causing ANY damage at all?
                – Nick Bailuc
                May 6 '12 at 4:35










              • Of course it will cause damage, heat causes damage to all electronics under extended periods of time, the card can get to ~120°C and it's supposed to shut off or it will fry. I'm certain no one has ever tried to just burn a card just to see how long does it takes too happen..
                – Uri Herrera
                May 6 '12 at 4:41












              • but would it last 20 seconds?
                – Nick Bailuc
                May 6 '12 at 4:44










              • I'd guess it can hold up 20 secs, you can install lm-sensors to monitor the temp so you don't get past the threshold.
                – Uri Herrera
                May 6 '12 at 4:46








              • 1




                it doesn't show my graphics card fan or temperature even thpught i got the drivers installed
                – Nick Bailuc
                May 6 '12 at 4:57
















              5














              Not long until it fries. Depending on the amount of graphic workload you're doing, manufacturing process, accumulated dust could be minutes, hours. buy an aftermarket fanless cooling replacement if noise is a problem.



              To monitor your GPU Temperature, use this Q&A to help find the GPU sensor:



              How to use lm-sensors?






              share|improve this answer























              • I just cleaned my graphics card from dust today, and no there will be almost no load on it, since all ill be using is like firefox. Im asking how long will it last without causing ANY damage at all?
                – Nick Bailuc
                May 6 '12 at 4:35










              • Of course it will cause damage, heat causes damage to all electronics under extended periods of time, the card can get to ~120°C and it's supposed to shut off or it will fry. I'm certain no one has ever tried to just burn a card just to see how long does it takes too happen..
                – Uri Herrera
                May 6 '12 at 4:41












              • but would it last 20 seconds?
                – Nick Bailuc
                May 6 '12 at 4:44










              • I'd guess it can hold up 20 secs, you can install lm-sensors to monitor the temp so you don't get past the threshold.
                – Uri Herrera
                May 6 '12 at 4:46








              • 1




                it doesn't show my graphics card fan or temperature even thpught i got the drivers installed
                – Nick Bailuc
                May 6 '12 at 4:57














              5












              5








              5






              Not long until it fries. Depending on the amount of graphic workload you're doing, manufacturing process, accumulated dust could be minutes, hours. buy an aftermarket fanless cooling replacement if noise is a problem.



              To monitor your GPU Temperature, use this Q&A to help find the GPU sensor:



              How to use lm-sensors?






              share|improve this answer














              Not long until it fries. Depending on the amount of graphic workload you're doing, manufacturing process, accumulated dust could be minutes, hours. buy an aftermarket fanless cooling replacement if noise is a problem.



              To monitor your GPU Temperature, use this Q&A to help find the GPU sensor:



              How to use lm-sensors?







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Apr 13 '17 at 12:23









              Community

              1




              1










              answered May 6 '12 at 4:32









              Uri HerreraUri Herrera

              10.4k1574130




              10.4k1574130












              • I just cleaned my graphics card from dust today, and no there will be almost no load on it, since all ill be using is like firefox. Im asking how long will it last without causing ANY damage at all?
                – Nick Bailuc
                May 6 '12 at 4:35










              • Of course it will cause damage, heat causes damage to all electronics under extended periods of time, the card can get to ~120°C and it's supposed to shut off or it will fry. I'm certain no one has ever tried to just burn a card just to see how long does it takes too happen..
                – Uri Herrera
                May 6 '12 at 4:41












              • but would it last 20 seconds?
                – Nick Bailuc
                May 6 '12 at 4:44










              • I'd guess it can hold up 20 secs, you can install lm-sensors to monitor the temp so you don't get past the threshold.
                – Uri Herrera
                May 6 '12 at 4:46








              • 1




                it doesn't show my graphics card fan or temperature even thpught i got the drivers installed
                – Nick Bailuc
                May 6 '12 at 4:57


















              • I just cleaned my graphics card from dust today, and no there will be almost no load on it, since all ill be using is like firefox. Im asking how long will it last without causing ANY damage at all?
                – Nick Bailuc
                May 6 '12 at 4:35










              • Of course it will cause damage, heat causes damage to all electronics under extended periods of time, the card can get to ~120°C and it's supposed to shut off or it will fry. I'm certain no one has ever tried to just burn a card just to see how long does it takes too happen..
                – Uri Herrera
                May 6 '12 at 4:41












              • but would it last 20 seconds?
                – Nick Bailuc
                May 6 '12 at 4:44










              • I'd guess it can hold up 20 secs, you can install lm-sensors to monitor the temp so you don't get past the threshold.
                – Uri Herrera
                May 6 '12 at 4:46








              • 1




                it doesn't show my graphics card fan or temperature even thpught i got the drivers installed
                – Nick Bailuc
                May 6 '12 at 4:57
















              I just cleaned my graphics card from dust today, and no there will be almost no load on it, since all ill be using is like firefox. Im asking how long will it last without causing ANY damage at all?
              – Nick Bailuc
              May 6 '12 at 4:35




              I just cleaned my graphics card from dust today, and no there will be almost no load on it, since all ill be using is like firefox. Im asking how long will it last without causing ANY damage at all?
              – Nick Bailuc
              May 6 '12 at 4:35












              Of course it will cause damage, heat causes damage to all electronics under extended periods of time, the card can get to ~120°C and it's supposed to shut off or it will fry. I'm certain no one has ever tried to just burn a card just to see how long does it takes too happen..
              – Uri Herrera
              May 6 '12 at 4:41






              Of course it will cause damage, heat causes damage to all electronics under extended periods of time, the card can get to ~120°C and it's supposed to shut off or it will fry. I'm certain no one has ever tried to just burn a card just to see how long does it takes too happen..
              – Uri Herrera
              May 6 '12 at 4:41














              but would it last 20 seconds?
              – Nick Bailuc
              May 6 '12 at 4:44




              but would it last 20 seconds?
              – Nick Bailuc
              May 6 '12 at 4:44












              I'd guess it can hold up 20 secs, you can install lm-sensors to monitor the temp so you don't get past the threshold.
              – Uri Herrera
              May 6 '12 at 4:46






              I'd guess it can hold up 20 secs, you can install lm-sensors to monitor the temp so you don't get past the threshold.
              – Uri Herrera
              May 6 '12 at 4:46






              1




              1




              it doesn't show my graphics card fan or temperature even thpught i got the drivers installed
              – Nick Bailuc
              May 6 '12 at 4:57




              it doesn't show my graphics card fan or temperature even thpught i got the drivers installed
              – Nick Bailuc
              May 6 '12 at 4:57











              5














              Firstly, (See http://www.unixmen.com/howto-install-ati-display-driver-in-ubuntu/ to install) then type



              sudo aticonfig --initial


              Then



              aticonfig --odgt


              OUT:



              Default Adapter - ATI Radeon HD 5700 Series
              Sensor 0: Temperature - 45.00 C





              share|improve this answer




























                5














                Firstly, (See http://www.unixmen.com/howto-install-ati-display-driver-in-ubuntu/ to install) then type



                sudo aticonfig --initial


                Then



                aticonfig --odgt


                OUT:



                Default Adapter - ATI Radeon HD 5700 Series
                Sensor 0: Temperature - 45.00 C





                share|improve this answer


























                  5












                  5








                  5






                  Firstly, (See http://www.unixmen.com/howto-install-ati-display-driver-in-ubuntu/ to install) then type



                  sudo aticonfig --initial


                  Then



                  aticonfig --odgt


                  OUT:



                  Default Adapter - ATI Radeon HD 5700 Series
                  Sensor 0: Temperature - 45.00 C





                  share|improve this answer














                  Firstly, (See http://www.unixmen.com/howto-install-ati-display-driver-in-ubuntu/ to install) then type



                  sudo aticonfig --initial


                  Then



                  aticonfig --odgt


                  OUT:



                  Default Adapter - ATI Radeon HD 5700 Series
                  Sensor 0: Temperature - 45.00 C






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Aug 14 '13 at 9:49









                  SimplySimon

                  3,83072650




                  3,83072650










                  answered Aug 14 '13 at 8:43









                  Dawid DrozdDawid Drozd

                  26137




                  26137























                      1














                      sudo apt-get install lm-sensors
                      sensors


                      Which outputs something like:



                      radeon-pci-0100
                      Adapter: PCI adapter
                      temp1: +48.5°C (crit = +120.0°C, hyst = +90.0°C)





                      share|improve this answer


























                        1














                        sudo apt-get install lm-sensors
                        sensors


                        Which outputs something like:



                        radeon-pci-0100
                        Adapter: PCI adapter
                        temp1: +48.5°C (crit = +120.0°C, hyst = +90.0°C)





                        share|improve this answer
























                          1












                          1








                          1






                          sudo apt-get install lm-sensors
                          sensors


                          Which outputs something like:



                          radeon-pci-0100
                          Adapter: PCI adapter
                          temp1: +48.5°C (crit = +120.0°C, hyst = +90.0°C)





                          share|improve this answer












                          sudo apt-get install lm-sensors
                          sensors


                          Which outputs something like:



                          radeon-pci-0100
                          Adapter: PCI adapter
                          temp1: +48.5°C (crit = +120.0°C, hyst = +90.0°C)






                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Nov 1 '15 at 18:25









                          rumpelrumpel

                          75969




                          75969























                              0














                              Do modprobe it87 and if you are lucky, lm-sensors will give you the info.



                              If the card runs really hot, you can try to reduce its performance (if the drm module allows that):



                              echo low > /sys/class/drm/card0/device/power_profile





                              share|improve this answer


























                                0














                                Do modprobe it87 and if you are lucky, lm-sensors will give you the info.



                                If the card runs really hot, you can try to reduce its performance (if the drm module allows that):



                                echo low > /sys/class/drm/card0/device/power_profile





                                share|improve this answer
























                                  0












                                  0








                                  0






                                  Do modprobe it87 and if you are lucky, lm-sensors will give you the info.



                                  If the card runs really hot, you can try to reduce its performance (if the drm module allows that):



                                  echo low > /sys/class/drm/card0/device/power_profile





                                  share|improve this answer












                                  Do modprobe it87 and if you are lucky, lm-sensors will give you the info.



                                  If the card runs really hot, you can try to reduce its performance (if the drm module allows that):



                                  echo low > /sys/class/drm/card0/device/power_profile






                                  share|improve this answer












                                  share|improve this answer



                                  share|improve this answer










                                  answered Oct 23 '12 at 21:43









                                  Arie SkliaroukArie Skliarouk

                                  1556




                                  1556























                                      0














                                      Sadly, the HD 4xxx series does not have particularly good power saving features in the Open Source driver today, let alone when this question was written.



                                      Unless the card was designed to run with the fan off, it will not be able to run at all without it. Additionally, most AMD cards contain firmware that regulates the fan. I would not recommend forcing off the fan, but instead simply relying on the card's internal firmware to regulate the fan speed.



                                      To reduce the fan speed, you would need to simply reduce heat production. I would recommend reading up on the latest power save options to force the card to remain at minimal clock speed. This will give you decreased heat production at the cost of decreased performance.






                                      share|improve this answer


























                                        0














                                        Sadly, the HD 4xxx series does not have particularly good power saving features in the Open Source driver today, let alone when this question was written.



                                        Unless the card was designed to run with the fan off, it will not be able to run at all without it. Additionally, most AMD cards contain firmware that regulates the fan. I would not recommend forcing off the fan, but instead simply relying on the card's internal firmware to regulate the fan speed.



                                        To reduce the fan speed, you would need to simply reduce heat production. I would recommend reading up on the latest power save options to force the card to remain at minimal clock speed. This will give you decreased heat production at the cost of decreased performance.






                                        share|improve this answer
























                                          0












                                          0








                                          0






                                          Sadly, the HD 4xxx series does not have particularly good power saving features in the Open Source driver today, let alone when this question was written.



                                          Unless the card was designed to run with the fan off, it will not be able to run at all without it. Additionally, most AMD cards contain firmware that regulates the fan. I would not recommend forcing off the fan, but instead simply relying on the card's internal firmware to regulate the fan speed.



                                          To reduce the fan speed, you would need to simply reduce heat production. I would recommend reading up on the latest power save options to force the card to remain at minimal clock speed. This will give you decreased heat production at the cost of decreased performance.






                                          share|improve this answer












                                          Sadly, the HD 4xxx series does not have particularly good power saving features in the Open Source driver today, let alone when this question was written.



                                          Unless the card was designed to run with the fan off, it will not be able to run at all without it. Additionally, most AMD cards contain firmware that regulates the fan. I would not recommend forcing off the fan, but instead simply relying on the card's internal firmware to regulate the fan speed.



                                          To reduce the fan speed, you would need to simply reduce heat production. I would recommend reading up on the latest power save options to force the card to remain at minimal clock speed. This will give you decreased heat production at the cost of decreased performance.







                                          share|improve this answer












                                          share|improve this answer



                                          share|improve this answer










                                          answered May 18 '15 at 6:45









                                          Robert Wm RuedisueliRobert Wm Ruedisueli

                                          813




                                          813























                                              0














                                              Since proprietary drivers are not supported anymore, I chose hardware solution. I took ventilator with standard power connector for atx case and taped it over the card. Suppose it's not good for gaming and cryptomining but works well for me.






                                              share|improve this answer


























                                                0














                                                Since proprietary drivers are not supported anymore, I chose hardware solution. I took ventilator with standard power connector for atx case and taped it over the card. Suppose it's not good for gaming and cryptomining but works well for me.






                                                share|improve this answer
























                                                  0












                                                  0








                                                  0






                                                  Since proprietary drivers are not supported anymore, I chose hardware solution. I took ventilator with standard power connector for atx case and taped it over the card. Suppose it's not good for gaming and cryptomining but works well for me.






                                                  share|improve this answer












                                                  Since proprietary drivers are not supported anymore, I chose hardware solution. I took ventilator with standard power connector for atx case and taped it over the card. Suppose it's not good for gaming and cryptomining but works well for me.







                                                  share|improve this answer












                                                  share|improve this answer



                                                  share|improve this answer










                                                  answered Mar 3 '18 at 11:03









                                                  Pavel NiedobaPavel Niedoba

                                                  1066




                                                  1066























                                                      0














                                                      I have solved this using bash script which sets fan speed to actual temp. I mean if chip temp is 60deg fan speed id 60%. Then I run this under root cron every minute. I created /bin/atiSpeedCron file with this content:



                                                      #!/bin/bash
                                                      read temp < <(/usr/bin/aticonfig --od-gettemperature | grep "Sensor 0" | cut -c43-47)
                                                      echo temp: $temp
                                                      aticonfig --pplib-cmd "set fanspeed 0 $temp"


                                                      then I updated cron using



                                                      crontab -e


                                                      under root account I entered this line:



                                                      * * * * * /bin/atiSpeedCron


                                                      this made me forget about ati fans. btw/ I think grivers should do it.






                                                      share|improve this answer




























                                                        0














                                                        I have solved this using bash script which sets fan speed to actual temp. I mean if chip temp is 60deg fan speed id 60%. Then I run this under root cron every minute. I created /bin/atiSpeedCron file with this content:



                                                        #!/bin/bash
                                                        read temp < <(/usr/bin/aticonfig --od-gettemperature | grep "Sensor 0" | cut -c43-47)
                                                        echo temp: $temp
                                                        aticonfig --pplib-cmd "set fanspeed 0 $temp"


                                                        then I updated cron using



                                                        crontab -e


                                                        under root account I entered this line:



                                                        * * * * * /bin/atiSpeedCron


                                                        this made me forget about ati fans. btw/ I think grivers should do it.






                                                        share|improve this answer


























                                                          0












                                                          0








                                                          0






                                                          I have solved this using bash script which sets fan speed to actual temp. I mean if chip temp is 60deg fan speed id 60%. Then I run this under root cron every minute. I created /bin/atiSpeedCron file with this content:



                                                          #!/bin/bash
                                                          read temp < <(/usr/bin/aticonfig --od-gettemperature | grep "Sensor 0" | cut -c43-47)
                                                          echo temp: $temp
                                                          aticonfig --pplib-cmd "set fanspeed 0 $temp"


                                                          then I updated cron using



                                                          crontab -e


                                                          under root account I entered this line:



                                                          * * * * * /bin/atiSpeedCron


                                                          this made me forget about ati fans. btw/ I think grivers should do it.






                                                          share|improve this answer














                                                          I have solved this using bash script which sets fan speed to actual temp. I mean if chip temp is 60deg fan speed id 60%. Then I run this under root cron every minute. I created /bin/atiSpeedCron file with this content:



                                                          #!/bin/bash
                                                          read temp < <(/usr/bin/aticonfig --od-gettemperature | grep "Sensor 0" | cut -c43-47)
                                                          echo temp: $temp
                                                          aticonfig --pplib-cmd "set fanspeed 0 $temp"


                                                          then I updated cron using



                                                          crontab -e


                                                          under root account I entered this line:



                                                          * * * * * /bin/atiSpeedCron


                                                          this made me forget about ati fans. btw/ I think grivers should do it.







                                                          share|improve this answer














                                                          share|improve this answer



                                                          share|improve this answer








                                                          edited Jan 3 at 21:44









                                                          dessert

                                                          22.2k56198




                                                          22.2k56198










                                                          answered Jan 23 '17 at 12:50









                                                          Pavel NiedobaPavel Niedoba

                                                          1066




                                                          1066






























                                                              draft saved

                                                              draft discarded




















































                                                              Thanks for contributing an answer to Ask Ubuntu!


                                                              • Please be sure to answer the question. Provide details and share your research!

                                                              But avoid



                                                              • Asking for help, clarification, or responding to other answers.

                                                              • Making statements based on opinion; back them up with references or personal experience.


                                                              To learn more, see our tips on writing great answers.





                                                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                                              Please pay close attention to the following guidance:


                                                              • Please be sure to answer the question. Provide details and share your research!

                                                              But avoid



                                                              • Asking for help, clarification, or responding to other answers.

                                                              • Making statements based on opinion; back them up with references or personal experience.


                                                              To learn more, see our tips on writing great answers.




                                                              draft saved


                                                              draft discarded














                                                              StackExchange.ready(
                                                              function () {
                                                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f132433%2fhow-can-i-see-the-gpu-temperture-of-my-ati-graphics-card%23new-answer', 'question_page');
                                                              }
                                                              );

                                                              Post as a guest















                                                              Required, but never shown





















































                                                              Required, but never shown














                                                              Required, but never shown












                                                              Required, but never shown







                                                              Required, but never shown

































                                                              Required, but never shown














                                                              Required, but never shown












                                                              Required, but never shown







                                                              Required, but never shown







                                                              Popular posts from this blog

                                                              How did Captain America manage to do this?

                                                              迪纳利

                                                              南乌拉尔铁路局