From owner-freebsd-current@FreeBSD.ORG Mon Jul 12 10:43:09 2010 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 9BC8A1065673; Mon, 12 Jul 2010 10:43:09 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0ECDE8FC08; Mon, 12 Jul 2010 10:43:08 +0000 (UTC) Received: by wwb31 with SMTP id 31so40500wwb.31 for ; Mon, 12 Jul 2010 03:43:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to:date :message-id:subject:from:to:cc:content-type; bh=r1uRX/rmcT/Htxz5KDbsY7YLOHXvycoXmCHN05y40pc=; b=E6QAJ8rJCs1+FKBmXgoGOuQJqHy+L4zbqypN7FM4Xtzj2mye7R4sKGe6gsxC3aplDC J2ZB7onp9QEDSCsmiJnhmlIDLINYsZZmLmNwQeJYJNImRTwq4XCDRe82S1S0liHkT5tM fbDamnTVOxotrJfkZ+1kXhkqwf30L8nPlZsdc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=Qcp+PMlcIeCj1nyOvHFSb8dj5EKO3Ce3DZG6+KNplHA0KD9Z5cjrwOS49ovYMyJhFu YwHZpdSdWkwmF1dCuFyxOCH01gfUY759ZdZrrLE20JM01SwMs6Mfzg6wNMyuzQFYPjmy sr9ga41Jy1adk6Wmv2/1ju4kkEcBJq5O/r7Sg= MIME-Version: 1.0 Received: by 10.216.81.213 with SMTP id m63mr3144632wee.25.1278931385339; Mon, 12 Jul 2010 03:43:05 -0700 (PDT) Received: by 10.216.171.10 with HTTP; Mon, 12 Jul 2010 03:43:05 -0700 (PDT) Date: Mon, 12 Jul 2010 10:43:05 +0000 Message-ID: From: "b. f." To: freebsd-current@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: dougb@FreeBSD.org Subject: Re: Interactivity problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2010 10:43:09 -0000 >I use -current on my laptop as my regular X platform, and for the last >few months I've been noticing that interactivity problems have been >getting a lot worse, by which I mean that if I have something running in >the background that is either disk or cpu intensive, anything else I try >to do on the system suffers. The most usual symptom is painfully slow >refresh times on windows, skipping audio, jumpy mouse, etc. These >problems persist even if I nice the hungry process. Does it only happen when X is running? Have you tried using gsched(8) to see if that helps when disk activity is involved? b.