Conky 2 CPU sıcaklık sorunu

Başlatan platon, 23 Haziran 2011 - 00:18:59

« önceki - sonraki »

0 Üyeler ve 2 Ziyaretçi konuyu incelemekte.

platon

Arkadaşlar benim PC çift çekirdekli, ama conky de tek sıcaklık göstergesi var. Ben iki çekirdeği birden, ekran kartının sıcaklığını ve herbirinin fan hızlarını istiyorum ama olaya tam hakim değilim. Forumlarda da yardımcı olmuşlar arkadaşlar ama pek beceremedim, bunların kodlarını veren bir linkim var ama nasıl kullanacağıma dair pek bir fikrim yok. .conkyrc dosyasıyla yeni yeni oynuyorum. Bir de her bilgisayarı açtığımda conky panelin de olmak üzere herşeyin üstünde başlıyor. .conkyrc dosyasını açıp tekrar kaydettikten sonra düzeliyor.


background no
use_xft yes
xftfont ubuntu:size=2
gap_x 10
gap_y 0
alignment top_right
xftalpha 0.8
own_window 1
own_window_transparent yes
# own_window_argb_visual yes
# own_window_argb_value 50
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type override
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
stippled_borders 10
# border_margin 4
border_width 1
use_spacer none
no_buffers yes
uppercase no
minimum_size 200
maximum_width 200


TEXT











${color ff6600}${font ubuntu:size=35}${time %H}${voffset -10}${font ubuntu:size=23}${time :%M}${voffset -5}${font ubuntu:size=10}${time :%S}
${voffset 10}
${color ffffff}${font ubuntu:size=15}${time %d}${voffset -11}${font Ubuntu:size=12:bold}${time %B %Y}

