Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: My solution to overheating and constant fan noise

  1. #1
    Join Date
    May 2011
    Beans
    24

    My solution to overheating and constant fan noise

    Hi,

    I finally managed to solve the never-ending problem of overheating and producing myself partial deafness due to constant fan noise.

    My setup is an Acer 5740G laptop (i3, Ati HD 5650, among the relevant features), running ubuntu 11.10, freshly installed after a horrible upgrade.

    In the webupd8 blog they featured Jupiter as asolution for the power regression in the kernel. I installed it but I couldn't see a major difference.

    Then what I did was to add the following lines to the grub conf:


    • i915.i915_enable_rc6=1
    • i915.i915_enable_fbc=1
    • pcie_aspm=force


    the first two were detailed in phoronix. and with powertop (a must) I could verify that the battery started lasting more (went up from 50 min to 70).

    and then after failing several times, I decided to try installing again the ati propietary drivers.I did this from the additional drivers menu, not from the terminal. this, in addition to the last line added to the grub made a HUGE difference. fans turned off (which was the main reason for overheating, ironically), temperature dropped from 90°C !! to 45-60°C, and the battery goes now for up to 3:30 hours.

    So, to sum up:


    • Jupiter
    • Powertop
    • ATi Propietary drivers (NOT the post-launch update... I don't know if that would make a difference, but are the ones I chose)
    • grub like this:

    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 pcie_aspm=force quiet splash"
    I hope this helps someone

    cheers!
    H.

  2. #2
    Join Date
    Jun 2008
    Beans
    36

    Re: My solution to overheating and constant fan noise

    Hi, I wrote this post. Without the addition of i915_enable_rc6 I already had more than 3 hours battery backup. I had used i915.i915_enable_rc6=1 and i915.i915_enable_fbc=1 in the past (Ubuntu 11.04), but it solved some heating problems, but graphics glitches were on. Now when I have enabled i915.i915_enable_rc6=1 with all other settings as described in my previous post the battery indicator shows more than 4 hours (without touching brightness). Jupiter had already started showing temperature between 45 (fresh boot) and 65 (two days laptop on and gaming). Most of the time it stays at 55 degrees. And the good part is, I can play Nexuiz without any glitches this time, but I can see some graphics performance degradation when I tested it using some OpenGL code. Since it can run Nexuiz I don't think the impact on graphics performance is not as it was in 11.04. I have still not tested the enable_fbc (which also had graphics glitches in Ubuntu 11.04), but I think I will give it a try.

  3. #3
    Join Date
    May 2011
    Beans
    24

    Re: My solution to overheating and constant fan noise

    Hi,

    yes, I saw your post shortly befor making changes to my setup. It helped a lot. Specially, knowing that there was some kind of workaround to theese type of problems.

    Sadly I don't have switchable graphics (according to the notebookreview's accer 5740 owner's lounge). But I did experience some weirdness in graphics (really slight) in firefox with theese changes. I don't use my computer for gaming, so I can't really talk about its performance in that area.

    cheers

  4. #4
    Join Date
    Jan 2011
    Location
    Poland
    Beans
    304
    Distro
    Ubuntu 12.04 Precise Pangolin

    Unhappy Re: My solution to overheating and constant fan noise

    After applying all of the known tricks I lowered the power consumption on my both laptops down by just 10% out of ~50% lost when compared to windows! Please support fixing the ****** kernel by voting "this affects me":
    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/760131
    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/834037
    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/818830

  5. #5
    Join Date
    May 2011
    Beans
    24

    Re: My solution to overheating and constant fan noise

    I'm also still nowhere near the efficiency I had in windows. Also it's hard to compare to the old days due to the damage the battery suffered needing to be plugged in constantly.

    btw, I clicked in the bugs it did affect me (2 out of 3)

  6. #6
    Join Date
    Nov 2011
    Beans
    5

    Re: My solution to overheating and constant fan noise

    great errrn ! I'm having the same problem and I hope this is the final solution.
    BUT (and because I'm a total noob at Ubuntu), I have a silly question: how do I edit grub config ? If I paste the CODE into terminal, just nothing happens....

  7. #7
    Join Date
    Jan 2011
    Location
    Poland
    Beans
    304
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: My solution to overheating and constant fan noise

    Quote Originally Posted by Julian1942 View Post
    great errrn ! I'm having the same problem and I hope this is the final solution.
    BUT (and because I'm a total noob at Ubuntu), I have a silly question: how do I edit grub config ? If I paste the CODE into terminal, just nothing happens....
    If you're such a noob I think you shouldn't do permanent changes to grub. Instead you could boot holding SHIFT to bring up the gru menu and use E key to edit the parameters for a single session.

    To edit the grub options permanently:
    Code:
    gksudo gedit /etc/default/grub
    - copy paste the original line and comment it out using hash sign (#)
    - modify the other one
    - save and close the gedit
    Code:
    sudo update-grub
    reboot

  8. #8
    Join Date
    Nov 2011
    Beans
    5

    Re: My solution to overheating and constant fan noise

    Thanks a lot. Finally, I could edit grub successfully. Sadly, that didn't solve my problem. It's like my GPU were not properly installed, I've already tried several ways...

    Thanks anyway guys !

  9. #9
    Join Date
    Jun 2008
    Beans
    36

    Re: My solution to overheating and constant fan noise

    My performances are actually quite good now. If unity did not break on xorg-edgers I would have enabled xorg-edgers ppa for all the graphics update. I hope they will fix that someday. However there was a xorg-server update recently on oneric. Kernel 3.1 seemed to have lots of improvements for graphics performance, but I could not get the ubuntu deb package working and I did not wanted even to compile the kernel and waste a lot of time. May be I could get 3.2 working. In Linux 6 packages are inter-related when it comes to gpu performance. The kernel, xorg(server), xserver-xorg-video-intel, mesa, libdrm and libva. It is always better to get the latest (ofcourse if you are going with open source driver). Since I happen to never get AMD catalyst working I always end up using opensource drivers.

  10. #10
    Join Date
    Dec 2007
    Beans
    3

    Re: My solution to overheating and constant fan noise

    hi guys,

    current i'm using notebook HP 431
    here information for my mechine



    I'm using dual OS, as you see from the picture, I'm using windows 7 ultimate 64 bit, and ubuntu 11.10 64 bit,

    my problem in ubuntu is :
    1. overheat (
    I've tried use your solution, but nothing happen for me, still over heat, up to 70C()
    I've tried use jupiter to, but it still same..
    )
    2. my system menu like user, launch bar, everything is gone.. except standard menu like file.. but without administrator menu
    it's happen, after i install driver for ati radeon in ubuntu 11.10

    any suggestions? or maybe found same problem and you solved it?

    Note : sorry for my english is not good

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •