public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
* XWin Server Not Starting
@ 2009-12-28 14:34 Venkatesan Ekambaram
  2010-01-12 20:50 ` Bob Whitehurst
  0 siblings, 1 reply; 3+ messages in thread
From: Venkatesan Ekambaram @ 2009-12-28 14:34 UTC (permalink / raw)
  To: cygwin-xfree; +Cc: Venkatesan Ekambaram

Hello,
 
                When I am trying the to start Xwin server, I am getting the following exception in the log.
 
                /var/log/Xwin.0.log contents:
                
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.7.1.0 (10701000)
Build Date: 2009-11-11
 
Contact: cygwin-xfree@cygwin.com
 
XWin was started with the following command line:
 
XWin -multiwindow -clipboard -silent-dup-error 
 
ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1024 h 768
winInitializeDefaultScreens - Returning
2009-12-25 02:28:37 _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
2009-12-25 02:28:37 _XSERVTransOpen: transport open failed for inet6/Gadag:0
2009-12-25 02:28:37 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
2009-12-25 02:28:37 winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
2009-12-25 02:28:37 (II) xorg.conf is not supported
2009-12-25 02:28:37 (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.htmlfor more information
2009-12-25 02:28:37 winPrefsLoadPreferences: /etc/X11/system.XWinrc
2009-12-25 02:28:37 LoadPreferences: Done parsing the configuration file...
2009-12-25 02:28:37 winGetDisplay: DISPLAY=:0.0
2009-12-25 02:28:37 winDetectSupportedEngines - Windows NT/2000/XP
2009-12-25 02:28:37 winDetectSupportedEngines - DirectDraw installed
2009-12-25 02:28:37 winDetectSupportedEngines - DirectDraw4 installed
2009-12-25 02:28:37 winDetectSupportedEngines - Returning, supported engines 00000007
2009-12-25 02:28:37 winSetEngine - Multi Window or Rootless => ShadowGDI
2009-12-25 02:28:37 winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel
2009-12-25 02:28:37 winAllocateFBShadowGDI - Creating DIB with width: 1024 height: 768 depth: 32
2009-12-25 02:28:37 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
2009-12-25 02:28:37 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32
2009-12-25 02:28:37 null screen fn ReparentWindow
2009-12-25 02:28:37 null screen fn RestackWindow
2009-12-25 02:28:37 InitQueue - Calling pthread_mutex_init
2009-12-25 02:28:37 InitQueue - pthread_mutex_init returned
2009-12-25 02:28:37 InitQueue - Calling pthread_cond_init
2009-12-25 02:28:37 InitQueue - pthread_cond_init returned
2009-12-25 02:28:37 winInitMultiWindowWM - Hello
2009-12-25 02:28:37 winInitMultiWindowWM - Calling pthread_mutex_lock ()
2009-12-25 02:28:37 Screen 0 added at XINERAMA coordinate (0,0).
2009-12-25 02:28:37 winMultiWindowXMsgProc - Hello
2009-12-25 02:28:37 winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
2009-12-25 02:28:37 MIT-SHM extension disabled due to lack of kernel support
2009-12-25 02:28:37 XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel
2009-12-25 02:28:37 (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
2009-12-25 02:28:37 (II) GLX: Initialized DRISWRAST GL provider for screen 0
2009-12-25 02:28:38 (EE) Error compiling keymap (server-0)
2009-12-25 02:28:38 (EE) XKB: Couldn't compile keymap
2009-12-25 02:28:38 XKB: Failed to compile keymap
2009-12-25 02:28:38 Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
2009-12-25 02:28:38 
Fatal server error:
2009-12-25 02:28:38 Failed to activate core devices.
 
                Can you please help me in getting Xwin server started.
 
Thanks
Venkat




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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: XWin Server Not Starting
  2009-12-28 14:34 XWin Server Not Starting Venkatesan Ekambaram
@ 2010-01-12 20:50 ` Bob Whitehurst
  2010-01-12 23:24   ` Jerry Lowry
  0 siblings, 1 reply; 3+ messages in thread
From: Bob Whitehurst @ 2010-01-12 20:50 UTC (permalink / raw)
  To: cygwin-xfree

I too had the same problem and I looked through some of the other posts.
Simon Jean-Francois posted the solution and Andy Koppe posted a followup. Just
as Andy has suggested, I got a in-use message box because I had a bash shell
running.

http://www.cygwin.com/ml/cygwin-xfree/2009-12/msg00098.html
http://www.cygwin.com/ml/cygwin-xfree/2009-12/msg00099.html


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: XWin Server Not Starting
  2010-01-12 20:50 ` Bob Whitehurst
@ 2010-01-12 23:24   ` Jerry Lowry
  0 siblings, 0 replies; 3+ messages in thread
From: Jerry Lowry @ 2010-01-12 23:24 UTC (permalink / raw)
  To: cygwin-xfree

Well I figured that I would start over.  So, I downloaded the cygwin 
files again to a local disk.  Installed everything from the local disk.  
I found that this time the install did not put any programs in the 
Cyginw-X folder at all.  So I deleted the cygwin download and picked a 
different mirror site.  I found that the number of folders got bigger 
and this time when I installed, the Cygwin-X folder is populated.  ( The 
first site I used was OSU, anyway to ping them to have them upgrade the 
mirror with all of the folders?)

After the install I started the X server.  Worked okay, except that when 
the xterm started it still leaves a blank X windows hanging around.  
Have yet to investigate this, just finished the install.  I then started 
the cygwin dos window and it returned this error:
1 [main] bash 3660 C:\Xwin\bin\bash.exe: *** fatal error - couldn't 
allocate heap, Win32 error 487, base 0x850000, top 0x8B0000, 
reserve_size 389120, allocsize 393216, page_const 4096
2 [main] bash 2848 child_info::sync: wait failed, pid 3660, Win32 error 1812
   1861 [main] bash 2848 fork: child -1 - died waiting for longjmp 
before initialization, retry 0, exit code 0x1000000, errno 11
2 [main] bash 2584 C:\Xwin\bin\bash.exe: *** fatal error - couldn't 
allocate heap, Win32 error 487, base 0x850000, top 0x8B0000, 
reserve_size 389120, allocsize 393216, page_const 4096
301671318 [main] bash 2848 child_info::sync: wait failed, pid 2584, 
Win32 error 1812
301672949 [main] bash 2848 fork: child -1 - died waiting for longjmp 
before initialization, retry 0, exit code 0x1000000, errno 11

I killed the windows after these errors.  I was hoping to check see if 
'sh' was installed, but will look at the xterm instead.
Started the Xterm and got the following error:
/usr/bin/xterm: Could not exec /bin/bash: Bad address

looks like bash needs to be reinstalled or fixed.  Will do the reinstall 
and report back.

thanks

Bob Whitehurst wrote:
> I too had the same problem and I looked through some of the other posts.
> Simon Jean-Francois posted the solution and Andy Koppe posted a followup. Just
> as Andy has suggested, I got a in-use message box because I had a bash shell
> running.
>
> http://www.cygwin.com/ml/cygwin-xfree/2009-12/msg00098.html
> http://www.cygwin.com/ml/cygwin-xfree/2009-12/msg00099.html
>
>
> --
> 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/


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-12 23:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-28 14:34 XWin Server Not Starting Venkatesan Ekambaram
2010-01-12 20:50 ` Bob Whitehurst
2010-01-12 23:24   ` Jerry Lowry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).