cygwinのX serverの使い方が変わった

2015/1/20現在、
これまで startxwin で使えていた、cygwinをXサーバにする方法が変更されて使えなくなった。ログから察するに2014/11/13の更新から。
新しい方法では以下のようにする。

$ run xwin -multiwindow
$ xterm
xterm> xhost +192.168.xxx.xxx

(参考 X does not start after cygwin upgrade)

起動ログ

参考として起動ログ(/var/log/xwin/XWin.0.log)を張っておく。

Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.16.3.0
OS: CYGWIN_NT-6.1 user-PC 1.7.33-2(0.280/5/3) 2014-11-13 15:45 i686
OS: Windows 7  [Windows NT 6.1 build 7600] (Win32)
Package: version 1.16.3-1 built 2014-12-30
XWin was started with the following command line:

/usr/bin/xwin -multiwindow

ddxProcessArgument - Initializing default screens
winInitializeScreenDefaults - primary monitor w 1600 h 1200
winInitializeScreenDefaults - native DPI x 96 y 96
[ 17303.490] (II) xorg.conf is not supported
[ 17303.490] (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
[ 17303.490] LoadPreferences: /home/goto/.XWinrc not found
[ 17303.490] LoadPreferences: Loading /etc/X11/system.XWinrc
[ 17303.490] LoadPreferences: Done parsing the configuration file...
[ 17303.552] winDetectSupportedEngines - DirectDraw4 installed, allowing ShadowDDNL
[ 17303.568] winDetectSupportedEngines - Returning, supported engines 00000015
[ 17303.568] winSetEngine - Multi Window or Rootless => ShadowGDI
[ 17303.568] winScreenInit - Using Windows display depth of 32 bits per pixel
[ 17303.584] winAllocateFBShadowGDI - Creating DIB with width: 2880 height: 1200 depth: 32
[ 17303.584] winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
[ 17303.584] winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32
[ 17303.599] MIT-SHM extension disabled due to lack of kernel support
[ 17303.599] XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel
[ 17303.599] glWinSelectGLimplementation: Loaded 'cygnativeGLthunk.dll'
[ 17303.740] (II) AIGLX: Testing pixelFormatIndex 5
[ 17303.818] GL_VERSION:     3.0.0
[ 17303.818] GL_VENDOR:      NVIDIA Corporation
[ 17303.818] GL_RENDERER:    GeForce GT 220/PCI/SSE2
[ 17303.818] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 17303.818] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 17303.818] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 17303.818] (II) AIGLX: enabled GLX_SGIX_pbuffer
[ 17303.818] (II) AIGLX: enabled GLX_ARB_multisample and GLX_SGIS_multisample
[ 17303.818] (II) 450 pixel formats reported by wglGetPixelFormatAttribivARB
[ 17303.818] (II) AIGLX: Set GLX version to 1.4
[ 17303.818] (II) 297 fbConfigs
[ 17303.818] (II) ignored pixel formats: 0 not OpenGL, 54 RBGA float, 63 RGBA unsigned float, 0 unknown pixel type, 36 unaccelerated
[ 17303.818] (II) GLX: Initialized Win32 native WGL GL provider for screen 0
[ 17303.974] winPointerWarpCursor - Discarding first warp: 1440 600
[ 17303.974] (--) 3 mouse buttons found
[ 17303.974] (--) Setting autorepeat to delay=500, rate=31
[ 17304.504] (II) Loading US keyboard layout.
[ 17304.504] (--) Windows keyboard layout: "00000411" (00000411) "Japanese", type 7
[ 17304.504] (--) Found matching XKB configuration "Japanese"
[ 17304.504] (--) Model = "jp106" Layout = "jp" Variant = "none" Options = "none"
[ 17304.504] Rules = "base" Model = "jp106" Layout = "jp" Variant = "none" Options = "none"
[ 17304.566] winInitMultiWindowWM - DISPLAY=:0.0
[ 17304.566] winMultiWindowXMsgProc - DISPLAY=:0.0
[ 17304.566] winProcEstablishConnection - winInitClipboard returned.
[ 17304.566] winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display.
[ 17304.566] winClipboardThreadProc - DISPLAY=:0.0
[ 17304.566] OS maintains clipboard viewer chain: yes
[ 17304.566] winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display.
[ 17304.566] winClipboardProc - XOpenDisplay () returned and successfully opened the display.