From owner-freebsd-current@FreeBSD.ORG Tue Dec 22 09:50:34 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F4711065670; Tue, 22 Dec 2009 09:50:34 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 944618FC15; Tue, 22 Dec 2009 09:50:33 +0000 (UTC) Received: by ewy26 with SMTP id 26so2451718ewy.3 for ; Tue, 22 Dec 2009 01:50:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=M1Vu3g+Y2N9lO+6aULORyhN1MtmstNwZOiGNZo8CKfk=; b=n9Gws1NbtjZY2p9ZOj/9YHbaHf3GNv9x5yX+x4ew9YavKRyQ/fWOAqVvjxCSuHKlao 1nhQX99whskMOol6KpcrrvCrg7Lfj7rqDD+11tSzx8i5jD8S6h9whZrzGSPuvqn7LLxT wjGua331LvRmoy45OGDcNw5ivny/C20OoAlqo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Q+Y2A8R0slei82HPIQtFXSXK+85WE/GEMiZ54TtFEZfz+Xg6UIwwxdDIZQrQkGrtxx r8Ldwm02tc50Pkyk1TnhIocL45HC4SpjTJa47tFkLeIQ+xwQrtjZYlrvC7l1HYWxh1Uw /45lusNNCfoAI/MnXlgQTMAjZqIR4/eV2rLgc= MIME-Version: 1.0 Received: by 10.216.91.15 with SMTP id g15mr3387370wef.24.1261475432485; Tue, 22 Dec 2009 01:50:32 -0800 (PST) In-Reply-To: <4B2FF896.5020106@FreeBSD.org> References: <4B2FF2D9.3030005@FreeBSD.org> <4B2FF896.5020106@FreeBSD.org> Date: Tue, 22 Dec 2009 04:50:32 -0500 Message-ID: From: "b. f." To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: powerd and nvidia drivers not playing nicely together (Was: Re: Systems running hot?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2009 09:50:34 -0000 On 12/21/09, Doug Barton wrote: > Doug Barton wrote: >> >> I did, but the problem got worse. With the following: >> performance_cx_lowest="C2" # Online CPU idle state >> economy_cx_lowest="C2" # Offline CPU idle state I don't see any obvious problems in your listings. But since others have reported difficulties when using the nvidia driver with both throttling and powerd(8), why don't you disable throttling, and see what happens?: Leave the power_profile *_cx_lowest settings on C2 (you can dispense with the *_cpu_freq settings), enable powerd in adaptive mode with powerd_enable="YES" powerd_flags="-a adaptive -b adaptive -n adaptive" in /etc/rc.conf, and set: hint.p4tcc.0.disabled=1 hint.acpi_throttle.0.disabled=1 etc. in /boot/device.hints or /boot/loader.conf. Make sure that dev.cpu.0.freq_levels, dev.est.0.freq_settings, etc. show a reasonable range of frequencies, and that your cpus are using the lowest when lightly loaded. If they don't, or if there continue to be problems, consider setting debug.cpufreq.lowest to remove problematic frequencies, as in cpufreq(4). And keep an eye on the reported temperatures, because the computer may run hotter without throttling. Can you run X without problems? You may also want to try: hint.ata.0.pm_level=1 I also think that ~75C is a bit high for a lightly loaded machine. Earlier, you said that you noticed an increase in operating temperatures, beginning several weeks ago. Do you remember typical values for the temperatures before the increase? Did you increase the machine's workload, or change BIOS settings? What temperatures are reported under Windows with power-saving when the machine is lightly loaded? You said that you blew out the ducts and grilles, but did you look to see that there were no remaining obstructions afterward? Have you looked to see if the heat sink is firmly seated on the cpu, with no air gap, but only an adequate amount of thermal interface material between the two? b.