kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #03905
Re: Re: R2217 bugs
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Vesa Solonen <vsolonen@...>
-
Date:
Thu, 14 Jan 2010 21:31:37 +0200 (EET)
-
In-reply-to:
<4B4EDFC8.1090400@...>
-
User-agent:
Alpine 1.99 (SOC 1136 2008-08-12)
On Thu, 14 Jan 2010, jean-pierre.charras@... wrote:
I am not sure wxAutoBufferedPaint is the problem under Linux, because recent
GTK libs are double buffered
and wxAutoBufferedPaint is defined as wxPaintDC in this case (like under
macOSX).
(in fact forcing wxPaintDC instead of wxAutoBufferedPaint does not change
the problem)
I'm unsure where the problem lies, but with wxAutoBufferedPaint the
drawing is really double buffered --> no flicker on zoom. There has to be
a very serious problem if one can get 80% Xorg and 30% PCBnew CPU usage on
C2D just by rolling zoom on an empty board (grid dots on). My gut feeling
is immediate drawing mode and not using wxGC. Isn't wxDC going to get
phased out soon too?
Current R2221 doesn't solve stuff, but BCBnew crashes on zoom...
-Vesa
Follow ups
References