Results 1 to 9 of 9

Thread: a way to check my laptop temperature?

  1. #1
    Join Date
    Aug 2008
    Beans
    316

    a way to check my laptop temperature?

    i mean graphic card(nvidia) and cpu(intel centrino)

  2. #2
    Join Date
    Mar 2008
    Beans
    4,714
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: a way to check my laptop temperature?

    Install the lm-sensors package, then open a terminal (Applications>Accessories>Terminal) and type
    Code:
    sudo sensors-detect
    Say yes to all the questions, and then, to check the laptop temperature, type
    Code:
    sensors
    (You might get a bit of information the first time; more information after you reboot).

  3. #3
    Join Date
    Aug 2008
    Beans
    316

    Re: a way to check my laptop temperature?

    Quote Originally Posted by unutbu View Post
    Install the lm-sensors package, then open a terminal (Applications>Accessories>Terminal) and type
    Code:
    sudo sensors-detect
    Say yes to all the questions, and then, to check the laptop temperature, type
    Code:
    sensors
    (You might get a bit of information the first time; more information after you reboot).
    thanks can i have something like a gadget on my screen showing this?

  4. #4
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: a way to check my laptop temperature?

    Quote Originally Posted by heyyy View Post
    thanks can i have something like a gadget on my screen showing this?
    Try installing sensors-applet, it'll let you add an applet to a panel.

  5. #5
    Join Date
    Mar 2008
    Beans
    4,714
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: a way to check my laptop temperature?

    If you are using a gnome panel, you can install the sensors-applet package, then right-click on the gnome panel and select "Add to Panel". Add the "Hardware Sensors Monitor" applet.

    You can configure what it displays by right-clicking the applet and selecting "Preferences".

    Also, some Ubuntu users like to use the conky package to custom design monitors that live in the background root window. This is a world and adventure unto itself. A tempurature monitor can be displayed by conky as well. For an example of stuff people do with conky, see

    http://conky.sourceforge.net/screenshots.html
    and this venerable megathread: http://ubuntuforums.org/showthread.php?t=281865


    If you are interested in trying this and have time to kill, here is a
    HOWTO Guide
    Last edited by unutbu; June 30th, 2009 at 12:37 PM.

  6. #6
    Join Date
    Jan 2007
    Beans
    5,549

    Re: a way to check my laptop temperature?

    i use the command acpi -t for cpu temp

  7. #7
    Join Date
    Jun 2009
    Beans
    51
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: a way to check my laptop temperature?

    I just found this applet but I got stuck when trying to customize it. For some reason I only get access to my graphics card temperature. There are no options for adding the CPU.
    All the requirements where a bit beyond me (I am learing this ubuntu stuff).
    How do I go about adding controls for displaying my CPU too?

  8. #8
    Join Date
    Mar 2008
    Beans
    4,714
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: a way to check my laptop temperature?

    Have you installed lm-sensors and run "sudo sensors-detect"?
    (as described in post #2).

  9. #9
    Join Date
    Jun 2009
    Beans
    51
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: a way to check my laptop temperature?

    RTFM. no I hadn't done that. Cheers for bearing with me.
    It works fine now!

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
  •