From owner-freebsd-questions@FreeBSD.ORG Thu Oct 11 08:09:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5993316A418 for ; Thu, 11 Oct 2007 08:09:11 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb5:7e66]) by mx1.freebsd.org (Postfix) with ESMTP id E3D5213C45A for ; Thu, 11 Oct 2007 08:09:10 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l9ANYTHh009679; Thu, 11 Oct 2007 01:34:30 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Thu, 11 Oct 2007 01:34:29 +0200 User-Agent: KMail/1.9.7 References: <20071004223208.61297.qmail@kev.nowhere.usa> <4705E6DB.5070301@ooz.net> <7196.80.80.2.75.1192020376.squirrel@webmail1.one.com> In-Reply-To: <7196.80.80.2.75.1192020376.squirrel@webmail1.one.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710110134.29642.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: nikolaj.thygesen@diamondbox.dk Subject: Re: Nedit after xorg 7.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 08:09:11 -0000 On Wednesday 10 October 2007, nikolaj.thygesen@diamondbox.dk wrote: > Hi list, > > After upgrading xorg to 7.3, nedit has started scrolling funnily on my > system. It used to work just fine, but after the upgrade scrolling > down (that is moving the text cursor up) one line at a time using the > arrow keys replicates the same line on each text line in view. > Scrolling down still works fine?!? Page-up and -down works fine as > always. > Has anyone else experienced this and perhaps even solved the issue?? This is a known issue. As a workaround you can disable the Composite extension in xorg.conf: Section "Extensions" Option "Composite" "Disable" EndSection HTH, Pieter de Goeje