Announcement

Collapse
No announcement yet.

Catalyst : Loud fans on a 6370M laptop even while using xvba acceleration

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Catalyst : Loud fans on a 6370M laptop even while using xvba acceleration

    Hi

    I encounter very loud fans even playing simple 480p videos on fglrx...I have enabled xvba and have double checked the status in VLC and Mplayer-Vaapi builds.
    Also XBMC-xvba branch doesnt seem to help much . This is the only major issue I am stumbling and makes me go back to Windows (quiet even when playing full 1080p) just for the sake of playing videos without my laptop sounding like a jet engine...

    I have double checked CPU utilization in top which shows around 15-10% cpu usage for VLC and Mplayer even XBMC cpu utilization is low.. but just cant figure out why do fans choke out while playing videos...

    all this on my AMD Radeon 6370M on a HP G42-478TX laptop with Ubuntu 12.04 and fglrx 13.1 with Linux 3.7.6

    Please help

  • #2
    Check temperatures (sensors).


    and

    GPU utilization.

    Code:
    aticonfig --adapter=0 --od-getclocks"

    Comment


    • #3
      Originally posted by gradinaruvasile View Post
      Check temperatures (sensors).


      and

      GPU utilization.

      Code:
      aticonfig --adapter=0 --od-getclocks"
      here are my values

      Code:
      amdconfig --odgc
      
      Default Adapter - AMD Radeon HD 6300M Series
                                  Core (MHz)    Memory (MHz)
                 Current Clocks :    500           800
                   Current Peak :    750           800
        Configurable Peak Range : [400-750]     [500-800]
                       GPU load :    24%
      and sensor readings
      Code:
      acpitz-virtual-0
      Adapter: Virtual device
      temp1:        +60.0?C  (crit = +114.0?C)
      
      coretemp-isa-0000
      Adapter: ISA adapter
      Core 0:       +56.0?C  (high = +95.0?C, crit = +105.0?C)
      Core 2:       +55.0?C  (high = +95.0?C, crit = +105.0?C)

      Comment


      • #4
        Maybe you could try "messing" with the acpi_osi kernel parameter and see if it helps. I use acpi_osi="Linux" because the fans seemed to work more than needed and it seems much better afterward.
        Can't guarantee it will be the solution of course.
        More info here[clicky].

        Comment


        • #5
          Well thats a bit high CPU temp. The fans are doing their job it seems.
          Whats the output of

          Code:
          aticonfig --od-gettemp
          Dont hold your breath on this one, it might give erroneous results (i have -5 C on my AMD Radeon HD 7560D/A8-5500 at ~21 C room temp). But maybe it will work given that you have a dedicated card.

          PS. Laptops+Dedicated cards = always higher temperatures because the cooling system has to cope not only with the CPU but also with the dedicated card. The fan speeds are regulated by both mobo/CPU and GPU temperatures, so any of them overheat, the system will spin them up.

          Comment


          • #6
            Originally posted by gradinaruvasile View Post
            Well thats a bit high CPU temp. The fans are doing their job it seems.
            Whats the output of

            Code:
            aticonfig --od-gettemp
            Dont hold your breath on this one, it might give erroneous results (i have -5 C on my AMD Radeon HD 7560D/A8-5500 at ~21 C room temp). But maybe it will work given that you have a dedicated card.

            PS. Laptops+Dedicated cards = always higher temperatures because the cooling system has to cope not only with the CPU but also with the dedicated card. The fan speeds are regulated by both mobo/CPU and GPU temperatures, so any of them overheat, the system will spin them up.
            I get this message on trying
            Code:
            root@XGT-UbuntuLTS:~# aticonfig --od-gettemp
            ERROR - Get temperature failed for the Default Adapter - AMD Radeon HD 6300M Series
            also here is my top screenshot, while playing a 720p .mp4 file in mplayer-vaapi everything looks fine.. like I said in the question, the fan noise arises ONLY during video playback despite the low CPU usage :-/ I know really this is weird.. please give some pointers towards fixing this issue

            Comment


            • #7
              Are you sure fglrx was installed correctly?
              try:
              Code:
              lsmod | grep fglrx
              EDIT: also try:
              Code:
              lsmod | grep radeon
              Last edited by asdfblah; 02 March 2013, 03:10 AM.

              Comment


              • #8
                Originally posted by asdfblah View Post
                Are you sure fglrx was installed correctly?
                try:
                Code:
                lsmod | grep fglrx
                EDIT: also try:
                Code:
                lsmod | grep radeon
                it is installed properly

                here is what I get...
                Code:
                ganesh@XGT-UbuntuLTS:~$ lsmod | grep fglrx
                fglrx                5201162  184 
                amd_iommu_v2           19199  1 fglrx
                ganesh@XGT-UbuntuLTS:~$ lsmod | grep radeon

                Comment


                • #9
                  http://ati.cchtml.com/show_bug.cgi?id=700 ?

                  Comment


                  • #10
                    Originally posted by asdfblah View Post
                    yeah... looks like mostly that I am going to add myself to this bug report

                    Comment

                    Working...
                    X