X-Recipient: archive-cygwin AT delorie DOT 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 AT gmail DOT com To: Cc: Subject: Re: about X In-reply-to: Your message of Thu, 26 Mar 2009 18:19:03 +0000 (UTC) References: X-IsSubscribed: yes 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 samuel 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/