Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#2426 Le 08/12/2008, à 10:43

dudumomo

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

J'aimerai juste le ping enfaite.
Sur un wiki j'ai vu cette commande

ping -q -c5 www.google.com
Et ca donne :
PING www.l.google.com (216.239.59.104) 56(84) bytes of data.

--- www.l.google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4030ms
rtt min/avg/max/mdev = 35.553/38.600/40.137/1.593 ms

J'aimerai que ca affiche non pas toute ces infos, mais seulement l'average ping par exemple.


Idipops, le réseau social des prestataires de services !
Tutorial and news on how to host your own server: http://freedif.org
Aidez la recherche avec BOINC et rejoignez la Mini-Team Libristes: http://www.boinc-af.org | http://libristes.boinc-af.net

Hors ligne

#2427 Le 08/12/2008, à 11:05

kuri

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

${execi 5 ping www.google.fr -c5 | grep rtt | awk '{print $4}' | cut -d/ -f2}

t affichera toutes les 5secondes la moyenne des 5 pings.
mais la commande prends un peu de temps, c est moche.
il est sans doute plus interessant de relayer le travail du ping dans un cron, l ecrire dans un fichier, et faire un cat dans conky

Hors ligne

#2428 Le 08/12/2008, à 11:39

dudumomo

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Merci big_smile
Moi ca me va comme ça !
Mais il y a t'il un moyen de virer les virgules, car ca me donne genre un ping de 40,578. 41 serait mieux..


Idipops, le réseau social des prestataires de services !
Tutorial and news on how to host your own server: http://freedif.org
Aidez la recherche avec BOINC et rejoignez la Mini-Team Libristes: http://www.boinc-af.org | http://libristes.boinc-af.net

Hors ligne

#2429 Le 08/12/2008, à 12:55

kuri

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

chez moi c est un point, et non une virgule :
${execi 5 ping www.google.fr -c5 | grep rtt | awk '{print $4}' | cut -d/ -f2 | cut -d. -f1 }

Hors ligne

#2430 Le 08/12/2008, à 14:52

