From owner-freebsd-x11@freebsd.org Mon Nov 27 15:16:36 2017 Return-Path: Delivered-To: freebsd-x11@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 3AEDCE54421 for ; Mon, 27 Nov 2017 15:16:36 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2505C761E5 for ; Mon, 27 Nov 2017 15:16:36 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: by mailman.ysv.freebsd.org (Postfix) id 215CEE54420; Mon, 27 Nov 2017 15:16:36 +0000 (UTC) Delivered-To: x11@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 20F11E5441F for ; Mon, 27 Nov 2017 15:16:36 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: from out.alvermark.net (out.alvermark.net [185.34.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEF5D761E4 for ; Mon, 27 Nov 2017 15:16:35 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: from c-18bc70d5.06-431-73746f70.cust.bredbandsbolaget.se ([213.112.188.24] helo=sigyn.alvermark.net) by out.alvermark.net with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1eJKXd-0008lA-CN for x11@FreeBSD.org; Mon, 27 Nov 2017 15:37:49 +0100 Received: from gw.bright-group.se ([193.12.143.142] helo=[192.168.30.20]) by sigyn.alvermark.net with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1eJKXc-0003jZ-N4 for x11@FreeBSD.org; Mon, 27 Nov 2017 15:37:48 +0100 To: x11@FreeBSD.org From: Jakob Alvermark Subject: drm-next-kmod + Broadwell = console 0.2 Hz refresh Message-ID: <8809bab8-8b15-93b1-36b2-1414f165c5d7@alvermark.net> Date: Mon, 27 Nov 2017 15:37:48 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 15:16:36 -0000 Hi, I have been using drm-next-kmod for a while now, and it works fine, except for this little annoying thing. On this Lenovo ThinkPad Yoga 12 (i7-5500U) I have kld_list="/boot/modules/i915kms.ko" in /etc/rc.conf Shortly after the module is loaded, the console (vt) refreshes only about every 5 seconds or so. This only happens on the builtin laptop screen, when I have an external monitor connected the external monitor is working normally. (Display is output to both, and the internal screen still has the slow refresh) Starting X and switching back to vt or quitting X and it is working normally. Another thing that might be related; switching windows in X with alt-tab (xfce) is also slow (on the order of 5 seconds). I have another laptop I am using drm-next-kmod on (Pentium N3540) which doesn't show any of this behavior. Any idea? Thanks, Jakob