Re: [ANNOUNCEMENT] Updated: xorg-server-1.17.1-1 (TEST)

2015-02-22 Thread Jon TURNEY

On 18/02/2015 14:46, Angelo Graziosi wrote:

Il 18/02/2015 15:23, Jon TURNEY ha scritto:


This is an intentional change.

 > NOTEWORTHY CHANGES IN 1.17
 > ==
 >
 > '-nolisten tcp' is now the default, so the server only accepts local
 > connections on a unix domain socket.  A '-listen' option has been
 > added which can be used to restore the previous behaviour.

On 18/02/2015 14:12, Angelo Graziosi wrote:


$ DISPLAY=127.0.0.1:0.0 ./libXbgi_helios_orbits.out


I think you will need to write DISPLAY=:0.0, or add the new '-listen
tcp' X server option.


OK,

$ DISPLAY=:0.0 ./libXbgi_mandelbrot.out

works. This seems enough..

If I understand, the option '-listen tcp' is needed to make it backward
compatible with DISPLAY=127.0.0.1:0. Right?


That is correct.

--
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: [ANNOUNCEMENT] Updated: xorg-server-1.17.1-1 (TEST)

2015-02-18 Thread Angelo Graziosi



Il 18/02/2015 15:23, Jon TURNEY ha scritto:


This is an intentional change.

 > NOTEWORTHY CHANGES IN 1.17
 > ==
 >
 > '-nolisten tcp' is now the default, so the server only accepts local
 > connections on a unix domain socket.  A '-listen' option has been
 > added which can be used to restore the previous behaviour.

On 18/02/2015 14:12, Angelo Graziosi wrote:


$ DISPLAY=127.0.0.1:0.0 ./libXbgi_helios_orbits.out


I think you will need to write DISPLAY=:0.0, or add the new '-listen
tcp' X server option.


OK,

$ DISPLAY=:0.0 ./libXbgi_mandelbrot.out

works. This seems enough..


If I understand, the option '-listen tcp' is needed to make it backward 
compatible with DISPLAY=127.0.0.1:0. Right?


Thanks,
 Angelo.

--
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: [ANNOUNCEMENT] Updated: xorg-server-1.17.1-1 (TEST)

2015-02-18 Thread Jon TURNEY


This is an intentional change.

> NOTEWORTHY CHANGES IN 1.17
> ==
>
> '-nolisten tcp' is now the default, so the server only accepts local
> connections on a unix domain socket.  A '-listen' option has been
> added which can be used to restore the previous behaviour.

On 18/02/2015 14:12, Angelo Graziosi wrote:


$ DISPLAY=127.0.0.1:0.0 ./libXbgi_helios_orbits.out


I think you will need to write DISPLAY=:0.0, or add the new '-listen 
tcp' X server option.



But with this 1.7.1 release, I get always:

   Cannot connect to X server

even if the X server is running (the X icon on sys-tray, with all its
items menu if one right clicks..)

Reverting to 1.6 fixes the issue...


--
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: [ANNOUNCEMENT] Updated: xorg-server-1.17.1-1 (TEST)

2015-02-18 Thread Angelo Graziosi

Just for completeness...

Jon TURNEY wrote:


he following packages have been updated in the Cygwin distribution:

*** xorg-server-*1.17.1-1



While installing the TEST version of Cygwin, a "next" was clicked too 
soon and these 'xorg' packages were installed. OK.


The fact is that I have some X apps which I run from command line 
(MinTTY) as in this example:


$ DISPLAY=127.0.0.1:0.0 ./libXbgi_helios_orbits.out

Obviously, I have already started the X server, from a link on tool bar, 
being


target: C:\cygwin64\bin\run.exe --quote bash -l -c "rm -rf /tmp/.X*; 
XWin -multiwindow -clipboard -silent-dup-error 2>/dev/null &"



But with this 1.7.1 release, I get always:

  Cannot connect to X server

even if the X server is running (the X icon on sys-tray, with all its 
items menu if one right clicks..)


Reverting to 1.6 fixes the issue...


Ciao,
 Angelo.

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