On Fri, Apr 3, 2009 at 6:34 AM, Brian J. Murrell <[email protected]> wrote: > I tried to attach to an xpra-0.0.6 session and the windows stopped > drawing after a certain point. Xpra is displaying a constant (and > furious) stream of: > > DamageNotify received > event was delivered to window itself > not forwarding to WindowModel handler, it has no wimpiggy-damage-event signal > forwarding event to a CompositeHelper handler's wimpiggy-damage-event signal > damage 5 (12, 35, 338, 20) > forwarded > sending ['draw', 5, 12, 35, 338, 20, 'rgb24', > '\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89\x82\x8c\x89'...]
That log indicates that it *is* sending redraws... I have seen it fall behind sometimes when the network hiccups or windows are changing quickly (resizes in particular can be a culprit, there's actually a fix for this using EWMH's smooth-resiize protocol but we haven't implemented it yet), and just stopping with whatever I was doing to trigger the redraws for a minute and letting it catch up fixed the problem. Is it possible that was what was going on for you? (Not that that's ideal, but unfortunately there's no simple fix for network hiccups.) -- Nathaniel _______________________________________________ Parti-discuss mailing list [email protected] http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
