Re: listen() failed

2006-08-29 Thread Larry Hall (Cygwin X)

Woogon Chung wrote:

Dear all,

How do I resolve the following problem?
I cannot start X Server.
I noticed that an exact question rose about 2
years ago.
Can anyone show us any hint to open my X
Server for Cygwin?

Thanks.
Woogon

---

Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.99.901-4

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command
line:

X :0 -multiwindow -clipboard

_XSERVTransSocketCreateListener: listen()
failed
_XSERVTransSocketINETCreateListener:
...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: failed
to create listener for inet
_XSERVTransmkdir: Owner of /tmp/.X11-unix
should be set to root
_XSERVTransSocketCreateListener: listen()
failed
_XSERVTransSocketUNIXCreateListener:
...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: failed
to create listener for local

Fatal server error:
Cannot establish any listening sockets - Make
sure an X server isn't already running
winDeinitMultiWindowWM - Noting shutdown in
progress
giving up.
xinit:  Operation not permitted (errno 1):
unable to connect to X server
xinit:  No such process (errno 3):  Server
error.



Sounds like a firewall/virus scanner issue to me.  Try turning them off
and uninstalling them to see if it makes a difference.  And, as Charli
already mentioned:


Problem reports:   http://cygwin.com/problems.html




--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - 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: listen() failed

2006-08-29 Thread Charli Li
Woogon Chung wrote:
>Dear all,
>
>How do I resolve the following problem?
>I cannot start X Server.
>I noticed that an exact question rose about 2
>years ago.
>Can anyone show us any hint to open my X
>Server for Cygwin?
>
>Thanks.
>Woogon
>
>---
>
>Welcome to the XWin X Server
>Vendor: The Cygwin/X Project
>Release: 6.8.99.901-4
>
>Contact: cygwin-xfree@cygwin.com
>
>XWin was started with the following command
>line:
>
>X :0 -multiwindow -clipboard
>
>_XSERVTransSocketCreateListener: listen()
>failed
>_XSERVTransSocketINETCreateListener:
>...SocketCreateListener() failed
>_XSERVTransMakeAllCOTSServerListeners: failed
>to create listener for inet
>_XSERVTransmkdir: Owner of /tmp/.X11-unix
>should be set to root
>_XSERVTransSocketCreateListener: listen()
>failed
>_XSERVTransSocketUNIXCreateListener:
>...SocketCreateListener() failed
>_XSERVTransMakeAllCOTSServerListeners: failed
>to create listener for local
>
>Fatal server error:
>Cannot establish any listening sockets - Make
>sure an X server isn't already running
>winDeinitMultiWindowWM - Noting shutdown in
>progress
>giving up.
>xinit:  Operation not permitted (errno 1):
>unable to connect to X server
>xinit:  No such process (errno 3):  Server
>error.
>
>
>


Please provide more info by following the instructions at:
>Problem reports:   http://cygwin.com/problems.html

HTH,
Charli
---
OOYEAH!

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



listen() failed

2006-08-29 Thread Woogon Chung
Dear all,

How do I resolve the following problem?
I cannot start X Server.
I noticed that an exact question rose about 2
years ago.
Can anyone show us any hint to open my X
Server for Cygwin?

Thanks.
Woogon

---

Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.99.901-4

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command
line:

X :0 -multiwindow -clipboard

_XSERVTransSocketCreateListener: listen()
failed
_XSERVTransSocketINETCreateListener:
...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: failed
to create listener for inet
_XSERVTransmkdir: Owner of /tmp/.X11-unix
should be set to root
_XSERVTransSocketCreateListener: listen()
failed
_XSERVTransSocketUNIXCreateListener:
...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: failed
to create listener for local

Fatal server error:
Cannot establish any listening sockets - Make
sure an X server isn't already running
winDeinitMultiWindowWM - Noting shutdown in
progress
giving up.
xinit:  Operation not permitted (errno 1):
unable to connect to X server
xinit:  No such process (errno 3):  Server
error.



--
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: Cygwin/X on multiple displays, nothing displayed

