From owner-freebsd-x11@freebsd.org Thu Feb 9 18:41:19 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99511CD4536 for ; Thu, 9 Feb 2017 18:41:19 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from mail.abinet.ru (mail.abinet.ru [136.243.72.227]) by mx1.freebsd.org (Postfix) with ESMTP id 6366FB80 for ; Thu, 9 Feb 2017 18:41:19 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from [10.0.0.1] (unknown [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.abinet.ru (Postfix) with ESMTPSA id DEA883B4C9; Thu, 9 Feb 2017 18:41:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abinet.ru; s=dkim; t=1486665672; bh=8T32WPv+T9zBv9ZpNKV4vvydDf5K5lshQSrfNAi2tDY=; h=Date:From:To:Subject:References:In-Reply-To; b=U9jpVDBhlwawX04a8TkbmFq3HEz2Ue1kCSTD1Pm2nv6PW7lyYSm/B5dfwL9HvcvKX GyYEKX0mMPBdrpwCIEoZiaISpJn0qZ96+APBFGo21ERJz4lKgzJepu8kmpcemWPlln vn8aiBE5jGv2c4aIEfgCQW9nrbBltGgBxV9Tc0n4= Message-ID: <589CB7C7.3040302@abinet.ru> Date: Thu, 09 Feb 2017 21:41:11 +0300 From: abi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.9) Gecko/20161026 FossaMail/25.2.4 MIME-Version: 1.0 To: Theron , freebsd-x11@freebsd.org Subject: Re: CFT upgrade to xorg 1.18.4 and newer intel/ati DDX References: <20170123235516.o5lvu3sfwq5r5tsq@ivaldir.etoilebsd.net> <2B5DEE7F-6775-4966-94BC-9B56D3C8CDF9@FreeBSD.org> <070ea259-45d6-0e13-bffa-e014129f5a81@gmail.com> In-Reply-To: <070ea259-45d6-0e13-bffa-e014129f5a81@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 18:41:19 -0000 On 09.02.2017 21:29, Theron wrote: > On 02/08/17 20:25, Jonathan Anderson wrote: >> On 23 Jan 2017, at 20:25, Baptiste Daroussin wrote: >> >>> Do not expect newer gpu supported as this is not the kernel part. >>> >>> If you experience any issue with intel or radeon driver please try to >>> use the >>> new modesetting driver provided by xorg directly (note that fedora >>> and debian >>> recommands to use that new driver instead of the ati/intel one) >> This is working well for me together with the drm-next changes from >> https://github.com/FreeBSDDesktop/freebsd-base-graphics. In fact, with >> recent drm-next bits, I can even suspend and resume with my Skylake >> notebook, something that has rarely worked before, and applications >> that used to crash deterministically (e.g., Thunderbird when opening >> an OAuth window) are now working fine. Overall, this is a very nice >> experience! >> >> Thank you! >> >> >> Jon >> -- >> Jonathan Anderson >> jonathan@FreeBSD.org > I am using this same configuration on a notebook with Intel Skylake and > it is working similarly well. With the -video-intel, my system would > reliably freeze up upon any operation seeming to involve lots of screen > updates, such as window resizing and video. With modesetting these > issues are gone. My system now runs reliably without image corruption, > freezes, or panics. Suspend and resume are also working. The only two > things that are missing are backlight control and GLX. The error is > (II) AIGLX: Screen 0 is not DRI2 capable > (EE) AIGLX: reverting to software rendering > So I suspect I made a mistake somewhere in building the ports and need > to redo this. > > I am very happy with the progress that has been made; this now allows me > to run FreeBSD as my primary OS as I no longer have to work in a VM > within Linux. Backlight works https://github.com/FreeBSDDesktop/freebsd-base-graphics/issues/84