Re: /usr/bin/startx fails on new x.org install?

2009-02-17 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 http://cygwin.com/acronyms/#PCYMTWLL !! Lloyd Wood wrote: > XWin was started with the following command line: > > /usr/bin/X :0 -auth /cygdrive/c/Documents and > Settings/lwood/.serverauth.3000 > > ddxProcessArgument - Initializing default screen

Re: Intermittent X clipboard failure

2009-02-17 Thread Danilo Turina
I've got similar problems with the clipboard but with another clipboard history tool (CLCL). It seems that, at some point, X puts something in the clipboard with a format not correctly managed by CLCL and until I put something else in the clipboard (and that's not always easy to achieve) the cli

Re: R: starxwin.bat always "misfires" the xterm once - it works!

2009-02-17 Thread Owen Rees
--On Monday, February 16, 2009 17:40:15 +0100 Franz di Coccio wrote: Marco, your suggestion to insert %CYGWIN_ROOT%\bin\sleep 4 before the xterm launch instruction %RUN% xterm -e /usr/bin/bash -l in starxwin.bat did the trick! Thanks a lot! Grazie! F PS That's a weird behaviour, anyway.

RE: Intermittent X clipboard failure

2009-02-17 Thread Williams, Chris (Marlboro)
If you don't use CLCL does everything work ok? -Chris -Original Message- From: cygwin-xfree-ow...@cygwin.com [mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of Danilo Turina Sent: Tuesday, February 17, 2009 3:36 AM To: cygwin-xfree@cygwin.com Subject: Re: Intermittent X clipboard failure

Re: Intermittent X clipboard failure

2009-02-17 Thread Marc Girod
Just my startup batch file, as a complement of information: @echo off C: chdir C:\cygwin\bin bash --login -c "/usr/bin/startx /usr/bin/emacs -fn lucidasanstypewriter-8 -g 80x43+88+69 -- /usr/bin/X :0 -multiwindow -clipboard" Marc -- View this message in context: http://www.nabble.com/Intermi

Re: Intermittent X clipboard failure

2009-02-17 Thread Danilo Turina
I don't know, but when I have the problem, closing CLCL solves the issue. Williams, Chris (Marlboro) wrote: If you don't use CLCL does everything work ok? -Chris -Original Message- From: cygwin-xfree-ow...@cygwin.com [mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of Danilo Turina Sen

RE: Intermittent X clipboard failure

2009-02-17 Thread WEEBER Bill
WARNING: This e-mail has been altered by some SMTP protection software. Following this paragraph are indications of the actual changes made. For more information, contact Alcatel Postmaster . An attachment named NEdit.bat was removed from this document as it constituted a security hazard. If

RE: RE: Intermittent X clipboard failure

2009-02-17 Thread Marc Girod
Williams, Chris (Marlboro) wrote: > > This is the same workaround I've been using. I'm also using Office 2003 > and X11R7. I'm fine with this workaround. > It seems to work for me as well (a few hours of experience only). In fact, I was surprised that cut&paste continues working (or actually s

Re: /usr/bin/startx fails on new x.org install?

2009-02-17 Thread Michael Hennebry
On Tue, 17 Feb 2009, Yaakov (Cygwin/X) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 http://cygwin.com/acronyms/#PCYMTWLL !! Lloyd Wood wrote: XWin was started with the following command line: /usr/bin/X :0 -auth /cygdrive/c/Documents and Settings/lwood/.serverauth.3000 ddxProcess

Re: /usr/bin/startx fails on new x.org install?

2009-02-17 Thread Lloyd Wood
> Lloyd Wood wrote: > > XWin was started with the following command line: > > > > /usr/bin/X :0 -auth /cygdrive/c/Documents and > > Settings/lwood/.serverauth.3000 > > > > ddxProcessArgument - Initializing default screens > > winInitializeDefaultScreens - w 1400 h 1050 > > winInitializeDefaultS

RE: Intermittent X clipboard failure

2009-02-17 Thread WEEBER Bill
This is the Nedit.bat attachment that was omitted from previous post. @echo off REM This is modified from /cygwin/bin/startxwin.bat. Refer to that file for detail REM comments that have been stripped out of this file. SET DISPLAY=127.0.0.1:0.0 SET CYGW

RE: Intermittent X clipboard failure

2009-02-17 Thread Williams, Chris (Marlboro)
Are you saying your modified start up scripts might be contributing to your problem. I'm running Cygwin scripts with minimal changes and I've always had clipboard problems. Not that I've stopped using the Office clipboard (uncheck all the Office clipboard options), everything seems to be working ok

RE: Intermittent X clipboard failure

2009-02-17 Thread WEEBER Bill
No, I am not saying my modified script is the problem. I have always had problems with copy/paste as well. I just started using this script since my latest install. My previous script which was modified from the nedit wiki many years ago also had problems. I just wanted to include the script s