On Thursday, September 01 at 2:09, Soong, SylokeJ wrote: > I had tried both > > SET DISPLAY=127.0.0.1:1.0 > > SET DISPLAY=127.0.0.1:0.1 > > I was guessing to recall which way it could be > to change the display number and had to decide > which to copy and paste into the email. > > Either way gives me the same the same message > and similar logs.
I think the problem is the use of "-screen 1". I've never used the -screen option myself, so apologies if I'm way off the mark, but I seem to recall that it was introduced to allow a single X server to use more than one physical display. If this is what you are trying to achieve, you need to start a single X server with both -screen 0 and -screen 1. If you really do want two displays, try dropping the -screen option (or use -screen 0 for both), and use the :1.0 form for the second DISPLAY. HTH Phil -- ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** -- 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/
