X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: sssssh . . . qmail-send is listening Date: Wed, 20 Aug 2008 12:29:52 -0700 Message-ID: In-Reply-To: <48AC632B.1020206@cygwin.com> References: <48AC632B DOT 1020206 AT cygwin DOT com> From: "Stepp, Charles" To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m7KJUpIO012429 Using "xhost +" and setting your DISPLAY variable correctly is...well...obvious, but that's my two cents. Here's my C:\cygwin\usr\X11R6\bin\startxwin.bat with REM's removed: @echo off SET DISPLAY=127.0.0.1:0.0 SET CYGWIN_ROOT=\cygwin SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/X11R6/bin SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH% SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB SET XNLSPATH=/usr/X11R6/lib/X11/locale if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0 del %CYGWIN_ROOT%\tmp\.X11-unix\X0 :CLEANUP-FINISH if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix if "%OS%" == "Windows_NT" goto OS_NT echo startxwin.bat - Starting on Windows 95/98/Me goto STARTUP :OS_NT echo startxwin.bat - Starting on Windows NT/2000/XP/2003 :STARTUP %RUN% XWin -multiwindow -clipboard -silent-dup-error -emulate3buttons 25 %RUN% xterm -fg rgb:ff/cc/99 -bg rgb:00/22/44 -cr red -e /usr/bin/bash -l Charles Stepp Keep your Eye on the Ball, Your Shoulder to the Wheel, Your Nose to the Grindstone, Your Feet on the Ground, Your Head on your Shoulders. Now... try to get something DONE! -----Original Message----- From: Larry Hall (Cygwin) [mailto:reply-to-list-only-lh AT cygwin DOT com] Sent: Wednesday, August 20, 2008 2:32 PM To: cygwin AT cygwin DOT com Subject: Re: sssssh . . . qmail-send is listening David M. Besonen wrote: > this is my second attempt at posting to this list. my prior > attempt was stuffed by qmail-send because of an off-topic > Subject: line. > > the original Subject: that i needed to conceal: > "x windows tips - xfree list has me blocked" > ... > > > i've read through the 'Cygwin/X User's Guide' and i'm a bit > stuck. i couldn't find any concise description or checklist of > what i need to do in order to get cygwin/x to the point of where > i can simply start an x window app and have said app "just work". > > any pointers to or a description of the steps i need to take to > get x windows working smoothly would be much appreciated. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/