From owner-freebsd-current@FreeBSD.ORG Wed Feb 11 11:24:24 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D52FAF0 for ; Wed, 11 Feb 2015 11:24:24 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E91461 for ; Wed, 11 Feb 2015 11:24:24 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 427E11FE023; Wed, 11 Feb 2015 12:24:22 +0100 (CET) Message-ID: <54DB3C18.2010201@selasky.org> Date: Wed, 11 Feb 2015 12:25:12 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Beeblebrox , freebsd-current@freebsd.org Subject: Re: Some unresolved but important X.org problems References: <20150211132039.42665673@rsbsd.rsb> In-Reply-To: <20150211132039.42665673@rsbsd.rsb> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2015 11:24:24 -0000 On 02/11/15 12:20, Beeblebrox wrote: > 5. An update about a month ago is causing problems with /dev/ums0 on Desktop (not vt). When I move the mouse it sometimes gets stuck on a menu item of a program or an item on the Browser (for example a result in google search). I have to move the mouse and repeat the previous action in order to get it unstuck. Sticky lasts about 1/5 of a second. Hi, The drm2.ko graphics driver has some hard spinning loops, which may be the cause of the problems you are seeing and not actually /dev/ums0. Are any error messages printed in "dmesg" ? --HPS