public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
* X refuses to start
@ 2015-02-24 21:40 Will Parsons
  2015-02-24 23:06 ` Fj
  2015-02-24 23:06 ` Jon TURNEY
  0 siblings, 2 replies; 4+ messages in thread
From: Will Parsons @ 2015-02-24 21:40 UTC (permalink / raw)
  To: cygwin-xfree

I'm accustomed to start X via a shortcut which runs the command:

C:\cygwin\bin\run.exe --quote /usr/bin/bash.exe -l \
-c "cd; /usr/bin/startxwin -- -listen"

This was working, but now doesn't, with the following shown in the log
file:

====================================
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.17.1.0
OS: CYGWIN_NT-6.1-WOW sothis 1.7.34(0.285/5/3) 2015-02-04 12:12 i686
OS: Windows 7 Service Pack 1 [Windows NT 6.1 build 7601] (WoW64)
Package: version 1.17.1-2 built 2015-02-23

XWin was started with the following command line:

/usr/bin/XWin :0 -listen -auth /home/william/.serverauth.4460

ddxProcessArgument - Initializing default screens
winInitializeScreenDefaults - primary monitor w 1366 h 768
winInitializeScreenDefaults - native DPI x 96 y 96
_XSERVTransTransListen: unable to find transport: -auth
Failed to enable listen for -auth transportUnrecognized option:
/home/william/.serverauth.4460
use: X [:<display>] [option]
-a #                   default pointer acceleration (factor)
-ac                    disable access control restrictions
-audit int             set audit trail level

...

[  4635.990] (II) Server terminated successfully (0). Closing log
file.

====================================

I can't make sense out of what this is telling me about why X failed
to start.


General remark/gripe:

I realize the recent overhaul to xinit must have helped some people,
but for me it has been an utter disaster.  X seems to be much more
fragile now and it's been impossible to work with the ease of before
the changes.

-- 
Will


--
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] 4+ messages in thread

* Re: X refuses to start
  2015-02-24 21:40 X refuses to start Will Parsons
@ 2015-02-24 23:06 ` Fj
  2015-02-24 23:06 ` Jon TURNEY
  1 sibling, 0 replies; 4+ messages in thread
From: Fj @ 2015-02-24 23:06 UTC (permalink / raw)
  To: cygwin-xfree, gyliamos

It should be "-listen tcp", you can see it picking up "-auth" as the
argument for that option.

On Tue, Feb 24, 2015 at 10:59 PM, Will Parsons <varro@nodomain.invalid> wrote:
> I'm accustomed to start X via a shortcut which runs the command:
>
> C:\cygwin\bin\run.exe --quote /usr/bin/bash.exe -l \
> -c "cd; /usr/bin/startxwin -- -listen"
>
> This was working, but now doesn't, with the following shown in the log
> file:
>
> ====================================
> Welcome to the XWin X Server
> Vendor: The Cygwin/X Project
> Release: 1.17.1.0
> OS: CYGWIN_NT-6.1-WOW sothis 1.7.34(0.285/5/3) 2015-02-04 12:12 i686
> OS: Windows 7 Service Pack 1 [Windows NT 6.1 build 7601] (WoW64)
> Package: version 1.17.1-2 built 2015-02-23
>
> XWin was started with the following command line:
>
> /usr/bin/XWin :0 -listen -auth /home/william/.serverauth.4460
>
> ddxProcessArgument - Initializing default screens
> winInitializeScreenDefaults - primary monitor w 1366 h 768
> winInitializeScreenDefaults - native DPI x 96 y 96
> _XSERVTransTransListen: unable to find transport: -auth
> Failed to enable listen for -auth transportUnrecognized option:
> /home/william/.serverauth.4460
> use: X [:<display>] [option]
> -a #                   default pointer acceleration (factor)
> -ac                    disable access control restrictions
> -audit int             set audit trail level
>
> ...
>
> [  4635.990] (II) Server terminated successfully (0). Closing log
> file.
>
> ====================================
>
> I can't make sense out of what this is telling me about why X failed
> to start.
>
>
> General remark/gripe:
>
> I realize the recent overhaul to xinit must have helped some people,
> but for me it has been an utter disaster.  X seems to be much more
> fragile now and it's been impossible to work with the ease of before
> the changes.
>
> --
> Will
>
>
> --
> 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] 4+ messages in thread

* Re: X refuses to start
  2015-02-24 21:40 X refuses to start Will Parsons
  2015-02-24 23:06 ` Fj
@ 2015-02-24 23:06 ` Jon TURNEY
  2015-02-25  4:35   ` Will Parsons
  1 sibling, 1 reply; 4+ messages in thread
From: Jon TURNEY @ 2015-02-24 23:06 UTC (permalink / raw)
  To: cygwin-xfree

On 24/02/2015 20:59, Will Parsons wrote:
> I'm accustomed to start X via a shortcut which runs the command:
>
> C:\cygwin\bin\run.exe --quote /usr/bin/bash.exe -l \
> -c "cd; /usr/bin/startxwin -- -listen"
[...]
> I can't make sense out of what this is telling me about why X failed
> to start.

Since xorg-server-1.17.0-1 and xinit-1.3.4-1, the syntax has changed and 
you should now use '-listen tcp'.

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
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] 4+ messages in thread

* Re: X refuses to start
  2015-02-24 23:06 ` Jon TURNEY
@ 2015-02-25  4:35   ` Will Parsons
  0 siblings, 0 replies; 4+ messages in thread
From: Will Parsons @ 2015-02-25  4:35 UTC (permalink / raw)
  To: cygwin-xfree

Jon TURNEY wrote:
> On 24/02/2015 20:59, Will Parsons wrote:
>> I'm accustomed to start X via a shortcut which runs the command:
>>
>> C:\cygwin\bin\run.exe --quote /usr/bin/bash.exe -l \
>> -c "cd; /usr/bin/startxwin -- -listen"
> [...]
>> I can't make sense out of what this is telling me about why X failed
>> to start.
>
> Since xorg-server-1.17.0-1 and xinit-1.3.4-1, the syntax has changed and 
> you should now use '-listen tcp'.

OK - thanks.


-- 
Will


--
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] 4+ messages in thread

end of thread, other threads:[~2015-02-25  0:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-24 21:40 X refuses to start Will Parsons
2015-02-24 23:06 ` Fj
2015-02-24 23:06 ` Jon TURNEY
2015-02-25  4:35   ` Will Parsons

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).