Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751970AbYLYHIm (ORCPT ); Thu, 25 Dec 2008 02:08:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751214AbYLYHIe (ORCPT ); Thu, 25 Dec 2008 02:08:34 -0500 Received: from ug-out-1314.google.com ([66.249.92.172]:2720 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751147AbYLYHId (ORCPT ); Thu, 25 Dec 2008 02:08:33 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=O4XEYtaXcWuODKKTl2Hsz8YHic3G4hQ6iVG7XlTpfA6cEEECSVVVnwVqXn0yfke1Fr HvZza7tXQJz8woppdd0Sp55xswY0ePzLgV7czbAwRwmIEYk65fp9KdGCJdFC6iEJtrWq eXQPzs0I+gh0DUIuTDjJQGapjTDHiRCqCAJk8= From: "Alexander E. Patrakov" To: Robert Hancock Subject: Re: Question about not saving power Date: Thu, 25 Dec 2008 12:07:38 +0500 User-Agent: KMail/1.10.92 (Linux/2.6.27-ARCH; KDE/4.1.85; i686; ; ) Cc: linux-kernel@vger.kernel.org, intel-gfx@lists.freedesktop.org References: <200812241050.24804.patrakov@gmail.com> <4951DE9D.4050003@shaw.ca> In-Reply-To: <4951DE9D.4050003@shaw.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812251207.39163.patrakov@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2599 Lines: 57 On Wednesday 24 December 2008 12:02:53 Robert Hancock wrote: > Alexander E. Patrakov wrote: > > Hello. > > > > I tried playing with some audio apps like JACK and fluidsynth, and > > noticed the following. If I set the parameters in JACK so that the > > latency becomes less than ~10 milliseconds, a faint tone appears in the > > headphones connected to the onboard sound card. > > > > I guess that its frequency is the tone is the same as that of the > > interrupts generated by the sound card. The tone disappears if I run > > something like "while : ; do : ; done" that consumes CPU time > > continuously, so I guess this has something to do with the power-saving > > features and less-than-perfect PSU. > > > > My question is: what are my options (like kernel parameters) to disable > > power- saving features, other than running such CPU-eating process > > continuously? > > You can try booting with idle=poll on kernel command line, so the CPU > will not enter halt states.. This mostly helped. Now the tone disappeared, but there are noises (not xruns!) caused by the onboard graphics card when KDE4 draws something. I disabled the effects to reduce the noise, but it didn't fully help (there is still some "zzzzz" when I move the mouse over the taskbar so that different window buttons are highlighted). The noise exists both in the connector for headphones on the front panel, and in the green connector at the back of the computer, but in the second connector, it is much softer. The board is Intel DG965SS, and the graphics ship is: 00:02.0 0300: 8086:29a2 (rev 02) 00:02.1 0380: 8086:29a3 (rev 02) or, with names instead of the numbers, 00:02.0 VGA compatible controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02) 00:02.1 Display controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02) Intel developers: could you please add some workaround to the "intel" driver, so that the GPU always stays busy (and thus draws the constant amount of power)? And please tell the hardware designers so that for the future boards, this interference between graphics and audio should not happen. Add separate stabilizers and filters for the power supply of the audio chip, carefully design the wiring so that the "noisy" lines don't get near anything related to audio. -- Alexander E. Patrakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/