From owner-freebsd-current@FreeBSD.ORG Thu Jul 31 15:56:28 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8E24EEF for ; Thu, 31 Jul 2014 15:56:28 +0000 (UTC) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) (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 8128F2218 for ; Thu, 31 Jul 2014 15:56:28 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w62so3032410wes.1 for ; Thu, 31 Jul 2014 08:56:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=a2dE5ro5e15ydPK+0nllDTnv3jA012+wAONchAaCqNI=; b=ArLiCz48laRzSSIHefIz4TKD4NPJrUscgC31u6zaD+3xbZK+5K3+nXb2+LnMDr4qaD xhq7epVmVN9crGhxodDGY4LoHcxUED7FnFUl9kj0FhmVW2zCItjsM9KanaJVIHE8oN+v oSAJHwxOWrkSGp2RUcz+DzAHfYWeWo/6oCg84DDzhZx3XpwfvyOFoe88vdI/ggvJov3Q /Wdc8+QVmF4FoN1rfDJUQWzEcWWJSZCx+JOS+ndpTDcS788Wi7NMEvZt9ACvc6zAxAdZ ijvXDKwpGDNzynkZ2GjK/wp525JLND6AokQtq4+Y9NhibtIbk4Uxpw2F/5ZaHOacbDC4 4/VQ== X-Received: by 10.180.183.36 with SMTP id ej4mr17301181wic.77.1406822186288; Thu, 31 Jul 2014 08:56:26 -0700 (PDT) Received: from [192.168.178.122] (p5B36FD34.dip0.t-ipconnect.de. [91.54.253.52]) by mx.google.com with ESMTPSA id b9sm56027911wic.23.2014.07.31.08.56.25 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 31 Jul 2014 08:56:25 -0700 (PDT) Message-ID: <53DA6727.7080702@gmail.com> Date: Thu, 31 Jul 2014 17:56:23 +0200 From: =?ISO-8859-1?Q?Jan_Kokem=FCller?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Anton Berezin , freebsd-current@freebsd.org Subject: Re: Fresh current (r269328) amd64: high load average while idle, slow keyboard reaction References: <20140731142100.GP92036@heechee.tobez.org> In-Reply-To: <20140731142100.GP92036@heechee.tobez.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 31 Jul 2014 15:56:29 -0000 Hi, On 31.07.2014 16:21, Anton Berezin wrote: > At the console, depressing and holding a key does not lead to auto-repeat. > > At the console, sometimes a key only appears on the terminal after another > key is pressed. Maybe this is a problem caused by a misdetected clock source? I've had this problem as well. Try to set kern.timecounter.hardware and/or kern.eventtimer.timer to other settings that are listed in kern.timecounter.choice and kern.eventtimer.choice, such as HPET which works great for me. Cheers, Jan