From owner-freebsd-mobile@FreeBSD.ORG Tue Aug 3 05:38:57 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A815A106566C for ; Tue, 3 Aug 2010 05:38:57 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id 1ACBC8FC13 for ; Tue, 3 Aug 2010 05:38:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id o735cstJ001486; Tue, 3 Aug 2010 15:38:55 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 3 Aug 2010 15:38:54 +1000 (EST) From: Ian Smith To: Warren Block In-Reply-To: Message-ID: <20100803152134.H34284@sola.nimnet.asn.au> References: <4C572E8D.10002@paz.bz> <4C57386E.7060400@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Jim Pazarena , Glen Barber , freebsd-mobile@freebsd.org Subject: Re: mouse dies when kdm is triggered X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 05:38:57 -0000 On Mon, 2 Aug 2010, Warren Block wrote: > On Mon, 2 Aug 2010, Glen Barber wrote: > > > On 8/2/10 4:46 PM, Jim Pazarena wrote: > > > I have an AMD-64 laptop, and have 8.1-AMD64 loaded on it. > > > From the CLI, the mouse (enabled thru rc.conf) seems to > > > work fine . > > > It's a touchpad mouse, Asus M70V laptop. > > > > > > When I trigger the GUI (with KDM), the appropriate login > > > screen loads, but the mouse is dead and so is the keyboard. > > > > > > I have to press the power button just to get the machine to > > > power down. > > > > > > Suggestions greatly appreciated. > > > > Hi, > > > > Do you have /etc/X11/xorg.conf generated? (It does not exist by default.) > > > > Also, have a look at the 20090123 entry of /usr/ports/UPDATING. > > 20090123 was a temporary workaround for a bug, which was corrected the next > day; see the 20090124 entry. > > In today's world, using AllowEmptyInput Off is asking for input problems. > It's the wrong way to disable hal for input device detection. AEI also hates > kittens and puppies and will throw garbage on your lawn. So what's the recipe for the current RIGHT way to disable using hal and dbus, configuring xorg.conf appropriately? My Thinkpad T23 running 7.2-STABLE and 8.0-RELEASE systems is currently broken, or I could refer to how I did it for them, costing quite some research pain at the time. I'll be more or less starting again with 8.1, and sure won't be running hal all of the time just to ease xorg configuration the once .. cheers, Ian