From owner-freebsd-current@freebsd.org Sat Mar 3 07:20:03 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 59027F4627E for ; Sat, 3 Mar 2018 07:20:03 +0000 (UTC) (envelope-from freebsdnewbie@freenet.de) Received: from mout1.freenet.de (mout1.freenet.de [IPv6:2001:748:100:40::2:3]) (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 EB165723AE for ; Sat, 3 Mar 2018 07:20:02 +0000 (UTC) (envelope-from freebsdnewbie@freenet.de) Received: from [195.4.92.141] (helo=mjail1.freenet.de) by mout1.freenet.de with esmtpa (ID freebsdnewbie@freenet.de) (port 25) (Exim 4.90_1 #2) id 1es1Sa-0006bD-Fx for freebsd-current@freebsd.org; Sat, 03 Mar 2018 08:20:00 +0100 Received: from [::1] (port=34756 helo=mjail1.freenet.de) by mjail1.freenet.de with esmtpa (ID freebsdnewbie@freenet.de) (Exim 4.90_1 #2) id 1es1Sa-0003HH-C9 for freebsd-current@freebsd.org; Sat, 03 Mar 2018 08:20:00 +0100 Received: from mx4.freenet.de ([195.4.92.14]:47874) by mjail1.freenet.de with esmtpa (ID freebsdnewbie@freenet.de) (Exim 4.90_1 #2) id 1es1Qd-0002Gs-8E for freebsd-current@freebsd.org; Sat, 03 Mar 2018 08:17:59 +0100 Received: from p4fd9effe.dip0.t-ipconnect.de ([79.217.239.254]:34118 helo=freebsd-t420.fritz.box) by mx4.freenet.de with esmtpsa (ID freebsdnewbie@freenet.de) (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (port 587) (Exim 4.90_1 #2) id 1es1Qd-0004zC-1m for freebsd-current@freebsd.org; Sat, 03 Mar 2018 08:17:59 +0100 Date: Sat, 3 Mar 2018 07:18:07 +0100 From: Manuel =?iso-8859-15?Q?St=FChn?= To: freebsd-current@freebsd.org Subject: Re: drm-next-kmod regression Message-ID: <20180303061807.GA9357@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.239.254!34118 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 07:20:03 -0000 On Sat, Mar 03, 2018 at 06:24:55AM +0100, Jan Beich wrote: >Manuel Stühn 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 # pkg info xf86-video-intel-2.99.917.20180214 | grep -A2 Options Options : SNA : off UXA : on # cat /usr/local/etc/X11/xorg.conf.d/driver-intel-mode.conf Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "sna" Option "TearFree" "true" EndSection