From owner-freebsd-acpi@FreeBSD.ORG Tue Sep 20 12:57:56 2005 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7292716A41F for ; Tue, 20 Sep 2005 12:57:56 +0000 (GMT) (envelope-from arne@rfc2549.org) Received: from dagobah.rfc1149.org (dagobah.rfc1149.org [217.160.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0615F43D45 for ; Tue, 20 Sep 2005 12:57:55 +0000 (GMT) (envelope-from arne@rfc2549.org) Received: from dsl-213-023-197-180.arcor-ip.net ([213.23.197.180] helo=kamino.rfc1149.org) by dagobah.rfc1149.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.51 (FreeBSD)) id 1EHhgz-000F7J-ML; Tue, 20 Sep 2005 14:57:53 +0200 Received: by kamino.rfc1149.org (Postfix, from userid 1001) id 3EACC408F; Tue, 20 Sep 2005 14:57:49 +0200 (CEST) From: Arne Schwabe To: jedihobbes@gmail.com In-Reply-To: (jedihobbes@gmail.com's message of "Tue, 20 Sep 2005 10:48:25 +0200") References: <20050919124900.GA19048@droopy.unibe.ch> <20050919144143.GA21226@droopy.unibe.ch> Date: Tue, 20 Sep 2005 14:57:49 +0200 Message-ID: <86irwv3nhu.fsf@kamino.rfc1149.org> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (i386--freebsd) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-RFC-Spam-Score: -2.3 (--) Cc: freebsd-acpi@freebsd.org Subject: Re: Thinkpad T43 strangeness X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 12:57:56 -0000 "jedihobbes@gmail.com" writes: > Ok, I fixed it. I removed "device acpi" from my kernel conf, and added > acpi_ibm_load="YES" to loader.conf, this seems to have solved the > problems. Just to clarify some things, then: > > On 9/19/05, Tobias Roth wrote: >> I have neither of those. Are you sure the first one is correct? Just >> remove apic from your kernel config and you should be fine in this >> matter. Does it work without the synaptics support? I'll try setting >> hw.psm.synaptics_support="1" once I have time and see if I can get the >> touchpad working. > > I disabled apic as per this: > > http://gerda.univie.ac.at/freebsd-laptops/index.pl?action=show_laptop_comment&commentid=874&laptop=701 > > but I suppose I could've removed APIC from the kernconf. Either way it > works:) With regards to the synaptics support, I'm *hoping* that it > will give the same functionality that the Synaptics driver does under > Linux, so that the KDE-FreeBSD guys can help me get KSynaptics > (http://qsynaptics.sourceforge.net/) working. It's not an entirely > NECESSARY tool, just a pretty way of enhancing the touchpad use. Well the synaptics xorg driver works with freebsd (compiling is a bit pain at the Moment.), if you enable synaptics support with hw.psm.synaptics_support=1 in /boot/loader.conf ksynaptics should also work. Arne