Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 35

Thread: CPU freq - too high - very hot

  1. #21
    Join Date
    Mar 2012
    Beans
    49

    Re: CPU freq - too high - very hot

    Quote Originally Posted by idoitprone View Post
    an operating system aways doing work, but you said that it is using 1 percent of the total power which means it cannot be your cpu that draining your power making your computer hot. Well on my computer, this is usually not a problem. and I was using a de like kde4

    In this case I have to suspect the nvidia gpu.

    http://www.nvidia.com/object/linux-d...20-driver.html

    https://help.ubuntu.com/community/Bi...erHowto/Nvidia
    i've tryed a lot... but...see... http://ubuntuforums.org/showthread.php?t=1938166

  2. #22
    Join Date
    Feb 2012
    Beans
    22

    Re: CPU freq - too high - very hot

    That's right , better the frequency better the CPU is, and usages is 1% as per the specs he gave us!! May be his CPU's fan would be making noise and that's why he is relating it to the CPU usages frequencies!!!

  3. #23
    Join Date
    Mar 2012
    Beans
    49

    Re: CPU freq - too high - very hot

    Quote Originally Posted by Adrian98 View Post
    That's right , better the frequency better the CPU is, and usages is 1% as per the specs he gave us!! May be his CPU's fan would be making noise and that's why he is relating it to the CPU usages frequencies!!!
    is not only noise, is hot and the battery finish quickly than before...

  4. #24
    Join Date
    Mar 2012
    Beans
    49

    Re: CPU freq - too high - very hot

    i've tried to install nvidia drivers but nothing...
    fan is always running high.... i tryed to install Psensor for controll gpu temp but it seems allright...
    i don't know why before this pc was very very cool we used on a playd for 3-4 ours and nothing was hot... if i start the pc and wait for 3 minutes doing nothing, the pc burns....

  5. #25
    Join Date
    Jan 2011
    Beans
    1,151

    Re: CPU freq - too high - very hot

    then test

    Code:
    aspm=force
    for grub default

    at it to /etc/default/grub

    at GRUB_CMDLINE_LINUX_DEFAULT after splash before the quotes
    http://www.dedoimedo.com/computers/g...mozTocId624480
    (\ /)
    (O.o)
    (> <)
    This is Bunny. Copy Bunny into your signature to help him on his way to world domination.

  6. #26
    Join Date
    Oct 2009
    Location
    Belgrade, RS
    Beans
    180
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: CPU freq - too high - very hot

    What I am guessing is that it's either a CPU fan only related problem, or a GPU / GPU fan problem. I've got Acer 5830, so it's a different machine, but this sounds as the same problem I've had after installing Ubuntu. This blog post helped me solving it:

    http://blogs.law.harvard.edu/djcp/20...x-4830tg-6450/

    Maybe you should give those solutions a shot?
    Томица / Tomica ['tomitsa]

  7. #27
    Join Date
    Mar 2012
    Beans
    49

    Re: CPU freq - too high - very hot

    Quote Originally Posted by idoitprone View Post
    then test

    Code:
    aspm=force
    for grub default

    at it to /etc/default/grub

    at GRUB_CMDLINE_LINUX_DEFAULT after splash before the quotes
    http://www.dedoimedo.com/computers/g...mozTocId624480
    what does it means?
    i've added
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash pcie_aspm=force acpi_osi=Linux i915.i915_enable_rc6=1″
    but nothing to do...now i think fan is always running...

  8. #28
    Join Date
    Jan 2011
    Beans
    1,151

    Re: CPU freq - too high - very hot

    remove this
    Code:
    i915.i915_enable_rc6=1
    you do not have intel intergrated

    did you run
    Code:
     sudo update-grub
    ?


    what does it means?
    i've added Code:
    GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash pcie_aspm=force acpi_osi=Linux i915.i915_enable_rc6=1″
    but nothing to do...now i think fan is always running...
    theyre kernel boot options
    they each do something

    like quiet tell the kernel to not write to screen while booting
    (\ /)
    (O.o)
    (> <)
    This is Bunny. Copy Bunny into your signature to help him on his way to world domination.

  9. #29
    Join Date
    Jan 2011
    Beans
    1,151

    Re: CPU freq - too high - very hot

    @TOMHIIA
    Quote Originally Posted by Томица View Post
    What I am guessing is that it's either a CPU fan only related problem, or a GPU / GPU fan problem. I've got Acer 5830, so it's a different machine, but this sounds as the same problem I've had after installing Ubuntu. This blog post helped me solving it:

    http://blogs.law.harvard.edu/djcp/20...x-4830tg-6450/

    Maybe you should give those solutions a shot?
    btw i have the same machine you should also add
    lvds is the important one

    Code:
    i915.lvds_downclock=1 i915.i915_enable_fbc=1
    Code:
    cat /proc/cmdline
    BOOT_IMAGE=/boot/vmlinuz-3.2.0-2-amd64 root=UUID=0b48a573-9da1-4792-b2f5-dc9f97abbee1 ro quiet acpi_osi=Linux apci_xbacklight=vendor i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1
    Last edited by idoitprone; March 21st, 2012 at 07:18 PM.
    (\ /)
    (O.o)
    (> <)
    This is Bunny. Copy Bunny into your signature to help him on his way to world domination.

  10. #30
    Join Date
    Mar 2012
    Beans
    49

    Re: CPU freq - too high - very hot

    Quote Originally Posted by idoitprone View Post
    remove this
    Code:
    i915.i915_enable_rc6=1
    you do not have intel intergrated

    did you run
    Code:
     sudo update-grub
    ?


    theyre kernel boot options
    they each do something

    like quiet tell the kernel to not write to screen while booting
    yeas, i've done sudo-update grub.

    problem is that with or without "quite splash" the screen at the boot is always black.

    but this is another problem.

Page 3 of 4 FirstFirst 1234 LastLast

Tags for this Thread

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
  •