Thank you for your reply,
Mathieu Bouchard matju@artengine.ca writes:
How much CPU does Pd (both halves of it) really use while it's acting slow ? That could be a big hint either way. In the process list («ps» or «top»), see whether «pd» has a big %, and see whether «pd-gui» has a big %.
I did the following experiment:
...the CPU is mostly idle
...when I move the object (the window is already updating slowly, around 2 fps), the Xorg process raises to about 70% CPU usage and puredata process remains at 2-5%. The command «ps -A | egrep -i 'pd|puredata'» gives the following:
17 ? 00:00:13 kswapd0 783 ? 00:00:00 pppd 1045 ? 00:08:51 mpd 26605 pts/4 00:00:01 puredata 26608 pts/4 00:00:00 pd-watchdog
(I was running it with JACK, but running through ALSA gives the same results with only additional puredata process).
The same situation with Pd-extended (except the process name:).
I will post my Xorg.log as an attachment...