Обновил дебиан, с ленни до сквиза. И после этого стали глючить коньки - если двигать, сворачивать/разворачивать окна, то текст немного расплывается. Вот так:
Расплывчатый
Не расплывчатый
Подскажите, пожалуйста, чего исправить. Юзаю: Conky 1.8.
Код:
# set to yes if you want Conky to be forked in the background
background no
cpu_avg_samples 4
net_avg_samples 1
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=10
own_window_transparent no
own_window_colour black
# Text alpha when using Xft
xftalpha 1.0
# on_bottom yes
# mail spool
mail_spool $MAIL
# Update interval in seconds
update_interval 3
# Create own window instead of using desktop (required in nautilus)
own_window no
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer 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 00ee00
default_shade_color 00dd00
#default_outline_color #5000a0
# 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 left
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
TEXT
${color black}$sysname $kernel on $machine
${color blue}$stippled_hr
${color blue}Uptime:${color lightgray} $uptime ${color}- Load:${color lightgray} $loadavg
${color blue}CPU Usage:${color green} ${cpu}% ${cpubar}
$color${cpugraph 000000 5000a0}
${color blue}CPU Freq: ${color green}${freq 0}; ${freq 1}; ${freq 2}; ${freq 3};
${color blue}RAM Usage:${color #00ee00} $mem/$memmax - $memperc% $membar
${color blue}Swap Usage:${color #00ee00} $swap/$swapmax - $swapperc% ${swapbar}
${color blue}Processes:${color #00ee00} $processes; ${color}Running:${color 00ee00} $running_processes;
$color$stippled_hr
${color}Networking:
${color}Down:${color #8844ee} ${downspeed eth0}${color} ${offset 70}Up:${color #22ccff} ${upspeed eth0}
$color${downspeedgraph eth0 32,150 ff0000 0000ff} $alignr$color${upspeedgraph eth0 32,150 0000ff ff0000}
$color$stippled_hr
${color}File systems:
${color blue}/ ${color 00cc00}${fs_used /}/${fs_size /} ${fs_bar /}
${color blue}/home ${color 00cc00}${fs_used /home}/${fs_size /home} ${fs_bar /home}
$color$stippled_hr
${color}Name PID CPU% MEM%
${color}CPU usage
${color red} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
$color ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
$color ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
$color ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
$color ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
${color}Mem usage
${color red} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
$color ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
$color ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
$color ${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
$color ${top_mem name 5} ${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5}