From owner-freebsd-current@freebsd.org Fri Mar 2 20:05:55 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 71127F41EB0 for ; Fri, 2 Mar 2018 20:05:55 +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 09A2575B57 for ; Fri, 2 Mar 2018 20:05:54 +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 1erqwD-0004FC-5O for freebsd-current@freebsd.org; Fri, 02 Mar 2018 21:05:53 +0100 Received: from [::1] (port=34192 helo=mjail1.freenet.de) by mjail1.freenet.de with esmtpa (ID freebsdnewbie@freenet.de) (Exim 4.90_1 #2) id 1erqwD-000386-1W for freebsd-current@freebsd.org; Fri, 02 Mar 2018 21:05:53 +0100 Received: from mx3.freenet.de ([195.4.92.13]:56344) by mjail1.freenet.de with esmtpa (ID freebsdnewbie@freenet.de) (Exim 4.90_1 #2) id 1erqtR-0000zQ-Bz for freebsd-current@freebsd.org; Fri, 02 Mar 2018 21:03:01 +0100 Received: from p4fd9ed31.dip0.t-ipconnect.de ([79.217.237.49]:54680 helo=freebsd-t420.fritz.box) by mx3.freenet.de with esmtpsa (ID freebsdnewbie@freenet.de) (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (port 587) (Exim 4.90_1 #2) id 1erqtR-0002eY-5c for freebsd-current@freebsd.org; Fri, 02 Mar 2018 21:03:01 +0100 Date: Fri, 2 Mar 2018 20:03:08 +0100 From: Manuel =?iso-8859-15?Q?St=FChn?= To: freebsd-current@freebsd.org Subject: Re: drm-next-kmod regression Message-ID: <20180302190308.GA94740@freebsd-t420.fritz.box> References: <20180302164045.GA45988@freebsd-t420.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.3 (2018-01-21) X-Originated-At: 79.217.237.49!54680 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 20:05:55 -0000 On Fri, Mar 02, 2018 at 08:52:14PM +0100, Hans Petter Selasky wrote: >On 03/02/18 17:40, Manuel Stühn wrote: >> 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? >> > >Which version of FreeBSD is this. Are you using the latest kernel >sources? uname -a FreeBSD freebsd-t420 12.0-CURRENT FreeBSD 12.0-CURRENT #11 r330283: Fri Mar 2 17:35:08 CET 2018 root@valinor:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 >Did you build drm-next-kmod from source? Yes, ports from today built against the revision mentioned above.