Re: [Pharo-users] Fast drag option, not really fast

2017-03-29 Thread Hilaire
No I did not because I am in a fast local area netwrok. SSh documentation mention compression should not be used on fast LAN: > -C Requests compression of all data (including stdin, stdout, stderr, > and data for forwarded X11 and TCP connections). The compression algorithm > is the same

Re: [Pharo-users] Fast drag option, not really fast

2017-03-28 Thread Stephan Eggermont
On 28/03/17 15:20, Hilaire wrote: Even over LAN X11 exported display, the fast drag option is slow. Obvisouly graphic translucent operations can't be fast. You are using a compression protocol for X11 communication, I assume? Stephan

Re: [Pharo-users] Fast drag option, not really fast

2017-03-28 Thread Hilaire
In the other hand it is likely the Pharo image does know about drawing operations on a remote X server, and it may just result in bitmap buffer transfers to repair damaged areas... Neverthless, the damaged area is still smaller when dragging with only line outlines. Le 28/03/2017 à 15:20, Hilaire

[Pharo-users] Fast drag option, not really fast

2017-03-28 Thread Hilaire
Hi, Will it be possible to have the really *fast* drag option back as we had in old time and does in Squeak? Even over LAN X11 exported display, the fast drag option is slow. Obvisouly graphic translucent operations can't be fast. As far as I can rewind, fast drag is slow since at least Pharo3