From owner-freebsd-stable@FreeBSD.ORG Sun Mar 13 07:11:05 2011 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 28ED9106564A for ; Sun, 13 Mar 2011 07:11:05 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id DED898FC14 for ; Sun, 13 Mar 2011 07:11:04 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p2D7B3hZ062431; Sun, 13 Mar 2011 00:11:03 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p2D7B3ZN062428; Sun, 13 Mar 2011 00:11:03 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 13 Mar 2011 00:11:03 -0700 (MST) From: Warren Block To: Zoran Kolic In-Reply-To: <20110313060702.GA1056@faust> Message-ID: References: <20110313060702.GA1056@faust> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Sun, 13 Mar 2011 00:11:04 -0700 (MST) Cc: freebsd-stable@freebsd.org Subject: Re: happy hacker lite 2 keyboard 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: Sun, 13 Mar 2011 07:11:05 -0000 On Sun, 13 Mar 2011, Zoran Kolic wrote: > match 65 key kb? How it goes in xorg.conf file in line > for driver, which is "kbd" for ps/2 kb? I disabled hald > whith those 3 lines: > Section "Server Flags" > Option "DontZap" "off" > Option "AllowEmptyInput" "off" > Option "AutoAddDevices" "false" > EndSection The first option is a default, probably not necessary. The second option is... well, since it was too late to stamp it out, I decided instead to make it famous: http://www.wonkity.com/~wblock/docs/html/aei.html The third option is all you need to disable hal device autodetection in xorg. Put it in ServerLayout and the ServerFlags section is not needed.