From owner-freebsd-stable@FreeBSD.ORG Fri Oct 24 11:47:37 2014 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 AB36F530; Fri, 24 Oct 2014 11:47:37 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5DEF7AF; Fri, 24 Oct 2014 11:47:36 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id s18so2497127lam.37 for ; Fri, 24 Oct 2014 04:47:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=sykNOvpM5+mZLnFfIrj340EFktUQ/g0P7iElpYoRH5Q=; b=ZX9Mm4jvMeYjuc0Csakx7ROX73lc1VMK8d/T0J/Vyi/YNSLxAlOnwPmHL/w3Z4yzgn UrDxhstSJI9JusAiIct1PsyxyO/JiZ7+WngMKidc+JfrtX6J8tq1cvIbsMtJ5CxdX0Vj ArJiDYFDMUBKMXyeBQRikXvRiaR1yCpDv/pqarkz2zZdAUjtmNxJu7SVs3Tu9Q60dpvq shs33cyKexJ2/ezZOZEzHTtjhwwLe8FDObFJ00GXDg8UMbKrDl22FIs1FlAHuUeSxHGF YQrCloDEN7EwYfVrfBUfn2uBAEYo4ljqSXP+eWmx8kz1ilqxz2mtrr/p1dB5r3dKys1L qDaQ== X-Received: by 10.152.21.39 with SMTP id s7mr4031370lae.0.1414151254683; Fri, 24 Oct 2014 04:47:34 -0700 (PDT) Received: from brick.home (aefx165.neoplus.adsl.tpnet.pl. [79.186.153.165]) by mx.google.com with ESMTPSA id f6sm1789319lbh.10.2014.10.24.04.47.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Oct 2014 04:47:33 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Fri, 24 Oct 2014 13:47:30 +0200 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: Adrian Chadd Subject: Re: Removal of legacy X.Org (aka non-WITH_NEW_XORG) Message-ID: <20141024114730.GC3413@brick.home> Mail-Followup-To: Adrian Chadd , Zenny , FreeBSD Stable Mailing List , =?iso-8859-1?Q?Jean-S=E9bastien_P=E9dron?= References: <54451422.1070403@FreeBSD.org> <54451E2A.1020309@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Zenny , FreeBSD Stable Mailing List , =?iso-8859-1?Q?Jean-S=E9bastien_P=E9dron?= X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Oct 2014 11:47:37 -0000 On 1023T0931, Adrian Chadd wrote: > Ok! > > Which version of PCBSD is it? > > I flipped the default power save state in freebsd-head to be the > lowest supported by the CPU and all the more recent CPUs will idle at > a much lower power level. > > You could try putting these into /etc/rc.conf if they aren't already there: > > performance_cx_lowest="Cmax" > economy_cx_lowest="Cmax" > > .. and disable powerd. Could you explain this little more? Should modern systems just not use powerd(8) anymore?