Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263171AbTFXWLR (ORCPT ); Tue, 24 Jun 2003 18:11:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263176AbTFXWLR (ORCPT ); Tue, 24 Jun 2003 18:11:17 -0400 Received: from kinesis.swishmail.com ([209.10.110.86]:28940 "HELO kinesis.swishmail.com") by vger.kernel.org with SMTP id S263171AbTFXWLP (ORCPT ); Tue, 24 Jun 2003 18:11:15 -0400 Message-ID: <3EF8D3A9.4040109@techsource.com> Date: Tue, 24 Jun 2003 18:41:45 -0400 From: Timothy Miller User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Helge Hafting CC: John Bradford , felipe_alfaro@linuxmail.org, linux-kernel@vger.kernel.org Subject: Re: O(1) scheduler & interactivity improvements References: <200306231244.h5NCiE1Q000920@81-2-122-30.bradfords.org.uk> <20030623163234.GA1184@hh.idb.hist.no> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 880 Lines: 22 Helge Hafting wrote: > On Mon, Jun 23, 2003 at 01:44:14PM +0100, John Bradford wrote: > >>Well, no, opaque window moving is fine if the CPU isn't at 100%. If >>it is, I'd rather see choppy window movements than have a server >>application starved of CPU. That's just my preference, though. >> > > That could be an interesting hack to a window manager - > don't start the move in opaque mode when the load is high. This isn't really an issue if the graphics engine is doing the work and the X server doesn't busy-wait on the bitblt to finish (ie. does DMA or calls ioctl to sleep until command-fifo-has-free-space interrupt). - 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/