From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 17 12:10:03 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B621D16A469 for ; Sun, 17 Feb 2008 12:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A6ED713C46B for ; Sun, 17 Feb 2008 12:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1HCA3TZ016714 for ; Sun, 17 Feb 2008 12:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1HCA3mL016713; Sun, 17 Feb 2008 12:10:03 GMT (envelope-from gnats) Date: Sun, 17 Feb 2008 12:10:03 GMT Message-Id: <200802171210.m1HCA3mL016713@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: bin/120490: powerd should let me specify desired frequencies X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2008 12:10:03 -0000 The following reply was made to PR bin/120490; it has been noted by GNATS. From: Kris Kennaway To: Nate Eldredge Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/120490: powerd should let me specify desired frequencies Date: Sun, 17 Feb 2008 13:02:21 +0100 Nate Eldredge wrote: > powerd(8) in adaptive mode adjusts the CPU frequency based on the list from dev.cpu.0.freq_levels, it gradually moves through all available frequencies. However, in my case this is not desirable; only two of the available frequencies are actually useful. The CPU's full speed is 1800 MHz; powernow also has a 1000 MHz setting that saves about 20W. But there are a bunch of other frequencies that apparently come from ACPI. They do slow down the CPU, but based on my tests the machine's power consumption d oes not actually change, so there is not much point in using them. Furthermore, the ACPI frequencies include some really low ones (250MHz or so) which crash the machine if selected. So I really just want powerd to switch between 1800 and 1000. > > It would be useful for powerd to have an option to manually specify a list of desired frequencies. Just disable the services that are providing the alternate frequencies. Probably acpi_throttle. Kris