From owner-freebsd-hackers@FreeBSD.ORG Mon May 5 10:09:17 2014 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A5C89AF; Mon, 5 May 2014 10:09:17 +0000 (UTC) Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 552AE17AF; Mon, 5 May 2014 10:09:16 +0000 (UTC) Received: from fwd09.aul.t-online.de (fwd09.aul.t-online.de [172.20.27.151]) by mailout11.t-online.de (Postfix) with SMTP id B579FB40F6; Mon, 5 May 2014 12:08:46 +0200 (CEST) Received: from [192.168.119.11] (EwnaB+Ze8hxsgZrGPbhGezurYYVWWjNRBsUorpc5vXDvNIgpA16JorHKWV5aQNbQMq@[84.154.114.101]) by fwd09.t-online.de with esmtp id 1WhFpa-0MsuMS0; Mon, 5 May 2014 12:09:06 +0200 Message-ID: <5367633E.90003@freebsd.org> Date: Mon, 05 May 2014 12:09:02 +0200 From: Stefan Esser User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: "current@freebsd.org" , "freebsd-hackers@freebsd.org" Subject: Re: Leaving the Desktop Market References: <3F7430D7-3C0F-43E1-8EBD-8AA4F701497C@FreeBSD.org> <20140503155745.GA2457@La-Habana> <20140503192305.GA1847@La-Habana> <20140505091709.GA1983@La-Habana> In-Reply-To: <20140505091709.GA1983@La-Habana> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-ID: EwnaB+Ze8hxsgZrGPbhGezurYYVWWjNRBsUorpc5vXDvNIgpA16JorHKWV5aQNbQMq X-TOI-MSGID: 3c45a41c-cb2d-499b-8675-a809a4001de8 Cc: Matthias Apitz X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 10:09:17 -0000 Am 05.05.2014 11:17, schrieb Matthias Apitz: > El día Saturday, May 03, 2014 a las 04:59:48PM -0700, Kevin Oberman escribió: > >> Available is not required. Set it to C8. That guarantees that you will use >> the lowest available. The correct incantation in rc.conf is "Cmax". >> performance_cx_lowest="Cmax" >> economy_cx_lowest="Cmax" >> >> But, unless you want laggy performance, you will probably also want: >> hint.p4tcc.0.disabled=1 >> hint.acpi_throttle.0.disabled=1 >> in /boot/loader.conf. Low Cx states and TCC/throttling simply don't mix >> well and TCC is not effective, as mentioned earlier in this thread. > > In the output of: > > $ sysctl -a | fgrep dev.cpu.0.freq_ > dev.cpu.0.freq_levels: 1600/2000 1333/1533 1066/1066 800/600 > > what does mean the value after the slash .../nnnn ? This is the nominal power consumption (TDP) in mW for that level. These numbers correspond to 2W at 1600MHz and 0.6W at 800MHz. Is this an Atom or some other ultra-low power CPU? Regards, STefan