From owner-freebsd-current@freebsd.org Mon Aug 29 20:21:37 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8500FBC8825 for ; Mon, 29 Aug 2016 20:21:37 +0000 (UTC) (envelope-from hps@selasky.org) 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 51C8FCE6 for ; Mon, 29 Aug 2016 20:21:37 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (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 BB0021FE022; Mon, 29 Aug 2016 22:21:31 +0200 (CEST) Subject: Re: problems with mouse To: Antonio Olivares , freebsd-current@freebsd.org, Bruce Evans References: From: Hans Petter Selasky Message-ID: <4fd32943-d41a-a78c-c4f2-8eaba3f8fcba@selasky.org> Date: Mon, 29 Aug 2016 22:26:07 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 29 Aug 2016 20:21:37 -0000 On 08/29/16 22:12, Antonio Olivares wrote: > Dear folks, > > I apologize in advance if this is not in the right list, if I need to > pose this question in questions, I will do so as soon as I find out. > I am having trouble with switching apps in Lumina desktop with the > mouse, I removed moused from /etc/rc.conf because I have a usb mouse > and still lose when I switch from firefox to terminal or vice versa. > > $ uname -a > FreeBSD hp 11.0-RC2 FreeBSD 11.0-RC2 #0 r304729: Wed Aug 24 06:59:03 > UTC 2016 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC > amd64 > > Is there a way to troubleshoot this? Is there something that can fix this? > > Thanks in Advance, > Hi, Bruce Evans has fixed some issues with SC/VT mouse/keyboard stuff in 12-current. Maybe he has some ideas. Maybe you could try to compile an 12-current kernel and boot instead of 11-stable. I doubt it is related to umsX. Check dmesg in such case and see if there are attach/detach messages for your USB mouse, which would indicated a problem. --HPS