From owner-freebsd-current@freebsd.org Fri Mar 2 17:43:09 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F99EF37A36 for ; Fri, 2 Mar 2018 17:43:09 +0000 (UTC) (envelope-from freebsdnewbie@freenet.de) Received: from mout2.freenet.de (mout2.freenet.de [IPv6:2001:748:100:40::2:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "*.freenet.de", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FA346DCEE for ; Fri, 2 Mar 2018 17:43:09 +0000 (UTC) (envelope-from freebsdnewbie@freenet.de) Received: from [195.4.92.141] (helo=mjail1.freenet.de) by mout2.freenet.de with esmtpa (ID freebsdnewbie@freenet.de) (port 25) (Exim 4.90_1 #2) id 1eroi2-0000xi-Im for freebsd-current@freebsd.org; Fri, 02 Mar 2018 18:43:06 +0100 Received: from [::1] (port=46328 helo=mjail1.freenet.de) by mjail1.freenet.de with esmtpa (ID freebsdnewbie@freenet.de) (Exim 4.90_1 #2) id 1eroi2-00020i-Cc for freebsd-current@freebsd.org; Fri, 02 Mar 2018 18:43:06 +0100 Received: from mx2.freenet.de ([195.4.92.12]:38788) by mjail1.freenet.de with esmtpa (ID freebsdnewbie@freenet.de) (Exim 4.90_1 #2) id 1erofe-0007Nq-MA for freebsd-current@freebsd.org; Fri, 02 Mar 2018 18:40:38 +0100 Received: from p4fd9ed31.dip0.t-ipconnect.de ([79.217.237.49]:18749 helo=freebsd-t420.fritz.box) by mx2.freenet.de with esmtpsa (ID freebsdnewbie@freenet.de) (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (port 587) (Exim 4.90_1 #2) id 1erofe-00043d-Fm for freebsd-current@freebsd.org; Fri, 02 Mar 2018 18:40:38 +0100 Date: Fri, 2 Mar 2018 17:40:45 +0100 From: Manuel =?iso-8859-15?Q?St=FChn?= To: freebsd-current@freebsd.org Subject: drm-next-kmod regression Message-ID: <20180302164045.GA45988@freebsd-t420.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Mutt/1.9.3 (2018-01-21) X-Originated-At: 79.217.237.49!18749 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 02 Mar 2018 17:43:09 -0000 Hi, the last drm-next-kmod worked fine on my Lenovo T420 with i5-2520M and a HD Graphics 3000. After the update to the actual version (4.11) from ports, I'm seeing regression in form of a very slow xfce4-desktop. The slowness starts after some short time. Slow means for example that I can type faster than the terminal prints the chars or when i move windows they lag extremely behind the mouse's motion. One entry in Xorg.0.log caught my attention: [ 128.266] (EE) intel(0): Failed to submit rendering commands (Bad address), disabling acceleration. Disabling the xfce4-compositor improves the situation significantly, but not entirely. Switching back to the systems i915 driver resolves the issue. Any ideas?