Clignotement de conky

Bonkour à tous,

Je viens d’installer et de paramétrer conky mais celui-ci clignote et c’est assez énervant.

J’ai bien mis

double_buffer yes own_window_transparent yes
dans mon conkyrc mais ca ne change rien.

J’ai essayé d’ajouter une ligne au xorg.conf comme dit ici mais du coup c’est mes icones qui disparaissent.

Une idée ?

Merci d’avance.

Salut,

Quand tu relances après modif du .conkyrc, tu penses bien à “killer” le précédent ?

top | grep conky

Ouais pas de problème de ce coté la :

etienne@maki:~$ ps -e | grep conky 7143 ? 00:00:00 conky

Re,

Voici le mien qui ne clignote pas :

#[code]maintain spacing between certain elements
use_spacer right

set to yes if you want tormo to be forked in the background

background yes

use_xft yes

Xft font when Xft is enabled

#xftfont Bitstream Vera Sans Mono-10
#xftfont Andale Mono-10
xftfont Clean-8
#xftfont cubicfive10:pixelsize=8
#xftfont squaredance10:pixelsize=12
#xftfont swf!t_v02:pixelsize=10

Text alpha when using Xft

xftalpha 1
#mail_spool $MAIL

Update interval in seconds

update_interval 2.0

Create own window instead of using desktop (required in nautilus)

own_window yes
own_window_hints undecorated,top,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 250 5

Draw shades?

draw_shades yes

Draw outlines?

draw_outline no # amplifies text

Draw borders around text

draw_borders no

Stippled borders?

stippled_borders 2

border margins

border_margin 2

border width

border_width 2

Default colors and also border colors, grey90 == #e5e5e5

default_color grey90
default_shade_color black
default_outline_color DarkGrey

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

gap_x 14
gap_y 34

Subtract file system buffers from used memory?

no_buffers no

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

uppercase no

stuff after ‘TEXT’ will be formatted on screen

#####${color #98c2c7}Heure : ${time %k:%M}$color
#####${color #98c2c7}NOMS PID CPU% MEM%
#####${color #e5e5e5}${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
#####${color #c4c4c4}${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
#####${color #a3a3a3}${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
#####${color #828282}${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}[/code]

Si tu as Compiz d’activé, c’est « normal » ; il suffit de relancer conky après le lancement de Compiz pour que ça remarche, par exemple avec

killall conky && conky -d

Salut,

Non je n’ai pas compiz d’installé.

Ensuite, j’ai regardé ton code et je ne vois rien qui pourrait changer quelque chose la dessus (j’ai testé plusieurs commandes mais rien de concluant).

Je vous donne mon conkyrc :

[code]# set to yes if you want Conky to be forked in the background
background yes

cpu_avg_samples 2
net_avg_samples 2

out_to_console no

Use Xft?

use_xft yes

Xft font when Xft is enabled

xftfont Bitstream Vera Sans Mono:size=10

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 no

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 black
default_shade_color black
default_outline_color black

Text alignment, other possible values are commented

#alignment top_left
#minimum_size 10 10
gap_x 13
gap_y 13
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

double_buffer yes

TEXT

${color black}Bonjour Etienne
${color black}Nous sommes le : ${time %A %d %B %Y} - ${time %H:%M:%S}
$nodename - $sysname $kernel on $machine
$stippled_hr
${color black}Uptime:$color $uptime ${color black}- Load:$color $loadavg
${color black}CPU Usage:${color black} ${cpu}% ${cpubar}
${color black}${cpugraph 000000 5000a0}
${color black}RAM Usage:${color black} $mem/$memmax - $memperc% $membar
${color black}Swap Usage:${color black} $swap/$swapmax - $swapperc% ${swapbar}
${color black}Processes:${color black} $processes ${color black}Running:$color $running_processes
$color$stippled_hr
$color Reseau : IP Locale ${addr eth0} - IP Publique ${execi 1800 ~/.conky/scriptip.sh}
$color Download ${downspeed eth0} k/s ${offset 80}Upload: ${upspeed eth0} k/s
$color ${downspeedgraph eth0 32,150 8b4b0b ffc11f} $color ${upspeedgraph eth0 32,150 ffc11f 8b4b0b}
$color$stippled_hr
${color black}File systems:
${color black}/ ${color black}${fs_free /}/${fs_size /} ${fs_bar /}
${color black}Interne: ${color black}${fs_free /media/data}/${fs_size /media/data} ${color black}${fs_bar /media/data}

${font Dungeon:style=Bold:pixelsize=12}
${color}CPU usage
${offset 80}$color Nom ${alignr 50}PID ${alignr 20}CPU%
${offset 80}${color #ddaa00} ${top name 1} ${alignr 30}${top pid 1} ${alignr 15}${top cpu 1}
${offset 80}$color ${top name 2} ${alignr 30}${top pid 2} ${alignr 15}${top cpu 2}
${offset 80}$color ${top name 3} ${alignr 30}${top pid 3} ${alignr 15}${top cpu 3}
${color}Mem usage
${offset 80}${color} Nom ${alignr 50}PID ${alignr 20}Mem%
${offset 80}${color #ddaa00}${top_mem name 1} ${alignr 30}${top_mem pid 1} ${alignr 15}${top_mem mem 1}
${offset 80}$color ${top_mem name 2} ${alignr 30}${top_mem pid 2} ${alignr 15}${top_mem mem 2}
${offset 80}$color ${top_mem name 3} ${alignr 30}${top_mem pid 3} ${alignr 15}${top_mem mem 3m 3}
[/code]