Re: startx hangs on WinXP, xinit doesn't

2004-08-26 Thread Ariel Millennium Thornton
Mr. Dickey and Mr. Barr, I stand corrected. pv, I apologize for misleading you, and I hope that you do find the solution to your problem. My programming experience is with C-like languages, such as PHP, and I had mistakenly believed that bash tests worked with similar syntax. My understanding

Re: startx hangs on WinXP, xinit doesn't

2004-08-24 Thread Dr.D.J.Picton
Hello, pv. On Mon, 16 Aug 2004 22:29:04 -0700 (PDT) p v wrote: [snip] The only difference in the execution of the two is the environment so I experimented and finally I commented this portion of startx script - if [ x$XAUTHORITY = x ]; then XAUTHORITY=$HOME/.Xauthority

Re: startx hangs on WinXP, xinit doesn't

2004-08-23 Thread David . A . Barr
] cc: Subject:Re: startx hangs on WinXP, xinit doesn't Hello, pv. On Mon, 16 Aug 2004 22:29:04 -0700 (PDT) p v wrote: [snip] if [ x$XAUTHORITY = x ]; then XAUTHORITY=$HOME/.Xauthority export XAUTHORITY fi For a _test_ of equality, there should be two equal

Re: startx hangs on WinXP, xinit doesn't

2004-08-22 Thread Ariel Millennium Thornton
Hello, pv. On Mon, 16 Aug 2004 22:29:04 -0700 (PDT) p v wrote: [snip] The only difference in the execution of the two is the environment so I experimented and finally I commented this portion of startx script - if [ x$XAUTHORITY = x ]; then XAUTHORITY=$HOME/.Xauthority export

Re: startx hangs on WinXP, xinit doesn't

2004-08-22 Thread Thomas Dickey
On Sun, 22 Aug 2004, Ariel Millennium Thornton wrote: Hello, pv. On Mon, 16 Aug 2004 22:29:04 -0700 (PDT) p v wrote: [snip] The only difference in the execution of the two is the environment so I experimented and finally I commented this portion of startx script - if [

Re: startx hangs on WinXP, xinit doesn't

2004-08-16 Thread p v
More details - I tried to debug the problem (as much as I could) and this is what I found out. First I found out how startx calls xinit - xinit /usr/X11R6/lib/X11/xinit/xinitrc -- \ -multiwindow -clipboard Since this exact command starts X every time with no problem I looked at the output when

startx hangs on WinXP, xinit doesn't

2004-08-15 Thread p v
Dell Optiplex 260 P4, No ZoneaAlarm installed (ever), /tmp mounted in binary mode. startx hangs after printing out - $ startx Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.7.99.1-1 Contact: [EMAIL PROTECTED] XWin was started with the following command line: X :0

Re: startx hangs on WinXP

2004-07-05 Thread Karl Itschen
Yes, I've tried using twm, and it appears to work fine. I'm would prefer to use the multiwindow mode though, I'm just not a big fan of twm. I don't have a local firewall running on my machine. Any further ideas on how to isolate? Thanks, Jim On Thu, 3 Jun 2004, Jim Duda wrote: I've

Re: startx hangs on WinXP - Resolution

2004-06-11 Thread Jim Duda
I figured out my problem. I learned that startxwin.bat will hang in this manner if when You install Cygwin, you choose DOS instead of UNIX for the Default text mode prompt. I reinstalled Cygwin with a default Text mode of UNIX and all works as expected now. Jim -Original Message-

Re: startx hangs on WinXP - Resolution

2004-06-11 Thread Igor Pechtchanski
Jim, IIRC, you only need the /tmp to be binary-mounted (and the fonts directory, but that mount is forced to be binary by the font packages postinstall scripts). Instead of reinstalling everything with UNIX line endings, you could have simply issued a mount -f -b c:/cygwin/tmp /tmp (provided

startx hangs on WinXP

2004-06-03 Thread Jim Duda
I've installed the latest version of cygwin and cygwin/X. When I attempt to use startx in multiwindow mode, the X server hangs. If I use either of the following, I get the X server started, but I don't have a useful window manager. startx -- :0 XWin -clipboard I tried the identical

Re: startx hangs on WinXP

2004-06-03 Thread Alexander Gottwald
On Thu, 3 Jun 2004, Jim Duda wrote: I've installed the latest version of cygwin and cygwin/X. When I attempt to use startx in multiwindow mode, the X server hangs. Do you have a personal firewall or VPN software running? Try disabling these. If I use either of the following, I get the X

Re: startx hangs on WinXP

2004-06-03 Thread Jim Duda
Yes, I've tried using twm, and it appears to work fine. I'm would prefer to use the multiwindow mode though, I'm just not a big fan of twm. I don't have a local firewall running on my machine. Any further ideas on how to isolate? Thanks, Jim On Thu, 3 Jun 2004, Jim Duda wrote: I've