From owner-freebsd-stable@FreeBSD.ORG Thu Oct 18 05:21:59 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7C5216A47F for ; Thu, 18 Oct 2007 05:21:59 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 18AFA13C4B2 for ; Thu, 18 Oct 2007 05:21:58 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 18 Oct 2007 05:21:57 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp055) with SMTP; 18 Oct 2007 07:21:57 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1+8lqRpmPe8Mi5PsXwvNuatr3m2SDK9XXDM+n7Eaf eObIMlq0voY8b/ Message-ID: <4716ED74.1050608@gmx.de> Date: Thu, 18 Oct 2007 07:21:56 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.6 (X11/20071015) MIME-Version: 1.0 To: Anish Mistry References: <200710171228.39123.mistry.7@osu.edu> In-Reply-To: <200710171228.39123.mistry.7@osu.edu> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-stable@freebsd.org Subject: Re: RELENG_7 jerky mouse and skipping sound X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2007 05:21:59 -0000 I have rebuilt all xorg stuff over night and it didn't help. The only way to avoid the jerkiness is having those lines in /etc/rc.conf: moused_nondefault_enable="NO" moused_enable="NO" I have configured my /usr/local/etc/X11/xorg.conf to contain the following lines in the Mouse section: Option "Protocol" "auto" Option "Device" "/dev/ums0" I'm using a USB mouse. What I think is the most likely cause, is that there's something wrong with moused, so that /dev/sysmouse feeds xorg broken signals that somehow are not handled appropriately.