From owner-freebsd-current@FreeBSD.ORG Sat Feb 11 00:47:38 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A73A16A420 for ; Sat, 11 Feb 2006 00:47:38 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from smtp102.biz.mail.re2.yahoo.com (smtp102.biz.mail.re2.yahoo.com [68.142.229.216]) by mx1.FreeBSD.org (Postfix) with SMTP id A435543D48 for ; Sat, 11 Feb 2006 00:47:35 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: (qmail 11855 invoked from network); 11 Feb 2006 00:47:30 -0000 Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@24.99.22.177 with login) by smtp102.biz.mail.re2.yahoo.com with SMTP; 11 Feb 2006 00:47:30 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 129936179; Fri, 10 Feb 2006 19:47:30 -0500 (EST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18083-15-2; Fri, 10 Feb 2006 19:47:29 -0500 (EST) Received: from [127.0.0.1] (optimator [192.168.1.11]) by optimator.noacks.org (Postfix) with ESMTP id 06A00612D; Fri, 10 Feb 2006 19:47:28 -0500 (EST) Message-ID: <43ED3423.5060500@alumni.rice.edu> Date: Fri, 10 Feb 2006 19:47:31 -0500 From: Jonathan Noack User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Krzysztof Kowalik References: <43ED294A.2050505@savvis.net> <200602110128.50618.max@love2party.net> <20060211003846.GA153@uci.agh.edu.pl> In-Reply-To: <20060211003846.GA153@uci.agh.edu.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org Cc: freebsd-current@freebsd.org Subject: Re: -current is sluggish X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 00:47:38 -0000 Krzysztof Kowalik wrote: > Max Laier wrote: >> I see it too, but only when the laptop is sitting idle for a while and powerd >> scaled down to 75Mhz. You can try to put some load on it (e.g. yes(1)) and >> see if that improves things. > > Speaking of which, it would be nice to be able to tell powerd not to > slow the CPU down below the certain limit -- 75MHz causes annoying > issues, like X-based applications (psi, xterm) missing key presses, > when I'm typing fast. ;) I think debug.cpufreq.lowest is what you want. It is documented in cpufreq(4): "Lowest CPU frequency in MHz to offer to users. This setting is also accessible via a tunable with the same name. This can be used to disable very low levels that may be unusable on some systems." -Jonathan