From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <7EB93D56-332E-406E-B890-B44F4A19DCCF@corpus-callosum.com> Date: Fri, 22 Nov 2013 10:18:47 +0100 Message-ID: From: Mark van Atten To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] drawterm osx-x11 on x86_64 Topicbox-Message-UUID: 8bb13e6c-ead8-11e9-9d60-3106f5b1d025 Well, I wrote `the current sources', but that was wrong: I just checked bitbucket again and saw your commits of the last few hours. So I pulled the updates and rebuilt. To my surprise, the phenomena remain exactly the same. This time I got a message though: objc[3785]: Object 0x7fb261297930 of class NSConcreteMapTable autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug Mark. On Fri, Nov 22, 2013 at 10:05 AM, Mark van Atten w= rote: > On Fri, Nov 22, 2013 at 1:02 AM, Jeff Sickel wr= ote: > >> Will one of you describe the flicker you speak of? I see flicker on >> Linux=E2=80=99s drawterm X11 when resizing rio windows and other operati= ons, >> given the round trip time, though the flicker is less on fast local >> networks. > > You are right, of course, that the presence of flicker may depend on > various things, and my original message was too elliptic. > > I drawterm only to a virtual machine on the same computer. > > My setup: Mac Mini Late 2012 with 10.8.5. Virtual machine: Virtualbox > 4.3.0, Bell Labs iso, 1024MB system memory, VT-x/AMD-V and Nested > Paging on, 32 MB video memory, Intel PRO/1000 MT Desktop bridged > adapter en1 Wi-Fi (AirPort). Mountain Lion's DHCP server enabled. > > Drawterm for osx-x11 built from the current sources at > http://code.google.com/p/drawterm/ > Drawterm for osx-cocoa built from the current sources at > https://bitbucket.org/jas/drawterm-cocoa > > In the cocoa version, when sweeping a rio window all borders will > flicker continuously. On resizing with B1 or B2, in addition to the > flicker, border lines will fail to meet or meet but not at the > corner. All this independently of window size and sweep speed. When > creating a new window in sam, three or all corners always break open a > little. > > In the x11 version, when sweeping normally, there will be no flicker > at any size, and, when sweeping quickly, flicker on one side only (the > side where the mouse pointer is). I haven't seen border lines fail to > meet or meet at the wrong place, whether in rio or in sam. > > Mark.