dudumomo

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Parfait ca marche.
(Ouai moi aussi c'était un point roll)


Idipops, le réseau social des prestataires de services !
Tutorial and news on how to host your own server: http://freedif.org
Aidez la recherche avec BOINC et rejoignez la Mini-Team Libristes: http://www.boinc-af.org | http://libristes.boinc-af.net

Hors ligne

#2431 Le 08/12/2008, à 15:07

gabitbol

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Bonjour,

Dernière mise à jour il y a quelques temps, et mon conky est comme je le veux. smile

oofkercuzkspfro2.th.jpg

Les conkyrc et scripts sont tous ici

Merci à tous pour ce fil formidable, en particulier à ceux à qui j'ai piqué des lignes, et à Jackass059 pour le fort sympathique CID. cool

A+


PasToutAFait

"A force de sacrifier l'essentiel à l'urgent, on oublie l'urgence de l'essentiel"   
Edgar Morin

Hors ligne

#2432 Le 08/12/2008, à 19:18

Jackass059

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Merci pour la pub smile

J'en profite pour signaler que j'ai ajouté quelques fonctionnalités plus ou moins utiles, mais que pour le moment ça avance pas trop à cause des exams/projets...

Mais d'ici Noël je pense pouvoir sortir la 1.1.1 ^^


Il y a 10 types de personnes sur terre, celles qui comprennent le binaire, et les autres ...

Hors ligne

#2433 Le 09/12/2008, à 07:02

soza971

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Bonjour j'ai intégré le script VDM.PL a mon conky mais j'ai des caractères bizarres a la place des lettres avec accent quelqun saurait comment arranger sa ?


Asus U80V Obuntu 10.04 64bits

Hors ligne

#2434 Le 09/12/2008, à 10:49

Bazoo

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

@Arpbook: Merci pour les icones, c'est exactement ce que je cherchais smile
A++

Hors ligne

#2435 Le 11/12/2008, à 20:55

sunkart

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

salut tout le monde,

Je me suis fait un petit conly de rien du tout.

Voici la capture : conkyot1.th.png

Et le code associé :

# set to yes if you want Conky to be forked in the background
background no


cpu_avg_samples 2
net_avg_samples 2

out_to_console no

# X font when Xft is disabled, you can pick one with program xfontsel
#font 7x12
#font 6x10
#font 7x13
#font 8x13
#font 7x12
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1

# Use Xft?
use_xft yes

# Xft font when Xft is enabled
xftfont Bitstream Vera Sans Mono:size=8

own_window_transparent yes
own_window_colour hotpink
# Text alpha when using Xft
xftalpha 0.8

on_bottom yes

# mail spool
mail_spool $MAIL

# Update interval in seconds
update_interval 1
# Create own window instead of using desktop (required in nautilus)
own_window yes

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
#minimum_size 280 5
#maximum_width 150

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 10

# border margins
border_margin 4

# border width
border_width 1

# Default colors and also border colors
default_color white
default_shade_color white
default_outline_color white

# Text alignment, other possible values are commented
#alignment top_left
#minimum_size 10 10
gap_x 13
gap_y 34
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer no

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# boinc (seti) dir
# seti_dir /opt/seti

# Possible variables to be used:
#
#      Variable         Arguments                  Description                
#  acpiacadapter                     ACPI ac adapter state.                   
#  acpifan                           ACPI fan state                           
#  acpitemp                          ACPI temperature.                        
#  adt746xcpu                        CPU temperature from therm_adt746x       
#  adt746xfan                        Fan speed from therm_adt746x             
#  battery           (num)           Remaining capasity in ACPI or APM        
#                                    battery. ACPI battery number can be      
#                                    given as argument (default is BAT0).     
#  buffers                           Amount of memory buffered                
#  cached                            Amount of memory cached                  
#  color             (color)         Change drawing color to color            
#  cpu                               CPU usage in percents                    
#  cpubar            (height)        Bar that shows CPU usage, height is      
#                                    bar's height in pixels                   
#  downspeed         net             Download speed in kilobytes              
#  downspeedf        net             Download speed in kilobytes with one     
#                                    decimal                                  
#  exec              shell command   Executes a shell command and displays    
#                                    the output in torsmo. warning: this      
#                                    takes a lot more resources than other    
#                                    variables. I'd recommend coding wanted   
#                                    behaviour in C and posting a patch :-).  
#  execi             interval, shell Same as exec but with specific interval. 
#                    command         Interval can't be less than              
#                                    update_interval in configuration.        
#  fs_bar            (height), (fs)  Bar that shows how much space is used on 
#                                    a file system. height is the height in   
#                                    pixels. fs is any file on that file      
#                                    system.                                  
#  fs_free           (fs)            Free space on a file system available    
#                                    for users.                               
#  fs_free_perc      (fs)            Free percentage of space on a file       
#                                    system available for users.              
#  fs_size           (fs)            File system size                         
#  fs_used           (fs)            File system used space                   
#  hr                (height)        Horizontal line, height is the height in 
#                                    pixels                                   
#  i2c               (dev), type, n  I2C sensor from sysfs (Linux 2.6). dev   
#                                    may be omitted if you have only one I2C  
#                                    device. type is either in (or vol)       
#                                    meaning voltage, fan meaning fan or temp 
#                                    meaning temperature. n is number of the  
#                                    sensor. See /sys/bus/i2c/devices/ on     
#                                    your local computer.                     
#  kernel                            Kernel version                           
#  loadavg           (1), (2), (3)   System load average, 1 is for past 1     
#                                    minute, 2 for past 5 minutes and 3 for   
#                                    past 15 minutes.                         
#  machine                           Machine, i686 for example                
#  mails                             Mail count in mail spool. You can use    
#                                    program like fetchmail to get mails from 
#                                    some server using your favourite         
#                                    protocol. See also new_mails.            
#  mem                               Amount of memory in use                  
#  membar            (height)        Bar that shows amount of memory in use   
#  memmax                            Total amount of memory                   
#  memperc                           Percentage of memory in use              
#  new_mails                         Unread mail count in mail spool.         
#  nodename                          Hostname                                 
#  outlinecolor      (color)         Change outline color                     
#  pre_exec          shell command   Executes a shell command one time before 
#                                    torsmo displays anything and puts output 
#                                    as text.                                 
#  processes                         Total processes (sleeping and running)   
#  running_processes                 Running processes (not sleeping),        
#                                    requires Linux 2.6                       
#  shadecolor        (color)         Change shading color                     
#  stippled_hr       (space),        Stippled (dashed) horizontal line        
#                    (height)        
#  swapbar           (height)        Bar that shows amount of swap in use     
#  swap                              Amount of swap in use                    
#  swapmax                           Total amount of swap                     
#  swapperc                          Percentage of swap in use                
#  sysname                           System name, Linux for example           
#  time              (format)        Local time, see man strftime to get more 
#                                    information about format                 
#  totaldown         net             Total download, overflows at 4 GB on     
#                                    Linux with 32-bit arch and there doesn't 
#                                    seem to be a way to know how many times  
#                                    it has already done that before torsmo   
#                                    has started.                             
#  totalup           net             Total upload, this one too, may overflow 
#  updates                           Number of updates (for debugging)        
#  upspeed           net             Upload speed in kilobytes                
#  upspeedf          net             Upload speed in kilobytes with one       
#                                    decimal                                  
#  uptime                            Uptime                                   
#  uptime_short                      Uptime in a shorter format               
#
#  seti_prog                         Seti@home current progress
#  seti_progbar      (height)        Seti@home current progress bar
#  seti_credit                       Seti@hoome total user credit


# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument
#${font Dungeon:style=Bold:pixelsize=10}I can change the font as well
#${font Verdana:size=10}as many times as I choose
#${font Perry:size=10}Including UTF-8,
#${font Luxi Mono:size=10}justo como este texto que o google traduz fêz o português
# stuff after 'TEXT' will be formatted on screen
#${font Grunge:size=12}${time %a  %b  %d}${alignr -25}${time %k:%M}

TEXT
$nodename - $sysname $kernel on $machine
$stippled_hr
${color lightgrey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg
${color lightgrey}Charge CPU : ${cpu} % ${cpubar}
${color black}${cpugraph 000000 5000a0}
${color lightgrey}RAM : $color $mem / $memmax - $memperc % $membar
${color lightgrey}SWAP : $color $swap / $swapmax - $swapperc % ${swapbar}
${color lightgrey}Processes:$color $processes  ${color grey}Running:$color $running_processes
$color$stippled_hr
${color lightgrey}Internet :
 DL :${color #8844ee} ${downspeed eth0} k/s${color lightgrey} ${offset 70}UL :${color #22ccff} ${upspeed eth0} k/s
${color black}${downspeedgraph eth0 32,150 ff0000 0000ff} $alignr${color black}${upspeedgraph eth0 32,150 0000ff ff0000}
${color lightgrey}Occupation disques:
Ubuntu Hardy Heron - $color${fs_used /} / ${fs_size /} - ${fs_used_perc /} %
${fs_bar /}
Windows XP - $color${fs_used /media/sda1} / ${fs_size /media/sda1} - ${fs_used_perc /media/sda1} %
${fs_bar /media/sda1}
Data - $color${fs_used /media/sda6} / ${fs_size /media/sda6} - ${fs_used_perc /media/sda6} %
${fs_bar /media/sda6}
Photos - $color${fs_used /media/hdb5} / ${fs_size /media/hdb5} - ${fs_used_perc /media/hdb5} %
${fs_bar /media/hdb5}
Films - $color${fs_used /media/hdb1} / ${fs_size /media/hdb1} - ${fs_used_perc /media/hdb1} %
${fs_bar /media/hdb1}
MP3 - $color${fs_used /media/sda5} / ${fs_size /media/sda5} - ${fs_used_perc /media/sda5} %
${fs_bar /media/sda5}

${color lightgrey}Temperatures:
CPU:$color ${i2c temp 2} °C${color grey} - MB:$color ${i2c temp 1} °C

${color}Name              PID     CPU %   MEM %
${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color lightgrey} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}

${color}Mem usage
${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${color lightgrey} ${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
${color lightgrey} ${top_mem name 5} ${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5}

J'ai parcouru les différents conky présentés sur le forum mais je n'ai pas réussit à faire afficher les informations concernants les températures et la vitesse du ventilateur.
Voici les informations renvoyées par sensors :

k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:  -49.0°C                                   
Core1 Temp:  +19.0°C                                   

it8712-isa-0290
Adapter: ISA adapter
VCore 1:     +1.26 V  (min =  +0.00 V, max =  +4.08 V)
VCore 2:     +4.08 V  (min =  +0.00 V, max =  +4.08 V)
+3.3V:       +3.26 V  (min =  +0.00 V, max =  +4.08 V)
+5V:         +6.85 V  (min =  +0.00 V, max =  +6.85 V)
+12V:       +12.48 V  (min =  +0.00 V, max = +16.32 V)
-12V:       -15.46 V  (min = -27.36 V, max =  +3.93 V)
-5V:         +4.03 V  (min = -13.64 V, max =  +4.03 V)
Stdby:       +6.85 V  (min =  +0.00 V, max =  +6.85 V)
VBat:        +3.07 V
fan1:       3276 RPM  (min =    0 RPM, div = 2)
fan2:          0 RPM  (min =    0 RPM, div = 2)
M/B Temp:    +27.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = transistor
CPU Temp:    +27.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = transistor
Temp3:      +128.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = disabled
cpu0_vid:   +0.900 V

Comment faire pour les ajouter ?
Merci d'avance de votre aide wink


Cyril

Hors ligne

#2436 Le 12/12/2008, à 10:43

Levi59

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

M/B Temp:    +27.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = transistor
CPU Temp:    +27.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = transistor

Même température? Le cpu chauffe plus que la M/A chez moi...

Hors ligne

#2437 Le 12/12/2008, à 11:11

sunkart

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Levi59 a écrit :

M/B Temp:    +27.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = transistor
CPU Temp:    +27.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = transistor

Même température? Le cpu chauffe plus que la M/A chez moi...

Ça ne me choque pas car les températures renvoyés par les sondes sous windows sont sensiblement les même quand le PC est au repos. Après, ça remonte peut-être la même température car c'est la même sonde, mais comment savoir ?
En plus le proc est un AMD mono-coeur basse conso et basse dissipation de chaleur.

Sinon, pour voir les températures dans Conky, avec i2c ça n'a pas l'air de fonctionner.


Cyril

Hors ligne

#2438 Le 12/12/2008, à 16:00

Levi59

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

sunkart a écrit :

En plus le proc est un AMD mono-coeur basse conso et basse dissipation de chaleur.

sensors affiche pourtant 2 coeurs. (avec des températures bizarres en plus)

Core0 Temp:  -49.0°C                                   
Core1 Temp:  +19.0°C

Tu as bien fait la detection du materiel?

sudo sensors-detect

puis redemarré

sinon tu peux essayer de faire une recherche dans l'arborescence du dossier /sys de ton ordinateur avec le mot clé "temp".
Il te suffirais ensuite de faire: "cat /lechemin/vers/lefichier/temp"  pour avoir la température affiché.

Hors ligne

#2439 Le 12/12/2008, à 16:31

gabitbol

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Bonjour,

Pour les températures, tu peux aussi te tourner vers ce genre de lignes:

${exec sensors | grep fan1 | awk '{ print $2}'} RPM
${exec sensors | grep M/B | awk '{ print $2}'}

A+


PasToutAFait

"A force de sacrifier l'essentiel à l'urgent, on oublie l'urgence de l'essentiel"   
Edgar Morin

Hors ligne

#2440 Le 12/12/2008, à 18:02

ottomar

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

bonsoir,
finalement tout au-dessus, avec un écran 5/4, c'est mieux, mais ça m'en fait ouvrir 13 avec vdm, réglés pile-poil pour avoir l'important sous l'oeil du dessus ! je les ouvre dans l'ordre avec un p'tit dodo entre chaque, c'est sympa

tbnlb2hikj8uwfxkxohkf-conkies.png

tbnixo1knj3vyhkl2qval-conkies-tilda.png

est-ce qu'il y a moyen d'intégrer une tite musique dans le start.sh pour accompagner ? (à propos, quelqu'un aurait-il en stock les clochettes d'ouverture de dapper ?)

le code pour la ping :
${execi 5 ping www.google.fr -c5 | grep rtt | awk '{print $4}' | cut -d/ -f2 | cut -d. -f1 }
me bloque le conky : il se met brut de fonderie ?

Hors ligne

#2441 Le 12/12/2008, à 18:33

sunkart

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Alors, j'ai refais la manip de détection de sensors, la voici :

# sensors-detect revision 5016 (2007-11-11 22:20:16 +0100)

This program will help you determine which kernel modules you need
to load to use lm_sensors most effectively. It is generally safe
and recommended to accept the default answers to all questions,
unless you know what you're doing.

We can start with probing for (PCI) I2C or SMBus adapters.
Do you want to probe now? (YES/no): YES
Probing for PCI bus adapters...
Use driver `i2c-nforce2' for device 0000:00:01.1: nVidia Corporation nForce4 SMBus (MCP65)

We will now try to load each adapter module in turn.
Module `i2c-nforce2' already loaded.
If you have undetectable or unsupported adapters, you can have them
scanned by manually loading the modules before running this script.

To continue, we need module `i2c-dev' to be loaded.
Do you want to load `i2c-dev' now? (YES/no): YES
Module loaded successfully.

We are now going to do the I2C/SMBus adapter probings. Some chips may
be double detected; we choose the one with the highest confidence
value in that case.
If you found that the adapter hung after probing a certain address,
you can specify that address to remain unprobed.

Next adapter: SMBus nForce2 adapter at 0600 (i2c-0)
Do you want to scan it? (YES/no/selectively): YES
Client found at address 0x50
Probing for `Analog Devices ADM1033'...                     No
Probing for `Analog Devices ADM1034'...                     No
Probing for `SPD EEPROM'...                                 Yes
    (confidence 8, not a hardware monitoring chip)
Probing for `EDID EEPROM'...                                No

Next adapter: SMBus nForce2 adapter at 0700 (i2c-1)
Do you want to scan it? (YES/no/selectively): YES

Next adapter: NVIDIA i2c adapter  (i2c-2)
Do you want to scan it? (YES/no/selectively): YES
Client found at address 0x50
Probing for `Analog Devices ADM1033'...                     No
Probing for `Analog Devices ADM1034'...                     No
Probing for `SPD EEPROM'...                                 No
Probing for `EDID EEPROM'...                                Yes
    (confidence 8, not a hardware monitoring chip)
Client found at address 0x51
Probing for `Analog Devices ADM1033'...                     No
Probing for `Analog Devices ADM1034'...                     No
Probing for `SPD EEPROM'...                                 No
Probing for `EDID EEPROM'...                                Yes
    (confidence 8, not a hardware monitoring chip)

Next adapter: NVIDIA i2c adapter  (i2c-3)
Do you want to scan it? (YES/no/selectively): YES

Next adapter: NVIDIA i2c adapter  (i2c-4)
Do you want to scan it? (YES/no/selectively): YES

Some chips are also accessible through the ISA I/O ports. We have to
write to arbitrary I/O ports to probe them. This is usually safe though.
Yes, you do have ISA I/O ports even if you do not have any ISA slots!
Do you want to scan the ISA I/O ports? (YES/no): YES
Probing for `National Semiconductor LM78' at 0x290...       No
Probing for `National Semiconductor LM78-J' at 0x290...     No
Probing for `National Semiconductor LM79' at 0x290...       No
Probing for `Winbond W83781D' at 0x290...                   No
Probing for `Winbond W83782D' at 0x290...                   No
Probing for `Silicon Integrated Systems SIS5595'...         No
Probing for `VIA VT82C686 Integrated Sensors'...            No
Probing for `VIA VT8231 Integrated Sensors'...              No
Probing for `IPMI BMC KCS' at 0xca0...                      No
Probing for `IPMI BMC SMIC' at 0xca8...                     No

Some Super I/O chips may also contain sensors. We have to write to
standard I/O ports to probe them. This is usually safe.
Do you want to scan for Super I/O sensors? (YES/no): YES
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor'...                   No
Trying family `SMSC'...                                     No
Trying family `VIA/Winbond/Fintek'...                       No
Trying family `ITE'...                                      Yes
Found `ITE IT8712F Super IO Sensors'                        Success!
    (address 0x290, driver `it87')
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor'...                   No
Trying family `SMSC'...                                     No
Trying family `VIA/Winbond/Fintek'...                       No
Trying family `ITE'...                                      No

Some CPUs or memory controllers may also contain embedded sensors.
Do you want to scan for them? (YES/no): YES
AMD K8 thermal sensors...                                   Success!
    (driver `k8temp')
AMD K10 thermal sensors...                                  No
Intel Core family thermal sensor...                         No
Intel AMB FB-DIMM thermal sensor...                         No

Now follows a summary of the probes I have just done.
Just press ENTER to continue: 

Driver `it87' (should be inserted):
  Detects correctly:
  * ISA bus, address 0x290
    Chip `ITE IT8712F Super IO Sensors' (confidence: 9)

Driver `k8temp' (should be inserted):
  Detects correctly:
  * Chip `AMD K8 thermal sensors' (confidence: 9)

I will now generate the commands needed to load the required modules.
Just press ENTER to continue: 

To load everything that is needed, add this to /etc/modules:

#----cut here----
# Chip drivers
it87
k8temp
#----cut here----

Do you want to add these lines automatically? (yes/NO)YES

Même résultat que précédement.

J'ai aussi fait une recherche de temp dans sys et voilà le résultat :
recherchetempfq3.th.png

Il y a les informations qui sont renvoyées quand je tape sensors dans le terminal.

Je vais tenter la manip de gabitbol

Edit : avec les lignes de gabitbol, la première affiche bien la vitesse du ventilo donnée dans sensors et le second done : Temp:

Dernière modification par sunkart (Le 12/12/2008, à 19:33)


Cyril

Hors ligne

#2442 Le 12/12/2008, à 20:25

Levi59

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Ce sont les temp input qui renvoient des temperatures...

essayer un cat sur ceux ci.

Hors ligne

#2443 Le 12/12/2008, à 20:57

gabitbol

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Les lignes sont a adapter un minimum quand même.

${exec sensors | grep M/B | awk '{ print $3}'}

exec sensors te donne la liste que tu as donné plus haut, avec toutes les températures etc... Grep isole la-les ligne-s contenant "M/B", awk isole le 3e ($3) bloc de caractère.

Dernière modification par gabitbol (Le 12/12/2008, à 21:07)


PasToutAFait

"A force de sacrifier l'essentiel à l'urgent, on oublie l'urgence de l'essentiel"   
Edgar Morin

Hors ligne

#2444 Le 12/12/2008, à 22:50

Vermouth

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

J'ai fait une très net amélioration de mon conky.
Avec la console intégré au bureau (en haut a droite) ça donne ça:
wallpaper_conky.png

cool:cool::cool::cool::cool:

Fortement inspiré de ça
Peut être le fond a améliorer...


Android !
\_/°<

   coin coin...

Hors ligne

#2445 Le 13/12/2008, à 10:16

n3o51

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

ottomar a écrit :

est-ce qu'il y a moyen d'intégrer une tite musique dans le start.sh pour accompagner ? (à propos, quelqu'un aurait-il en stock les clochettes d'ouverture de dapper ?)

Bonjour , biensur que tu peut mettre une musique , il te faut choisir un lecteur permettant de lire de la musique en console .

Sinon tu peut installer beep tongue il permet de faire biper le haut parleur interne de ton pc big_smile
Tu peut meme faire des petites melodies

Theme asshel foley

beep -f659 -l460 -n -f784 -l340 -n -f659 -l230 -n -f659 -l110 -n -f659 -l460 -n -f784 -l340 -n -f659 -l230 -n -f659 -l110 -n -f880 -l230 -n -f659 -l230 -n -f587 -l230 -n -f659 -l460 -n -f988 -l340 -n -f659 -l230 -n -f659 -l110 -n -f1047-l230 -n -f988 -l230 -n -f784 -l230 -n -f659 -l230 -n -f988 -l230 -n -f1318 -l230 -n -f659 -l110 -n -f587 -l230 -n -f587 -l110 -n -f494 -l230 -n -f740 -l230 -n -f659 -l460

Sinon pour les musique mplayer fait parfaitement l'affaire


Welcome to the real world
________________________________

Hors ligne

#2446 Le 13/12/2008, à 10:29

Vermouth

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Bonjour , biensur que tu peut mettre une musique , il te faut choisir un lecteur permettant de lire de la musique en console .

Mieux:
utilise "aplay" (déja dans ubuntu) avec un fichier wave wink !

Dernière modification par Vermouth (Le 13/12/2008, à 10:30)


Android !
\_/°<

   coin coin...

Hors ligne

#2447 Le 13/12/2008, à 11:13

ottomar

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

n3o51 : arfff !!! trop bon le beep, merci

pour le calendrier :
text_buffer_size 1024
est bien le secret ! j'ai mis le temps !!

tbnlh10o7ho8aw2khl8pq-calendrier.png

text_buffer_size 1024

TEXT                               
${color ffef27}${font Aurulent Sans Mono:size=8}${execpi 60 DJS=`date +%_d`; cal | sed '/./!d' | sed '1d'  | sed 's/$/                     /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color 7e2504}'"$DJS"'${color b56816}'" "/}

Edith :
désolé Vermouth : pas vu ta réponse, m'en vais essayer ça

Dernière modification par ottomar (Le 13/12/2008, à 11:15)

Hors ligne

#2448 Le 13/12/2008, à 11:49

bargeot5999

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Bonjour à tous,

J'ai une question peut-être stupide mais pourquoi certains conky ne s'affiche pas sur mon écran..d'autres marchent très bien et d'autres non...

en d'autres causes quelles peuvent-être les causes du "non-affichage" de certains conky ?

Par exemple, celui-ci..qui est terriblement bien fait..il ne s'affiche pas chez moi... sad

je l'ai trouvé sur le forum de Crunchbang

# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
text_buffer_size 2048

# Update interval in seconds
update_interval 4

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 180 0
#maximum_width 200

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 5

# border width
border_width 1

# Default colors and also border colors
default_color grey
#default_shade_color black
#default_outline_color grey
own_window_colour grey

# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 35
gap_y 35

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

TEXT
SYSTEM ${hr 2}
${alignc 17}${font Arial Black:size=16}omns${font}
${alignc}smile, breathe and go slowly
${voffset 2}${font StyleBats:size=16}i${font}   Kernel:  ${alignr}${kernel}
${font StyleBats:size=16}A${font}   CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
${font StyleBats:size=16}A${font}   CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
${font StyleBats:size=16}g${font}   RAM: $memperc% ${alignr}${membar 8,60}
${font StyleBats:size=16}j${font}   SWAP: $swapperc% ${alignr}${swapbar 8,60}
${font Webdings:size=16}~${font}  Battery: ${battery_percent BAT0}% ${alignr}${battery_bar 8,60 BAT0}
${font StyleBats:size=16}q${font}   Uptime: ${alignr}${uptime}

DATE ${hr 2}
${alignc 17}${font Arial Black:size=16}${time %H:%M}${font}
${alignc}${time %A %d %B %Y}

HD ${hr 2}
${voffset 4}${font Pie charts for maps:size=14}7${font}   ${voffset -5}Root:
${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
${font Pie charts for maps:size=14}7${font}   ${voffset -5}Home:
${voffset 4}${fs_used /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}

NETWORK ${hr 2}
${if_existing /proc/net/route wlan0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 BEBEBE BEBEBE}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 BEBEBE BEBEBE}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}Z${font}   Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr wlan0}
${else}${if_existing /proc/net/route eth0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 789E2D A7CC5C}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 789E2D A7CC5C}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr eth0}
${endif}${else}${if_existing /proc/net/route eth1}
${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 789E2D A7CC5C}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 789E2D A7CC5C}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth1}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth1}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr eth1}
${endif}${else}
${font PizzaDude Bullets:size=14}4${font}   Network Unavailable
${endif}

PROCESSES ${hr 2}
NAME $alignr PID    CPU
${top name 1} $alignr ${top pid 1} ${top cpu 1}
${top name 2} $alignr ${top pid 2} ${top cpu 2}
${top name 3} $alignr ${top pid 3} ${top cpu 3}
${top name 4} $alignr ${top pid 4} ${top cpu 4}
${top name 5} $alignr ${top pid 5} ${top cpu 5}
${top name 6} $alignr ${top pid 6} ${top cpu 6}
${top name 7} $alignr ${top pid 7} ${top cpu 7}
${top name 8} $alignr ${top pid 8} ${top cpu 8}

Hors ligne

#2449 Le 13/12/2008, à 11:53

n3o51

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

J'ai moi aussi une question pourquoi lorsque je met dans mon conky les ports pourquoi celui ci des que je passe une fentre dessus disparait pour réapparaitre quelque seconde aprés ?
Trés embettants marche correctement si les ports  ne sont pas dedans

Dernière modification par n3o51 (Le 13/12/2008, à 11:54)


Welcome to the real world
________________________________

Hors ligne

#2450 Le 13/12/2008, à 17:55

sunkart

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Levi59 a écrit :

Ce sont les temp input qui renvoient des temperatures...

essayer un cat sur ceux ci.

Alors résultats des cat :

cat /sys/devices/pci0000:00/0000:00:18.3/temp1_input
-49000

>> correspond à Core0 Temp

cat /sys/devices/pci0000:00/0000:00:18.3/temp3_input
21000

>> correspond à Core1 Temp

cat /sys/devices/platform/it87.656/temp1_input
28000

>> correspond à M/B Temp

cat /sys/devices/platform/it87.656/temp2_input
27000

>> correspond à CPU Temp

cat /sys/devices/platform/it87.656/temp3_input
128000

>> correspond à Temp3 (pas de sonde en fait)

Je comprends pas qu'il m'annoncer 2 coeurs alors que mon CPU est un AMD Athlon 64 LE-1620
Je ne sais pas du tout ce que représente Core0 et Core1, les valeurs indiquées par M/B et CPU sont proches de ce que j'ai sous Windows.

Core1 ne pourrait pas représenter la température dans la tour ? Actuellement elle est ouverte et 19°/20° c'est la température qu'il fait actuellement chez moi.

Est-ce qu'il y a un moyen de comprendre où sont les sondes sur la carte mère ?

Merci Gabitbol pour l'explication de la commande permettant d'afficher les infos renvoyées par sensors.


Cyril

Hors ligne