Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Overheating problem ( cannot solved )

  1. #11
    Join Date
    Mar 2011
    Location
    New Zealand
    Beans
    444
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Overheating problem ( cannot solved )

    So run:
    Code:
    sudo gedit /etc/rc.local
    and put into the file:
    Code:
    modprobe radeon
    echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
    into the file above the line that says exit 0
    Click save, and close.


    Sorry my mistake, the second command is actually supposed to be like this:
    Code:
    sudo gedit /etc/modprobe.d/blacklist.conf
    Add this line at the bottom of the file and remember to click save.
    Code:
    blacklist fglrx
    How's those temperatures? Cooling down?


    You really worry you have to make the letters bigger? I can read this text size fine... sorry if I misunderstand..
    Last edited by jonnyboysmithy; September 19th, 2013 at 10:59 AM.

  2. #12
    Join Date
    Sep 2013
    Beans
    7

    Re: Overheating problem ( cannot solved )

    This problem is back again. I do the same steps back again and I get this error when I type the command "sudo cat /sys/kernel/debug/vgaswitcheroo/switch"

    Error msg :
    cat: /sys/kernel/debug/vgaswitcheroo/switch: No such file or directory
    Last edited by LEE_ZHI_JIANG; September 21st, 2013 at 06:09 AM.

  3. #13
    Join Date
    Mar 2011
    Location
    New Zealand
    Beans
    444
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Overheating problem ( cannot solved )

    Ok, I've never had that problem, but after a bit of googling it appears you need to run:
    Code:
    sudo mount debugfs none /sys/kernel/debug
    Before you can switch it off.


    Here, follow these instructions:
    http://planetoss.com/articles/how-to...card-in-linux/

  4. #14
    Join Date
    Jun 2013
    Location
    Somewhere on Earth.
    Beans
    516
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Overheating problem ( cannot solved )

    Please use "gksudo gedit" (no quotes) instead of "sudo gedit". See here why.
    -Jonathan
    Status: CELEBRATING 2016!!! (Offline )

  5. #15
    Join Date
    Sep 2013
    Beans
    7

    Re: Overheating problem ( cannot solved )

    It's kinda weird. The problem occurs when I did a base update. Software updates are fine. It's OK now

  6. #16
    Join Date
    Jun 2013
    Location
    Somewhere on Earth.
    Beans
    516
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Overheating problem ( cannot solved )

    Please mark as solved by going to thread tools.
    -Jonathan
    Status: CELEBRATING 2016!!! (Offline )

Page 2 of 2 FirstFirst 12

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
  •