From owner-freebsd-questions@FreeBSD.ORG Mon Jun 13 23:34:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69B2016A41C for ; Mon, 13 Jun 2005 23:34:39 +0000 (GMT) (envelope-from tragek@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA2B543D4C for ; Mon, 13 Jun 2005 23:34:38 +0000 (GMT) (envelope-from tragek@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so429605wri for ; Mon, 13 Jun 2005 16:34:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=R4AG/u8ITDAZBnvsBpol225Df1F9smOPb/XrddrartnYT+RdTo25j7Xto1+7+qwxMsyg3WacXEI+x5Ve3IkDf6CK23NITU9UEiOhao2h8Je0lHxpqZljzW0k22xEHg/W5AnPvlGi06G66aIw9D+VsanE4C2WSSPnGoKRkaQa4U8= Received: by 10.54.57.2 with SMTP id f2mr2583819wra; Mon, 13 Jun 2005 16:34:35 -0700 (PDT) Received: by 10.54.2.16 with HTTP; Mon, 13 Jun 2005 16:34:35 -0700 (PDT) Message-ID: Date: Mon, 13 Jun 2005 17:34:35 -0600 From: Matthew To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Where should a patch be applied from? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 23:34:39 -0000 I have a Thinkpad A22 with a fairly well known power drain problem: http://www.thinkwiki.org/wiki/Problem_with_high_power_drain_in_ACPI_sleep I have seen a suggestion that perhaps the following patches may help to allieveate this issue (http://people.freebsd.org/~iedowse/vesa_restore.diff =20 http://people.freebsd.org/~jhb/patches/acpi_video_dpms.patch). However, I'm new to this, and am not sure where I should be placing these patches, and how this should work. From the patch man page, I believe I should be able to just go 'cat acpi_video_dpms.patch | patch -d /usr/src/sys/dev/acpica ' Am I thinking this out right?=20 --=20 Matthew