Temperatura no linux [RESOLVIDO]

1. Temperatura no linux [RESOLVIDO]

Samuel de Oliveira Perfister
Perfister

(usa Debian)

Enviado em 12/11/2012 - 16:41h

Gente alguém pode me ajudar, meu note esta com o debian, sou novato no linux ainda e ele esta muito quente e a bateria não está durando nem 2 horas direito enquanto no windowns a bateria dura 4 horas.
Um cara aqui me falo que isso pode ser por causa do meu processador o que eu faço?

obs: o processador é um I5 segunda geração.


  


2. Re: Temperatura no linux [RESOLVIDO]

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 12/11/2012 - 18:23h

voce já verificou a temperatura no linux ??


o meu dura aproximadamente isso tb e, fica quentinho, eu tenho um atom.

eu tenho um script do conky que é um painel que ajuda a medir a temperatura do processador, instale ele primeiro.

sudo apt-get install conky

só que faça o arquivo em texto no teu home com o nome .conkyrc

e cole as seguintes linhas

# Conky, a system monitor, based on torsmo
# Any original torsmo code is licensed under the BSD license
# All code written since the fork of torsmo is licensed under the GPL
# Please see COPYING for details
# Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
# All rights reserved.
#
#
#
# Classic Conky v 1.1
# essential conky that shows you date&time, system information about # your cpu, ram and disks. It shows also your battery status (only # for laptop)
#
# totally free and open source software


# this part is about the position of your conky

alignment top_right
background no
border_width 0
cpu_avg_samples 4
default_color white
default_outline_color black
default_shade_color black
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades yes
use_xft yes
xftfont terminus:size=9
gap_x 10
gap_y 50
minimum_size 200 100
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
own_window_transparent yes
own_window_type override
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

# all the following part 'till the end is about the features of the conky

TEXT
##{font Ubuntu:style=bold:size=30}${time %H:%M}${font}
##${font Ubuntu: size=10}${time %A %e %B %Y}

##${font Ubuntu:style=bold:size=10}Operative System $hr
##${font Ubuntu:size=9}$sysname $kernel $alignr $machine
######Host: $alignr $nodename
######Uptime: $alignr $uptime
#
# THE BATTERY STATUS IS NOT CORRECT or IT DOESN'T WORK AT ALL???
# Write the following line in your terminal emulator
#
# $ ls /proc/acpi/battery
#
# In my laptop, the answer is
#
# $ BAT0
#
# If you obtain another answer, replace every BAT0 in the following lines with the correct word (for example, BAT1, BAT1 ecc...)
# Close conky and open it again. the Battery Bar should show the correct status
#

${font Ubuntu:style=bold:size=10}Battery Status $hr
${font Ubuntu:size=9} ${battery BAT0} $alignr
${battery_bar BAT0}
#
# End of the part involving the battery.
# If your machine isn't a laptop, you can delete this three lines

${font Ubuntu:style=bold:size=10}Processors $hr
${font Ubuntu:size=9}CPU1: ${cpu cpu1}% ${cpubar cpu1}
CPU2: ${cpu cpu2}% ${cpubar cpu2}
CPU3: ${cpu cpu3}% ${cpubar cpu3}
CPU4: ${CPU CPU4}% ${cpubar cpu4}
Temperature: $alignr ${acpitemp}C

${font Ubuntu:style=bold:size=10}Memory&Disks $hr
${font}ROOT $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
${fs_bar /}
HOME $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_used_perc /home}%
${fs_bar /home}
RAM $alignc $mem / $memmax $alignr $memperc%
${membar}
SWAP $alignc $swap / $swapmax $alignr $swapperc%
$swapbar
#
# the following final lines explain wich are the most expensive precesses in your pc actually
#if you aren't interested in, delete all the following lines

${font Ubuntu:style=bold:size=10}Top CPU processes $hr
${font Ubuntu:size=9}${top name 1}$alignr${top cpu 1}%
${top name 2}$alignr${top cpu 2}%
${top name 3}$alignr${top cpu 3}%
${top name 4}$alignr${top cpu 4}%
${top name 5}$alignr${top cpu 5}%
${top name 6}$alignr${top cpu 6}%

${font Ubuntu:style=bold:size=10}Top RAM processes $hr
${font Ubuntu:size=9}${top_mem name 1}$alignr${top_mem mem 1}%
${top_mem name 2}$alignr${top_mem mem 2}%
${top_mem name 3}$alignr${top_mem mem 3}%
${top_mem name 4}$alignr${top_mem mem 4}%
${top_mem name 5}$alignr${top_mem mem 5}%
${top_mem name 6}$alignr${top_mem mem 6}%

salve e de a permissão de execução, que se dá pelo chmod

chmod a+x .conkyrc

dai digite a palavra conky no terminal.

o meu fica em torno de 49 c






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts