From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: [dak@gnu.org: Re: Redraw problem with overlapping frames] Date: Wed, 15 Aug 2007 08:15:49 +0200 Message-ID: <46C29A15.3050400@swipnet.se> References: <871we6i5x8.fsf@stupidchicken.com> <86ps1q40q1.fsf@lola.quinscape.zz> <87ir7iksz4.fsf@stupidchicken.com> <85odh93hwq.fsf@lola.goethe.zz> <87odh920oa.fsf@stupidchicken.com> <85643h3eqn.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187158578 11513 80.91.229.12 (15 Aug 2007 06:16:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Aug 2007 06:16:18 +0000 (UTC) Cc: Chong Yidong , rms@gnu.org, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 15 08:16:14 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ILCAq-0004jK-CH for ged-emacs-devel@m.gmane.org; Wed, 15 Aug 2007 08:16:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILCAp-0000Ti-77 for ged-emacs-devel@m.gmane.org; Wed, 15 Aug 2007 02:16:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ILCAl-0000S6-Q4 for emacs-devel@gnu.org; Wed, 15 Aug 2007 02:16:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ILCAk-0000RW-8M for emacs-devel@gnu.org; Wed, 15 Aug 2007 02:16:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILCAk-0000RN-2D for emacs-devel@gnu.org; Wed, 15 Aug 2007 02:16:02 -0400 Original-Received: from av12-1-sn2.hy.skanova.net ([81.228.8.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ILCAi-0004TK-DM; Wed, 15 Aug 2007 02:16:00 -0400 Original-Received: by av12-1-sn2.hy.skanova.net (Postfix, from userid 502) id 8CF3238313; Wed, 15 Aug 2007 08:15:54 +0200 (CEST) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av12-1-sn2.hy.skanova.net (Postfix) with ESMTP id 50AE6382FB; Wed, 15 Aug 2007 08:15:54 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 0684337E4C; Wed, 15 Aug 2007 08:15:53 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (X11/20070728) In-Reply-To: <85643h3eqn.fsf@lola.goethe.zz> X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:76547 Archived-At: David Kastrup skrev: > Chong Yidong writes: > >> David Kastrup writes: >> >>> Chong Yidong writes: >>> >>>> David Kastrup writes: >>>> >>>>> I append an illustration of a window configuration and a command in a >>>>> shell window that shows this effect for me. >>>> You didn't append the command. >>> It is in the screen shot, after the shell prompt. >> I am still unable to reproduce this bug. Could you give a detailed >> and precise recipe? Also, what window manager are you using? > > It is Metacity, standard GNOME setup on Ubuntu. However, you might be > onto something: my computer at home, with identical Ubuntu version and > identically configured Emacs does not show this effect. > > So it might be the X server or display drivers. Some sort of ATI > thingy. No idea what alternatives I could try. What X display driver are you using? If it is the ATI one, you can try the generic vesa driver. Or the other way around. There is also the radeon driver, but it doesn't support all cards (man radeon). Jan D.