2006-08-29 Thread René Berber
Justin Patrin wrote:
[snip]
> My LCD is the primary (can't be changed) and is at 1024x768. My
> secondary monitor is normally to the left of my LCD and is at
> 1280x1024. If I make it the left-most screen X windows work on the LCD
> perfectly but when dragged onto the second monitor they go blank. When
> I make my second monitor the left-most screen window contents display
> fine on that screen but only within the top-left 1024x768 of it.
[snip]

For different resolution monitors you need to use -multiwindow and the -screen
option, take a look at "XWin --help":
...
-screen scr_num [width height [x y] | [EMAIL PROTECTED] ]
Enable screen scr_num and optionally specify a width and
height and initial position for that screen. Additionally
a monitor number can be specified to start the server on,
at which point, all coordinates become relative to that
monitor (Not for Windows NT4 and 95). Examples:
 -screen 0 [EMAIL PROTECTED] ; 2nd monitor offset 100,100 size 800x600
 -screen 0 [EMAIL PROTECTED]; 3rd monitor size 1024x768
 -screen 0 @1 ; on 1st monitor using its full resolution (the default)
...
-- 
René Berber


--
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: Cygwin/X on multiple displays, nothing displayed

2006-08-29 Thread Justin Patrin

On 8/29/06, Brian Ford <[EMAIL PROTECTED]> wrote:

On Tue, 29 Aug 2006, Justin Patrin wrote:

> Does anyone have any clues how to fix this issue?

-multiplemonitors ?



Thanks, I should have checked for/tried that previously. Unfortunately
it makes no difference at all. I've attempted some more things and
here is what I have found:

-multiplemonitors makes no difference with any of the other options I tried.

-multiwindow is my default mode and works on one monitor but not on
two. Some more testing today has shown that output works only on the
leftmost monitor but only at the resolution of the primary monitor.

My LCD is the primary (can't be changed) and is at 1024x768. My
secondary monitor is normally to the left of my LCD and is at
1280x1024. If I make it the left-most screen X windows work on the LCD
perfectly but when dragged onto the second monitor they go blank. When
I make my second monitor the left-most screen window contents display
fine on that screen but only within the top-left 1024x768 of it.

-rootless only allows display on the primary monitor, if I attempt to
drag windows off the edge they end up over the edge but only displayed
on the primary monitor.

Using neither of the previous gives me a window with X inside it and
works fine on either screen (but is not particularly usable within
Windows).

--
Justin Patrin

--
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: FW: Remote Connections

2006-08-29 Thread Lionel B

Charli Li wrote:

Rich Mayo wrote:
Can I set up my Cygwin X server to support remote connections such 
as telnet or rlogin?


You might want to use ssh with "trusted X11 forwarding".

man ssh

and look at the -Y switch.

--
Lionel B


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



FW: Remote Connections

2006-08-29 Thread Charli Li
Rich Mayo wrote:
>Can I set up my Cygwin X server to support remote connections such 
>as telnet
>or rlogin?
>
>
>
>
>
>R.
>
>

Forwarded to Cygwin/X list.

--
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: Cygwin/X on multiple displays, nothing displayed

2006-08-29 Thread Brian Ford
On Tue, 29 Aug 2006, Justin Patrin wrote:

> Does anyone have any clues how to fix this issue?

-multiplemonitors ?

-- 
Brian Ford
Lead Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained crew...

.


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



Cygwin/X on multiple displays, nothing displayed

2006-08-29 Thread Justin Patrin

I just reinstalled Windows a short time ago and started having a
strange problem.

I have a laptop and use it both with its own screen only and with a
second screen at work. When I switched from one setup to the other my
X windows usually stopped responding visually (although they seemed to
respond to input). Stopping and starting X would fix the problem.

Now, after reinstalling Windows and Cygwin/X, X works fine on my one
screen but not when I turn on the second screen. No matter what order
I switch configurations and restart X in the X screens are always just
white when I have two screens enabled.

Does anyone have any clues how to fix this issue?

--
Justin Patrin

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