Re: X no longer spawning windows after update

2015-07-25 Thread Ken Brown

On 7/25/2015 4:00 AM, xxx wrote:

Think it would be good if the Cygwin installer threw vital changes to behaviour 
in packages (like the one referenced below) in face to click through before 
doing installs. If it's a deliberate change, document it in the installer 
loading in package-specific readmes so that user accepts the change before 
discovery and being launched into the unknown,


You could also subscribe to the cygwin-announce list.  It's a low-volume 
list and shouldn't be much of a burden.


Ken

--
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/



Re: X no longer spawning windows after update

2015-07-25 Thread l.wood
so the X graphic that started appearing floating in the top left corner of a 
screen, but no longer does, had some sort of menu associated with it? Who knew?

Yes, new notification bar icon (occasionally two?) has xterm option in pop up 
menu in pop up window of all notification icons, of which there are alas many. 
How to restore old launch-an-xterm-at-x-launch behaviour?

Think it would be good if the Cygwin installer threw vital changes to behaviour 
in packages (like the one referenced below) in face to click through before 
doing installs. If it's a deliberate change, document it in the installer 
loading in package-specific readmes so that user accepts the change before 
discovery and being launched into the unknown,

'Detected two mouse buttons, so emulating three' / 'Detected more than two 
mouse buttons, so assuming three are available' seems easy enough.

From: Jon TURNEY 
Sent: Friday, 24 July 2015 11:04:34 PM
To: cygwin-xfree@cygwin.com
Cc: Wood L  Dr (Electronic Eng)
Subject: Re: X no longer spawning windows after update

On 24/07/2015 01:27, l.w...@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/



Re: X no longer spawning windows after update

2015-07-24 Thread Jon TURNEY

On 24/07/2015 01:27, l.w...@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/