Date: Thu, 08 Jan 2004 16:29:03 -0800 From: "Kevin Oberman" <oberman@es.net> To: Jeffrey Katcher <jmkatcher@yahoo.com> Cc: freebsd-mobile@freebsd.org Subject: Re: 5.2-CURRENT doesn't throttle processor any more Message-ID: <20040109002903.9EDFA5D04@ptavv.es.net> In-Reply-To: Message from Jeffrey Katcher <jmkatcher@yahoo.com> <20040108230242.40152.qmail@web41104.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Thu, 8 Jan 2004 15:02:42 -0800 (PST) > From: Jeffrey Katcher <jmkatcher@yahoo.com> > Sender: owner-freebsd-mobile@freebsd.org > > I cvsup'd this morning and now it seems like the processor is stuck in high > gear (hw.acpi.cpu.throttle_state=8) regardless of AC state. Pulling the plug > gets me: > acpi_cpu0: Performance states changed > Previous it would print that it was switching to another mode > > The system is an IBM T40. Yes, but it was lying to you. The system really was not throttling. The bug has been located, but the default configuration is now to always run at 100%. There is a new entry for /etc/rc.conf for this, but I'm not sure that Nate has connected them, yet. You can manually set this to 50% with 'sysctl hw.acpi.cpu.throttle_state=4'. Return it to 100% with 'sysctl hw.acpi.cpu.throttle_state=8'. You might try editing rc.conf to see if this does anything. Also, try 'sysctl hw.acpi.cpu' and see if cx_lowest is set to. It should be 0 for AC and 2 for battery. This will also impact battery life at the expense of poorer performance, but not by slowing the CPU. It just takes longer to restart from when the system is idle. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040109002903.9EDFA5D04>