From owner-freebsd-current@freebsd.org Mon Dec 7 16:18:32 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D76BF9B94BF for ; Mon, 7 Dec 2015 16:18:32 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A98401E2B for ; Mon, 7 Dec 2015 16:18:32 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igcmv3 with SMTP id mv3so81895934igc.0 for ; Mon, 07 Dec 2015 08:18:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=a63lVFfJTPVwFB5pVR63PJk1TMGTSW5bCD46KIEez+4=; b=jSt3Qp+chFUNJ+mGCBZ1Eef43JooZ5DgJ/l3u2v7qruqbliK1XwSEk1wcypC0ZX6fN sMz2qat86Gptxugrytba1xRgGaU8dMEhaSnwzOHJkSbNoXPOJyH5RDvms31QSmrfGC+N 8mpLEAgy+5fM0T7R8yRwzvAHGIxkWajhcPay7Mix6PCb0ksKKypPmuhOq2wxWpD/yI3E WQuEQxIrGfVQySPnsumhnVkse/Z6aIaLp6rwSKXKe2rwJqFtkg5oxY4plGd74Sv3AMmP 2mGOInlUze/X1uj8rnTZoBmiK9J8Dsx/IE3D/fsui79WPqt94eEm2aE1kEaBhb2xFB4U N1Kg== MIME-Version: 1.0 X-Received: by 10.50.65.74 with SMTP id v10mr15868140igs.61.1449505112151; Mon, 07 Dec 2015 08:18:32 -0800 (PST) Received: by 10.36.217.196 with HTTP; Mon, 7 Dec 2015 08:18:32 -0800 (PST) In-Reply-To: <697195597.121770130.1449500982738.JavaMail.zimbra@uoguelph.ca> References: <900422043.121631608.1449496955386.JavaMail.zimbra@uoguelph.ca> <20151207091815.16e11a13@kan> <697195597.121770130.1449500982738.JavaMail.zimbra@uoguelph.ca> Date: Mon, 7 Dec 2015 08:18:32 -0800 Message-ID: Subject: Re: slow screen updates on laptop console (i386) From: Adrian Chadd To: Rick Macklem Cc: Alexander Kabaev , FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 07 Dec 2015 16:18:32 -0000 Hi, ok. please file a bug for that. It may be something to do with the hardware and sleep states and skipping wakeups/interrupts or something. Please try using the default again (LAPIC?) and set kern.eventtimer.periodic=1. See if that fixes it. (i've had to debug this a few times before.) -a