X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=gwk8zKOtZnVhArpVoDIW2M1ReOlagj98EMrf8lw3tYG KaBazGGv76YEN2HhPEZSdBTlARsWBqwF7TH95W3MubpJurUmaUuVzcv7C4kxvwqU MsiEQldw1UfS1jFpdSWLP/3fhk0jCRq0RZZImZxvlPeJ9i/wZj5L2rC+SAFY8SKw = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=cROrcTgOT2uVw2vSZUU7Wmcfr4k=; b=J6VrGDpobxErNxkR8 tnmOJ0td92oAL/jN6nMZhl1bNTe7zlE21l3TiTk2NwqdHnr3JzrQOH+e4c9bqEKK AywF935/j3pUxE2Xw5NiK6QOWuPF1aViHg7pJ0iXvGwHLGqNJMj0x/D4d8ICr1mp A06qPSXfAw54r3cp+uLeRsKe5M= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,CYGWIN_OWNER_BODY,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=March, sometime, roll, 16th X-HELO: mail-pj1-f45.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-transfer-encoding:thread-index:content-language; bh=mOB9HNirCHT+8z8f3c3VpAiC4Cggo3lkU542Xqfr1y8=; b=TZyxHarKtP0beh1e92jMLHmjL33ox5jcdH4mzQM/2Oki9jaiDFHRwoPDnFiTrddP/D IPOdmkT3SoozqakdONGyxGFtLAhAe5OASlRp1EGDynKOn1VCXxsBn0gv1Mv/252bGhJY /omhErR6+4u3RM0osMmy5fhJh8uNX5xUmkNbut50F5N+ztMy5pFuzvMzdv13XxqY0nhw sMTkBD8eJaVIcZY9M8RtAz6veapE+q3tRkN5LmCLcUrCH5SK/dt/wNjBXZJXhQxm6/Bu rZhTbr7q8nuSJgqU5blBDN9eHHb5oow+EMPL9uFb3Y4OEgBf79tkoBY6bbsQHkpg4xVe UsJA== From: To: References: In-Reply-To: Subject: RE: X11 forwarding extremely slow (unusable) after Cygwin upgrade on Dec 23rd Date: Wed, 1 Jan 2020 00:41:27 -0800 Message-ID: <00ec01d5c07f$42275070$c675f150$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes The problem is with cygwin 3.1.0-1, released on Dec 16th, or thereabouts. I decided to track it down by re-installing the earlier working release from the Cygwin time machine at crouchingtigerhiddenfruitbat.org, and then incrementally upgrading it until the problem showed up. It turns out that it was introduced in the Dec 16th release, which made just one change - upgraded cygwin from 3.0.7-1 to 3.1.0-1. With the Dec 15th release all works fine - nice fast response in the X11 windows, with the Dec 16th release the same programs in X11 windows are really, really slow. I can roll cygwin back to 3.0.7-1 from the latter release and X.11 then works fine again. To quantify the problem, I timed these using the BeyondCompare and kdiff3 file diff programs (which really show up the issue being very CPU intensive) comparing two versions of a source code directory containing 6 largish files, all differing: Time to open the window and display the directory: BeyondCompare with cygwin 3.0.7-1: 2 seconds, with cygwin 3.1.0-1: 18 seconds. Kdiff3 with cygwin 3.0.7.1: 4 seconds with cygwin 3.1.0-1: 15 seconds. Time to open a tab and display the diffs for one of the files: BeyondCompare with cygwin 3.0.7-1: 1 seconds, with cygwin 3.1.0-1: 8 seconds. Kdiff3 with cygwin 3.0.7.1: 5 seconds with cygwin 3.1.0-1: 13 seconds. Firefox is not so bad, but still slower. The time to open the window and display the default home page is about 2 seconds with cygwin 3.0.7-1, 5 seconds with 3.1.0-1. And the problem that I reported below relating to slow response trying to type into Firefox's address bar is not showing up with this build. Either that was introduced later, or maybe it was some side effect of the upgrade path that I took then? Ian > -----Original Message----- > From: cygwin-owner AT cygwin DOT com On Behalf > Of Ian Puleston > Sent: Friday, December 27, 2019 4:39 PM > To: cygwin AT cygwin DOT com > Subject: X11 forwarding extremely slow (unusable) after Cygwin upgrade on > Dec 23rd > > Hi, > > I have a Cygwin installation on a Windows 10 PC, on which I use X-Windows > to access a Linux development/build server. All has been working great for a > long time, until I rand a Cygwin upgrade on December 23rd, and after that > X11 has become pretty much unusable. I normally launch the terminator > terminal emulator locally under X, in that I "ssh -Y" to the Linux machine, and > then on there I use a number of GUI apps, mainly SlickEdit and > BeyondCompare, which run remotely via X11 forwarding to display in > windows on my local Windows PC. But since this Cygwin upgrade all of those > remote X11 apps are now extremely slow to respond to anything - about 10 > to 20 seconds to action any key press or mouse click. > > The two machines are on the same Gig-Ethernet LAN segment so there are > no latency issues there (ping response time <1mS). > > To take any possible problems with those components out of the picture, I > tried instead launching xterm under X11 locally, and from it launching Firefox > after ssh to the Linux machine, and again I see the same symptoms with that > - trying to type into Firefox's address bar takes about 10 seconds per letter. > > I had previously updated my Cygwin installation on March 3rd 2019, so this > problem has come in sometime between then and now. I've just spent a very > long day and a half rolling back the changes as much as I could (by hacking > the setup.ini and re-installing previous versions from the local download > cache) and eventually managed to get a working hybrid with enough > packages rolled back to make the difference, and now X11 is working fine > again. > > I also tried a new clean install of the latest Cygwin, after deleting my .XWinrc > and removing all but the bare minimum from .startxwinrc, and do see the > problem with that too. > > Is this any known problem? I couldn't find anything obvious in the email > archives. > > Ian > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple