Message-Id: <201710121606.v9CG6ojC029815@delorie.com> X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:subject:from:to:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=WCZNbrN1Fq7O55Yw 1mCjYvcKRBogCwGR3ID/9miFOj6PHvNDwejHJQdjYVDVV+tbGSjiFglbRhjkxFfM 2XI445nHXJK5F1jKjaF+g0Hve10kmzMLVKAVD6q3XvUgci3OToWQgRytJOWDYzm5 zCr42dkb7mZCwjIdGp1tF8sfx1w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:subject:from:to:mime-version:content-type :content-transfer-encoding; s=default; bh=b+43R9G/zXGNdP9waCNgMG G44xw=; b=hgNfwqF/kPS5ulhMYUQGWiD1a1QbbzUv41lVDSWd4HcQgHzuGFte8B jwB4ZoBcJTuqlbxlN6myqobZndAW0FyY6giX9hQmUJTP2KgcntAbpkU2L5F5iSMB iM/Vn3buhXmB+bdX4Gfi0wZ47RhUw/rFMrN+McRdpqKN30fxe5juc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_05,GIT_PATCH_2,HTML_MESSAGE,MISSING_MID,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy=H*c:HmHil, H*c:HnHroiH, D*dronecode.org.uk, sk:jontur X-HELO: eddie.starwolf.com SavedFromEmail: greywolf AT starwolf DOT com Date: Thu, 12 Oct 2017 09:06:08 -0700 Subject: Re: Cygwin/X11 - the X11 server won't start. From: Greywolf To: Jon Turney , The Cygwin Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id v9CG6ojC029815 Found the problem.  It has to run as administrator.  Did that and it ran fine.  Still not sure why this was not an issue before.  Sorry for the trouble.  Might upgrade to 64 bit, but that means picking out what i have installed.                              --*greywolf;/* on the road */ -------- Original message --------From: Jon Turney Date: 10/12/17 08:45 (GMT-08:00) To: Greywolf , The Cygwin Mailing List Subject: Re: Cygwin/X11 - the X11 server won't start. On 12/10/2017 01:51, Greywolf wrote: > Just got a new laptoy (Lenovo ThinkPad P51) with an nVidia display > adapter as well as Intel integrated graphics.  X11 doesn't start.  > Everything seems to be fine until it reports back "cannot connect to > display :0.0" > > The five-year-old Dell I had worked just fine, no problems, no issue. > > CPU: Xeon E3-1510M > RAM: 32G > OS: Windows 10, build 15063.rs2_release.170317-1834 > Various program versions: attached cygcheck-sr.log > > Attached: > startxwin.log - the output from 'startxwin' > cygcheck-sr.log - the output from 'cygcheck -sr' > > I see nothing in there to indicate why it cannot open display :0.  [if > attachments aren't acceptable, please advise as to what would be an > acceptable to submit 192kB of output.] This log shows that the internal helper clients that the X server starts in multiwindow mode aren't able to connect to the X server. > winInitMultiWindowWM - DISPLAY=:0.0 > winMultiWindowXMsgProc - DISPLAY=:0.0 > winInitMultiWindowWM - Could not open display, try: 1, sleeping: 5 > winMultiWindowXMsgProc - Could not open display, try: 1, sleeping: 5 > winMultiWindowXMsgProc - Could not open display, try: 2, sleeping: 5 > winInitMultiWindowWM - Could not open display, try: 2, sleeping: 5 > winMultiWindowXMsgProc - Could not open display, try: 3, sleeping: 5 > winInitMultiWindowWM - Could not open display, try: 3, sleeping: 5 > winMultiWindowXMsgProc - Could not open display, try: 4, sleeping: 5 > winInitMultiWindowWM - Could not open display, try: 4, sleeping: 5 > winMultiWindowXMsgProc - Could not open display, try: 5, sleeping: 5 > winInitMultiWindowWM - Could not open display, try: 5, sleeping: 5 > winInitMultiWindowWM - Failed opening the display.  Exiting. > winMultiWindowXMsgProc - Failed opening the display.  Exiting. You can probably confirm that's what's preventing the server from starting by trying 'X -noclipboard' and seeing if that succeeds. It looks like something is preventing Cygwin's unix domain socket from working.  Since this is emulated using the loopback interface, this might be caused by firewall software. Also, I note that you've installed 32-bit Cygwin.  There really shouldn't be any reason not to use 64-bit Cygwin on a new 64-bit system. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple