From owner-freebsd-x11@FreeBSD.ORG Wed Jan 6 13:38:55 2010 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 55C661065679 for ; Wed, 6 Jan 2010 13:38:55 +0000 (UTC) (envelope-from zhangweiwu+Junk@realss.com) Received: from bossdog.realss.com (bossdog.realss.com [211.157.114.130]) by mx1.freebsd.org (Postfix) with ESMTP id 09C4D8FC15 for ; Wed, 6 Jan 2010 13:38:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by bossdog.realss.com (Postfix) with ESMTP id CFC01100029; Wed, 6 Jan 2010 21:07:00 +0800 (HKT) Received: from bossdog.realss.com ([127.0.0.1]) by localhost (bossdog.realss.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EAqDLVq6VoKa; Wed, 6 Jan 2010 21:07:00 +0800 (HKT) Received: from [192.168.1.101] (unknown [210.76.110.132]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by bossdog.realss.com (Postfix) with ESMTPSA id 9561E100028; Wed, 6 Jan 2010 21:07:00 +0800 (HKT) Message-ID: <4B448AF4.9010808@realss.com> Date: Wed, 06 Jan 2010 21:07:00 +0800 From: Zhang Weiwu Organization: Real Softservice User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Warren Block References: <4B419C66.7090808@realss.com> <4B41A5A9.9040100@infracaninophile.co.uk> <4B41B286.3010707@realss.com> In-Reply-To: X-Enigmail-Version: 0.95.7 X-Face: >#.%7:EO6),a-)\4'^9bU\`a#~[ub/o)\9Bl; $Pk2owT'eBE[8`o-A/Z={ziW!H#rYz%xc=bzEf%p; *-V^iPYVn(3Frok2JUOm.T#HC6TS&q=Oi_Mgw:$7zS1?w(LTm#,+"9v>7u,T|GD{^8BmL+n}-Zf*9,Y/%~PiJM*D#m^{9~\r'>@lj3C0O1b~U[JdX9kXQ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-x11@freebsd.org Subject: [solved] Re: X take no mouse nor keyboard input 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: Wed, 06 Jan 2010 13:38:55 -0000 Warren Block 写道: > > AllowEmptyInput is a source of problems and best avoided. > > If you want to manually configure keyboard and mouse in xorg.conf > instead of letting hal/dbus do it, use Option "AutoAddDevices" "Off". > Or rebuild xorg-server without hal support; it's a port option. > > -Warren Block * Rapid City, South Dakota USA Hi. Thank you all for helping me with precious ideas to solve problem and offer suggestions. I want to postpone learning of dbus stuff to later as I am very busy now, so I took Warren's suggestion to get rid of it at the time being, with recommended option. Best.