Checking if the X Server is running

Charles Wilson cygwin@cwilson.fastmail.fm
Sun Sep 30 19:01:00 GMT 2007


O. Olson wrote:

> 	Is there any way of checking if the X Server is
> currently running? Because if you try this again, it
> gives you “A fatal error” … which does not crash your
> computer – but is a bit annoying to me. 

The checkX program is written specifically to do this.

   #!/bin/sh
   if checkX ; then
     # X is running
   else
     # X is not running
   fi

--
Chuck

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



More information about the Cygwin-xfree mailing list