From owner-freebsd-x11@FreeBSD.ORG Fri Feb 6 01:29:49 2009 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 82F7D106566B; Fri, 6 Feb 2009 01:29:48 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-x11@FreeBSD.org Date: Thu, 5 Feb 2009 20:29:34 -0500 User-Agent: KMail/1.6.2 References: <200902051650.n15Go2Ob074222@freefall.freebsd.org> <200902051352.08132.jkim@FreeBSD.org> In-Reply-To: <200902051352.08132.jkim@FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200902052029.37961.jkim@FreeBSD.org> Cc: freebsd-gnome@FreeBSD.org, rnoland@FreeBSD.org, bug-followup@freebsd.org, Serge Shilov , marcus@FreeBSD.org Subject: Re: ports/131124: x11/xorg - New xorg 7.4 hangs until mouse is moved when AllowEmptyInput turned off 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, 06 Feb 2009 01:29:50 -0000 On Thursday 05 February 2009 01:52 pm, Jung-uk Kim wrote: > - When hald probes mice, exclude all moused users > (e.g., /dev/psm0, /dev/ums1, ...) from x11_driver and create a > pseudo device UDI for /dev/sysmouse and set x11_driver property if > moused(8) is running and /dev/sysmouse is not being used by > Xserver. If Xserver tries to open /dev/sysmouse, then the UDI has ^ | x11_driver property of | v > to be removed immediately. When Xserver closes /dev/sysmouse, the > fake UDI has to be restored immediately. Sorry, I omitted the important words here. Jung-uk Kim