You are not logged in.
Pages: 1
I was just ran a -Syu a week ago and it seems to have broken xcompmgr.
The program runs fine, giving me all of the transparency, but it makes the windows all dissapear, then re appear, eveyrthing just comes and goes of the screen.
I cant really describe it in a better way, because thats all that happens.
I have tried, uninstalling, removing old packages from the cache, then reinstalling, no luck.
I havent changed any configuration settings at all, has a recent build just broken or somthing?
If you need anymore information, i can post whatever you like.
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
Well i found that this is a conky error, whenever i run conky i cant run xcompmgr without the display messing up, no idea why:
conkyrc
###########################
# Crooksey's conky configuration
###########################
background yes
use_xft yes
xftfont verdana-8
xftalpha 0.8
double_buffer yes
update_interval 1.0
own_window no
draw_shades no
draw_borders no
stippled_borders no
gap_x 1
gap_y 1
no_buffers yes
uppercase no
xmms_player xmms
on_bottom yes
maximum_width 350
#
TEXT
$nodename - $sysname $kernel on x86 [$freq_dyn_g Ghz] x2
$stippled_hr
${color grey}Time $color ${time %d/%m/%y - %H:%M} ${color grey}Uptime$color $uptime
$stippled_hr
${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${alignr}${membar 6,120}
${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${alignr}${swapbar 6,120}
$stippled_hr
${color grey}Disks:
${color grey} Root :$color ${fs_used /}/${fs_size /} ${alignr}${fs_bar 6,120 /}
${color grey} Home :$color ${fs_used /home}/${fs_size /home} ${alignr}${fs_bar 6,120 /home}
$stippled_hr
${color grey}CPU Usage:$color $cpu% ${alignr}${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes
${cpugraph cpu0 25}
${cpugraph cpu1 25}
$color$stippled_hr
${color grey}eth0: Up:$color ${upspeed eth0}KB/s - ${totalup eth0} ${color grey} - Down:$color ${downspeed eth0}KB/s - ${totaldown eth0}
Up ${alignr}Down
${upspeedgraph eth0 20,150} ${downspeedgraph eth0 20,150}
$stippled_hrArch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
maybe ask on #conky ...
Mr Green
Offline
Yeh in the process of doing that now, seems a few people are having similar problems.
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
I'm having the same issue, no reports of it on their mailing list from my searches. Maybe report it there and see where that gets us.
Offline
Try this conky config. Its makes conky create a seperate windows, along with transparency. I have no problems with this config. Remember the own_window* parameters are important
##############################################################################
# paramthegreat
##############################################################################
use_xft yes
xftfont monospace-8
background no
cpu_avg_samples 2
net_avg_samples 2
out_to_console no
update_interval 1
own_window yes
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 250 5
maximum_width 250
draw_shades yes
draw_outline no
draw_borders no
border_margin 4
border_width 1
uppercase no
no_buffers no
default_color white
default_shade_color black
default_outline_color black
use_spacer no
alignment bottom_right
gap_x 4
gap_y 40
##############################################################################
TEXT
${color green}Arch on //${nodename}
${color white}$hr
${color #5b6dad}${time %a, }${color #5b6dad}${time %B %e %G}
${color #5b6dad}${time %Z, }${color #5b6dad}${time %H:%M:%S}
${color white}$hr
${color #5b6dad}${execi 40000 cal}
${color white}$hr
${color #5b6dad}UpTime: $uptime
${color white}$hr
${color green}N E T W O R K
${color #5b6dad}Wired :
${color #5b6dad}Down: ${downspeedf eth0} kb/s Up: ${upspeedf eth0} kb/s
${color #7f8ed3}${downspeedgraph eth0 32,110} ${upspeedgraph eth0 32,110}
${color white}$hr
${color green}S Y S T E M
${color #5b6dad}CPU:${color #5b6dad} $cpu% $freq MHz Load: $loadavg
${color #7f8ed3}$cpugraph
${color #5b6dad}RAM :${color #5b6dad} $memperc% $mem/$memmax
${color #7f8ed3}$membar
${color #5b6dad}Processes: $processes Running: $running_processes
${color white}$hr
${color green}D I S K F R E E
${color #5b6dad}/ :${color #5b6dad} ${fs_free_perc /}% ${fs_free /}/ ${fs_size /}
${color #7f8ed3}${fs_bar /}
${color #5b6dad}/home :${color #5b6dad} ${fs_free_perc /home}% ${fs_free /home}/ ${fs_size /home}
${color #7f8ed3}${fs_bar /home}
${color white}$hr
${color green}D I S K T E M P
${color #5b6dad}120GB :${color #5b6dad} ${hddtemp /dev/sda}
${color #5b6dad}320GB :${color #5b6dad} ${hddtemp /dev/sdb}
${color white}$hr
${color green}M P D M U S I C
${color #5b6dad}Now: $mpd_title
${color #5b6dad}Vol:$mpd_vol qual:${mpd_bitrate} kbps time:$mpd_length
${color #5b6dad}random:$mpd_random repeat:$mpd_repeat
${color #7f8ed3}$mpd_barOffline
That works for me, guess that's the workaround to use till they fix it. Thanks!
Offline
Pages: 1