From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24874 invoked by alias); 24 Jul 2015 13:04:41 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Received: (qmail 24860 invoked by uid 89); 24 Jul 2015 13:04:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: out1-smtp.messagingengine.com Received: from out1-smtp.messagingengine.com (HELO out1-smtp.messagingengine.com) (66.111.4.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 24 Jul 2015 13:04:38 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 67EDA20A58 for ; Fri, 24 Jul 2015 09:04:36 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 24 Jul 2015 09:04:36 -0400 Received: from [192.168.1.102] (host31-51-206-117.range31-51.btcentralplus.com [31.51.206.117]) by mail.messagingengine.com (Postfix) with ESMTPA id C6C276801AF; Fri, 24 Jul 2015 09:04:35 -0400 (EDT) Subject: Re: X no longer spawning windows after update To: cygwin-xfree@cygwin.com References: Reply-To: cygwin-xfree@cygwin.com Cc: l.wood@surrey.ac.uk From: Jon TURNEY Message-ID: <55B237E2.5050504@dronecode.org.uk> Date: Fri, 24 Jul 2015 13:04:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-07/txt/msg00007.txt.bz2 On 24/07/2015 01:27, l.wood@surrey.ac.uk wrote: > Updated cygwin 32-bit with installer, now X no longer spawning > windows or terminal on launch. Just seems to hang after running > startxwin. Is there anything obvious in the log below? I think what you are seeing is the deliberate change described in the last bullet point of [1] The log you provide looks normal. [1] https://cygwin.com/ml/cygwin-announce/2015-07/msg00013.html > (--) 8 mouse buttons found > (eight mouse buttons? on a three-button mouse?) The value logged here comes from GetSystemMetrics(SM_CMOUSEBUTTONS) Some USB mice seem to report incorrect values. I'm guessing this is something like the maximum number of buttons the microcontroller inside can support, rather than the number which are actually physically present. This value is only used to see if it's not 2, in which case -emulate3buttons is enabled by default. I'm not sure what can be done about this, except perhaps changing "found" to "reported" :D -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/