From owner-freebsd-stable@FreeBSD.ORG Sun Mar 17 12:38:16 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 615A2B86 for ; Sun, 17 Mar 2013 12:38:16 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from thyme.infocus-llc.com (server.infocus-llc.com [206.156.254.44]) by mx1.freebsd.org (Postfix) with ESMTP id 3718DF67 for ; Sun, 17 Mar 2013 12:38:15 +0000 (UTC) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by thyme.infocus-llc.com (Postfix) with ESMTPSA id 0747637B65C; Sun, 17 Mar 2013 07:38:09 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3ZTKnD2YKzzQ6s; Sun, 17 Mar 2013 07:38:08 -0500 (CDT) Date: Sun, 17 Mar 2013 07:38:08 -0500 From: "Matthew D. Fuller" To: Daniel O'Connor Subject: Re: What is the Right =?utf-8?Q?Way=28?= =?utf-8?B?4oSiKQ==?= to run X? Message-ID: <20130317123808.GH53758@over-yonder.net> References: <82EEB5DC-DD57-4EC3-936A-2F28C4BAF0B4@dons.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <82EEB5DC-DD57-4EC3-936A-2F28C4BAF0B4@dons.net.au> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.21-fullermd.4 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97.6 at thyme.infocus-llc.com X-Virus-Status: Clean Cc: "freebsd-stable@freebsd.org stable" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 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, 17 Mar 2013 12:38:16 -0000 On Sun, Mar 17, 2013 at 10:37:08PM +1030 I heard the voice of Daniel O'Connor, and lo! it spake thus: > Hi, > I recently updated my 9.1-PRE system's ports and my previous X > config now results in no mouse (but the keyboard does work). > > I found that I needed to add the following.. > Section "ServerFlags" > Option "AllowEmptyInput" "False" > EndSection I think general wisdom is that AEI is a Bad Idea for various reasons that I don't remember, but seemed reasonable when I read them. However, some time back, X _did_ start being all stupid about finding the mouse for me. Un/re-plugging it (USB) after starting X made it show up working, but that's annoying and stupid (and not an option on other systems with e.g. PS/2 meece). I wound up sticking the "other half" of that oft-cargo-culted incantation: Section "ServerFlags" Option "AutoAddDevices" "off" EndSection in my config, and it's worked OK since. 's probably worth a try... -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.