From owner-freebsd-x11@FreeBSD.ORG Fri Feb 24 17:22:57 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF8741065672 for ; Fri, 24 Feb 2012 17:22:57 +0000 (UTC) (envelope-from gelraen.ua@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3531F8FC15 for ; Fri, 24 Feb 2012 17:22:56 +0000 (UTC) Received: by werm13 with SMTP id m13so2379497wer.13 for ; Fri, 24 Feb 2012 09:22:56 -0800 (PST) Received-SPF: pass (google.com: domain of gelraen.ua@gmail.com designates 10.180.92.165 as permitted sender) client-ip=10.180.92.165; Authentication-Results: mr.google.com; spf=pass (google.com: domain of gelraen.ua@gmail.com designates 10.180.92.165 as permitted sender) smtp.mail=gelraen.ua@gmail.com; dkim=pass header.i=gelraen.ua@gmail.com Received: from mr.google.com ([10.180.92.165]) by 10.180.92.165 with SMTP id cn5mr7316262wib.2.1330104176189 (num_hops = 1); Fri, 24 Feb 2012 09:22:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=SE2sHasOwllObzQzIx2Yjqhd1e423l5KyvTfqG/yntQ=; b=cqwTDOmCeiPu+SPaBhqgPk9WzzEmArDFRRjFY5/oU6pPhF6mTmTn6J08hQ1cieWIl2 4YZrvzF3xHQP27PR3rAadDCZZn3wX1Wjaol30oONCrT8oYJIBsKb0kPv7cNQK9rxCqOE uz7fmARv4a3RtffpB4eH8lIkOgtkChRCtRux4= Received: by 10.180.92.165 with SMTP id cn5mr5854770wib.2.1330104176121; Fri, 24 Feb 2012 09:22:56 -0800 (PST) Received: from imax.localnet (196-112-201-46.pool.ukrtel.net. [46.201.112.196]) by mx.google.com with ESMTPS id s4sm3651992wiy.5.2012.02.24.09.22.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Feb 2012 09:22:53 -0800 (PST) From: Maxim Ignatenko To: Warren Block Date: Fri, 24 Feb 2012 19:22:43 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.3; i386; ; ) References: <201202231952.53863.gelraen.ua@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201202241922.44909.gelraen.ua@gmail.com> Cc: freebsd-x11@freebsd.org Subject: Re: xorg-server blocks on /dev/sysmouse X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2012 17:22:57 -0000 On =D1=87=D1=82, 23 =D0=BB=D1=8E=D1=82 2012 21:33:28 Warren Block wrote: > On Thu, 23 Feb 2012, Maxim Ignatenko wrote: > > Hello -x11@, > >=20 > > I have xorg-server with staticaly configured input > > devices (USB mouse configured via sysmouse+moused). > > Sometimes picture and all GUI threads of running > > processes freezes until I move mouse. This issue=20 appeared > > long time ago (I've noticed it more than year ago > > http://juick.com/gelraen/966367 (russian)), but I'm > > reporting it only now, sorry :( > >=20 > > This patch seems to solve the problem: > > http://paste.org.ru/?rgm0m6 > >=20 > > This patch does the same, but for xorg-server=20 1.10.6: > > http://dpaste.com/707312/ >=20 > Are you disabling AllowEmptyInput? > http://www.wonkity.com/~wblock/docs/html/aei.html Yes, all input devices configured statically.=20 AutoAddDevices is also turned off. hald is used only=20 for removable media detection in KDE. Also I tried to=20 use /dev/ums0 instead of /dev/sysmouse - then it works=20 fine, but, obviously, USB mouse cannot be=20 plugged/unplugged while xorg-server is running. So=20 problem appears only with sysmouse.