Can start xeyes but not xclock

2007-11-25 Thread Michael Defoin Platel
Hi,
I just installed a cygwin/x environment on a mahcine with XP running.

Everything seems to be okay. The X server starts smoothly and I can
run some programs such as xeyes, xemacs or display.
However  some others such as xterm, xclock, xload fail without any
error message.

For example:

 xterm

 echo $?
53

The TERM variable is set to cygwin and DISPLAY to localhost:0.0

Does anybody get what's going on ?

Many thanks in advance,
Michael

_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel
winAllocateFBShadowGDI - Creating DIB with width: 2560 height: 1024 depth: 32
winInitVisualsShadowGDI - Masks 00ff ff00 00ff BPRGB 8 d 24 bpp 32
null screen fn ReparentWindow
null screen fn RestackWindow
InitQueue - Calling pthread_mutex_init
InitQueue - pthread_mutex_init returned
InitQueue - Calling pthread_cond_init
InitQueue - pthread_cond_init returned
winInitMultiWindowWM - Hello
winInitMultiWindowWM - Calling pthread_mutex_lock ()
winMultiWindowXMsgProc - Hello
winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
MIT-SHM extension disabled due to lack of kernel support
XFree86-Bigfont extension local-client optimization disabled due to
lack of shared memory support in the kernel
(--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: 0409 (0409)
(--) Using preset keyboard for English (USA) (409), type 4
(--) 3 mouse buttons found
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/,
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/,
removing from list!
winInitMultiWindowWM - pthread_mutex_lock () returned.
winInitMultiWindowWM - pthread_mutex_unlock () returned.
winMultiWindowXMsgProc - pthread_mutex_lock () returned.
winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0
winMultiWindowXMsgProc - pthread_mutex_unlock () returned.
winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0
winProcEstablishConnection - Hello
winInitClipboard ()
winProcEstablishConnection - winInitClipboard returned.
winClipboardProc - Hello
DetectUnicodeSupport - Windows NT/2000/XP
winClipboardProc - DISPLAY=127.0.0.1:0.0
winInitMultiWindowWM - XOpenDisplay () returned and successfully
opened the display.
winMultiWindowXMsgProc - XOpenDisplay () returned and successfully
opened the display.
winClipboardProc - XOpenDisplay () returned and successfully opened the display.
winProcSetSelectionOwner - Clipboard not yet started, aborting.
winProcSetSelectionOwner - Clipboard not yet started, aborting.


--
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: Can start xeyes but not xclock

2007-11-25 Thread Larry Hall (Cygwin X)

Michael Defoin Platel wrote:

Hi,
I just installed a cygwin/x environment on a mahcine with XP running.

Everything seems to be okay. The X server starts smoothly and I can
run some programs such as xeyes, xemacs or display.
However  some others such as xterm, xclock, xload fail without any
error message.

For example:


xterm



echo $?

53

The TERM variable is set to cygwin and DISPLAY to localhost:0.0

Does anybody get what's going on ?


# net helpmsg 53

The network path was not found.

This means one of the DLLs the failing application needs can't be found.
'cygcheck xterm' will give you a list of DLLs required and complain about
those that are missing.  Make sure the packages with the missing DLLs are
are installed.  Repeat for other apps.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 429-6305 - FAX
Holliston, MA 01746

--
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: Can start xeyes but not xclock

2007-11-25 Thread Michael Defoin Platel
Thanks Larry.
The dll  cygexpat-0.dll is indeed missing !

Cheers,
Michael

On Nov 26, 2007 2:59 PM, Larry Hall (Cygwin X)
[EMAIL PROTECTED] wrote:
 Michael Defoin Platel wrote:
  Hi,
  I just installed a cygwin/x environment on a mahcine with XP running.
 
  Everything seems to be okay. The X server starts smoothly and I can
  run some programs such as xeyes, xemacs or display.
  However  some others such as xterm, xclock, xload fail without any
  error message.
 
  For example:
 
  xterm
 
  echo $?
  53
 
  The TERM variable is set to cygwin and DISPLAY to localhost:0.0
 
  Does anybody get what's going on ?

 # net helpmsg 53

 The network path was not found.

 This means one of the DLLs the failing application needs can't be found.
 'cygcheck xterm' will give you a list of DLLs required and complain about
 those that are missing.  Make sure the packages with the missing DLLs are
 are installed.  Repeat for other apps.

 --
 Larry Hall  http://www.rfk.com
 RFK Partners, Inc.  (508) 893-9779 - RFK Office
 216 Dalton Rd.  (508) 429-6305 - FAX
 Holliston, MA 01746

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



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