From owner-freebsd-current@freebsd.org Fri Mar 2 19:52:19 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 A718EF410C7 for ; Fri, 2 Mar 2018 19:52:19 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (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 4B4BA75144 for ; Fri, 2 Mar 2018 19:52:19 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id A4A3E260224; Fri, 2 Mar 2018 20:52:17 +0100 (CET) Subject: Re: drm-next-kmod regression To: =?UTF-8?Q?Manuel_St=c3=bchn?= , freebsd-current@freebsd.org References: <20180302164045.GA45988@freebsd-t420.fritz.box> From: Hans Petter Selasky Message-ID: Date: Fri, 2 Mar 2018 20:52:14 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180302164045.GA45988@freebsd-t420.fritz.box> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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 19:52:19 -0000 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? Did you build drm-next-kmod from source? --HPS