**********************************************************
I have updated cygwin on 4 April.
The last updated date is about middle of February.
After the update I cannot use X.
Startup batch file,
*********************************
@echo off
SET DISPLAY=127.0.0.1:0.0
C:
chdir C:\cygwin64\bin
start C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -
**************************************
and Cygwin X start from clicking windows shortcut with command
C:\cygwin64\bin\XWin.exe -multiwindow
I have been able to X without problem before cygwin update.
From mintty window
*****************************************
$ xterm &
[1] 4740
$ xterm: Xt error: Can't open display: 127.0.0.1:0.0
*****************************************
What am I wrong for X?
******************************************************
Is the above related to the below?
Xorg server always starting up on DISPLAY 3.0
http://cygwin.1069669.n5.nabble.com/Xorg-server-always-starting-up-on-DISPLAY-3-0-td117063.htmlTatsuro