From owner-freebsd-acpi@FreeBSD.ORG Mon Jan 24 22:13:40 2005 Return-Path: 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 198A816A4CE for ; Mon, 24 Jan 2005 22:13:40 +0000 (GMT) Received: from crumpet.united-ware.com (ddsl-66-42-172-210.fuse.net [66.42.172.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6635743D49 for ; Mon, 24 Jan 2005 22:13:39 +0000 (GMT) (envelope-from mistry.7@osu.edu) Received: from [192.168.1.100] (adsl-68-250-186-188.dsl.wotnoh.ameritech.net [68.250.186.188]) (authenticated bits=0)j0OLmXmQ093321 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 24 Jan 2005 16:48:34 -0500 (EST) (envelope-from mistry.7@osu.edu) From: Anish Mistry To: freebsd-acpi@freebsd.org Date: Mon, 24 Jan 2005 17:16:43 -0500 User-Agent: KMail/1.7 References: <9cfoefevhgm.fsf@rogue.ncsl.nist.gov> In-Reply-To: <9cfoefevhgm.fsf@rogue.ncsl.nist.gov> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart122964180.CAR2GsaVPk"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200501241716.52836.mistry.7@osu.edu> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on crumpet.united-ware.com Subject: Re: Resume problem with mouse, 5.3 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 22:13:40 -0000 --nextPart122964180.CAR2GsaVPk Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 24 January 2005 12:56 pm, Ian Soboroff wrote: > I'm running 5.3-RELEASE, with a patch to the kernel that lets the > video suspend properly. ACPI suspend and resume work fine for me, > except that my mouse doesn't respond on resume. I have to 'killall > -HUP moused' to wake it up. > > Is there a fix for this, or can I at least automate the killall? I've > tried creating /etc/rc.suspend and /etc/rc.resume as mentioned in the > handbook, but they don't seem to get run at all. > > My laptop, if this helps at all, is a Fujitsu P-2110. In general it > works great with FreeBSD (and Linux too), ACPI in general works fine > although I wish the battery would last as long as under APM suspend > under Linux. (APM suspend never worked for me in FreeBSD.) > > Sorry if it's a newbie question. > > Ian > I've got this exact same system. You need to add the following to=20 your /boot/device.hints to fix the mouse resume issue: hint.psm.0.flags=3D"0x3000" Also the issue about poor battery life under ACPI S3 suspend (I believe you= r=20 APM terminology is incorrect since APM suspend has good battery life, but=20 other stuff breaks) is that certain devices aren't shutdown fully since the= y=20 aren't in the 2110's DSDT and the drivers don't shut them down as the shoul= d. =20 To get a significantly better battery life you will need to search through= =20 the archives of this list and look for the acpi_video DPMS patch posted by= =20 jhb. This will make things much better, but there are still a few things=20 that need to be fixed in the drivers. =2D-=20 Anish Mistry --nextPart122964180.CAR2GsaVPk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB9XPUxqA5ziudZT0RAvd1AKCzhnjthb+PnRjl5J2xCw2d2n9XAwCdElFj +QMefx2Lzvxe2DGce2nrVEo= =yugN -----END PGP SIGNATURE----- --nextPart122964180.CAR2GsaVPk--