Re: PATCH: zero traffic cursor

2005-05-09 Thread Martin Vermeer
On Mon, May 09, 2005 at 10:16:52AM +0200, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Angus Leeming wrote: > >> Martin, > >> > >> I guess that this one is for you to test. Rather than draw a new line on > >> each cursor blink, I bitBlt cached pixmaps. It works (we

Re: PATCH: zero traffic cursor

2005-05-09 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Angus Leeming wrote: >> Martin, >> >> I guess that this one is for you to test. Rather than draw a new line on >> each cursor blink, I bitBlt cached pixmaps. It works (we still have a >> blinking cursor, either 'normal' or 'foreign'), but I have no idea

Re: PATCH: zero traffic cursor

2005-05-05 Thread Martin Vermeer
On Thu, May 05, 2005 at 10:01:15PM +0100, Angus Leeming wrote: > Martin Vermeer wrote: > > Guess what: open a remote xterm over ssh with the command 'xterm -bc', > > and you get a blinking cursor. And the same kind of ADSL traffic as with > > LyX... that settles it, doesn't it: the authors of xterm

Re: PATCH: zero traffic cursor

2005-05-05 Thread Angus Leeming
Martin Vermeer wrote: > Guess what: open a remote xterm over ssh with the command 'xterm -bc', > and you get a blinking cursor. And the same kind of ADSL traffic as with > LyX... that settles it, doesn't it: the authors of xterm know X better > than anyone. Do you think that the 50bytes/sec saving

Re: PATCH: zero traffic cursor

2005-05-05 Thread Martin Vermeer
On Thu, May 05, 2005 at 02:55:04PM +0300, Martin Vermeer wrote: > On Thu, May 05, 2005 at 11:17:21AM +0100, Angus Leeming wrote: > > Martin Vermeer wrote: > > ... > > > If that hypothesis is correct, then the traffic is instructions to copy > > one existing pixmap to an area of another existing

Re: PATCH: zero traffic cursor

2005-05-05 Thread Martin Vermeer
On Thu, May 05, 2005 at 11:17:21AM +0100, Angus Leeming wrote: > Martin Vermeer wrote: ... > >> So we did some good, just not enough? Are you able to give me any > >> pointers to the remaining sources? > > > > I doubled the blink rate (400 -> 200 msec) and traffic went from 450 to > > 900 B/s (e

Re: PATCH: zero traffic cursor

2005-05-05 Thread Angus Leeming
Martin Vermeer wrote: >> >> > I guess that this one is for you to test. Rather than draw a new >> >> > line on each cursor blink, I bitBlt cached pixmaps. It works (we >> >> > still have a blinking cursor, either 'normal' or 'foreign'), but I >> >> > have no idea whether it works as desired (zero t

Re: PATCH: zero traffic cursor

2005-05-05 Thread Martin Vermeer
On Thu, May 05, 2005 at 10:42:29AM +0100, Angus Leeming wrote: > Martin Vermeer wrote: ... > >> > I guess that this one is for you to test. Rather than draw a new line > >> > on each cursor blink, I bitBlt cached pixmaps. It works (we still have > >> > a blinking cursor, either 'normal' or 'fore

Re: PATCH: zero traffic cursor

2005-05-05 Thread Angus Leeming
Martin Vermeer wrote: > On Wed, May 04, 2005 at 08:22:13PM +0100, Angus Leeming wrote: >> Angus Leeming wrote: >> > Martin, >> > >> > I guess that this one is for you to test. Rather than draw a new line >> > on each cursor blink, I bitBlt cached pixmaps. It works (we still have >> > a blinking c

Re: PATCH: zero traffic cursor

2005-05-05 Thread Martin Vermeer
On Wed, May 04, 2005 at 08:22:13PM +0100, Angus Leeming wrote: > Angus Leeming wrote: > > Martin, > > > > I guess that this one is for you to test. Rather than draw a new line on > > each cursor blink, I bitBlt cached pixmaps. It works (we still have a > > blinking cursor, either 'normal' or 'fore

Re: PATCH: zero traffic cursor

2005-05-04 Thread Angus Leeming
Angus Leeming wrote: > Martin, > > I guess that this one is for you to test. Rather than draw a new line on > each cursor blink, I bitBlt cached pixmaps. It works (we still have a > blinking cursor, either 'normal' or 'foreign'), but I have no idea > whether it works as desired (zero traffic). He

PATCH: zero traffic cursor

2005-05-04 Thread Angus Leeming
Martin, I guess that this one is for you to test. Rather than draw a new line on each cursor blink, I bitBlt cached pixmaps. It works (we still have a blinking cursor, either 'normal' or 'foreign'), but I have no idea whether it works as desired (zero traffic). -- AngusIndex: src/frontends/qt2/q