From owner-freebsd-acpi@FreeBSD.ORG Mon Aug 7 11:56:34 2006 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 1206216A4DD for ; Mon, 7 Aug 2006 11:56:34 +0000 (UTC) (envelope-from arungnair@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A7243D45 for ; Mon, 7 Aug 2006 11:56:33 +0000 (GMT) (envelope-from arungnair@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so1377479nfe for ; Mon, 07 Aug 2006 04:56:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZTRupLqODxLMVDgp8Qt+LYn9s5QDOw1IT3oYsp17TaN5M3viS7kNuhDngLmUgkhN5zrOtVr46sOLOzmaiF9Ljb+RkbhusBzq5SXcJj7Z2HkmoJ3Yc966nwbYcK/5/JXaaN0AfkSd/8F0ISIUwvRLDSZBg3h0vPY3CNi9dp4dg7o= Received: by 10.78.147.3 with SMTP id u3mr2361729hud; Mon, 07 Aug 2006 04:56:32 -0700 (PDT) Received: by 10.78.183.18 with HTTP; Mon, 7 Aug 2006 04:56:32 -0700 (PDT) Message-ID: <3fa7d6a0608070456k105a52em540707f24785136e@mail.gmail.com> Date: Mon, 7 Aug 2006 17:26:32 +0530 From: "Arun G Nair" To: freebsd-acpi@freebsd.org In-Reply-To: <20060807114959.GA32613@osgiliath.opasia.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3fa7d6a0608070409i6d524daao37c6fcdb4d9c5bef@mail.gmail.com> <3fa7d6a0608070419j653317a2r244c09f187d2859e@mail.gmail.com> <3fa7d6a0608070436u51f4f210m2db891df825a63e@mail.gmail.com> <20060807114959.GA32613@osgiliath.opasia.dk> Subject: Re: IBM ThinkPAD R51 2887 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: Mon, 07 Aug 2006 11:56:34 -0000 Hi, Ah..it worked. Thanx for that tip. :) But after setting the above things, I get an error while starting X (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory) although X starts without any problems. Also I see these on console after I get out of X can't re-use a leaf (directional_scrolls)! can't re-use a leaf (low_speed_threshold)! can't re-use a leaf (min_movement)! can't re-use a leaf (squelch_level)! Any ideas ? BTW already had hw.psm.synaptics_support="1" in /boot/loader.conf. On 8/7/06, Henrik Brix Andersen wrote: > On Mon, Aug 07, 2006 at 05:06:53PM +0530, Arun G Nair wrote: > > I got suspend/resume to work in console mode with > > acpi_video_load="YES" in /boot/loader.conf and hw.acpi.reset_video=0 > > and hw.sysacons.sc_no_suspend_vtswitch=1 in /etc/sysctl.conf . I got > > it from the archives. But when I start X, after a suspend-resume from > > console, my mouse is stuck. > > Did you try setting hint.psm.0.flags="0x2000" in /boot/device.hints? > > Regards, > Brix