From owner-freebsd-current@freebsd.org Tue Dec 8 19:23:48 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 6B5569D509C for ; Tue, 8 Dec 2015 19:23:48 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BADD1BEB for ; Tue, 8 Dec 2015 19:23:48 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 4BE8CB999; Tue, 8 Dec 2015 14:23:47 -0500 (EST) From: John Baldwin To: freebsd-current@freebsd.org Cc: Rick Macklem , Adrian Chadd , Alexander Kabaev Subject: Re: slow screen updates on laptop console (i386) Date: Tue, 08 Dec 2015 10:41:05 -0800 Message-ID: <1558819.MnyjzOdus5@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <387840531.122544462.1449529268528.JavaMail.zimbra@uoguelph.ca> References: <900422043.121631608.1449496955386.JavaMail.zimbra@uoguelph.ca> <387840531.122544462.1449529268528.JavaMail.zimbra@uoguelph.ca> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 08 Dec 2015 14:23:47 -0500 (EST) 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: Tue, 08 Dec 2015 19:23:48 -0000 On Monday, December 07, 2015 06:01:08 PM Rick Macklem wrote: > Adrian Chadd wrote: > > 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. > > > Actually made it worse. Instead of being intermittently slow, it was > almost constantly slow. Try disabling C-states if they are enabled. If you have a BIOS option for C1E you might need to disable that as well. If this fixes it, then there isn't a really viable solution in software, and you might prefer to use the RTC to get the power savings from C-states. -- John Baldwin