You are not logged in.

#1 2009-07-22 13:58:45

miau
Member
Registered: 2009-05-06
Posts: 202

[SOLVED]Conky & Compiz-Fusion WM problem...

Hi!

I just wanted to add conky to my compiz desktop. But whenever conky is started the screen doesn't refresh properly. For example when using Scale every window leaves trails as they move. These trails only leave when i stop conky. Maybe somebody here can help me...

Here is my conkyrc:

background yes
use_xft yes
xftfont Bitstream Vera Sans Mono:size=9
xftalpha 0.8
update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_colour black
own_window_hints undecorated,skip_pager,skip_taskbar
double_buffer yes
minimum_size 260 5
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
stippled_borders 0
border_margin 4
border_width 0
default_color white
default_shade_color black
default_outline_color black
alignment top_left
gap_x 12
gap_y 12
no_buffers yes
uppercase no
cpu_avg_samples 1
net_avg_samples 1
override_utf8_locale no
use_spacer yes
mpd_host localhost
mpd_portPort 6060
#mpd_password 

TEXT
${font Verdana:style=Bold:size=16}${color #009bf9}${alignc}${time %a %d. %b %k:%M}
$font$color${alignc}Feisty Fawn $kernel
${color #009bf9}$stippled_hr
${color lightgrey}Processes:$color $processes  ${color grey}Running:$color $running_processes ${color lightgrey}Up:$color $uptime

${color #009bf9}CPU: $cpu% ${cpubar}
${color}Name              PID     CPU%   MEM%
${font Monospace:size=8}${color lightgrey}${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}
${cpugraph 48,300 009bf9 ffffff}

$font${color #009bf9}RAM: $mem/$memmax - $memperc% ${membar}
${color lightgrey}Swap: $swap/$swapmax - $swapperc% ${swapbar}
${color}Name              PID     CPU%   MEM%
${font Monospace:size=8}${color lightgrey}${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}hda:  ${fs_used /}/${fs_size /}  ${fs_bar /}
${color lightgrey}sda: ${fs_used /media/big}/${fs_size /media/big} ${fs_bar /media/big}
${font Monospace:size=8}${color lightgrey}usb:  ${fs_used /media/disk}/${fs_size /media/disk}  ${color lightgrey}${alignr}usb-1:  ${fs_used /media/disk-1}/${fs_size /media/disk-1}

Last edited by miau (2009-07-23 10:53:19)

Offline

#2 2009-07-22 19:51:39

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: [SOLVED]Conky & Compiz-Fusion WM problem...

Did you follow this instructions ? Which version do you use ? Can it work with an earlier version ? Can it work with a livecd ?

Offline

#3 2009-07-22 21:37:02

whoops
Member
Registered: 2009-03-19
Posts: 891

Re: [SOLVED]Conky & Compiz-Fusion WM problem...

Your conky config works fine with my compiz.

Did you try if it works at a lower screen resolution?

(I think I remember something like compiz and conky both sort of rendering to offscreen and that space being somewhat limited... graphics card and stuff... yes, I know, I got no idea what I'm talking about, but theoretically it could work wink big_smile)

Last edited by whoops (2009-07-22 21:42:34)

Offline

#4 2009-07-23 06:42:34

miau
Member
Registered: 2009-05-06
Posts: 202

Re: [SOLVED]Conky & Compiz-Fusion WM problem...

It was working fine with my gnome setup and compiz, but not with compiz standalone But i found a solution. I've set own_window_type to desktop and added the conky window to stay below in the Window Rules of Compiz. Now it stays below and the wndow trails are gone.

Offline

Board footer

Powered by FluxBB