From owner-freebsd-questions@FreeBSD.ORG Wed May 2 19:39:51 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C1F621065674 for ; Wed, 2 May 2012 19:39:51 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7A1918FC17 for ; Wed, 2 May 2012 19:39:51 +0000 (UTC) Received: from fledge.watson.org (localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.14.4/8.14.4) with ESMTP id q42JdoVa045977 for ; Wed, 2 May 2012 15:39:50 -0400 (EDT) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.14.4/8.14.4/Submit) with ESMTP id q42Jdo62045973 for ; Wed, 2 May 2012 15:39:50 -0400 (EDT) (envelope-from doug@fledge.watson.org) Date: Wed, 2 May 2012 15:39:50 -0400 (EDT) From: doug To: FreeBSD In-Reply-To: <4FA17BA3.1070004@dichotomia.fr> Message-ID: References: <20120427161316.GA60361@pcjas.obspm.fr> <20120428205201.GB65903@pcjas.obspm.fr> <4F9C75F9.9070907@dichotomia.fr> <20120430113910.GC74076@pcjas.obspm.fr> <4F9EAD87.2000005@dichotomia.fr> <20120502150626.GF99014@pcjas.obspm.fr> <20120502134010.3bf156d7@scorpio> <4FA17BA3.1070004@dichotomia.fr> 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.3 (fledge.watson.org [127.0.0.1]); Wed, 02 May 2012 15:39:50 -0400 (EDT) Subject: Re: Performance and mouse problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: doug@safeport.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2012 19:39:51 -0000 On Wed, 2 May 2012, Jerome Herman wrote: > On 02/05/2012 19:40, Jerry wrote: >> On Wed, 2 May 2012 13:19:05 -0400 (EDT) >> doug@safeport.com articulated: >> >>> On Wed, 2 May 2012, Warren Block wrote: >>> >>>> On Wed, 2 May 2012, Albert Shih wrote: >>>> >>>>> I think the problem is indeed comme from Xorg. >>>> Just to repeat: on this Gateway notebook, only one or the other of >>>> the touchpad or mouse would work until I enabled moused >>>> in /etc/rc.conf. Now either or both work, including when the USB >>>> mouse is connected after X starts. >>> My experience corresponds with Warren's thoughts on this. I was >>> running the exact levels of software on an old Dell 800Mhz desktop and >>> new aDell laptop many many times faster, 4 cpu's etc, etc. HAL (which >>> is well named I think) did not work very well on the laptop and I >>> would lose the mouse and keyboard when I disabled the touchpad. On the >>> Desktop HAL worked fine. The laptop (keyboard and mouse anyway) works >>> fine without HAL. >> HAL is now deprecated on GNU/Linux systems. Why it is still being kept >> on life support in FreeBSD is the question that needs to be addressed. >> This didn't just happen yesterday either. We continue to bump version >> numbers yet fail to repair/replace crucial elements of the >> operating system. What is even better, depending on whose forum you >> choose to read, the problem is FreeBSD -- Linux -- Gnome -- KDE -- "The >> Cat in the Hat" (no one has blamed Microsoft for this fiasco as far as >> I know) yet the problem still exists. Since 2008, when HAL was being >> deprecated, no one has properly addressed the problem. Everyone plays >> the "blame game". > Be carefull that Linux notion of "Deprecated" is not exactly on par with > standard meaning of the term. ifconfig has been deprecated since 1999 in > Linux, OSS since 2001. Both are still alive and kicking. So it might be that > Linux will keep HAL for a while still. I guess my comments were not clear. If something does not work for a particular configuration, why use it? Given the 1000s of different BIOSs, PCs and the fact that everything is written to work with windows, to expect no issues is not realistic. My only point was/is if it does not work for your configuration, you are not likely (in my experience) to be able to get it working without a pretty good knowledge of fbsd, xorg and C. The handbook is very clear on how to configure without HAL, so that should be the first thing to try.