X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 	tests=AWL,BAYES_20,SPF_NEUTRAL
X-Spam-Check-By: sourceware.org
Message-ID: <20090329090154.2068@blackhawk>
Date: Sun, 29 Mar 2009 09:01:54 +0900
From: wynfield@gmail.com
To: <cygwin@cygwin.com>
Cc: <cygwin-xfree@cygwin.com>
Subject: Re: about X
In-reply-to: Your message of Thu, 26 Mar 2009 18:19:03 +0000 (UTC) 	 <loom.20090326T181826-793@post.gmane.org>
References: <loom.20090326T181826-793@post.gmane.org>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


samuel <samuelandjw@gmail.com> wrote:
> Hi. I have just installed xinit on my vista laptop. When I typed in 'xinit' in
> the cygwin console, I got a BIG BIG annoying X window which occupied all the
> space of my desktop and cannot be resized. When I started other programs in
> xterm, the new program just covered up the space where xterm used to be and I
> couldn't switch back to the xterm windows.
> How can I get a clean and separate xterm window? Thank you.
 
Samuel, some say this is off topic, but I find that xterm, emacs built for x11, and et al depend on X11.  I am not an expert, so can only tell you of a kludge I found that fixes the problem.  There must be an X or x something rc file that can be modified
 to give arguments, but there is a maze of them and the formats vary.  I found no direct answer on the Cygwin/X faq, but I'll cc this to the list, though I'm not a member.

Here is a simple work around I found that fixed the problem for me.

I changed line #28 in /bin/startx to include two arguments, one for the clipboard and one for multiple windows (which is what you want).  You probably also want the clipboard to work.

line 28 in "/bin/startx" changed to the below:
defaultserverargs="-clipboard -multiwindow"

Regards,
  Wynfield

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

