From owner-freebsd-current@freebsd.org Sat Mar 3 05:25:01 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 33B2AF41F76 for ; Sat, 3 Mar 2018 05:25:01 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D44806EA82; Sat, 3 Mar 2018 05:25:00 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id B18A1242F; Sat, 3 Mar 2018 05:25:00 +0000 (UTC) From: Jan Beich To: Manuel =?utf-8?Q?St=C3=BChn?= Cc: freebsd-current@freebsd.org Subject: Re: drm-next-kmod regression References: <20180302164045.GA45988@freebsd-t420.fritz.box> Date: Sat, 03 Mar 2018 06:24:55 +0100 In-Reply-To: <20180302164045.GA45988@freebsd-t420.fritz.box> ("Manuel =?utf-8?Q?St=C3=BChn=22's?= message of "Fri, 2 Mar 2018 17:40:45 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Sat, 03 Mar 2018 05:25:01 -0000 Manuel St=C3=BChn writes: > 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. Did you build xf86-video-intel with SNA option enabled or have Option "AccelMethod" "SNA" in xorg.conf? If so see also https://github.com/FreeBSDDesktop/kms-drm/issues/32