${color #0066ff}${font ubuntu:size=9}${alignc}${time %B %Y}
${color #ffffff}${font ubuntu:size=9}${execpi 60 DJS=`date +%_d`; cal | sed '1d' | sed '/./!d' | sed 's/$/                     /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color #33ff00}'"$DJS"'${color #ffffff}'" "/}
${color F6F6E5}${font ubuntu:size=17}${font ubuntu:size=8:bold}  Kernel:  ${alignr}${kernel}

${font ubuntu:size=10:bold}${color ff6600}System ${hr 2}
${color F6F6E5}${font ubuntu:size=17}${font ubuntu:size=8:bold}  CPU 1:   ${cpu cpu0}% ${alignr}${cpubar 8,80 cpu0}
${color ffffff}${font ubuntu:size=15:bold}${font ubuntu:size=7:bold}   Zamanlama: $alignr${freq freq0}GHz
${color F6F6E5}${font ubuntu:size=17}${font ubuntu:size=8:bold}  CPU 2:   ${cpu cpu1}% ${alignr}${cpubar 8,80 cpu1}
${color ffffff}${font ubuntu:size=15}${font ubuntu:size=7:bold}   Zamanlama: $alignr${freq freq1}GHz

${color ffffff}${font ubuntu:size=15}${font ubuntu:size=8:bold}  RAM       $memperc% ${alignr}${membar 8,80}
${color ffffff}${font ubuntu:size=15}${font ubuntu:size=8:bold}  Swap         $swapperc% ${alignr}${swapbar 8,80}

${color F6F6E5}${font ubuntu:size=17}${font ubuntu:size=8:bold}  Up time   ${alignr}${uptime}
${color F6F6E5}${font ubuntu:size=17}${font ubuntu:size=8:bold}  Battery  ${alignr}${battery}
${color F6F6E5}${font ubuntu:size=17}${font ubuntu:size=8:bold}  Temperature ${alignr}${acpitemp}°C

${font caviar dreams:size=10:bold}${color ff6600}Connection ${hr 2}${if_existing /proc/net/route wlan0}$endif
${color 0066ff}${font ubuntu:size=15}${font ubuntu:size=8:bold}  Wireless$alignr${wireless_link_qual wlan0}%
${color F6F6E5}${font ubuntu:size=15}${font ubuntu:size=8:bold}  Upload      $alignr${upspeed wlan0}/s
${color F6F6E5}${font ubuntu:size=15}${font ubuntu:size=8:bold}  Download  $alignr${downspeed wlan0}/s

${font ubuntu:size=10:bold}${color ff6600}Processes ${hr 2}
${color F6F6E5}${font ubuntu:size=17}${font ubuntu:size=8:bold}   Processor${alignr}%CPU

${goto 32}${voffset -6}${stippled_hr}

${goto 30}${color cc0000}${font ubuntu:size=8:bold}  ${top name 1} ${font ubuntu:size=8:bold}${alignr}${top cpu 1}
${goto 30}${color 0066ff}${font ubuntu:size=8:bold}  ${top name 2} ${font ubuntu:size=8:bold}${alignr}${top cpu 2}
${goto 30}${color 33ff00}${font ubuntu:size=8:bold}  ${top name 3} ${font ubuntu:size=8:bold}${alignr}${top cpu 3}

${color F6F6E5}${font ubuntu:size=15}${font ubuntu:size=8:bold}   



[eklenti yönetici tarafından silindi]


Packard Bell
EasyNote - TJ65
Ubuntu 10.10 Maveric - 64bit
Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz - 4 GB
nVIDIA - GeForce GT 240M 1024MB - 128-bit

Gabriel

İkinci sorunuz ile ilgili olarak sitede arama yapın. Conky'i gecikmeli başlatma ile ilgili bir post bulacaksınız. Nerede olduğunu gerçekten hatırlamıyorum. Ama ben o şekilde çözmüştüm.
Yeryüzü bize atalarımızdan miras kalmadı, çocuklarımızdan ödünç aldık.

if

@platon, own_window 1 satırını own_window yes yapınız, cpu_avg_samples 2 satırını ekleyiniz own_window_type override satırını own_window_type normal yapınız

platon

@ if şimdi de azıcık panelin üstüne çıktı.

[eklenti yönetici tarafından silindi]


Packard Bell
EasyNote - TJ65
Ubuntu 10.10 Maveric - 64bit
Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz - 4 GB
nVIDIA - GeForce GT 240M 1024MB - 128-bit

if

@platon, conkynin yerini ayarlamak için gap_x 10
gap_y 0
parametreleriyle oynamanız gerek. Sanırım gap_x 30 yapsanız düzelir. Dİğer sorunlar ortadan kalktı mı?

platon

Şimdi de masaüstünü göster dediğimde conky de kayboluyor. Onun kalması için ne yapıcam? Bir de kenarlarında hafif bir çizgi gibi bir şey oldu önceden olmuyordu masaüstüne gömülü gibiydi.


Packard Bell
EasyNote - TJ65
Ubuntu 10.10 Maveric - 64bit
Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz - 4 GB
nVIDIA - GeForce GT 240M 1024MB - 128-bit

if

O zaman tekrar own_window_type override yapalım:)

platon

Şimdi yeniden başlattım da yine aynısı oldu. Herşeyin üstünde başladı .conkyrc yi tekrar kaydedince düzeldi. Eklediğim satırı mı yanlış ekledim acaba? Text başlığından önceki bölüme ekledim ama sırası önemli mi?


Packard Bell
EasyNote - TJ65
Ubuntu 10.10 Maveric - 64bit
Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz - 4 GB
nVIDIA - GeForce GT 240M 1024MB - 128-bit

if

Text başlığından önce eklemen doğru, sırası önemli değil. Şimdi her şey istediğiniz gibi mi?

platon

Başlangıçta yine en üstte başlıyor ve sanki own type normal gibi duruyor .conkyrc dosyasını açıp kaydedince düzeliyor.


Packard Bell
EasyNote - TJ65
Ubuntu 10.10 Maveric - 64bit
Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz - 4 GB
nVIDIA - GeForce GT 240M 1024MB - 128-bit

platon

Başlayınca en üstte olmaması için ne yapacağım? Her seferince .conkyrc yi açıp kaydet demek zor oluyor.


Packard Bell
EasyNote - TJ65
Ubuntu 10.10 Maveric - 64bit
Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz - 4 GB
nVIDIA - GeForce GT 240M 1024MB - 128-bit