From owner-freebsd-stable@FreeBSD.ORG Fri May 22 07:42:17 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A56E2709 for ; Fri, 22 May 2015 07:42:17 +0000 (UTC) Received: from frv158.fwdcdn.com (frv158.fwdcdn.com [212.42.77.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67F841BB0 for ; Fri, 22 May 2015 07:42:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=IjOrCM35UYdYbSgFv6XFMVf1Cql1rxuhMPhpwJBhjEs=; b=G2q8yMSKqim4C1kZ79WpjBtj2ErUpzwdeGkU9bdjld3uVliBIrAtk9MbRP6vTmrSWi4JldzbL9K3vWipPPjRgkncCLZeS+0bkWccO47Odkd/XQIIfJcSyCAc3hmPe00hzDgHN84cf7C0CSD+UWvtUeXzVrqHTIqOIUW/8hCn9fU=; Received: from [134.249.91.180] (helo=nonamehost.local) by frv158.fwdcdn.com with esmtpsa ID 1Yvhav-000PGK-PF ; Fri, 22 May 2015 10:42:13 +0300 Date: Fri, 22 May 2015 10:42:13 +0300 From: Ivan Klymenko To: Nikos Vassiliadis Cc: freebsd-stable@freebsd.org Subject: Re: CPU frequency doesn't drop below 1200MHz (like it used to) Message-ID: <20150522104213.4e083225@nonamehost.local> In-Reply-To: <555EDBBB.4090107@gmx.com> References: <555C71C8.4080007@gmx.com> <555EDBBB.4090107@gmx.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=134.249.91.180; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2015 07:42:17 -0000 Fri, 22 May 2015 09:33:15 +0200 Nikos Vassiliadis =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0= =B2: > Hi, >=20 > I just noticed that my CPU's frequency doesn't support dropping > below 1200MHz. It used to be able to go down to 150MHz, if I am > not mistaken. I'd like it to go down to 600MHz via powerd, like > it used to go. This is a month's old 10-STABLE. >=20 > > [nik@moby ~]$ sysctl dev.cpu.0.freq_levels > > dev.cpu.0.freq_levels: 2400/35000 2300/32872 2200/31127 2100/29417 > > 2000/27740 1900/26096 1800/24490 1700/22588 1600/21045 1500/19534 > > 1400/18055 1300/16611 1200/15194 >=20 > This is the CPU: > > hw.model: Intel(R) Core(TM) i3-3110M CPU @ 2.40GHz >=20 > Thanks in advance for any ideas, > Nikos Try changing the options in /boot/device.hints hint.acpi_throttle.0.disabled=3D"0" hint.p4tcc.0.disabled=3D"0"