This is the mail archive of the
cygwin-xfree
mailing list for the Cygwin XFree86 project.
Re: [1.7] On checkX
- From: Charles Wilson <cygwin at cwilson dot fastmail dot fm>
- To: cygwin at cygwin dot com, cygwin-xfree at cygwin dot com
- Date: Fri, 28 Aug 2009 20:46:22 -0400
- Subject: Re: [1.7] On checkX
- References: <4A9871EA.6010901@alice.it>
- Reply-to: cygwin-xfree at cygwin dot com
- Reply-to: cygwin-xfree at cygwin dot com
[redirecting, AGAIN, to cygwin-xfree. This is OT for the main cygwin list]
Unfortunately, I can't reproduce. Try running checkX with (progressively):
--no-silent
--verbose
--debug
--debug=2
--debug=3
--debug=4
this should help to narrow down how far it gets (and perhaps why) before
dying. You may also need to use the --nogui option, and redirect stderr
to a logfile.
--
Chuck
#!/bin/sh
export DISPLAY=127.0.0.1:0.0
start_XWin()
{
# Cleanup from last run.
rm -rf /tmp/.X11-unix
XWin -multiwindow -clipboard -silent-dup-error 2>/dev/null &
}
/usr/bin/checkX || start_XWin
while ! /usr/bin/checkX
do
printf "waiting for xserver to start\n"
sleep 1
done
sleep 1
/usr/bin/urxvt-X &
--
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/